37 lines
897 B
YAML
37 lines
897 B
YAML
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: 4a0a004730450220589700dd34b68a96cd7a24720e20532d9c98e2e454f0b6686f76bbda4d7b87a002210091793bcd7055a4d2ca049f6ce5393f486b141c8411d4314c16f588f1c0e76023:922c64590222798bb761d5b6d8e72950 |