Skip to content

trend micro phishing Detection

ID: trend-micro-phish

Severity: info

Author: rxerium

Tags: phishing,trend-micro,osint

A trend micro phishing website was detected

id: trend-micro-phish
info:
name: trend micro phishing Detection
author: rxerium
severity: info
description: |
A trend micro phishing website was detected
reference:
- https://trendmicro.com
metadata:
max-request: 1
tags: phishing,trend-micro,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Trend Micro (UK) | Internet Security Antivirus - PC & Mac'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"trendmicro.com")'
# digest: 4b0a00483046022100c9e1614aa3eabe631d3e5cb1c2da13e2068470a81a85767e17cbc84120a0d230022100834d34e843f6f6f4200977f89b2bdc0dbc9707c20d8332cb3d5d67baf269e1bf: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/trend-micro-phish.yaml"

View on Github