askurl-scan-url-batch
Scan URLs from input records using AskURL service and enrich with threat analysis results.
askurl-scan-url-batch [profile=VALUE] [field=VALUE] [locale=VALUE] [timeout=VALUE] [interval=VALUE]
- profile=VALUE
- Optional. Connect profile identifier
- field=VALUE
- Optional. Input field name containing URL. Default: url
- locale=VALUE
- Optional. Result language (ko, en, ja, zh). Default: session locale
- timeout=VALUE
- Optional. Max polling wait time in seconds. Default: 60
- interval=VALUE
- Optional. Polling interval in milliseconds. Default: 2000
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| final_url | String | Final URL | Final redirected URL |
| classification | String | Classification | Site classification (e.g. malicious, suspicious, safe) |
| tags | String | Tags | Detection tags |
| judgment_basis | String | Judgment basis | Judgment basis |
| country_iso | String | Country | ISO country code |
| title | String | Title | HTML page title |
| url_status | Boolean | URL status | URL online status |
| link_count | Integer | Link count | HTML link count |
| resource_count | Integer | Resource count | External resource count |
| elapsed | Integer | Elapsed | Elapsed time |
| ai_score_phishing | Double | Phishing score | AI phishing score (only when classification is suspicious) |
| ai_score_fraud | Double | Fraud score | AI fraud score (only when classification is suspicious) |
| ai_score_gambling | Double | Gambling score | AI gambling score (only when classification is suspicious) |
| ai_score_adult | Double | Adult score | AI adult score (only when classification is suspicious) |
| ai_score_malware | Double | Malware score | AI malware score (only when classification is suspicious) |
| ai_score_illegal | Double | Illegal score | AI illegal score (only when classification is suspicious) |
| redirects | List | Redirects | Redirect URL chain |
| created | Date | Created | Created date |
| updated | Date | Updated | Updated date |