Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1231 Update Recorded Future Analyzer #1234

Merged
merged 3 commits into from
Dec 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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