-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create scotiabank-TYnAqzTX.yml (#54)
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
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,31 @@ | ||
title: Bank of Nova Scotia (Scotiabank) Phishing Kit TYnAqzTX | ||
description: | | ||
Detects a phishing kit for the Bank of Nova Scotia (Scotiabank) targeting Spanish speaking users. | ||
Deployed often on replit.com. | ||
references: | ||
- https://www.scotiaonline.scotiabank.com/ | ||
- https://urlscan.io/result/1ec9979c-a03d-4466-9696-747e522b07d7/ | ||
- https://urlscan.io/result/cb65e495-fc75-4536-94be-7831e04c4124/ | ||
- https://urlscan.io/result/f3dd32bb-281d-4559-8679-2d287a26e7fd/ | ||
|
||
detection: | ||
|
||
img: | ||
html|contains|all: | ||
- img src="img/war.svg" | ||
- img src="img/ojo.svg" | ||
- img src="img/depart.svg" | ||
|
||
script: | ||
html|contains: | ||
- script src="js/funciones.js" | ||
|
||
form: | ||
html|contains: | ||
- <form autocomplete="off" id="fusuario"> | ||
|
||
condition: img and script and form | ||
|
||
tags: | ||
- target.scotiabank |