Skip to main content

SOCRadar Threat Feed

This Integration is part of the SOCRadar ThreatFeed Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.0.0 and later.

Retrieve indicators provided by collections via SOCRadar Threat Intelligence Feeds. This integration was integrated and tested with v21.11 of SOCRadar.

Configure SOCRadar Threat Feed on Cortex XSOAR#

  1. Navigate to Settings > Integrations > Servers & Services.

  2. Search for SOCRadarThreatFeed.

  3. Click Add instance to create and configure a new integration instance.

    ParameterDescriptionRequired
    API KeyThe API Key to use for connection to SOCRadar ThreatFusion API.True
    insecureTrust any certificate (not secure).False
    proxyWhether to use XSOAR’s system proxy settings to connect to the API.False
    Feed NameThe feed name(s) to fetch.True
    Fetch indicatorsWhether to fetch indicators.False
    Indicator ReputationIndicators from this integration instance will be marked with this reputation.False
    Traffic Light Protocol ColorThe Traffic Light Protocol (TLP) designation to apply to indicators fetched from the feed.False
    TagsSupports CSV values.False
    Source ReliabilityReliability of the source providing the intelligence data.True
    Feed Fetch IntervalThe feed fetch interval.False
    Bypass exclusion listWhen selected, the exclusion list is ignored for indicators from this feed. This means that if an indicator from this feed is on the exclusion list, the indicator might still be added to the system.False
  4. Click Test to validate API key and connection to SOCRadar Threat Feeds/IOC API.

Commands#

You can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

How to obtain SOCRadar Threat Feeds/IOC API key?#

Every company has a unique API key in SOCRadar platform. This API key can be used to benefit from various API endpoints that SOCRadar provides.

For the information about the SOCRadar API keys and how to obtain them, please see SOCRadar API documentation.

socradar-get-indicators#


Retrieves SOCRadar Recommended Threat Intelligences Collections.

Base Command#

socradar-get-indicators

Input#

Argument NameDescriptionRequired
collections_to_fetchNames of the collections that intended to be retrieved indicators from.Required
limitThe maximum number of indicators to retrieve.Optional

Context Output#

PathTypeDescription
SOCRadarThreatFeed.Indicators[0].IndicatorStringThe value of the indicator.
SOCRadarThreatFeed.Indicators[0].Indicator TypeStringThe type of the indicator.
SOCRadarThreatFeed.Indicators[0].Feed Maintainer NameStringName of the maintainer that the indicator found from.
SOCRadarThreatFeed.Indicators[0].First Seen DateDateThe date that the indicator was in SOCRadar collections for the first time.
SOCRadarThreatFeed.Indicators[0].Last Seen DateDateThe latest date that the indicator was seen in SOCRadar collections.
SOCRadarThreatFeed.Indicators[0].Seen CountNumberThe feed description.
SOCRadarThreatFeed.Indicators[0].rawJSONJSONRaw JSON object that contains the value and type of the indicator.
SOCRadarThreatFeed.Indicators[0].Geo Location.ASNNumberASN field Geographical location information of the IP type indicator.
SOCRadarThreatFeed.Indicators[0].Geo Location.AsnCodeNumberASN code field Geographical location information of the IP type indicator.
SOCRadarThreatFeed.Indicators[0].Geo Location.AsnNameStringASN name field Geographical location information of the IP type indicator.
SOCRadarThreatFeed.Indicators[0].Geo Location.CidrStringCIDR field Geographical location information of the IP type indicator.
SOCRadarThreatFeed.Indicators[0].Geo Location.CityNameStringCity name field Geographical location information of the IP type indicator.
SOCRadarThreatFeed.Indicators[0].Geo Location.CountryCodeStringCountry code field Geographical location information of the IP type indicator.
SOCRadarThreatFeed.Indicators[0].Geo Location.CountryNameStringCountry name field Geographical location information of the IP type indicator.
SOCRadarThreatFeed.Indicators[0].Geo Location.LatitudeNumberLatitude field Geographical location information of the IP type indicator.
SOCRadarThreatFeed.Indicators[0].Geo Location.LongitudeNumberLongitude field Geographical location information of the IP type indicator.
SOCRadarThreatFeed.Indicators[0].Geo Location.RegionNameStringRegion name field Geographical location information of the IP type indicator.
SOCRadarThreatFeed.Indicators[0].Geo Location.TimezoneStringTimezone field Geographical location information of the IP type indicator.
SOCRadarThreatFeed.Indicators[0].Geo Location.ZipCodeStringZip code field Geographical location information of the IP type indicator.

Command Example#

!socradar-get-indicators collections_to_fetch="SOCRadar-APT-Recommended-Block-Domain" limit=2

Context Example#

{
"SOCRadarThreatFeed": {
"Indicators": [
{
"Feed Maintainer Name": "SOCRadar-APT Feed",
"First Seen Date": "2021-07-15 07:04:29",
"Indicator": "dump-indicator.domain",
"Indicator Type": "Domain",
"Last Seen Date": "2021-07-16 07:04:49",
"Seen Count": 2,
"rawJSON": {
"value": "dump-indicator.domain",
"type": "Domain"
}
},
{
"Feed Maintainer Name": "SOCRadar-APT Feed",
"First Seen Date": "2021-07-15 07:04:29",
"Indicator": "yet-another-dump-indicator.domain",
"Indicator Type": "Domain",
"Last Seen Date": "2021-07-16 07:04:49",
"Seen Count": 2,
"rawJSON": {
"value": "yet-another-dump-indicator.domain",
"type": "Domain"
}
}
]
}
}

Human Readable Output#

Indicators from SOCRadar ThreatFeed Collections (SOCRadar-APT-Recommended-Block-Domain):#

Feed Maintainer NameFirst Seen DateIndicatorIndicator TypeLast Seen DateSeen Count
SOCRadar-APT Feed2021-07-15 07:04:29dump-indicator.domainDomain2021-07-16 07:04:492
SOCRadar-APT Feed2021-07-15 07:04:29yet-another-dump-indicator.domainDomain2021-07-16 07:04:492

socradar-reset-fetch-indicators#


Resets the indicator fetch history.

Base Command#

socradar-reset-fetch-indicators

Input#

There are no input arguments for this command.

Context Output#

There is no context output for this command.

Command Example#

!socradar-reset-fetch-indicators

Human Readable Output#

Fetch history has been successfully deleted!