Skip to content

Test and investigate detections

Use harmless, documented function tests to learn how Aurora turns Windows activity into Sigma and IOC matches. Start with one process-creation test before exploring other event sources.

Beginner investigation loop

  1. Confirm Aurora is healthy and note the current time.
  2. Run one controlled test, such as whoami /priv.
  3. Refresh the dashboard and locate the matching timestamp.
  4. Expand the record and capture the rule title, level, host, user, image, command line, parent process, and match condition.
  5. Compare the record with one routine event.
  6. Record the result as an authorised validation test rather than confirmed compromise.
whoami /priv

PowerShell running an Aurora process-creation function test

Aurora reporting the corresponding Sigma match

Continue through the original tests

The complete walkthrough retains every original example and screenshot:

Open every original function-test command and cleanup step.

Investigation note

Point Example
Who and where LAB\student on WIN-LAB01
What happened whoami.exe ran with /priv and matched a high-level Sigma rule
What you verified Aurora was healthy and the command was intentionally generated
What remains unknown The test does not prove how the same command would arise in a real incident

Checkpoint

Another learner can connect your command to the Aurora record and understand why the detection is valid but the activity is not a confirmed compromise.