Skip to content

kaspersky phishing Detection

ID: kaspersky-phish

Severity: info

Author: rxerium

Tags: phishing,kaspersky,osint

A kaspersky phishing website was detected

id: kaspersky-phish
info:
name: kaspersky phishing Detection
author: rxerium
severity: info
description: |
A kaspersky phishing website was detected
reference:
- https://kaspersky.co.uk
metadata:
max-request: 1
tags: phishing,kaspersky,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Kaspersky Cyber Security Solutions for Home and Business | Kaspersky'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"kaspersky.co.uk")'
- '!contains(host,"kaspersky.com")'
# digest: 4a0a00473045022100e5059ee92293df5176c6f6ccf948295712317d98e6d48f9bf898b09e61222319022050c3502738e715cafa4762e664eb47626678492c20b9602440107b94fda8c3b9: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/kaspersky-phish.yaml"

View on Github