34 lines
832 B
YAML
34 lines
832 B
YAML
id: edge-phish
|
|
|
|
info:
|
|
name: edge phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A edge phishing website was detected
|
|
reference:
|
|
- https://www.microsoft.com/en-us/edge/download?form=MA13FJ&ch=1
|
|
tags: phishing,edge,osint
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Sign in - edge Accounts'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"microsoft.com")'
|
|
# digest: 4b0a00483046022100dffe59d7378b7c3ec0e3cec10750651ab1bc705b3e4acb8f2c16c470c5bb5f210221008c8f92c07f638cd990dfc9591a653b13fb3606498eb457adebdef42acb6716cb:922c64590222798bb761d5b6d8e72950 |