Skip to content

GasPot Honeypot - Detect

ID: gaspot-honeypot-detect

Severity: info

Author: UnaPibaGeek

Tags: gaspot,veeder-root,ics,honeypot,ir,cti,network,tcp

A GasPot honeypot has been identified.The response to the ‘^AI21400’ command differs from real installations, signaling a possible deceptive setup.

id: gaspot-honeypot-detect
info:
name: GasPot Honeypot - Detect
author: UnaPibaGeek
severity: info
description: |
A GasPot honeypot has been identified.
The response to the '^AI21400' command differs from real installations, signaling a possible deceptive setup.
metadata:
max-request: 1
vendor: gaspot
product: veeder-root
shodan-query: port:10001
tags: gaspot,veeder-root,ics,honeypot,ir,cti,network,tcp
tcp:
- inputs:
- data: "^AI21400"
host:
- "{{Hostname}}"
port: 10001
read-size: 1024
matchers:
- type: word
words:
- "9999FF1B"
# digest: 490a004630440220017390abf1352c3325a8c4365d967f6b267faa1bcfc3a70390165b43eb56d19002201052ed13326525f92988567d8880e55528600755412a93bf4a86659c59b16abc: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/honeypot/gaspot-honeypot-detect.yaml"

View on Github