DNS Twister
API access to DNS Twister's public service.
Triggers
DNS Twister Observe
Monitor and report on changes to a given list of domains. The domains use DNS Twister fuzzing to help detect phishing domains.
Input
| Name | Description | Type | Required | Syntax |
|---|---|---|---|---|
| domains | json-input | False | False | |
| timeout | input | False | False | |
| batchSize | input | False | False | |
| delayBetweenBatches | input | False | False |
Actions
DNS Twister IP Resolution
Resolve an IP address from a domain.
Input
| Name | Description | Type | Required | Syntax |
|---|---|---|---|---|
| domain | input | False | False | |
| timeout | input | False | False |
Output
| Name | Description | Type | always_present | values |
|---|---|---|---|---|
| result | Returns True when successful. | boolean | True | {"True": {"description": "Successful."}, "False": {"description": "Failure."}} |
| rc | Returns the exit code for the action. | number | True | {"0": {"description": "Successful."}} |
DNS Twister Parked Check
Checks if the domains is a parked domain.
Input
| Name | Description | Type | Required | Syntax |
|---|---|---|---|---|
| domain | input | False | False | |
| timeout | input | False | False |
Output
| Name | Description | Type | always_present | values |
|---|---|---|---|---|
| result | Returns True when successful. | boolean | True | {"True": {"description": "Successful."}, "False": {"description": "Failure."}} |
| rc | Returns the exit code for the action. | number | True | {"0": {"description": "Successful."}} |
DNS Twister WHOIS
Gets WHOIS information using the DNS Twister API.
Input
| Name | Description | Type | Required | Syntax |
|---|---|---|---|---|
| domain | input | False | False | |
| timeout | input | False | False |
Output
| Name | Description | Type | always_present | values |
|---|---|---|---|---|
| result | Returns True when successful. | boolean | True | {"True": {"description": "Successful."}, "False": {"description": "Failure."}} |
| rc | Returns the exit code for the action. | number | True | {"0": {"description": "Successful."}} |
DNS Twister Google Safe Browsing
Returns the current Google safe browsing system of the provided domain.
Input
| Name | Description | Type | Required | Syntax |
|---|---|---|---|---|
| domain | input | False | False | |
| timeout | input | False | False |
Output
| Name | Description | Type | always_present | values |
|---|---|---|---|---|
| result | Returns True when successful. | boolean | True | {"True": {"description": "Successful."}, "False": {"description": "Failure."}} |
| rc | Returns the exit code for the action. | number | True | {"0": {"description": "Successful."}} |
DNS Twister Fuzz
Returns a list of fuzzed domains from the domain provided.
Input
| Name | Description | Type | Required | Syntax |
|---|---|---|---|---|
| domain | input | False | False | |
| timeout | input | False | False |
Output
| Name | Description | Type | always_present | values |
|---|---|---|---|---|
| result | Returns True when successful. | boolean | True | {"True": {"description": "Successful."}, "False": {"description": "Failure."}} |
| rc | Returns the exit code for the action. | number | True | {"0": {"description": "Successful."}} |
DNS Twister Report
Returns the DNS Twister report of a given domain.
Input
| Name | Description | Type | Required | Syntax |
|---|---|---|---|---|
| domain | input | False | False | |
| timeout | input | False | False |
Output
| Name | Description | Type | always_present | values |
|---|---|---|---|---|
| result | Returns True when successful. | boolean | True | {"True": {"description": "Successful."}, "False": {"description": "Failure."}} |
| rc | Returns the exit code for the action. | number | True | {"0": {"description": "Successful."}} |