Skip to content

Commit

Permalink
Update sledgehammer-4b34b0a1.yml
Browse files Browse the repository at this point in the history
Fix HTML check
  • Loading branch information
IlluminatiFish authored Apr 19, 2024
1 parent 8580e3e commit 9f1e009
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions indicators/sledgehammer-4b34b0a1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ detection:
verificationTitleCheck:
title: "Verification"

htmlCheck:
html|contains: "Sledgehammer Discord Bot"
domCheck:
dom|contains: "Sledgehammer Discord Bot"

realDomain:
hostname: sledgehammer.app

condition: (shammerTitleCheck or verificationTitleCheck) and htmlCheck and not realDomain
condition: (shammerTitleCheck or verificationTitleCheck) and domCheck and not realDomain

tags:
- target.discord
Expand Down

0 comments on commit 9f1e009

Please sign in to comment.