ctx-get-domain-report-batch
Get multiple domain reports from CTX service.
ctx-get-domain-report-batch [profile=PROFILE] [field=FIELD]
- profile=PROFILE
- Profile name of CTX
- field=FIELD
- domain by default.
Output Fields
Field | Type | Name | Description |
---|---|---|---|
profile | String | Connect profile | The identifier of CTX connect profile |
domain | String | Domain | e.g. lymyxid.com |
verdict | String | Verdict | e.g. MALICIOUS, BENIGN |
first_seen | String | First seen | |
last_seen | String | Last seen | |
host_ips | String | Host IPs | e.g. 23.253.126.58 |
urls | String | URLs | |
whois | String | WHOIS response | e.g. Creation Date: 2021-05-11T19:40:34Z |
ioc_files | String | IoC files | e.g. 7bd9e9f9ebe0e6bb65df563a9b1b2fc9f4c26e027d9d593b2546f3597afe3554 |
ioc_ips | String | IoC IPs | e.g. 162.255.119.102 |
ioc_domains | String | IoC domains | e.g. pujyjav.com |
ioc_urls | String | IoC URLs | |
campaign_count | Integer | Campaign count | |
threat_actor_count | Integer | Threat actor count | |
ioc_file_count | Integer | IoC file count | e.g. 4 |
ioc_ip_count | Integer | IoC IP count | e.g. 11 |
ioc_domain_count | Integer | IoC domain count | e.g. 58 |
ioc_url_count | Integer | IoC URL count | e.g. 0 |
campaign_link | String | Campaign link | e.g. https://test.api.ctx.io/api/v1/relation/campaign-domain/lymyxid.com |
ctx_api_version | String | CTX API version | e.g. v1.1 |
txid | String | Transaction ID | e.g. ctx-transaction--ba108c10-fae0-5a0f-a3b0-7bc9cbc1c13c |
result_code | Integer | Result code | e.g. 200, 400, 404 |
result_msg | String | Result message | e.g. Success, Invalid Parameter, Data does not exist |
req_time | Date | Request time | |
resp_time | Date | Response time |