Skip to content

costa phishing Detection

ID: costa-phish

Severity: info

Author: rxerium

Tags: phishing,costa,osint

A costa phishing website was detected

id: costa-phish
info:
name: costa phishing Detection
author: rxerium
severity: info
description: |
A costa phishing website was detected
reference:
- https://costa.co.uk
metadata:
max-request: 1
tags: phishing,costa,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'The Nation's Favourite Coffee Shop | Costa Coffee'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"costa.co.uk")'
# digest: 4a0a00473045022027f9ea0d5a393e2e3004937d0c4e6051359f588b67abc7286192c88da1104bf8022100c7337e9d4584ecf0e9ee92e9718afe358254085db002b1d59098a7305cc7f923: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/costa-phish.yaml"

View on Github