Posting data to Attack Map #1168
Replies: 1 comment
-
|
@AdamKhanIT From what I can tell, the T-Pot Attack Map is designed to visualize real-time events coming from Elasticsearch, which are processed by the So if your goal is to display custom source/destination IPs, there are two practical approaches: Option 1 (Recommended): Index synthetic events into ElasticsearchThis is the approach that best matches the intended architecture. If your synthetic events match the fields expected by the Option 2: Publish directly to RedisThe Attack Map uses Redis as its real-time backend, so in theory you could publish directly to Redis. However, I couldn't find documentation describing the Redis schema or message format, so this would require inspecting the If your goal is demonstrations or testingFor generating demo traffic, I'd recommend creating synthetic Elasticsearch documents instead of modifying Redis directly. That way:
One question that would help suggest the best approach:
The recommended solution differs slightly depending on your objective. If this solves your problem, feel free to mark it as the accepted answer so others can find it easily. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Everyone,
Really appreciate this project. I was wondering if there is a way to post data manually to the Attack Map. For example posting random sources and destination IP's.
Beta Was this translation helpful? Give feedback.
All reactions