Skip to content

Commit fd89b06

Browse files
committed
Merge branch 'main' of github.com:MISP/misp-modules
2 parents c6e4ee4 + e0c5708 commit fd89b06

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

misp_modules/modules/expansion/reversinglabs_spectra_analyze.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1276,11 +1276,20 @@ def _find_local_config() -> Optional[Path]:
12761276
moduleinfo = {
12771277
"version": "1.0.0",
12781278
"author": "ReversingLabs",
1279-
"description": "Threat intelligence enrichment module",
1279+
"description": "Module to enrich file hashes, domains, IPs and URLs with ReversingLabs Spectra Analyze threat intelligence.",
12801280
"module-type": ["expansion"],
12811281
"name": "ReversingLabs Spectra Analyze",
12821282
"logo": "reversinglabs.png",
1283+
"requirements": ["A ReversingLabs Spectra Analyze API token."],
1284+
"features": (
1285+
"This module enriches MISP attributes with threat intelligence from ReversingLabs Spectra Analyze. "
1286+
"It supports file hashes (MD5, SHA1, SHA256), domains, hostnames, IP addresses, and URLs. "
1287+
"The module returns detailed file analysis including classification, threat indicators, and related "
1288+
"network infrastructure as MISP objects."
1289+
),
12831290
"references": ["https://github.com/reversinglabs/reversinglabs-misp"],
1291+
"input": "A MISP attribute of one of the following types: md5, sha1, sha256, domain, hostname, ip, ip-src, ip-dst, url.",
1292+
"output": "MISP objects including file objects, domain-ip mappings, DNS records, URL objects, and IP-port objects with detailed threat intelligence.",
12841293
"support": "support@reversinglabs.com",
12851294
}
12861295

0 commit comments

Comments
 (0)