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

Posture Check Linux Service #2106

Open
andrewpmartinez opened this issue Jun 10, 2024 · 1 comment
Open

Posture Check Linux Service #2106

andrewpmartinez opened this issue Jun 10, 2024 · 1 comment
Labels

Comments

@andrewpmartinez
Copy link
Member

No description provided.

@qrkourier
Copy link
Member

Capabilities might include:

  • Is the service unit defined (loaded)?
  • Does the unit have a running MainPID?
  • Is the MainPID's EUID expected?
  • Does the MainPID have the expected kernel capabilities?
  • Is the MainPID running in the expected kernel namespace?
  • Does the base unit definition match a checksum?
  • Does the unit have any drop-in overrides?
  • Is the unit enabled for startup after a reboot?
  • Is the unit active (running)?
  • Does the unit have ExecMainStatus=0 (not failed)?
  • Is the current invocation ID's journal anomalous (exceeds byte threshold, [doesn't] contain string, unusual incidence of ERROR messages)
  • Are CPU, memory, and I/O accounting enabled for the unit?
  • Are resource usages anamolous (CPUUsageNSec, MemoryCurrent, IOReadBytes, IOWriteBytes)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants