From cybersec-toolkit
Detects malicious scheduled task creation with Sysmon Event IDs 1 (schtasks.exe), 11 (task XML), and Security Event 4698. Correlates suspicious parent processes and encoded commands for persistence/lateral movement.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cybersec-toolkit:detecting-malicious-scheduled-tasks-with-sysmonThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Adversaries abuse Windows Task Scheduler (schtasks.exe, at.exe) for persistence (T1053.005)
Adversaries abuse Windows Task Scheduler (schtasks.exe, at.exe) for persistence (T1053.005) and lateral movement. Sysmon Event ID 1 captures schtasks.exe process creation with full command-line arguments, while Event ID 11 captures task XML files written to C:\Windows\System32\Tasks. Windows Security Event 4698 logs task registration details. This skill covers building detection rules that correlate these events to identify malicious scheduled tasks created from suspicious paths, with encoded payloads, or targeting remote systems.
[CRITICAL] Suspicious Scheduled Task Detected
Task: \Microsoft\Windows\UpdateCheck
Command: powershell.exe -enc SQBuAHYAbwBrAGUALQBXAGUAYgBSAGU...
Created By: DOMAIN\compromised_user
Parent Process: cmd.exe (PID 4532)
Source: \\192.168.1.50 (remote creation)
MITRE: T1053.005 - Scheduled Task/Job
npx claudepluginhub 26zl/cybersec-toolkit --plugin cybersec-toolkitDetects malicious scheduled task creation with Sysmon Event IDs 1 (schtasks.exe), 11 (task XML), and Security Event 4698. Correlates suspicious parent processes and encoded commands for persistence/lateral movement.
Detects malicious scheduled task creation/modification using Sysmon Event IDs 1 (schtasks.exe), 11 (task XML), and Windows Security 4698/4702. Correlates suspicious parents, paths, and encoded commands for persistence/lateral movement.
Detects malicious Windows scheduled tasks using Sysmon events ID 1/11 and security events 4698/4702. Links to suspicious parent processes, public paths, and encoded commands for persistence/lateral movement hunting (T1053.005).