{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "ssh root@prod.karlkratz.com \"grep 'ignoreip' \/etc\/fail2ban\/jail.local\" 2>&1",
"timeout": 15000,
"description": "Verify ignoreip was updated"
}
}
{
"tool_response": {
"stdout": "ignoreip = 127.0.0.1\/8 ::1 144.76.103.30 148.251.27.17 148.251.27.18 148.251.182.181 91.99.63.201 91.107.225.81 145.224.72.245 209.198.153.125 145.224.73.102 145.224.83.114 145.224.75.45\nignorecommand = \/usr\/local\/bin\/fail2ban-ignoreip-check.sh <ip>",
"stderr": "",
"interrupted": false,
"isImage": false
}
}