microsoft teams phishing Detection
ID: microsoft-teams-phish
Severity: info
Author: rxerium
Tags: phishing,microsoft-teams,osint
Description
Section titled “Description”A microsoft teams phishing website was detected
YAML Source
Section titled “YAML Source”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,osinthttp: - 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: 490a004630440220523b8a41491580d907ca10324cdb1687c7477798549ce278c8b343ab19e33dc00220554d9a181a3eba7364f85a029f58c5bcbfed4a8ecbd3bb60d727c0101e096f06:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/osint/phishing/microsoft-teams-phish.yaml"