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: anz-bank-cd6ec9e7 #226

Merged
merged 1 commit into from
Nov 10, 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
38 changes: 38 additions & 0 deletions indicators/anz-bank-cd6ec9e7.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
title: ANZ Bank Phishing Kit cd6ec9e7
description: |
This kit seems to define a few configuration
values within the page's javascript, possibly
to communicate with the backend which user
of the phishing service owns the phishing page.

references:
- https://urlscan.io/result/cd6ec9e7-b588-469b-986c-1e2b84d3e9b4
- https://urlscan.io/result/45395d64-b370-4fee-94ae-964fe92965b4
- https://urlscan.io/result/895d7b3b-6bf7-4f42-b36c-150c14867728

detection:

pageTitle:
title: "Login - ANZ Internet Banking"

kitConfiguration:
js|contains|all:
- "var urlroot"
- "var uniqueid"

kitAssets:
dom|contains|all:
- "//js/option.js"
- "//js/browser.js"
- "//panel/img/logo.PNG"
- "//panel/img/img-01.PNG"
- "//panel/img/anz-logo.1.0.0.svg"


condition: pageTitle and kitConfiguration and kitAssets

tags:
- kit
- target.anz_bank
- target_country.new_zealand

Loading