33 lines
640 B
YAML
33 lines
640 B
YAML
|
id: teamviewer-phish
|
|||
|
|
|||
|
info:
|
|||
|
name: teamviewer phishing Detection
|
|||
|
author: rxerium
|
|||
|
severity: info
|
|||
|
description: |
|
|||
|
A teamviewer phishing website was detected
|
|||
|
reference:
|
|||
|
- https://teamviewer.com
|
|||
|
tags: phishing,teamviewer
|
|||
|
|
|||
|
http:
|
|||
|
- method: GET
|
|||
|
path:
|
|||
|
- "{{BaseURL}}"
|
|||
|
|
|||
|
host-redirects: true
|
|||
|
max-redirects: 2
|
|||
|
|
|||
|
matchers-condition: and
|
|||
|
matchers:
|
|||
|
- type: word
|
|||
|
words:
|
|||
|
- 'TeamViewer – The Remote Connectivity Software'
|
|||
|
|
|||
|
- type: status
|
|||
|
status:
|
|||
|
- 200
|
|||
|
|
|||
|
- type: dsl
|
|||
|
dsl:
|
|||
|
- '!contains(host,"teamviewer.com")'
|