We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edc8c3 commit 88732ccCopy full SHA for 88732cc
docs/detectors/procmon.md
@@ -132,6 +132,32 @@ ptrace_access_check:
132
}
133
```
134
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
161
Privilege escalation events:
162
163
```json
0 commit comments