Skip to content

Commit 339d153

Browse files
committed
Mandiant Threat Intel C2C Source
1 parent 54e9bc6 commit 339d153

File tree

9 files changed

+153
-0
lines changed

9 files changed

+153
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Mandiant Threat Intel C2C Source (Collection)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- collection
6+
- mandiant-threat-intel
7+
hide_table_of_contents: true
8+
---
9+
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
12+
<a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
13+
14+
We're excited to announce the release of our new cloud-to-cloud source for Mandiant Threat Intel. This source helps you to collect indicators list details from the Mandiant Threat Intel platform, and ingest them into Sumo Logic for streamlined analysis. [Learn more](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/mandiant-threat-intel-source).

cid-redirects.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2004,6 +2004,7 @@
20042004
"/cid/10220": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/code42-incydr-source",
20052005
"/cid/25618": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/cse-aws-ec-inventory-source",
20062006
"/cid/25619": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/cybereason-source",
2007+
"/cid/25779": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/mandiant-threat-intel-source",
20072008
"/cid/25620": "/docs/integrations/security-threat-detection/duo-security",
20082009
"/cid/25621": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/microsoft-graph-security-api-source",
20092010
"/cid/25622": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/mimecast-source",

docs/integrations/product-list/product-list-m-z.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ For descriptions of the different types of integrations Sumo Logic offers, see [
1919
| <img src={useBaseUrl('img/integrations/webhooks/mailgun-logo.png')} alt="Thumbnail icon" width="50"/> | [Mailgun](https://www.mailgun.com/) | Webhook: [Mailgun](/docs/integrations/webhooks/mailgun/) |
2020
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/malwarebytes-nebula.png')} alt="Thumbnail icon" width="100"/> | [Malwarebytes](https://www.malwarebytes.com/) | Automation integrations: <br/>- [Malwarebytes Nebula](/docs/platform-services/automation-service/app-central/integrations/malwarebytes-nebula/) <br/>- [Malwarebytes Oneview](/docs/platform-services/automation-service/app-central/integrations/malwarebytes-oneview/) <br/>Cloud SIEM integration: [Malwarebytes](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/2e08dea2-4048-4f0f-9af8-aa85881151ad.md) |
2121
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/manage-engine-desktop-central.png')} alt="Thumbnail icon" width="100"/> | [ManageEngine](https://www.manageengine.com/) | Automation integration: [ManageEngine Desktop Central](/docs/platform-services/automation-service/app-central/integrations/manage-engine-desktop-central/) <br/>Cloud SIEM integration: [ManageEngine](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/e6417fdd-1aa1-436e-a659-38d71e51599f.md) |
22+
| <img src={useBaseUrl('img/send-data/mandiant-threat-intel-logo.png')} alt="Thumbnail icon" width="80"/> | [Mandiant Threat Intel](https://www.mandiant.com/) | Collector: [Mandiant Threat Intel Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/mandiant-threat-intel-source/) |
2223
| <img src={useBaseUrl('img/integrations/databases/mariadb.png')} alt="Thumbnail icon" width="50"/> | [MariaDB](https://mariadb.org/) | Apps: <br/>- [MariaDB](/docs/integrations/databases/mariadb/) <br/>- [MariaDB - OpenTelemetry](/docs/integrations/databases/opentelemetry/mariadb-opentelemetry/) |
2324
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/material-security.png')} alt="Thumbnail icon" width="100"/> | [Material Security](https://material.security/) | Automation integration: [Material Security](/docs/platform-services/automation-service/app-central/integrations/material-security/) |
2425
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/mattermost.png')} alt="Thumbnail icon" width="100"/> | [Mattermost](https://mattermost.com/) | Automation integration: [Mattermost](/docs/platform-services/automation-service/app-central/integrations/mattermost/) |

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,12 @@ In this section, we'll introduce the following concepts:
337337
<p>Collects audit reporting events from the LastPass platform.</p>
338338
</div>
339339
</div>
340+
<div className="box smallbox card">
341+
<div className="container">
342+
<a href="/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/mandiant-threat-intel-source"><img src={useBaseUrl('img/send-data/mandiant-threat-intel-logo.png')} alt="icon" width="80"/><h4>Mandiant Threat Intel Source</h4></a>
343+
<p>Learn how to collect indicators list from the Mandiant Threat Intel platform.</p>
344+
</div>
345+
</div>
340346
<div className="box smallbox card">
341347
<div className="container">
342348
<a href="/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/microsoft-azure-ad-inventory-source"><img src={useBaseUrl('img/integrations/microsoft-azure/ad.png')} alt="thumbnail icon" width="25"/><h4>Microsoft Azure AD Inventory (Tag)</h4></a>
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
---
2+
id: mandiant-threat-intel-source
3+
title: Mandiant Threat Intel Source
4+
sidebar_label: Mandiant Threat Intel
5+
tags:
6+
- cloud-to-cloud
7+
- mandiant-threat-intel
8+
description: Learn how to collect indicators list from Mandiant Threat Intel platform.
9+
---
10+
import CodeBlock from '@theme/CodeBlock';
11+
import ExampleJSON from '/files/c2c/mandiant-threat-intel/example.json';
12+
import MyComponentSource from '!!raw-loader!/files/c2c/mandiant-threat-intel/example.json';
13+
import TerraformExample from '!!raw-loader!/files/c2c/mandiant-threat-intel/example.tf';
14+
import useBaseUrl from '@docusaurus/useBaseUrl';
15+
16+
<img src={useBaseUrl('img/send-data/mandiant-threat-intel-logo.png')} alt="icon" width="60" />
17+
18+
Mandiant is a recognized leader in dynamic cyber defense, threat intelligence, and incident response services. By scaling decades of frontline experience, Mandiant helps organizations to be confident in their readiness to defend against and respond to cyber threats. Mandiant is part of Google Cloud. The Mandiant Threat Intel integration ingests the indicators data from Mandiant API and send it to Sumo as normalized threat indicators.
19+
20+
## Data collected
21+
22+
| Polling Interval | Data |
23+
| :--- | :--- |
24+
| 5 min | Indicators |
25+
26+
## Setup
27+
28+
### Vendor configuration
29+
30+
:::note
31+
The Mandiant API documentation is not public and can only be accessed by partners or customers.
32+
:::
33+
34+
The Mandiant Threat Intel source requires you to provide API Key ID and API Secret.
35+
36+
### Source configuration
37+
38+
When you create a Mandiant Threat Intel source, you add it to a Hosted Collector. Before creating the Source, identify the Hosted Collector you want to use or create a new Hosted Collector. For instructions, see [Configure a Hosted Collector and Source](/docs/send-data/hosted-collectors/configure-hosted-collector).
39+
40+
To configure a Mandiant Threat Intel source:
41+
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Collection > Collection**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the Sumo Logic top menu select **Configuration**, and then under **Data Collection** select **Collection**. You can also click the **Go To...** menu at the top of the screen and select **Collection**.
42+
1. On the Collection page, click **Add Source** next to a Hosted Collector.
43+
1. Search for and select **Mandiant Threat Intel**.
44+
1. Enter a **Name** for the Source. The description is optional.
45+
1. (Optional) For **Source Category**, enter any string to tag the output collected from the source. Category metadata is stored in a searchable field called `_sourceCategory`.
46+
1. (Optional) **Fields**. Click the **+Add** button to define the fields you want to associate. Each field needs a name (key) and value.
47+
* ![green check circle.png](/img/reuse/green-check-circle.png) A green circle with a check mark is shown when the field exists in the Fields table schema.
48+
* ![orange exclamation point.png](/img/reuse/orange-exclamation-point.png) An orange triangle with an exclamation point is shown when the field doesn't exist in the Fields table schema. In this case, an option to automatically add the nonexistent fields to the Fields table schema is provided. If a field is sent to Sumo Logic that does not exist in the Fields schema it is ignored, known as dropped.
49+
1. **API Key ID**. Enter the API key ID collected from the Mandiant Threat Intel platform.
50+
1. **API Secret**. Enter the API secret collected from the from the Mandiant Threat Intel platform.
51+
1. **Sumo Logic Threat Intel Source ID**. Enter your Sumo Logic namespace ID in which the indicators will be stored.
52+
1. **Polling Interval**. The polling interval is set for 5 minutes by default. You can adjust it based on your needs. This sets how often the source checks for new data.
53+
1. **Processing Rules for Logs**. Configure any desired filters, such as allowlist, denylist, hash, or mask, as described in [Create a Processing Rule](/docs/send-data/collection/processing-rules/create-processing-rule).
54+
1. When you are finished configuring the source, click **Save**.
55+
56+
## JSON schema
57+
58+
Sources can be configured using UTF-8 encoded JSON files with the Collector Management API. See [Use JSON to Configure Sources](/docs/send-data/use-json-configure-sources) for details.
59+
60+
| Parameter | Type | Value | Required | Description |
61+
|:--|:--|:--|:--|:--|
62+
| schemaRef | JSON Object | `{"type":"Mandiant Threat Intel"}` | Yes | Define the specific schema type. |
63+
| sourceType | String | `"Universal"` | Yes | Type of source. |
64+
| config | JSON Object | [Configuration object](#configuration-object) | Yes | Source type specific values. |
65+
66+
### Configuration Object
67+
68+
| Parameter | Type | Required | Default | Description | Example |
69+
|:--|:--|:--|:--|:--|:--|
70+
| name | String | Yes | `null` | Type a desired name of the source. The name must be unique per Collector. This value is assigned to the [metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) field `_source`. | `"mySource"` |
71+
| description | String | No | `null` | Type a description of the source. | `"Testing source"`
72+
| category | String | No | `null` | Type a category of the source. This value is assigned to the [metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) field `_sourceCategory`. See [best practices](/docs/send-data/best-practices) for details. | `"mySource/test"`
73+
| fields | JSON Object | No | `null` | JSON map of key-value fields (metadata) to apply to the Collector or source. Use the boolean field _siemForward to enable forwarding to SIEM.|`{"_siemForward": false, "fieldA": "valueA"}` |
74+
| apiKeyId | String | Yes | `null` | API Key ID of the user. | |
75+
| apiSecret | String | Yes | `null` | API Secret of the account. | |
76+
| userSourceId | String | Yes | `null` | The Sumo Logic namespace in which the indicators will be stored. | |
77+
| pollingInterval | integer | Yes | `5 minutes` | Time interval (in minutes) after which the source will check for new data. | |
78+
79+
### JSON example
80+
81+
<CodeBlock language="json">{MyComponentSource}</CodeBlock>
82+
83+
<a href="/files/c2c/mandiant-threat-intel/example.json" target="_blank">Download example</a>
84+
85+
### Terraform example
86+
87+
<CodeBlock language="json">{TerraformExample}</CodeBlock>
88+
89+
<a href="/files/c2c/mandiant-threat-intel/example.tf" target="_blank">Download example</a>
90+
91+
## FAQ
92+
93+
:::info
94+
Click [here](/docs/c2c/info) for more information about Cloud-to-Cloud sources.
95+
:::

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ module.exports = {
439439
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/kandji-source',
440440
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/knowbe4-api-source',
441441
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/lastpass-source',
442+
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/mandiant-threat-intel-source',
442443
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/microsoft-azure-ad-inventory-source',
443444
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/microsoft-exchange-trace-logs',
444445
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/microsoft-graph-azure-ad-reporting-source',
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"api.version": "v1",
3+
"source": {
4+
"config": {
5+
"name": "Mandiant",
6+
"category": "mandiant",
7+
"apiKeyId": "076xxxxd69832568xxxxxe778b73f98b375",
8+
"apiSecret": "fcbe4fd8ce72b5dxxxxxx10032",
9+
"userSourceId": "user_source_id",
10+
"pollingIntervalMin": 5
11+
},
12+
"schemaRef": {
13+
"type": "Mandiant Threat Intel"
14+
},
15+
"sourceType": "Universal"
16+
}
17+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
resource "sumologic_cloud_to_cloud_source" "mandiant-threat-intel-source" {
2+
collector_id = sumologic_collector.collector.id
3+
schema_ref = {
4+
type = "Mandiant Threat Intel"
5+
}
6+
config = jsonencode({
7+
"name": "Mandiant",
8+
"category": "mandiant",
9+
"apiKeyId": "076xxxxd69832568xxxxxe778b73f98b375",
10+
"apiSecret": "fcbe4fd8ce72b5dxxxxxx10032",
11+
"userSourceId": "user_source_id",
12+
"pollingIntervalMin": 5
13+
})
14+
}
15+
resource "sumologic_collector" "collector" {
16+
name = "my-collector"
17+
description = "Just testing this"
18+
}
9.01 KB
Loading

0 commit comments

Comments
 (0)