Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 39f7fe4

Browse files
committed
add Domaintools Iris analyzer from #54 without merging it as it also contains responders doc
1 parent 916ab08 commit 39f7fe4

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

analyzer_requirements.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,22 @@ to use the analyzer.
849849
Provide your username as a value for the `username` parameter and API key as
850850
a value for the `key` parameter.
851851

852+
### DomainTools Iris
853+
Look up domain names, IP addresses, e-mail addresses, and SSL hashes using the popular
854+
[DomainTools Iris](https://www.domaintools.com/resources/api-documentation/iris-investigate/) service API.
855+
856+
The analyzer comes in 2 flavors:
857+
- DomainToolsIris_**Investigate**: Use DomainTools Iris API to investigate a domain.
858+
- DomainToolsIris_**Pivot**: Use DomainTools Iris API to pivot on ssl_hash, ip, or email.
859+
860+
#### Requirements
861+
You need a [valid DomainTools API integration subscription](https://www.domaintools.com/products/api-integration/) to use the analyzer:
862+
863+
- Provide your username as a value for the `username` parameter and API key as
864+
a value for the `key` parameter
865+
- Setting the `pivot_count_threshold` will highlight items of interest in the template below that threshold
866+
867+
852868
### EmergingThreats
853869
Leverage Proofpoint's [Emerging Threats Intelligence](https://threatintel.proofpoint.com/)
854870
to assess the reputation of various observables and obtain additional and
@@ -1088,10 +1104,10 @@ If a mail observable is tagged with a specified tag, corresponding to the respon
10881104
#### Requirements
10891105
You must provide:
10901106

1091-
- an API key as a value for the `api_key` parameter to access the User Events API. API documentation to retreive your key is located at [User Event API ](https://developer.knowbe4.com/events/#tag/Introduction)
1092-
- the appropriate `base_url` parameter dependent on your geographic location. More information available at [User Events API](https://developer.knowbe4.com/events/#tag/Base-URL)
1093-
- the appropriate `hive_url` parameter so that TheHive case can be referenced in the KnowBe4 Users' Timeline
1094-
- the appropriate `event_type` parameter so that Cortex can create the correct type of event in the Users' timeline. [User Events API](https://developer.knowbe4.com/events/#tag/Event-Types).
1107+
- An API key as a value for the `api_key` parameter to access the User Events API. API documentation to retreive your key is located at [User Event API ](https://developer.knowbe4.com/events/#tag/Introduction)
1108+
- The appropriate `base_url` parameter dependent on your geographic location. More information available at [User Events API](https://developer.knowbe4.com/events/#tag/Base-URL)
1109+
- The appropriate `hive_url` parameter so that TheHive case can be referenced in the KnowBe4 Users' Timeline
1110+
- The appropriate `event_type` parameter so that Cortex can create the correct type of event in the Users' timeline. [User Events API](https://developer.knowbe4.com/events/#tag/Event-Types).
10951111

10961112
### Umbrella Blacklister
10971113

0 commit comments

Comments
 (0)