Skip to content

sophos phishing Detection

ID: sophos-phish

Severity: info

Author: rxerium

Tags: phishing,sophos,osint

A sophos phishing website was detected

id: sophos-phish
info:
name: sophos phishing Detection
author: rxerium
severity: info
description: |
A sophos phishing website was detected
reference:
- https://sophos.com
metadata:
max-request: 1
tags: phishing,sophos,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Cybersecurity as a Service Delivered | Sophos'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"sophos.com")'
# digest: 4a0a00473045022005633dbbe2200d6300f986b5be5a0027bf22d12baea46cd1bca41b7851be611102210086282f866154cc870bf138934dfca29cc71ba0f9c0f4cb2cc47d77ea663bbaf1: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/sophos-phish.yaml"

View on Github