mirror of https://github.com/MISP/misp-modules
parent
0d3e61dc4d
commit
9679fed7b5
3 changed files with 30 additions and 0 deletions
@ -0,0 +1,9 @@ |
||||
{ |
||||
"description": "Module to query APIVoid with some domain attributes.", |
||||
"logo": "logos/apivoid.png", |
||||
"requirements": ["A valid APIVoid API key with enough credits to proceed 2 queries"], |
||||
"input": "A domain attribute.", |
||||
"output": "DNS records and SSL certificates related to the domain.", |
||||
"features": "This module takes a domain name and queries API Void to get the related DNS records and the SSL certificates. It returns then those pieces of data as MISP objects that can be added to the event.\n\nTo make it work, a valid API key and enough credits to proceed 2 queries (0.06 + 0.07 credits) are required.", |
||||
"references": ["https://www.apivoid.com/"] |
||||
} |
Loading…
Reference in new issue