Skip to content

Commit

Permalink
Tenable app doc (SumoLogic#3068)
Browse files Browse the repository at this point in the history
* Tenable apps doc added

* sample log and query added

* Update docs/integrations/saas-cloud/index.md

* minor formatting

* minor fix

---------

Co-authored-by: John Pipkin (Sumo Logic) <jpipkin@sumologic.com>
  • Loading branch information
JV0812 and jpipkin1 authored Sep 13, 2023
1 parent c76cb59 commit b4521b6
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 1 deletion.
1 change: 1 addition & 0 deletions cid-redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -2408,6 +2408,7 @@
"/cid/900": "/docs/beta",
"/cid/9000": "/docs/integrations/app-development/jmx",
"/cid/12322": "/docs/integrations/saas-cloud/datadog",
"/cid/12374": "/docs/integrations/saas-cloud/tenable",
"/cid/12323": "/docs/integrations/webhooks/buddy",
"/cid/12336": "/docs/integrations/webhooks/bugsnag",
"/cid/12337": "/docs/integrations/webhooks/configcat",
Expand Down
8 changes: 7 additions & 1 deletion docs/integrations/saas-cloud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,18 @@ Learn about the Sumo Logic apps for SaaS and Cloud applications.
</div>
</div>
<div className="box smallbox38 card">
<div className="container">
<a href="/docs/integrations/saas-cloud/tenable"><img src={useBaseUrl('img/send-data/tenable-logo.png')} alt="icon" width="140"/><h4>Tenable</h4></a>
<p>Gain comprehensive visibility and actionable insights into your organization's security posture.</p>
</div>
</div>
<div className="box smallbox39 card">
<div className="container">
<a href="/docs/integrations/saas-cloud/workday"><img src={useBaseUrl('img/integrations/saas-cloud/workday.png')} alt="icon" width="50"/><h4>Workday</h4></a>
<p>Monitor Workday login activity, user activity, and admin activity.</p>
</div>
</div>
<div className="box smallbox39 card">
<div className="box smallbox40 card">
<div className="container">
<a href="/docs/integrations/saas-cloud/zoom"><img src={useBaseUrl('img/integrations/saas-cloud/zoom.png')} alt="icon" width="50"/><h4>Zoom</h4></a>
<p>Monitor your organization's Zoom performance, security, and user activity.</p>
Expand Down
71 changes: 71 additions & 0 deletions docs/integrations/saas-cloud/tenable.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
id: tenable
title: Tenable
sidebar_label: Tenable
description: The Sumo Logic App for Tenable provides comprehensive visibility and actionable insights into your organization's security posture by leveraging data from the Tenable platform.
---
import useBaseUrl from '@docusaurus/useBaseUrl';

<img src={useBaseUrl('/img/send-data/tenable-logo.png')} alt="icon" width="125"/>

The Tenable app empowers security professionals to gain comprehensive visibility and actionable insights into your organization's security posture by leveraging data from the Tenable [Vulnerabilities API](https://developer.tenable.com/reference/exports-vulns-request-export) and [Audit Events API](https://developer.tenable.com/reference/audit-log-events). This powerful integration allows you to proactively monitor, analyze, and respond to security vulnerabilities and audit events, helping you strengthen your cybersecurity defences and reduce risk.

Key features of the Tenable app include:

- **Vulnerability Assessment**. Harness the Tenable Vulnerabilities API to perform in-depth vulnerability assessments across your infrastructure. This app provides a range of security use cases for vulnerabilities, including:
- **Tracking Vulnerabilities Over Time**. Monitor the evolution of vulnerabilities over time, from their initial discovery to resolution.
- **Identifying High-Severity Vulnerabilities**. Quickly pinpoint and prioritize high-severity vulnerabilities that require immediate attention.
- **Identifying Affected Hosts**. Easily locate hosts affected by specific vulnerabilities and streamline remediation efforts.
- **Checking for Exploitation**. Detect exploit availability and malware exploitation related to vulnerabilities.
- **Audit Event Monitoring**. Leverage the Tenable Audit Events API to monitor and analyze critical audit events within your organization. This app delivers valuable insights, including:
- **Real-time Event Analysis**. Monitor audit events in real time, allowing for rapid incident response.
- **Suspicious Activity Detection**. Identify suspicious or unauthorized activities across your network and systems.
- **Compliance Reporting**. Streamline compliance monitoring by tracking events relevant to regulatory requirements.
- **User Behavior Analysis**. Gain visibility into user behavior patterns and potential security risks.
- **Enhanced Security Posture**. By combining data from the Tenable Vulnerabilities API and Audit Events API, you can strengthen your organization's security posture by proactively addressing vulnerabilities and monitoring the security incidents.
- **Risk Reduction**. Identify and mitigate high-severity vulnerabilities and security threats promptly, reducing the risk of security breaches.
- **Efficient Remediation**. Locate affected hosts and prioritize remediation efforts, streamlining the process of securing your environment.
- **Compliance Assurance**. Simplify compliance monitoring and reporting by tracking relevant audit events and security controls.
- **Real-time Insights**. Gain real-time insights into your security environment, enabling rapid incident response and threat containment.

## Log types

This app uses [Tenable](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/tenable-source/) source to collect [Vulnerabilities data](https://developer.tenable.com/reference/exports-vulns-request-export) and [Audit Events](https://developer.tenable.com/reference/audit-log-events) from the Tenable platform.

## Sample log message

Refer to the Tenable API documentation for [Vulnerabilities data](https://developer.tenable.com/reference/exports-vulns-request-export) and [Audit Events](https://developer.tenable.com/reference/audit-log-events) log messages.

## Sample Query

```sql title="Vulnerability Events"
(_source=Tenable fqdn)
| json "asset.device_type", "asset.fqdn" ,"asset.hostname", "asset.ipv4", "asset.ipv6", "asset.last_authenticated_results", "asset.operating_system" , "output", "plugin.family" , "plugin.type" , "plugin.name", "plugin.risk_factor", "plugin.synopsis", "plugin.exploit_available" , "plugin.exploited_by_malware", "plugin.solution", "state", "scan.completed_at", "port.port", "port.protocol", "last_found" as device_type, fqdn, hostname, host_ipv4, host_ipv6, last_authenticated_scan_time, host_os, output,plugin_family, plugin_type ,plugin_name, plugin_risk_factor, plugin_synopsis, plugin_exploit_available, plugin_exploited_by_malware, plugin_solution, state, scan_completed_at, port, protocol, last_scan_time nodrop
```

```sql title="Audit Events"
_sourceCategory=Tenable
| json "description", "actor.name", "target.name", "action" as description, actor_name, target_name, action
```

## Set up collection

To set up [Cloud to Cloud Integration Tenable Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/tenable-source/) for the Tenable app, follow the instructions provided. These instructions will guide you through the process of creating a source using the Tenable source category, which you will need to use when installing the app. By following these steps, you can ensure that your Tenable app is properly integrated and configured to collect and analyze your Tenable data.

## Installing the Tenable app​

This section has instructions for installing the Symantec Web Security Service App for Sumo Logic.

{@import ../../reuse/apps/app-install.md}

## Viewing Tenable dashboards​

{@import ../../reuse/filter-dashboards.md}

### Overview

The **Tenable - Overview** dashboard provides in-depth vulnerability assessments across your infrastructure. <br/><img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Tenable/Tenable-Overview.png')} style={{border: '1px solid black'}} alt="Tenable-Overview" width="800"/>

### Audit Activity

The **Tenable - Audit Activity** dashboard provides <br/><img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Tenable/Tenable-Audit-Activity.png')} style={{border: '1px solid black'}} alt="Tenable-Audit-Activity" width="800"/>
1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2241,6 +2241,7 @@ integrations: [
'integrations/saas-cloud/sentinelone',
'integrations/saas-cloud/slack',
'integrations/saas-cloud/symantec-web-security-service',
'integrations/saas-cloud/tenable',
'integrations/saas-cloud/workday',
'integrations/saas-cloud/zoom',
],
Expand Down

0 comments on commit b4521b6

Please sign in to comment.