This commit is contained in:
Jérôme Leonard 2020-11-18 17:13:03 +01:00
parent 1dd49ac39d
commit c9722aabad
5 changed files with 66 additions and 25 deletions

View File

@ -1,27 +1,49 @@
{
"name": "CIRCLPassiveDNS",
"author": "Nils Kuhnert, CERT-Bund",
"license": "AGPL-V3",
"url": "https://github.com/BSI-CERT-Bund/cortex-analyzers",
"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": [
{
"name": "user",
"description": "Username",
"type": "string",
"multi": false,
"required": true
"name": "CIRCLPassiveDNS",
"author": "Nils Kuhnert, CERT-Bund",
"license": "AGPL-V3",
"url": "https://github.com/BSI-CERT-Bund/cortex-analyzers",
"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": [
{
"name": "user",
"description": "Username",
"type": "string",
"multi": false,
"required": true
},
{
"name": "password",
"description": "Password",
"type": "string",
"multi": false,
"required": true
}
],
"registration_required": true,
"subscription_required": true,
"free_subscription": true,
"service_homepage": "https://www.circl.lu/services/passive-dns/",
"service_logo": {
"path": "assets/passivedns.png",
"caption": "logo"
},
{
"name": "password",
"description": "Password",
"type": "string",
"multi": false,
"required": true
}
]
}
"screenshots": [
{
"path": "sc-short-circlpassivedns.png",
"caption": "CIRCLPassiveDNS: short report"
},
{
"path": "sc-long-circlpassivedns.png",
"caption": "CIRCLPassiveDNS: long report"
}
]
}

View File

@ -0,0 +1,19 @@
### CIRCLPassiveDNS
Check [CIRCL's Passive DNS](https://www.circl.lu/services/passive-dns/) for a
given domain.
This analyzer comes in only one flavor.
#### Requirements
Access to CIRCL Passive DNS is only allowed to trusted partners in Luxembourg
and abroad. [Contact CIRCL](https://www.circl.lu/contact/) if you would like
access. Include your affiliation and the foreseen use of the Passive DNS
data.
If the CIRCL positively answers your access request, you'll obtain a username
and password which are needed to make the analyzer work.
supply your username as the value for the `user` parameter and your password
as the value for the `password` parameter.

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB