@@ -1276,11 +1276,20 @@ def _find_local_config() -> Optional[Path]:
12761276moduleinfo = {
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