Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

systemd service enrichment #243

Merged
merged 3 commits into from
Jan 3, 2025

Conversation

hillu
Copy link
Collaborator

@hillu hillu commented Jan 3, 2025

No description provided.

@hillu hillu force-pushed the feature/enrich-systemd branch 4 times, most recently from 22b4b10 to 8fbc93c Compare January 3, 2025 17:21
hillu added 3 commits January 3, 2025 20:21
Systemd services are logged as a list of strings as part of PID
enrichment. In the usual, simple case, this looks like:
```json
"systemd_service":["nginx"]
```
Since the cgroup path can contain multiple entries ending in
".service", they are all logged. For example:
```
0::/user.slice/user-1000.slice/user@1000.service/app.slice/emacs.service
```json
"systemd_service":["user@1000","emacs"]
```

Close: threathunters-io#228
@hillu hillu force-pushed the feature/enrich-systemd branch from 8fbc93c to b6d7c98 Compare January 3, 2025 19:23
@hillu hillu merged commit 6453f2c into threathunters-io:master Jan 3, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant