Make money doing the work you believe in

SOC Breakdown: EventID=3

- Records when a process initiates a network connection, including source and destination details.

Things you should look for :-

- Image (The process initiating the network connection)

- Protocol (Type of connection used – TCP/UDP)

- SourceIp (Originating system IP address)

- SourcePort (Port used by the source system)

- DestinationIp (Target IP address the process is connecting to)

- DestinationPort (Port on the destination system)

- User (Account under which the connection was made)

- ProcessId (Unique identifier to track the process activity)

# SPL

EventID=3| table time, Image, SourceIp, SourcePort, DestinationIp, DestinationPort, Protocol, User| sort -time

# Detection

- Unusual outbound connections, especially to unknown or external IPs, may indicate command-and-control (C2) communication or data exfiltration.

I'm going to soon publish Sigma detection rules based on these patterns.

#Open To Work

Alooking for roles in SOC Analyst / Threat Hunting / Security Analyst.

Follow along if you're into SOC / threat hunting.

Apr 10
at
3:37 AM
Relevant people

Log in or sign up

Join the most interesting and insightful discussions.