{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "ssh root@prod.karlkratz.com \"ipset list -n 2>\/dev\/null && ipset list 2>\/dev\/null | grep -A2 145.224.75.45\" 2>&1",
"timeout": 15000,
"description": "Check ipsets for the IP"
}
}
{
"tool_response": {
"stdout": "f2b-sshd\nf2b-sshd-aggressive\nssh-blacklist-permanent\ndigitalocean\ncountry_whitelist\nsearchengine-bots\nsearchengine-bots-v6\n145.224.75.45\n213.124.221.2\n89.67.37.8",
"stderr": "",
"interrupted": false,
"isImage": false
}
}