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 IOK: coinbase-69638f20 #232

Merged
merged 1 commit into from
Dec 21, 2023
Merged
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
22 changes: 22 additions & 0 deletions indicators/coinbase-69638f20.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
title: Coinbase Phishing Kit 69638f20
description: |
A Coinbase Phishing Kit asking the user to enter their
12-word seed phrase.
This kit seems to be exclusively deployed on Glitch.

references:
- https://urlscan.io/result/69638f20-d983-4d53-9ec5-21955f96b0ae
- https://urlscan.io/search/#filename:%22cb675.png%22

detection:

pageTitle:
title: "info"

coinbaseLogo:
requests|contains: "i.postimg.cc/zG3nVT0g/cb675.png"

inputBoxName:
dom|contains: "newmh78"

condition: pageTitle and coinbaseLogo and inputBoxName
Loading