Skip to content

Riak Detection

ID: riak-detect

Severity: info

Author: pussycat0x

Tags: network,oss,detect,riak,nosql,detection,tcp

Riak is a distributed NoSQL key-value data store that offers high availability, fault tolerance, operational simplicity, and scalability.

id: riak-detect
info:
name: Riak Detection
author: pussycat0x
severity: info
description: Riak is a distributed NoSQL key-value data store that offers high availability, fault tolerance, operational simplicity, and scalability.
metadata:
verified: true
max-request: 1
shodan-query: product:"Riak"
tags: network,oss,detect,riak,nosql,detection,tcp
tcp:
- inputs:
- data: 0000000107
type: hex
host:
- "{{Hostname}}"
port: 8087
read-size: 2048
matchers:
- type: word
words:
- "riak"
extractors:
- type: regex
regex:
- "riak@([0-9.]+)..([0-9.]+([a-z]+[0-9]))"
# digest: 4a0a0047304502203f0a61612af0540b9e98343d5a88a9b83a8400faeeb4ba43a620051677bebb190221008592b96efa4145765ddcbcad09c51be663855e3b1e58384d4425d41fd99b4adf:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "network/detection/riak-detect.yaml"

View on Github