Skip to content

Commit d757a6b

Browse files
authored
Merge pull request #754 from reversinglabs/add-reversinglabs-module
Add Reversinglabs Enrichment module
2 parents 90e7919 + 6028af3 commit d757a6b

5 files changed

Lines changed: 4554 additions & 0 deletions

File tree

1.71 KB
Loading

documentation/mkdocs/expansion.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,6 +2149,35 @@ Module to enrich attributes with threat intelligence from Recorded Future.
21492149
21502150
-----
21512151
2152+
#### [ReversingLabs Enrichment](https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/reversinglabs_spectra_analyze.py)
2153+
2154+
<img src=../logos/reversinglabs.png height=60>
2155+
2156+
Module to enrich file hashes, domains, IPs and URLs with ReversingLabs Spectra Analyze threat intelligence.
2157+
[[source code](https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/reversinglabs_spectra_analyze.py)]
2158+
2159+
- **features**:
2160+
>This module enriches MISP attributes with threat intelligence from ReversingLabs Spectra Analyze. It supports file hashes (MD5, SHA1, SHA256), domains, hostnames, IP addresses, and URLs. The module returns detailed file analysis including classification, threat indicators, and related network infrastructure as MISP objects.
2161+
2162+
- **config**:
2163+
> - api_url
2164+
> - api_token
2165+
> - verify_ssl
2166+
2167+
- **input**:
2168+
>A MISP attribute of one of the following types: md5, sha1, sha256, domain, hostname, ip, ip-src, ip-dst, url.
2169+
2170+
- **output**:
2171+
>MISP objects including file objects, domain-ip mappings, DNS records, URL objects, and IP-port objects with detailed threat intelligence.
2172+
2173+
- **references**:
2174+
>https://github.com/reversinglabs/reversinglabs-misp
2175+
2176+
- **requirements**:
2177+
>A ReversingLabs Spectra Analyze API token.
2178+
2179+
-----
2180+
21522181
#### [Reverse DNS](https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/reversedns.py)
21532182
21542183
Simple Reverse DNS expansion service to resolve reverse DNS from MISP attributes.

documentation/mkdocs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ For more information: [Extending MISP with Python modules](https://www.misp-proj
9292
* [r7_akb](https://misp.github.io/misp-modules/expansion/#r7_akb) - Enrich CVEs via AttackerKB and return structured MISP events. Handles rate limits, regex CVE detection, and markdown cleanup.
9393
* [Real-time Blackhost Lists Lookup](https://misp.github.io/misp-modules/expansion/#real-time-blackhost-lists-lookup) - Module to check an IPv4 address against known RBLs.
9494
* [Recorded Future Enrich](https://misp.github.io/misp-modules/expansion/#recorded-future-enrich) - Module to enrich attributes with threat intelligence from Recorded Future.
95+
* [ReversingLabs Enrichment](https://misp.github.io/misp-modules/expansion/#reversinglabs-enrichment) - Module to enrich file hashes, domains, IPs and URLs with ReversingLabs Spectra Analyze threat intelligence.
9596
* [Reverse DNS](https://misp.github.io/misp-modules/expansion/#reverse-dns) - Simple Reverse DNS expansion service to resolve reverse DNS from MISP attributes.
9697
* [SecurityTrails Lookup](https://misp.github.io/misp-modules/expansion/#securitytrails-lookup) - An expansion modules for SecurityTrails.
9798
* [Shodan Lookup](https://misp.github.io/misp-modules/expansion/#shodan-lookup) - Module to query on Shodan.

0 commit comments

Comments
 (0)