Episode Details
Back to Episodes
Course 16 - Red Team Ethical Hacking Beginner Course | Episode 6: Windows Persistence Strategies: Registry, Scheduled Tasks, Services, WMI
Published 4 months, 3 weeks ago
Description
In this lesson, you’ll learn about:
- The purpose of persistence in red team operations
- Common local Windows persistence mechanisms and how they function
- Event-driven persistence using WMI
- The difference between host-level and domain-level persistence
- Why Kerberos Golden Tickets represent a critical enterprise risk
- System reboots
- User logouts
- Password changes
- Partial remediation efforts
- A startup entry is added to a global registry location
- The payload executes whenever any user logs in
- The method survives reboots and user changes
- Simple and reliable
- Commonly abused by malware
- Often overlooked during basic incident response
- Startup registry locations
- Unsigned or unusual binaries referenced by run keys
- A background task is created to run repeatedly
- Execution can be time-based or event-based
- The task operates independently of user interaction
- Blends in with legitimate administrative activity
- Can execute frequently to re-establish access
- Flexible timing and execution context
- Newly created or modified tasks
- Tasks executing from unusual directories
- A service is configured to launch at startup
- Execution occurs before user login
- Often runs with SYSTEM-level permissions
- Highly persistent
- Very powerful privilege context
- Survives reboots consistently
- New or modified services
- Services running unsigned or unexpected executables
- Event Filter – Watches for a specific system condition
- Consumer – Defines the action to perform
- Binding – Connects the event to the action
- No visible startup entries
- No scheduled tasks or services
- Triggers only when specific events occur
- WMI repository inspection
Listen Now
Love PodBriefly?
If you like Podbriefly.com, please consider donating to support the ongoing development.
Support Us