Merge pull request #5538 from pussycat0x/master

Microsoft FTP Service Detection
patch-1
Prince Chaddha 2022-10-14 18:16:30 +05:30 committed by GitHub
commit 48418b499b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,37 @@
id: cql-native-transport
info:
name: CQL Native Transport Detect
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
network:
- inputs:
- data: "/n"
- data: "/n"
- data: "/n"
- data: "/n"
- data: "/n"
- data: "/n"
- data: "/n"
- data: "/n"
host:
- "{{Hostname}}"
- "{{Host}}:9042"
matchers:
- type: word
words:
- "valid or unsupported protocol"
extractors:
- type: regex
regex:
- "protocol version: ([0-9]+)"

View File

@ -0,0 +1,25 @@
id: microsoft-ftp-service
info:
name: Microsoft FTP Service Detect
author: pussycat0x
severity: info
description: |
The File Transfer Protocol (FTP) is a standard network protocol used to transfer computer files between a client and server on a computer network.
metadata:
verified: true
shodan-query: "Microsoft FTP Service"
tags: network,ftp,microsoft
network:
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
- "{{Host}}:21"
matchers:
- type: word
words:
- "Microsoft FTP Service"