36 lines
879 B
YAML
36 lines
879 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
|
|
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: 4b0a004830460221009222abb051150e9f17e72ed8df756b46652e5d3292125198dcb2d3e52b7d0a57022100f3da95a7b396c3048894dfcb38ffdc6e8f4854d3b6c89de577d512c824844a3f:922c64590222798bb761d5b6d8e72950 |