Skip to content

Commit

Permalink
Update metadefender meta
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnasism committed Aug 26, 2020
1 parent cdf10dd commit 03a2480
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion modules/sfp_metadefender.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,25 @@ class sfp_metadefender(SpiderFootPlugin):
'summary': "Search MetaDefender API for IP address and domain IP reputation.",
'flags': ["apikey"],
'useCases': ["Footprint", "Investigate", "Passive"],
'categories': ["Reputation Systems"]
'categories': ["Reputation Systems"],
'dataSource': {
'website': "https://metadefender.opswat.com/",
'model': "FREE_AUTH_LIMITED",
'references': [
"https://onlinehelp.opswat.com/mdcloud/"
],
'apiKeyInstructions': [
"Visit https://metadefender.opswat.com/",
"Register a free account",
"Navigate to https://metadefender.opswat.com/account",
"The API key is listed under 'API key'"
],
'favIcon': "https://mcl-cdn.opswat.com/1.40.3-729f31db/city/icons/icon-48x48.png?v=61be50566cce944a710aaa90ba6bbb8d",
'logo': "https://mcl-cdn.opswat.com/1.40.3-729f31db/city/icons/icon-48x48.png?v=61be50566cce944a710aaa90ba6bbb8d",
'description': "File Analysis - Analyzing binaries with 30+ anti-malware engines.\n"
"Heuristic analysis to detect more unknown and targeted attacks.\n"
"Binary vulnerability data assessment, IP/Domain reputation, Threat Intelligence Feeds",
}
}

# Default options
Expand Down

0 comments on commit 03a2480

Please sign in to comment.