Skip to content

avg phishing Detection

ID: avg-phish

Severity: info

Author: rxerium

Tags: phishing,avg,osint

An avg phishing website was detected

id: avg-phish
info:
name: avg phishing Detection
author: rxerium
severity: info
description: |
An avg phishing website was detected
reference:
- https://avg.com
metadata:
max-request: 1
tags: phishing,avg,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'AVG 2024 | FREE Antivirus, VPN & TuneUp for All Your Devices'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"avg.com")'
# digest: 490a0046304402206e1c79c20f230a037674544bcb5b3b24ba4103e827b2047b47d2641cbfa93487022024bc03bdc749b253ebb10cc58a342b971498cb2aabd2632d3d904eaa4a8d7cac: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/avg-phish.yaml"

View on Github