35 lines
936 B
YAML
35 lines
936 B
YAML
id: microsoft-teams-phish
|
|
|
|
info:
|
|
name: microsoft teams phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A microsoft teams phishing website was detected
|
|
reference:
|
|
- https://www.microsoft.com/en-gb/microsoft-teams/download-app
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,microsoft-teams,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Download Microsoft Teams Desktop and Mobile Apps | Microsoft Teams'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"microsoft.com")'
|
|
# digest: 4a0a00473045022100b598af9a09c2335892323d6831e2db77a363078d37e411ddb6ec58e98d01772a0220619ea7b57415cfc5a5f2b4043b4cda632a9f98b759e8fa9a6d12407f1e0465f0:922c64590222798bb761d5b6d8e72950 |