2023-11-07 12:34:04 +00:00
|
|
|
id: elasticpot-honeypot-detect
|
|
|
|
|
|
|
|
info:
|
2023-11-08 06:13:53 +00:00
|
|
|
name: ElasticPot Honeypot - Detect
|
2023-11-07 12:34:04 +00:00
|
|
|
author: UnaPibaGeek
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
A ElasticPot (ElasticSearch) honeypot has been identified.
|
|
|
|
The response to a '_cluster/settings' request differs from real installations, signaling a possible deceptive setup.
|
|
|
|
metadata:
|
2023-11-09 07:42:49 +00:00
|
|
|
max-request: 1
|
|
|
|
vendor: elasticpot
|
|
|
|
product: elasticsearch
|
|
|
|
fofa-query: "index_not_found_exception"
|
2023-11-08 06:13:53 +00:00
|
|
|
tags: elasticpot,elasticsearch,honeypot,ir,cti
|
2023-11-07 12:34:04 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2023-11-07 19:02:53 +00:00
|
|
|
- "{{BaseURL}}/_cluster/settings"
|
2023-11-07 12:34:04 +00:00
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2023-11-10 06:42:26 +00:00
|
|
|
- 'index_not_found_exception'
|
2023-11-10 09:15:01 +00:00
|
|
|
|
|
|
|
# digest: 490a0046304402203e158488ea2d88f6ac42b66924bc28fe5c2a3b2a17d1c0746312b7c9192cb1c002203e56a5c448388eb63c141788d6813eea5e4d354583f4b78bdd0ad0cb0d5d57e8:922c64590222798bb761d5b6d8e72950
|