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

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 |
|---|---|
| IP | The IP address to retrieve the malware for. |
{
"malware": [
{
"family": [
"string"
],
"first": "2024-07-18T11:26:59.107Z",
"last": "2024-07-18T11:26:59.107Z",
"md5": "string",
"origin": "string",
"uri": "string"
}
]
}
Was this page helpful?