{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "ssh root@prod.karlkratz.com \"nft -a list chain inet filter input 2>\/dev\/null\" 2>&1",
"timeout": 15000,
"description": "List chain with rule handles for insertion"
}
}
{
"tool_response": {
"stdout": "table inet filter {\n\tchain input { # handle 2\n\t\ttype filter hook input priority filter - 5; policy accept;\n\t\tip saddr @geoblock counter packets 1017971 bytes 58101259 drop # handle 3\n\t}\n}",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false
}
}