Skip to content

Microsoft phishing Detection

ID: microsoft-phish

Severity: info

Author: rxerium

Tags: phishing,microsoft,osint

A microsoft phishing website was detected

id: microsoft-phish
info:
name: Microsoft phishing Detection
author: rxerium
severity: info
description: |
A microsoft phishing website was detected
reference:
- https://office.com
- https://microsoft.com
metadata:
max-request: 1
tags: phishing,microsoft,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Login | Microsoft 365'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"office.com")'
- '!contains(host,"microsoft.com")'
# digest: 490a004630440220786ba126522bf1f01246ec200e4ae302b934b4b3ed459ccb7b1241d137ee93030220532831e9708c7b73854eead8639c639d200368ae2ed8ba8750aed4b70218530b: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/microsoft-phish.yaml"

View on Github