External DocumentationTo learn more, visit the IBM X Force documentation.
Actions
Get URL Malware
Returns the malware associated with the specified URL.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| URL | The IP address to retrieve the malware for. |
{
"malware": [
{
"type": "SPM",
"md5": "655AB3F2EB92AD80121B759802EF611A",
"domain": "media.com",
"firstseen": "2015-06-17T15:30:00Z",
"lastseen": "2015-06-17T15:30:00Z",
"ip": "108.6.250.14",
"count": 1,
"filepath": "informed_id_40483_contact.zip",
"origin": "SPM",
"uri": "informed_id_40483_contact.zip",
"family": [
"Spam Zero-Day"
]
}
],
"count": 1
}
Was this page helpful?