We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
title: Scheduled task created and deleted fastly (ATexec.py) description: Detects scenarios where an attacker abuse task scheduler capacities to execute commands or elevate privileges. references: - https://github.com/mdecrevoisier/EVTX-to-MITRE-Attack/tree/master/TA0002-Execution/T1053.005-Scheduled%20Task - https://github.com/SecureAuthCorp/impacket/blob/master/examples/atexec.py - https://u0041.co/blog/post/1 - https://blog.menasec.net/2019/03/threat-hunting-25-scheduled-tasks-for.html tags: - attack.execution - attack.t1053.005 # Scheduled Task/Job: Scheduled Task author: mdecrevoisier status: experimental logsource: product: windows service: security detection: selection_create: EventID: 4698 selection_delete: EventID: 4699 #filter: # SubjectUserSid: 'S-1-5-18' condition: selection_create > selection_delete | group(Computer, TaskName) timeframe: 5m falsepositives: - Rare application activity level: high
Need to update the rule in future due to sigma correlation came up. The legacy pipe syntax is deprecated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Need to update the rule in future due to sigma correlation came up.
The legacy pipe syntax is deprecated.
The text was updated successfully, but these errors were encountered: