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 indicator: SMBC Phishing Kit acab82b5 #216

Merged
merged 7 commits into from
Aug 25, 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
24 changes: 24 additions & 0 deletions indicators/smbc-acab82b5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
title: SMBC Phishing Kit acab82b5
description: |
Detects a SMBC phishing kit targeting Japanese users.

references:
- https://urlscan.io/result/acab82b5-6182-4cab-96b1-7e2af19b668b
- https://urlscan.io/result/a8a41bab-97ed-43d8-85d8-d760161ab317
- https://urlscan.io/result/607f6acb-1301-4ca5-9e33-0e0ca5b7c359
- https://urlscan.io/result/6c29c34f-1dac-433c-b2d9-005bd8db3ee1

detection:
FormContains:
html|contains:
- 'method="post" id="tijiao" action="1.php"'
IlluminatiFish marked this conversation as resolved.
Show resolved Hide resolved

IlluminatiFish marked this conversation as resolved.
Show resolved Hide resolved
iframeContains:
html|contains:
- 'id="aMpc0Wu2zFxeefIt" style="display: none;"'

condition: FormContains and iframeContains

tags:
- target.smbc
- target_country.japan
Loading