askurl-scan-sms
Scan URLs in SMS message using the Nurilab AskURL service and return threat analysis results including site classification, AI scores, and detection tags.
askurl-scan-sms [profile=PROFILE] msg=MESSAGE [locale=LOCALE] [timeout=TIMEOUT] [interval=INTERVAL]
- profile=PROFILE
- Optional. AskURL connect profile identifier
- msg=MESSAGE
- Required. SMS message to scan
- locale=LOCALE
- Optional. Result language (ko, en, ja, zh). Default: session locale
- timeout=TIMEOUT
- Optional. Max polling wait time in seconds. Default: 60
- interval=INTERVAL
- Optional. Polling interval in milliseconds. Default: 2000
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Profile | AskURL connect profile name |
| sms_id | String | SMS ID | SMS scan request ID |
| url | String | URL | Scanned URL |
| final_url | String | Final URL | Final redirected URL |
| classification | String | Classification | Site classification: phishing, fraud, gambling, adult, malware, illegal, suspicious, normal, etc. |
| tags | String | Tags | Detection tags (comma separated) |
| judgment_basis | String | Judgment basis | Reason for the classification |
| country_iso | String | Country | ISO country code (KR, US, ...) |
| title | String | Title | HTML page title |
| url_status | Boolean | URL status | URL online status (true/false) |
| link_count | Integer | Link count | Number of links in the HTML page |
| resource_count | Integer | Resource count | Number of external resources |
| elapsed | Integer | Elapsed | Elapsed time |
| ai_score_phishing | Double | Phishing score | AI phishing prediction score (only when classification is suspicious) |
| ai_score_fraud | Double | Fraud score | AI fraud prediction score (only when classification is suspicious) |
| ai_score_gambling | Double | Gambling score | AI gambling prediction score (only when classification is suspicious) |
| ai_score_adult | Double | Adult score | AI adult prediction score (only when classification is suspicious) |
| ai_score_malware | Double | Malware score | AI malware prediction score (only when classification is suspicious) |
| ai_score_illegal | Double | Illegal score | AI illegal prediction score (only when classification is suspicious) |
| redirects | List | Redirects | Redirect URL chain |
| created | Date | Created | Created date |
| updated | Date | Updated | Updated date |