Skip to content

Commit

Permalink
#587 new test for the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jun 30, 2020
1 parent a243336 commit d003507
Show file tree
Hide file tree
Showing 9 changed files with 92 additions and 0 deletions.
18 changes: 18 additions & 0 deletions analyzers/DomainToolsIris/DomainToolsIris_Investigate.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,23 @@
"required": false,
"defaultValue": 500
}
],
"registration_required": true,
"subscription_required": true,
"free_subscription": false,
"service_homepage": "https://www.domaintools.com",
"service_logo": {
"path": "assets/domaintools_logo.png",
"caption": "logo"
},
"screenshots": [
{
"path": "assets/DomainToolsIris_Investigate_long.png",
"caption": "DomainToolsIris_Investigate long report sample"
},
{
"path": "assets/DomainToolsIris_Investigate_short.png",
"caption:": "DomainToolsIris_Investigate mini report sample"
}
]
}
18 changes: 18 additions & 0 deletions analyzers/DomainToolsIris/DomainToolsIris_Pivot.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,23 @@
"multi": false,
"required": true
}
],
"registration_required": true,
"subscription_required": true,
"free_subscription": false,
"service_homepage": "https://www.domaintools.com",
"service_logo": {
"path": "assets/domaintools_logo.png",
"caption": "logo"
},
"screenshots": [
{
"path": "assets/DomainToolsIris_Pivot_long.png",
"caption": "DomainToolsIris_Pivot long report sample"
},
{
"path": "assets/DomainToolsIris_Pivot_short.png",
"caption:": "DomainToolsIris_Pivot mini report sample"
}
]
}
15 changes: 15 additions & 0 deletions analyzers/DomainToolsIris/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Look up domain names, IP addresses, e-mail addresses, and SSL hashes using the popular
[DomainTools Iris](https://www.domaintools.com/resources/api-documentation/iris-investigate/) service API.

The analyzer comes in 2 flavors:

- DomainToolsIris_**Investigate**: Use DomainTools Iris API to investigate a domain.
- DomainToolsIris_**Pivot**: Use DomainTools Iris API to pivot on ssl_hash, ip, or email.

#### Requirements
You need a [valid DomainTools API integration subscription](https://www.domaintools.com/products/api-integration/) to use the analyzer:

- Provide your username as a value for the `username` parameter and API key as
a value for the `key` parameter.
- Set the `pivot_count_threshold` parameter to highlight any item below that value as being of interest in the
report's template.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions analyzers/DomainToolsIris/assets/domaintools_favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d003507

Please sign in to comment.