-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Query: Lagtoy Scheduled Task Backdoor
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
malware_lagtoy_scheduled_task_backdoor: | ||
query: 'SELECT name, path, action, datetime(last_run_time, "unixepoch", "UTC") as last_run_time | ||
FROM scheduled_tasks WHERE action LIKE regex_match(action,".*cmd /c.*StrictHostKeyChecking no.*-NCqf.*",0);' | ||
interval: 86400 | ||
snapshot: true | ||
description: A scheduled task associated to the Lagtoy malware has been detected. The threat actor | ||
ToyMaker has been known to utilize the Windows Task Scheduler to create an SSH | ||
backdoor to maintain persistence and attack other systems on the victim network. | ||
references: | ||
mitre_tactics: | ||
- Persistence: TA0003 | ||
mitre_techniques: | ||
- Scheduled Task: T1053.005 | ||
platform: | ||
- windows |