Skip to content

Whatsapp phishing Detection

ID: Whatsapp-phish

Severity: info

Author: rxerium

Tags: phishing,whatsapp,osint

A Whatsapp phishing website was detected

id: Whatsapp-phish
info:
name: Whatsapp phishing Detection
author: rxerium
severity: info
description: |
A Whatsapp phishing website was detected
reference:
- https://whatsapp.com
metadata:
max-request: 1
tags: phishing,whatsapp,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'WhatsApp | Secure and Reliable Free Private Messaging and Callings'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"whatsapp.com")'
# digest: 4a0a00473045022100823f0c8cfeea21d0808203c755d658e39ee40fe9416b705c2fed1b476e65485e0220491046bccab77839fa696c0cfd929e270025a416410ae4c6484cc5db7633f93f: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/whatsapp-phish.yaml"

View on Github