Add host event rules for bind and capability activity
This commit is contained in:
parent
b40ac4252c
commit
9784033f86
12 changed files with 316 additions and 8 deletions
9
tests/fixtures/sids/100073-interpreter-unusual-bind.json
vendored
Normal file
9
tests/fixtures/sids/100073-interpreter-unusual-bind.json
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"event": "bind",
|
||||
"pid": 4242,
|
||||
"ppid": 1,
|
||||
"uid": 1000,
|
||||
"comm": "python3",
|
||||
"local_ip": "0.0.0.0",
|
||||
"local_port": 4444
|
||||
}
|
||||
11
tests/fixtures/sids/100076-interpreter-unusual-accept.json
vendored
Normal file
11
tests/fixtures/sids/100076-interpreter-unusual-accept.json
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"event": "accept",
|
||||
"pid": 4242,
|
||||
"ppid": 1,
|
||||
"uid": 1000,
|
||||
"comm": "python3",
|
||||
"peer_ip": "8.8.8.8",
|
||||
"peer_port": 51515,
|
||||
"local_ip": "0.0.0.0",
|
||||
"local_port": 4444
|
||||
}
|
||||
8
tests/fixtures/sids/100077-interpreter-capset-sensitive.json
vendored
Normal file
8
tests/fixtures/sids/100077-interpreter-capset-sensitive.json
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"event": "capset",
|
||||
"pid": 4242,
|
||||
"ppid": 1,
|
||||
"uid": 1000,
|
||||
"comm": "python3",
|
||||
"capabilities": ["CAP_SYS_ADMIN"]
|
||||
}
|
||||
9
tests/fixtures/sids/100078-module-load-writable-path.json
vendored
Normal file
9
tests/fixtures/sids/100078-module-load-writable-path.json
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"event": "module_load",
|
||||
"pid": 4242,
|
||||
"ppid": 1,
|
||||
"uid": 0,
|
||||
"comm": "insmod",
|
||||
"path": "/tmp/evil.ko",
|
||||
"module_name": "evil"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue