Add files via upload

patch-1
pussycat0x 2023-06-14 00:08:38 +05:30 committed by GitHub
parent 8eeffc59ad
commit 12df78f592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

26
ssl/c2/shadowpad-c2.yaml Normal file
View File

@ -0,0 +1,26 @@
id: shadowpad-c2
info:
name: ShadowPad C2 Infrastructure - Detect
author: pussycat0x
severity: info
description: |
ShadowPad constitutes various plugins having specific functionality and the malware has the capability to “plug” or “unplug” these plugins at run-time in shellcode format. It can also load additional plugins dynamically from the C2 server when required.
metadata:
verified: "true"
censys-query: services.tls.certificates.leaf_data.subject_dn="C=CN, ST=myprovince, L=mycity, O=myorganization, OU=mygroup, CN=myServer"
tags: c2,ir,osint,malware
ssl:
- address: "{{Host}}:{{Port}}"
matchers:
- type: word
part: subject_dn
words:
- "CN=myServer, OU=mygroup, O=myorganization, L=mycity, ST=myprovince, C=CN"
extractors:
- type: json
json:
- ".subject_dn"