Skip to content

Commit d003507

Browse files
committed
#587 new test for the documentation
1 parent a243336 commit d003507

9 files changed

+92
-0
lines changed

analyzers/DomainToolsIris/DomainToolsIris_Investigate.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,23 @@
3434
"required": false,
3535
"defaultValue": 500
3636
}
37+
],
38+
"registration_required": true,
39+
"subscription_required": true,
40+
"free_subscription": false,
41+
"service_homepage": "https://www.domaintools.com",
42+
"service_logo": {
43+
"path": "assets/domaintools_logo.png",
44+
"caption": "logo"
45+
},
46+
"screenshots": [
47+
{
48+
"path": "assets/DomainToolsIris_Investigate_long.png",
49+
"caption": "DomainToolsIris_Investigate long report sample"
50+
},
51+
{
52+
"path": "assets/DomainToolsIris_Investigate_short.png",
53+
"caption:": "DomainToolsIris_Investigate mini report sample"
54+
}
3755
]
3856
}

analyzers/DomainToolsIris/DomainToolsIris_Pivot.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,23 @@
2626
"multi": false,
2727
"required": true
2828
}
29+
],
30+
"registration_required": true,
31+
"subscription_required": true,
32+
"free_subscription": false,
33+
"service_homepage": "https://www.domaintools.com",
34+
"service_logo": {
35+
"path": "assets/domaintools_logo.png",
36+
"caption": "logo"
37+
},
38+
"screenshots": [
39+
{
40+
"path": "assets/DomainToolsIris_Pivot_long.png",
41+
"caption": "DomainToolsIris_Pivot long report sample"
42+
},
43+
{
44+
"path": "assets/DomainToolsIris_Pivot_short.png",
45+
"caption:": "DomainToolsIris_Pivot mini report sample"
46+
}
2947
]
3048
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Look up domain names, IP addresses, e-mail addresses, and SSL hashes using the popular
2+
[DomainTools Iris](https://www.domaintools.com/resources/api-documentation/iris-investigate/) service API.
3+
4+
The analyzer comes in 2 flavors:
5+
6+
- DomainToolsIris_**Investigate**: Use DomainTools Iris API to investigate a domain.
7+
- DomainToolsIris_**Pivot**: Use DomainTools Iris API to pivot on ssl_hash, ip, or email.
8+
9+
#### Requirements
10+
You need a [valid DomainTools API integration subscription](https://www.domaintools.com/products/api-integration/) to use the analyzer:
11+
12+
- Provide your username as a value for the `username` parameter and API key as
13+
a value for the `key` parameter.
14+
- Set the `pivot_count_threshold` parameter to highlight any item below that value as being of interest in the
15+
report's template.
147 KB
Loading
20.1 KB
Loading
205 KB
Loading
16 KB
Loading
Lines changed: 41 additions & 0 deletions
Loading
10.7 KB
Loading

0 commit comments

Comments
 (0)