ahnlab-tip-actor-ip-addresses
Fetch IP addresses related to the specified threat actor from the AhnLab TIP service.
ahnlab-tip-actor-ip-addresses [profile=PROFILE] actor-id=ACTOR-ID
- profile=PROFILE
- Optional. Ahnlab TIP connect profile code
- actor-id=ACTOR-ID
- Required. Threat actor ID (positive integer). e.g. 25704
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect profile | AhnLab TIP connect profile code. e.g. atip |
| ip | IP address | IP address | IP address. e.g. 185.208.156.157 |
| verdict | String | Verdict | Detection verdict: malicious, benign, unknown |
| report_count | Integer | Report count | Report count |
| continent_name | String | Continent name | Continent name. e.g. Europe |
| country_name | String | Country name | Country name. e.g. Austria |
| city | String | City | City name. e.g. Vienna, Vienna |
| continent | String | Continent | Continent code. e.g. EU |
| country | String | Country | ISO country code. e.g. AT |
| latitude | Double | Latitude | Latitude. e.g. 48.1933 |
| longitude | Double | Longitude | Longitude. e.g. 16.3727 |
| submitted | Date | Submitted | Collection time |
| detected | Date | Detected | Detection time |