mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-07 17:38:53 +00:00
#172 Add baseConfig for CIRCL analyzers
This commit is contained in:
parent
07abd0621e
commit
ea44207bd3
@ -6,6 +6,7 @@
|
||||
"version": "2.0",
|
||||
"description": "Check CIRCL's Passive DNS for a given domain or URL.",
|
||||
"dataTypeList": ["domain", "url", "ip"],
|
||||
"baseConfig": "CIRCL",
|
||||
"command": "CIRCLPassiveDNS/circl_passivedns.py",
|
||||
"configurationItems": [
|
||||
{
|
||||
|
@ -6,7 +6,7 @@
|
||||
"version": "2.0",
|
||||
"description": "Check CIRCL's Passive SSL for a given IP address or a X509 certificate hash.",
|
||||
"dataTypeList": ["ip", "certificate_hash", "hash"],
|
||||
"baseConfig": "CIRCLPassiveSSL",
|
||||
"baseConfig": "CIRCL",
|
||||
"command": "CIRCLPassiveSSL/circl_passivessl.py",
|
||||
"configurationItems": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user