Update and rename network/cql-native-transport-detect.yaml to network/detection/cql-native-transport.yaml
parent
5e173c060a
commit
ee7d0610c7
|
@ -1,7 +1,7 @@
|
||||||
id: cql-native-transport-detect
|
id: cql-native-transport
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: CQL Native Transport Detection
|
name: CQL Native Transport Detect
|
||||||
author: pussycat0x
|
author: pussycat0x
|
||||||
severity: info
|
severity: info
|
||||||
description: |
|
description: |
|
||||||
|
@ -9,7 +9,7 @@ info:
|
||||||
metadata:
|
metadata:
|
||||||
verified: true
|
verified: true
|
||||||
shodan-query: "cassandra"
|
shodan-query: "cassandra"
|
||||||
tags: network,cassandra
|
tags: network,cassandra,cql
|
||||||
|
|
||||||
network:
|
network:
|
||||||
- inputs:
|
- inputs:
|
||||||
|
@ -26,6 +26,11 @@ network:
|
||||||
- "{{Hostname}}"
|
- "{{Hostname}}"
|
||||||
- "{{Host}}:9042"
|
- "{{Host}}:9042"
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "valid or unsupported protocol"
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
- type: regex
|
- type: regex
|
||||||
regex:
|
regex:
|
Loading…
Reference in New Issue