From cybersecurity-skills
Detects malicious scheduled task creation via Sysmon Event IDs 1 (process) and 11 (file create), correlating with Windows Security 4698/4702 for persistence and lateral movement analysis using T1053.005.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cybersecurity-skills: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 costrict-plugins-repo/mukul975-anthropic-cybersecurity-skills-cybersecurity-skillsDetects 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 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.