Sigma medium test sigma

System Integrity Protection (SIP) Disabled

Detects the use of csrutil to disable the Configure System Integrity Protection (SIP). This technique is used in post-exploit scenarios.

View Source

Detection Logic

{
  "selection": {
    "Image
| endswith": "/csrutil",
    "CommandLine
| contains": "disable"
  },
  "condition": "selection"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...