External DocumentationTo learn more, visit the IBM X Force documentation.
Actions
Get IP Reputation
Get the reputation report for 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 get the reputation report for. |
{
"ip": "string",
"history": [
{
"created": "2024-07-18T11:22:39.444Z",
"geo": {
"country": "string",
"countrycode": "string"
},
"ip": "string",
"reason": "string",
"reasonDescription": "string",
"malware_extended": {
"BotNet": "string",
"lat": 0,
"long": 0,
"city": "string",
"CC": "string",
"country": 0,
"isnew": true
},
"deleted": true,
"reason_removed": true,
"categoryDescriptions": {
"key": "string",
"value": "string"
},
"cats": {
"key": "string",
"value": "string"
},
"score": 10,
"subnet": "string",
"asns": {
"asn": {
"Company": "string",
"cidr": 0
}
}
}
]
}
Was this page helpful?