nuclei-templates/http/osint/phishing/microsoft-teams-phish.yaml

33 lines
716 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
tags: phishing,microsoft-teams
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")'