35 lines
830 B
YAML
35 lines
830 B
YAML
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: 490a004630440220572d1b989a03e2f294832b5ae44865432c2ec9d631a52733c11caaad8dc15bd6022016347725cd9a74a0bbdd7a0d625d3111e0381f24c42fd6eb530be9785cde35fe:922c64590222798bb761d5b6d8e72950 |