Skip to content

Commit 88732cc

Browse files
committed
docs(procmon): add fileless execution event example
1 parent 9edc8c3 commit 88732cc

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/detectors/procmon.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,32 @@ ptrace_access_check:
132132
}
133133
```
134134

135+
Fileless execution:
136+
137+
```json
138+
{
139+
"type": "ProcessExec",
140+
"process": {
141+
"pid": 133303,
142+
"tid": 133303,
143+
"ppid": 131958,
144+
"uid": 0,
145+
"euid": 0,
146+
"auid": 1000,
147+
"cap_inheritable": "",
148+
"cap_permitted": "ALL_CAPS",
149+
"cap_effective": "ALL_CAPS",
150+
"secureexec": "FILELESS_EXEC",
151+
"filename": "memfd:fileless-exec-test",
152+
"binary_path": "/memfd:fileless-exec-test (deleted)",
153+
"args": "fileless-exec-test",
154+
"cgroup_name": "app-gnome-code-3919.scope"
155+
},
156+
"timestamp": "2025-08-31T15:26:52.044Z"
157+
}
158+
```
159+
160+
135161
Privilege escalation events:
136162

137163
```json

0 commit comments

Comments
 (0)