nuclei-templates/network/detection/mongodb-detect.yaml

36 lines
762 B
YAML
Raw Normal View History

2021-03-09 11:23:40 +00:00
id: mongodb-detect
info:
name: MongoDB Service - Detect
2021-04-06 06:46:11 +00:00
author: pdteam
2021-03-09 11:23:40 +00:00
severity: info
description: |
MongoDB service was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
reference:
- https://github.com/orleven/Tentacle
2021-03-09 11:23:40 +00:00
tags: network,mongodb
metadata:
max-request: 2
2021-03-09 11:23:40 +00:00
tcp:
2021-03-09 11:23:40 +00:00
- inputs:
- data: 3a000000a741000000000000d40700000000000061646d696e2e24636d640000000000ffffffff130000001069736d6173746572000100000000
type: hex
host:
2021-03-25 14:52:41 +00:00
- "{{Hostname}}"
2021-12-09 13:06:24 +00:00
- "{{Host}}:27017"
2021-03-09 11:23:40 +00:00
read-size: 2048
matchers:
- type: word
words:
- "logicalSessionTimeout"
2022-08-16 16:22:37 +00:00
- "localTime"
# Enhanced by md on 2023/02/06