Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Create sledgehammer-bookmark-scam-kit.yml #259

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
24 changes: 24 additions & 0 deletions indicators/sledgehammer-bookmark-scam-kit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
title: Sledgehammer Bookmark Scam Kit
description: |
Detects a phishing kit that impersonates a Discord bot called Sledgehammer. These sites have a bookmark scam that steals Discord accounts.

references:
- https://urlscan.io/result/fda3fbfe-673b-4ce4-baff-086cc29f43ed/
- https://urlscan.io/result/001f4298-d4a8-475a-bf88-2caa820d2376/
- https://urlscan.io/search/#page.url%3A%22%2Fverify%2Fguild%2F%22
- https://urlscan.io/search/#page.title%3A%22Sledgehammer%20-%20Homepage%22

detection:

pageTitle:
title: "Sledgehammer - Homepage"

pageHTML:
html|contains|all:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that the second reference you provide does not include "Drag Me (Verify)" in its HTML content.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I will have to look over this rule again. Seems like there's not a lot of matches for it.

- "Drag Me (Verify)"

condition: pageTitle and pageHTML

tags:
- kit
- target.discord
Loading