28 lines
683 B
YAML
28 lines
683 B
YAML
id: mongodb-detect
|
|
|
|
info:
|
|
name: MongoDB Service Detection
|
|
author: pdteam
|
|
severity: info
|
|
reference:
|
|
- https://github.com/orleven/Tentacle
|
|
tags: network,mongodb
|
|
description: |
|
|
MongoDB is an open source NoSQL database management program. NoSQL is used as an alternative to traditional relational databases.
|
|
|
|
network:
|
|
- inputs:
|
|
- data: 3a000000a741000000000000d40700000000000061646d696e2e24636d640000000000ffffffff130000001069736d6173746572000100000000
|
|
type: hex
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
- "{{Host}}:27017"
|
|
read-size: 2048
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "logicalSessionTimeout"
|
|
- "localTime"
|