Skip to content

plusnet phishing Detection

ID: plusnet-phish

Severity: info

Author: rxerium

Tags: phishing,plusnet,osint

A plusnet phishing website was detected

id: plusnet-phish
info:
name: plusnet phishing Detection
author: rxerium
severity: info
description: |
A plusnet phishing website was detected
reference:
- https://plus.net
metadata:
max-request: 1
tags: phishing,plusnet,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Multi-Award Winner with Even Faster UK Broadband | Plusnet'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"plus.net")'
# digest: 4a0a00473045022100ff111c2f4c3a0f86d0ff4e332f634cdcf766799ff31e86c87901acb5fc1070f3022049c0d2ad15d6984a302d547bb09c778be6ca47a944a90dd6f943144cc3af701e: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/plusnet-phish.yaml"

View on Github