AquatoneDiscoverV2
aquatone-discover will find the targets nameservers and shuffle DNS lookups between them. Should a lookup fail on the target domains nameservers, aquatone-discover will fall back to using Google public DNS servers to maximize discovery.
python · Common Scripts
Details
| ID | AquatoneDiscoverV2 |
|---|---|
| Language | python |
| From Version | 6.5.0 |
| Docker Image | demisto/aquatone:2.0.0.11200773 |
README
Finds the targets nameservers and shuffle DNS lookups between them. If a lookup fails on the target domains nameservers, Aquatone Discover will use the Google public DNS servers to maximize discovery.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags |
Inputs
| Argument Name | Description |
|---|---|
| domain | The domain to discover. |
Outputs
| Path | Description | Type |
|---|---|---|
| Aquatone.discover | Finds the targets nameservers and shuffle DNS lookups between them. | Unknown |
commonfields: id: AquatoneDiscoverV2 version: -1 name: AquatoneDiscoverV2 type: python subtype: python3 script: '-' tags: [] enabled: true args: - name: domain required: true default: true description: domain to discover. outputs: - contextPath: Aquatone.discover description: 'find the targets nameservers and shuffle DNS lookups between them.' scripttarget: 0 timeout: 1h0m0s runonce: true dockerimage: demisto/aquatone:2.0.0.11200773 comment: 'aquatone-discover will find the targets nameservers and shuffle DNS lookups between them. Should a lookup fail on the target domains nameservers, aquatone-discover will fall back to using Google public DNS servers to maximize discovery.' fromversion: 6.5.0 tests: - No tests (auto formatted)