Returns the malware associated with the specified URL.

External Documentation

To learn more, visit the IBM X Force documentation.

Parameters

ParameterDescription
URLThe IP address to retrieve the malware for.

Example Output

{
	"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
}

Workflow Library Example

Get Url Malware with Ibm X Force and Send Results Via Email

Preview this Workflow on desktop