{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "ssh root@prod.karlkratz.com \"nft list chain inet f2b-table f2b-chain 2>\/dev\/null | head -5\" 2>&1",
"timeout": 15000,
"description": "Check f2b-chain type and priority"
}
}
{
"tool_response": {
"stdout": "table inet f2b-table {\n\tchain f2b-chain {\n\t\ttype filter hook input priority filter - 1; policy accept;\n\t\tmeta l4proto tcp ip saddr @addr-set-apache-auth reject with icmp port-unreachable\n\t\tmeta l4proto tcp ip saddr @addr-set-apache-badbots reject with icmp port-unreachable",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false
}
}