Skip to content

Commit

Permalink
Merge pull request #1234 from rpitts-recordedfuture/develop
Browse files Browse the repository at this point in the history
#1231 Update Recorded Future Analyzer
  • Loading branch information
jeromeleonard authored Dec 27, 2023
2 parents 2301840 + 730928c commit 86b499b
Show file tree
Hide file tree
Showing 12 changed files with 663 additions and 115 deletions.
27 changes: 27 additions & 0 deletions analyzers/RecordedFuture/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
This analyzer will return Recorded Future Intelligence for the following datatypes:
* ip
* domain
* fqdn
* hash
* url

Enriched observables can display:
* Risk Summary: Risk Score, Criticality, and link to the Intelligence Card
* Recorded Future AI Insights

![](assets/RecordedFutureAnalyzerReport.jpg)

* Risk Rules and Evidence Details

![](assets/RiskRulesReport.jpg)

* Technical & Insikt Group Research Links

![](assets/LinksReport.jpg)

* Related Threat Actors
* Related Attack Vectors
* Malware Family / Category
* Related IPs
* Related Domains
* Related Hashes
27 changes: 27 additions & 0 deletions analyzers/RecordedFuture/RecordedFuture.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "RecordedFuture",
"version": "2.0",
"author": "Recorded Future",
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
"license": "AGPL-V3",
"dataTypeList": ["ip", "domain", "fqdn", "hash", "url"],
"description": "Enrich IP, Domain, FQDN, URL, or Hash with Recorded Future context: Risk Score, Risk Details, AI Insights, Links, Threat Actor, Attack Vector, Malware Category / Family, and Related Entities (IPs, Domains, and Hashes)",
"command": "RecordedFuture/recordedfuture.py",
"baseConfig": "RecordedFuture",
"configurationItems": [
{
"name": "key",
"description": "API Token",
"type": "string",
"multi": false,
"required": true
}
],
"registration_required": true,
"subscription_required": true,
"service_homepage": "https://www.recordedfuture.com/",
"service_logo": {
"path": "assets/recordedfuture-logo.png",
"caption": "logo"
}
}
20 changes: 0 additions & 20 deletions analyzers/RecordedFuture/RecordedFuture_risk.json

This file was deleted.

Binary file added analyzers/RecordedFuture/assets/LinksReport.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 86b499b

Please sign in to comment.