Update opensnitch rules

This commit is contained in:
ItsDrike 2021-02-14 18:03:30 +01:00
parent 75c3df4ea8
commit 5e62cd2b7f
No known key found for this signature in database
GPG key ID: 252D306F545351FC
3 changed files with 79 additions and 3 deletions

View file

@ -1,10 +1,10 @@
{
"created": "2021-02-14T12:27:14.331641433+01:00",
"updated": "2021-02-14T12:27:14.331679703+01:00",
"created": "2021-02-14T17:48:04.098124196+01:00",
"updated": "2021-02-14T17:48:04.098183755+01:00",
"name": "1-Localhost (v6)",
"enabled": true,
"precedence": false,
"action": "deny",
"action": "allow",
"duration": "always",
"operator": {
"type": "network",

View file

@ -0,0 +1,38 @@
{
"created": "2021-02-14T17:46:54.292300015+01:00",
"updated": "2021-02-14T17:46:54.292421976+01:00",
"name": "Curl HTTP",
"enabled": true,
"precedence": false,
"action": "allow",
"duration": "always",
"operator": {
"type": "list",
"operand": "list",
"sensitive": false,
"data": "[{\"type\": \"simple\", \"operand\": \"protocol\", \"data\": \"tcp\", \"sensitive\": false}, {\"type\": \"simple\", \"operand\": \"process.path\", \"data\": \"/usr/bin/curl\", \"sensitive\": false}, {\"type\": \"simple\", \"operand\": \"dest.port\", \"data\": \"80\", \"sensitive\": false}]",
"list": [
{
"type": "simple",
"operand": "protocol",
"sensitive": false,
"data": "tcp",
"list": null
},
{
"type": "simple",
"operand": "process.path",
"sensitive": false,
"data": "/usr/bin/curl",
"list": null
},
{
"type": "simple",
"operand": "dest.port",
"sensitive": false,
"data": "80",
"list": null
}
]
}
}

View file

@ -0,0 +1,38 @@
{
"created": "2021-02-14T17:47:02.764007397+01:00",
"updated": "2021-02-14T17:47:02.764115564+01:00",
"name": "Curl HTTPS",
"enabled": true,
"precedence": false,
"action": "allow",
"duration": "always",
"operator": {
"type": "list",
"operand": "list",
"sensitive": false,
"data": "[{\"type\": \"simple\", \"operand\": \"protocol\", \"data\": \"tcp\", \"sensitive\": false}, {\"type\": \"simple\", \"operand\": \"process.path\", \"data\": \"/usr/bin/curl\", \"sensitive\": false}, {\"type\": \"simple\", \"operand\": \"dest.port\", \"data\": \"443\", \"sensitive\": false}]",
"list": [
{
"type": "simple",
"operand": "protocol",
"sensitive": false,
"data": "tcp",
"list": null
},
{
"type": "simple",
"operand": "process.path",
"sensitive": false,
"data": "/usr/bin/curl",
"list": null
},
{
"type": "simple",
"operand": "dest.port",
"sensitive": false,
"data": "443",
"list": null
}
]
}
}