Skip to content

zoom phishing Detection

ID: zoom-phish

Severity: info

Author: rxerium

Tags: phishing,zoom,osint

A zoom phishing website was detected

id: zoom-phish
info:
name: zoom phishing Detection
author: rxerium
severity: info
description: |
A zoom phishing website was detected
reference:
- https://zoom.us
metadata:
max-request: 1
tags: phishing,zoom,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'One platform to connect | Zoom'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"zoom.us")'
# digest: 4a0a00473045022052eb27e91648275ea9232d3a5494960552ff93fbf34bb587dca43734a3029565022100a59fd136a4fc8f3e5f1ceb1178d83b481b54543cc5f947d0a28339219358b0c9:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/osint/phishing/zoom-phish.yaml"

View on Github