Skip to content

pinterest phishing Detection

ID: pinterest-phish

Severity: info

Author: rxerium

Tags: phishing,pinterest,osint

A pinterest phishing website was detected

id: pinterest-phish
info:
name: pinterest phishing Detection
author: rxerium
severity: info
description: |
A pinterest phishing website was detected
reference:
- https://pinterest.com
metadata:
max-request: 1
tags: phishing,pinterest,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Discover recipes, home ideas, style inspiration and other ideas to try'
- type: word
words:
- 'Pinterest'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"pinterest.com")'
# digest: 490a004630440220718e3d3ba38e1dfea41eec1b4544abdad1be4227eba26c13bda6cf2d4317487a022057ac78cc9b65a8f0fedc48ab046914b18bedc5588986877fa0ce3f124bc79fda: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/pintrest-phish.yaml"

View on Github