Skip to content

Commit

Permalink
Update body_extortion.yml (#2125)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenmitchell authored Nov 14, 2024
1 parent 8ee9d47 commit 4db6fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions detection-rules/body_extortion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ source: |
),
regex.icontains(body.current_thread.text, "pervert|perversion|masturbat"),
// a timeframe to pay
regex.icontains(body.current_thread.text, '\d\d hours', '(?:one|two|three) days?'),
regex.icontains(body.current_thread.text, '\d\d hours', '(?:one|two|three|\d) days?'),
// a promise from the actor
regex.icontains(body.current_thread.text,
'permanently delete|destroy (?:\w+\s*){0,4} (?:data|evidence|videos?)'
'permanently delete|(remove|destroy) (?:\w+\s*){0,4} (?:data|evidence|videos?)'
),
// a threat from the actor
regex.icontains(body.current_thread.text,
Expand Down

0 comments on commit 4db6fa2

Please sign in to comment.