{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "ssh root@prod.karlkratz.com \"nft list chain inet filter input 2>\/dev\/null | head -30\" 2>&1",
"timeout": 15000,
"description": "Check how geoblock set is used in rules"
}
}
{
"tool_response": {
"stdout": "table inet filter {\n\tchain input {\n\t\ttype filter hook input priority filter - 5; policy accept;\n\t\tip saddr @geoblock counter packets 1016855 bytes 58032285 drop\n\t}\n}",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false
}
}