nuclei-templates/ssl/c2/metasploit-c2.yaml

30 lines
912 B
YAML
Raw Normal View History

2023-02-22 05:44:09 +00:00
id: metasploit-c2
info:
2023-02-22 05:46:49 +00:00
name: Detect SSL Certificate Issuer
2023-02-22 05:44:09 +00:00
author: pussycat0x
severity: info
description: |
A Metasploit Framework is a powerful tool that provides a universal interface to work with vulnerability exploit code. It has to exploit code for a wide range of vulnerabilities that impact web servers, OSes, network equipment, and everything in between. Metasploit which serves as both exploitation and C2 frameworks.
reference: |
https://www.socinvestigation.com/shodan-filters-to-hunt-adversaries-infrastructure-and-c2/
metadata:
max-request: 1
verified: "true"
2023-02-22 05:44:09 +00:00
shodan-query: ssl:"MetasploitSelfSignedCA"
tags: c2,ir,osint,metasploit,panel
2023-02-22 05:44:09 +00:00
ssl:
- address: "{{Host}}:{{Port}}"
2023-02-22 05:50:21 +00:00
2023-02-22 05:44:09 +00:00
matchers:
- type: word
part: issuer_cn
words:
- "MetasploitSelfSignedCA"
2023-02-22 13:35:58 +00:00
2023-02-22 05:44:09 +00:00
extractors:
- type: json
json:
- " .issuer_cn"