35 lines
860 B
YAML
35 lines
860 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
|
||
metadata:
|
||
max-request: 1
|
||
tags: phishing,teamviewer,osint
|
||
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")'
|
||
# digest: 4a0a00473045022100ff83a9648719eb9fa72a35c261d57fe8002ab9a635f3e9242531b3e0e694685a022067591d0d5e0aef068374f9e1934ecca01818e4a49f32a03964b973b65b178e4a:922c64590222798bb761d5b6d8e72950 |