-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into steam-phish
- Loading branch information
Showing
11 changed files
with
203 additions
and
505 deletions.
There are no files selected for viewing
21 changes: 14 additions & 7 deletions
21
.snapshots/TestInputFromURLScan-be1f3938-ec14-4c0e-8f0a-45fb1ea423b3
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
title: ETC Phishing Kit e623c655 | ||
description: | | ||
Detects an ETC phishing targeting Japanese users.(etc-meisai.jp) | ||
references: | ||
- https://urlscan.io/result/e623c655-a8f4-470d-9e83-be7bd8c201c6 | ||
- https://urlscan.io/result/e33beca0-d6d7-4bfd-8a57-3818d079d504 | ||
- https://urlscan.io/result/516e7e00-2ddb-4036-b44c-33456e3e195a | ||
|
||
detection: | ||
ETCTitle: | ||
title: 'ETC利用照会サービス' | ||
pagePHP: | ||
requests|contains: 'funccode.php' | ||
|
||
condition: ETCTitle and pagePHP | ||
|
||
tags: | ||
- target.etc_meisai | ||
- target_country.japan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
title: SAISON Card Phishing Kit b85570be | ||
description: | | ||
Detects a SAISON Card phishing kit targeting Japanese users. | ||
references: | ||
- https://urlscan.io/result/b85570be-adc3-45f8-83ee-9a4a46737f89 | ||
- https://urlscan.io/result/4332baf6-7b01-49e9-9d88-b7dcb9ad5a33 | ||
- https://urlscan.io/result/7ddc9c4a-2a7d-403d-9743-82cb62f0eb02 | ||
|
||
detection: | ||
FormContains: | ||
html|contains: | ||
- 'name="loginForm" id="loginForm" method="post" action="USA0201UIP01SCR.do.php"' | ||
TokenContains: | ||
html|contains: | ||
- 'type="hidden" name="_csrf" value="a9410f4f-e742-47a4-bcb4-78b655267747"' | ||
pagePHP: | ||
requests|contains: 'auth.php' | ||
|
||
condition: FormContains and TokenContains and pagePHP | ||
|
||
tags: | ||
- target.saison_card | ||
- target_country.japan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"' | ||
|
||
iframeContains: | ||
html|contains: | ||
- 'id="aMpc0Wu2zFxeefIt" style="display: none;"' | ||
|
||
condition: FormContains and iframeContains | ||
|
||
tags: | ||
- target.smbc | ||
- target_country.japan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.