commit
66dc78a099
|
@ -0,0 +1,28 @@
|
|||
id: viper-c2
|
||||
|
||||
info:
|
||||
name: Viper C2 - Detect
|
||||
author: pussycat0x
|
||||
severity: info
|
||||
description: |
|
||||
Viper is a graphical intranet penetration tool, which modularizes and weaponizes the tactics and technologies commonly used in the process of Intranet penetration.
|
||||
reference:
|
||||
- https://twitter.com/MichalKoczwara/status/1635724410274414596
|
||||
metadata:
|
||||
verified: "true"
|
||||
shodan-query: http.html_hash:1015055567
|
||||
censys-query: "057f3b5488605b4d224d038e340866e2cdfed4a3"
|
||||
tags: tech,viper,c2,malware,ir
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "status_code == 404"
|
||||
- "(\"057f3b5488605b4d224d038e340866e2cdfed4a3\" == sha1(body))"
|
||||
condition: and
|
Loading…
Reference in New Issue