Skip to content

pcloud phishing Detection

ID: pcloud-phish

Severity: info

Author: rxerium

Tags: phishing,pcloud,osint

A pcloud phishing website was detected

id: pcloud-phish
info:
name: pcloud phishing Detection
author: rxerium
severity: info
description: |
A pcloud phishing website was detected
reference:
- https://pcloud.com
metadata:
max-request: 1
tags: phishing,pcloud,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- "pCloud - Europe's Most Secure Cloud Storage"
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"pcloud.com")'
# digest: 490a0046304402206e48fb00a3ac31c9d08088662d6e37ed8782254a4f24e6a7fb74c6917a453478022011fffdd9deb884261d491772efbff8befde0c8181bf7ee4c5223af22848a433b: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/pcloud-phish.yaml"

View on Github