Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rules/koadicpostexploitationrootkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ logsource:
detection:
selection:
CommandLine:
- *chcp 437 & schtasks /query /tn K0adic*
- *chcp 437 & schtasks /create /tn K0adic*
- '*chcp 437 & schtasks /query /tn K0adic*'
- '*chcp 437 & schtasks /create /tn K0adic*'
condition: selection
level: critical
8 changes: 4 additions & 4 deletions rules/powershelldownloadingfilefromurlshortenersite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ detection:
- '*powershell*new-object net.*https://cutt.*'
- '*powershell*new-object net.*https://rebrand.*'
- '*powershell*new-object net.*https://bit.ly*'
- '*powershell*net.web*https://tinyurl.*
- '*powershell*net.web*https://bitly.*
- '*powershell*net.web*https://shorturl.*
- '*powershell*net.web*https://rebrandly.*
- '*powershell*net.web*https://tinyurl.*'
- '*powershell*net.web*https://bitly.*'
- '*powershell*net.web*https://shorturl.*'
- '*powershell*net.web*https://rebrandly.*'
- '*powershell*net.web*https://cutt.*'
- '*powershell*net.web*https://rebrand.*'
- '*powershell*net.web*https://bit.ly*'
Expand Down
2 changes: 1 addition & 1 deletion rules/powershelllaunchregsvr32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ logsource:
detection:
selection:
CommandLine:
- *powershell*regsvr32*
- '*powershell*regsvr32*'
condition: selection
level: critical
2 changes: 1 addition & 1 deletion rules/powershellsleepandlaunchexecutable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ logsource:
detection:
selection:
CommandLine:
- *powershell -c sleep -s *;saps *.exe*
- '*powershell -c sleep -s *;saps *.exe*'
condition: selection
level: critical
8 changes: 4 additions & 4 deletions rules/registerdllwithspoofedextension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ detection:
selection:
CommandLine:
- '*rundll32*.html,DllRegisterServer*'
- '*regsvr32*\\*.jpg*
- '*regsvr32*\\*.png*
- '*regsvr32*\\*.jpeg*
- '*regsvr32*\\*.pdf*
- '*regsvr32*\\*.jpg*'
- '*regsvr32*\\*.png*'
- '*regsvr32*\\*.jpeg*'
- '*regsvr32*\\*.pdf*'
- '*regsvr32*\\*.txt*'
condition: selection
level: critical
2 changes: 1 addition & 1 deletion rules/shedulehiddenpowershellscript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ logsource:
detection:
selection:
CommandLine:
- *schtasks.exe*/create*powershell*hidden*
- '*schtasks.exe*/create*powershell*hidden*'
condition: selection
level: critical
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ logsource:
detection:
selection:
CommandLine:
- *cmd /c wscript.exe *\AppData\Local\Temp*/wp-data/*
- '*cmd /c wscript.exe *\AppData\Local\Temp*/wp-data/*'
condition: selection
level: critical