ThreatFox IOC Tracker Data Adapter
ThreatFox is a project from abuse.ch that tracks indicators of compromise (IOCs) associated with malware. The ThreatFox Data Adapter supports lookups by the following key types:
URLDomainIP:portMD5 hashSHA256 hash
When you create the data adapter, ThreatFox downloads and stores the data set in MongoDB. The Refresh Interval configuration parameter identifies when to fetch new sets.
Configure the Data Adapter
You can create a data adapter during the lookup table creation workflow, or they can be created separately on the Data Adapters tab. The following configuration options are available for this data adapter:
|
Title |
A short and unique title for this data adapter. |
|
Description |
Data adapter description. |
|
Name |
The name used to refer to this data adapter. This should be something unique and recognizable within your Graylog environment. |
|
Custom Error TTL |
Optional custom TTL for caching erroneous results. The default value is 5 seconds. |
|
Include IOCs Older Than 90 Days |
Optional setting that includes IOCs older than 90 days. By default, Data Adapter's data does not include IOCs older than 90 days. To avoid false positives, handle IOCs older than 90 days carefully. |
|
Refresh Interval |
Determines how often to fetch new data. The minimum refresh interval is 3600 seconds (1 hour), because that is how often the source data updates. |
|
Case Insensitive Lookup |
Allows the data adapter to perform case-insensitive lookups. |
Example ThreatFox IOC Tracker Lookup Data
A lookup for the file hash 923fa80da84e45636a62f779913559a07420a1c6e21f093d87ddfe04bda683c4 may produce the following output:
{
"first_seen_utc": "2021-07-07T17:03:57.000+0000",
"ioc_id": "158365",
"ioc_value": "923fa80da84e45636a62f779913559a07420a1c6e21f093d87ddfe04bda683c4",
"ioc_type": "sha256_hash",
"threat_type": "payload",
"fk_malware": "win.agent_tesla",
"malware_alias": [
"AgenTesla",
"AgentTesla",
"Negasteal"
],
"malware_printable": "Agent Tesla",
"confidence_level": 50,
"reference": "https://twitter.com/RedBeardIOCs/status/1412819661419433988",
"tags": [
"agenttesla"
],
"anonymous": false,
"reporter": "Virus_Deck"
}
Further Reading
Explore the following additional resources and recommended readings to expand your knowledge on related topics:
