Skip to content

edge phishing Detection

ID: edge-phish

Severity: info

Author: rxerium

Tags: phishing,edge,osint

A edge phishing website was detected

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
metadata:
max-request: 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: 4a0a00473045022100fe5168ded7d099b04fece40b47192903bbd54f59f3ad3658ff3e6d60d4ba94ee02205315b667010f4f3fa113cada1f16391b7626eedb81e78b338f5eac46c309c02c:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/phishing/edge-phish.yaml"

View on Github