-
Notifications
You must be signed in to change notification settings - Fork 385
/
Copy pathCIRCLPassiveDNS.json
49 lines (49 loc) · 1.33 KB
/
CIRCLPassiveDNS.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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": "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"
},
"screenshots": [
{
"path": "assets/sc-short-circlpassivedns.png",
"caption": "CIRCLPassiveDNS: short report"
},
{
"path": "assets/sc-long-circlpassivedns.png",
"caption": "CIRCLPassiveDNS: long report"
}
]
}