Skip to content

avast phishing Detection

ID: avast-phish

Severity: info

Author: rxerium

Tags: phishing,avast,osint

An avast phishing website was detected

id: avast-phish
info:
name: avast phishing Detection
author: rxerium
severity: info
description: |
An avast phishing website was detected
reference:
- https://avast.com
metadata:
max-request: 1
tags: phishing,avast,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Avast | Download Free Antivirus & VPN | 100% Free & Easy'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"avast.com")'
# digest: 4a0a00473045022100e5c3d8e8d10b087d740aa4ca9d559d0a33970d3264b81667c0ea78b08dea7b05022057f89968157f445a5cae2f295f4bc44ed8713b3ab915c43d0869cddce009343c: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/avast-phish.yaml"

View on Github