Ingest Windows endpoint telemetry into Splunk Cloud and perform SOC-style detection and triage on process execution activity.
Initial validation was performed using a local Windows VM to confirm telemetry generation. Due to local resource constraints impacting system stability and event consistency, the environment was transitioned to a dedicated Windows host to ensure reliable telemetry and accurate analysis.
Universal Forwarder ingestion via the Splunk Cloud TCP receiver was initially validated but proved inconsistent in the cloud trial environment. To ensure reliable telemetry delivery and complete detection workflows, ingestion was intentionally pivoted to Splunk HTTP Event Collector (HEC), a cloud-native ingestion method commonly used in enterprise environments.
Rationale: Reliable telemetry ingestion is a prerequisite for effective SOC detection and triage.
- Windows Security Event ID 4688 (Process Creation)
- Sysmon Event ID 1 (Process Execution)
- Transport: Splunk HTTP Event Collector (HEC)
The following activity triggered investigation:
- PowerShell execution using
-ExecutionPolicy Bypass - Execution of common reconnaissance commands:
whoamiipconfig
These behaviors are frequently associated with post-compromise reconnaissance but may also occur during legitimate administrative or testing activity.
- Parent process validation
- User account context
- Command-line argument analysis
- Execution lineage and repetition
- Host role and lab environment context
No evidence of lateral movement, privilege escalation, or follow-on malicious activity was observed.
- Activity Type: Process execution / reconnaissance
- Severity: Context-dependent (Low–Medium)
- Determination: False positive (controlled lab context)
The behavior was assessed as benign based on execution context, environmental controls, and the absence of corroborating indicators.
- Documented investigation steps and analytical rationale
- No escalation required
- Detection logic reviewed for tuning considerations in controlled environments
- Cloud SIEM environments may enforce ingestion constraints that differ from self-hosted deployments
- Multiple ingestion methods (agent-based vs API-based) should be evaluated for reliability in enterprise environments
- Consistent telemetry delivery is foundational to effective SOC detection, triage, and tuning