Skip to content

Commit

Permalink
Merge pull request #985 from mandiant/fix/self/delete/fp
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz authored Jan 29, 2025
2 parents c1d2076 + 0e19c20 commit ff76d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anti-analysis/anti-forensic/self-deletion/self-delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ rule:
- or:
- string: /\/c\s*del\s*/
description: "/c del"
- string: /del\s*\S/
description: "del \"%s\""
- string: /(^|[\&;\|]\s*)del(\s.*)?/i
description: "echo 1&&del /path/to/file"
- optional:
- string: /\s*>\s*nul\s*/i
description: "> nul"

0 comments on commit ff76d01

Please sign in to comment.