{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "ssh root@prod.karlkratz.com \"for set in f2b-sshd f2b-sshd-aggressive ssh-blacklist-permanent digitalocean country_whitelist searchengine-bots searchengine-bots-v6; do if ipset test \\$set 145.224.75.45 2>\/dev\/null; then echo \\\"GEFUNDEN in: \\$set\\\"; fi; done\" 2>&1",
"timeout": 15000,
"description": "Find which ipset contains the IP"
}
}
{
"tool_response": {
"stdout": "GEFUNDEN in: ssh-blacklist-permanent\nGEFUNDEN in: country_whitelist",
"stderr": "",
"interrupted": false,
"isImage": false
}
}