From 7ea625bf1fdd6c527038c227b7613d583d843d84 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Thu, 30 Mar 2023 17:10:37 +0530 Subject: [PATCH] Kafka Topics List --- network/enumeration/kafka-topics-list.yaml | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 network/enumeration/kafka-topics-list.yaml diff --git a/network/enumeration/kafka-topics-list.yaml b/network/enumeration/kafka-topics-list.yaml new file mode 100644 index 0000000000..461d2e3dc0 --- /dev/null +++ b/network/enumeration/kafka-topics-list.yaml @@ -0,0 +1,28 @@ +id: kafka-topics-list + +info: + name: Kafka Topics Enumeration + author: pussycat0x + severity: info + description: | + Kafka topics are logical data streams that store and organize messages in Apache Kafka. They provide a way for data to be published, subscribed to, and processed by Kafka consumers. + metadata: + verified: "true" + shodan-query: product:"Kafka" + tags: network,detect,enum,kafka,apache + +network: + - inputs: + - data: 00000020000300000000000200126b61666b612d707974686f6e2d322e302e3200000000 + type: hex + read: 1024 + host: + - "{{Hostname}}:9092" + - "{{Host}}" + + extractors: + - type: regex + part: raw + name: value + regex: + - '([a-z.A-Z_0-9-]+)' \ No newline at end of file