Skip to content

Commit

Permalink
add yml
Browse files Browse the repository at this point in the history
  • Loading branch information
masaomi346 authored and masaomi346 committed Jan 12, 2024
1 parent 6b0a73f commit a935b10
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions indicators/rakuten-88426540.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
title: Rakuten Phishing Kit 88426540
description: |
Detects a Rakuten phishing kit targeting Japanese users.
references:
- https://urlscan.io/result/88426540-8f66-4fe2-b8f2-526e7025ace7
- https://urlscan.io/result/ab83507a-012d-413e-bd3f-fee0fe5e9da4

detection:

RakutenTitle:
title:
- "楽天e-NAVI: ログイン画面"

ScriptCharacteristic:
js|contains:
- 'window.location.href = "index.html"//移动端页面'

ConfigScript:
requests|contains: 'ResourceRedConfig.js'

condition: RakutenTitle and ScriptCharacteristic and ConfigScript

tags:
- kit
- target.rakuten
- target_country.japan

0 comments on commit a935b10

Please sign in to comment.