After gaining a foothold on a Windows host during an authorized test, the team wants their payload to relaunch automatically on a recurring schedule so access survives a reboot, while blending in with routine administrative activity. Which persistence technique fits this goal?
Abusing the Windows Task Scheduler lets the payload run at startup or on a recurring schedule for persistence, surviving reboots while resembling legitimate administrative task activity.
- APass-the-hash authenticates to another system using a stolen hash to move laterally; it does not schedule recurring local execution that keeps a foothold alive across reboots.
- CARP poisoning redirects traffic for an on-path interception attack; it neither stores a recurring execution trigger nor maintains the team's foothold after the host reboots.
- DWiping the Security event log is an anti-forensic indicator-removal step that hides activity; it does nothing to re-execute the payload or keep access after a reboot.