Cisco TID Exports
The web format of this guide reflects the most current release. Guides for older iterations are available in PDF format.
Export Details
ThreatQuotient provides the following details for this export:
Current Guide Version | 1.0.1 |
Support Tier | ThreatQ Supported |
Introduction
This guide will provide you with the steps to create exports to enable IOCs to be exported to Cisco TID via the Cisco FMC to be published to Cisco FTD Devices.
The constraints of the Cisco Threat Intelligence Director will only allow the following ThreatQ exports to be used:
- SHA-256
- Domain (FQDN)
- URL
- IPv4
- IPv6
- Email
- To
- From
- Sender
- Subject
Creating the Export
The following section will detail how to create the exports in ThreatQ.
See the Managing Exports topic for more details on ThreatQ exports.
- Select the Settings icon > Exports.
The Exports page appears with a table listing all exports in alphabetical order.
- Click Add New Export
The Connection Settings dialog box appears.
- Enter an Export Name.
- Click Next Step.
The Output Format dialog box appears.
- Provide the following information:
See the Output Format Options topic for more information on using logical operators in exports. If a specific score or ranges of scores is required, then the following should be added to the end of the special parameters configuration.
In the example below, this will ensure only IP Address IoCs that are equal to 7 or above are exported.
Example: indicator.status=Active&indicator.deleted=N&indicator.type=IPAddress&indicator.class=network&indicator.score>=7SHA-256
Field Value Export Name Cisco TID – SHA-256 Which type of information
would you like to export?Indicator Output Type Text/plain Special Parameters indicator.status=Active&indicator.deleted=N&indicator.type=SHA-256 Output Format Template {foreach $data as $indicator}
{$indicator.value}
{/foreach}FQDN
Field Value Export Name Cisco TID – FQDN Which type of information
would you like to export?Indicator Output Type Text/plain Special Parameters indicator.status=Active&indicator.deleted=N&indicator.type=FQDN
&indicator.class=network&indicator.score>=11Output Format Template {foreach $data as $indicator}
{$indicator.value}
{/foreach}URL
Field Value Export Name Cisco TID – URL Which type of information
would you like to export?Indicator Output Type Text/plain Special Parameters indicator.status=Active&indicator.type=URL&indicator.class=network Output Format Template {foreach $data as $indicator}
{$indicator.value}
{/foreach}IPv4 Address
Field Value Export Name Cisco TID – IPv4 Which type of information
would you like to export?Indicator Output Type Text/plain Special Parameters indicator.status=Active&indicator.deleted=N&indicator.type=IPAddress&
indicator.
class=networkOutput Format Template {foreach $data as $indicator}
{$indicator.value}
{/foreach}IPv6 Address
Field Value Export Name Cisco TID – IPv6 Which type of information
would you like to export?Indicator Output Type Text/plain Special Parameters Indicator.Status=Active&Indicator.Type=IPv6 Address Output Format Template {foreach $data as $indicator}
{$indicator.value}
{/foreach}Email Address
Field Value Export Name Cisco TID – Email Address Which type of information
would you like to export?Indicator Output Type Text/plain Special Parameters indicator.status=Active&indicator.type=Email Address&indicator.class=network Output Format Template {foreach $data as $indicator}
{$indicator.value}
{/foreach} - Click on each of the URL’s for the exports. A new browser widow will open displaying the first 10 results, make a note of this URL and the IoCs it is associated with it. The URL is made up off the following sections
https://<TQ Server>/api/export/<endpoint>/?limit=10&token=<token>
- Remove the limit section and trailing & symbol, examples are below.
https://192.168.1.85/api/export/9bc092ce1e318f6c0d10009228729ad6/?token=uEyVyzIeYRGBdF2VKcHo9WKYDJvNftSo
This new URL format is needed to configure Cisco TID
https://192.168.1.85/api/export/9bc092ce1e318f6c0d10009228729ad6/?token=uEyVyzIeYRGBdF2VKcHo9WKYDJvNftSo - Click Save Settings.
- Under On/Off, toggle the switch to enable the export.
Cisco FMC Configuration
Use the following steps to configure Cisco FMC 7.x and later.
- Navigate to your Firepower Management Center.
- Click on the Integration tab and select Sources under the Intelligence heading.
- Click the add icon (+).
- Choose URL as the Delivery method for the source.
- Complete the Add Source form.
Field Entry Type Flat File Content Select a Content type that describes the data contained within the source. URL Use the URL format outlined in step 6 of the Creating the Export steps. Self-Signed Certificate Click on the SSL settings hide/expand button to show the Self-Signed Certificate toggle switch. Set the switch to active. Name Use a descriptive name as we used on the ThreatQ exports.
Example: ThreatQ - IP Address
This will help simplify sorting and handling of incidents based on TID indicators, use a consistent naming scheme across sources.
Action You can either Block or Monitor. Update Every Select a time, in minutes, that the source is to be updated (the minimum is 30 mins, Maximum is 14,400). TTL Specify the number of days for the TTL interval.
- TID deletes all the source's indicators that are not included in subsequent upload.
- All observables not referenced by a surviving indicator.
- Confirm that the Publish toggle is set to Active if you want to immediately being publishing to elements.
If you do not publish the source at ingestion, you cannot publish all source indicators at once later. Instead, you must publish each observable individually.
- Click Save.
The Management Center will be displayed with your new entry. You may need to click the Refresh button above the source several times in order to start the feed download.
Change Log
- Version 1.0.1
- Updated the Cisco FMC Configuration section for Firepower Management center 7.x.
- Version 1.0.0
- Initial release
PDF Guides
Document | ThreatQ Version |
---|---|
Cisco TID Exports Guide v1.0.1 | N/A |
Cisco TID Exports Guide v1.0.0 | N/A |