Episode Details
Back to Episodes
Course 16 - Red Team Ethical Hacking Beginner Course | Episode 7: The Art of Evasion: Detecting and Bypassing Security with Sysmon
Published 4 months, 3 weeks ago
Description
In this lesson, you’ll learn about:
- The adversarial relationship between red teams and blue teams
- Core evasion philosophies used during red team engagements
- How host-based monitoring tools like Sysmon detect attacker behavior
- Common indicators defenders rely on to identify malicious activity
- Why understanding detection tools is essential for both attackers and defenders
- What security controls are present
- How those controls collect data
- What behaviors are considered “normal” in the environment
- A direct but noisy approach
- Immediately disrupts security visibility
- Often triggers alerts and manual investigation
- Mimicking legitimate user or system behavior
- Using common protocols and expected execution patterns
- Aligning malicious activity with typical system workflows
- Identifying security blind spots
- Leveraging exclusions or limited logging scopes
- Operating where visibility is weakest
- Process creation events
- Parent-child process relationships
- Network connections
- Registry modifications
- Unusual executables placed in sensitive system directories
- Randomized file names that do not match known software
- Suspicious process chains, where core system processes launch unexpected children
- Outbound network activity from processes that normally should not communicate externally
- Operate based on configuration
- Have exclusions for performance and noise reduction
- Can be misconfigured or incomplete
- Logg