34 lines
913 B
YAML
34 lines
913 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,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: 490a004630440220101c6a7fe84b5dbe2a79bf32775298a7d49d3d33629af58c9c36232b723baa03022053bb096099a767e7f1b77c5d82eff76a527c45fece58590fcd20d114d41f63c0:922c64590222798bb761d5b6d8e72950 |