nuclei-templates/network/detection/cql-native-transport.yaml

38 lines
838 B
YAML
Raw Normal View History

id: cql-native-transport
2022-10-03 16:18:35 +00:00
info:
name: CQL Native Transport Detect
2022-10-03 16:18:35 +00:00
author: pussycat0x
severity: info
description: |
Native transport requests (NTR) are any requests made via the CQL Native Protocol. CQL Native Protocol is the way the Cassandra driver communicates with the server.
metadata:
verified: true
shodan-query: "cassandra"
tags: network,cassandra,cql
2022-10-03 16:18:35 +00:00
network:
2022-10-03 16:18:35 +00:00
- inputs:
- data: "/n"
- data: "/n"
- data: "/n"
- data: "/n"
- data: "/n"
- data: "/n"
- data: "/n"
- data: "/n"
2022-10-03 16:18:35 +00:00
host:
- "{{Hostname}}"
- "{{Host}}:9042"
matchers:
- type: word
words:
- "valid or unsupported protocol"
2022-10-03 16:18:35 +00:00
extractors:
- type: regex
regex:
- "protocol version: ([0-9]+)"