Skip to content

Commit

Permalink
Added some ASEPs
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-conrad authored Oct 29, 2021
1 parent 45d62cb commit e3bf84f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions regexes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ Type,regex,string
# Generic cvtres.exe alert, comment out if experiencing false positives
0,\\cvtres\.exe.*,Resource File To COFF Object Conversion Utility cvtres.exe
0,\\cvtres\.exe.*\\AppData\\Local\\Temp\\[A-Z0-9]{7}\.tmp,PSAttack-style command via cvtres.exe
0,Register-ScheduledTask,Command referencing Register-ScheduledTask (possible ASEP)
0,Software\\Microsoft\\Windows\\CurrentVersion\\Run,Reference to registry run key (possible ASEP)
0,reg *add,Registry addition (possible ASEP)
1,^[a-zA-Z]{22}$,Metasploit-style service name: 22 characters, [A-Za-z]
1,^[a-zA-Z]{16}$,Metasploit-style service name: 16 characters, [A-Za-z]

0 comments on commit e3bf84f

Please sign in to comment.