Add my own honeypot to TPot #1447
Unanswered
maurodelossantos
asked this question in
Q&A
Replies: 2 comments
-
Have you been able to resolve your issue? I'm facing similar situation, but I want to add new service to already working instance of T-POT. Unfortunately addind logs to /data folder and editing logstash.conf does not help. If anyone have any tips I would be grateful. Cheers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
So was a way found ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'd like to add my own honeypot to TPot to expose some vulnerable services that will require some extra manual exploitation (BOFs, customized vulnerabilities, etc.) to later compare the results between automated honeypots and customized ones. This question is to ask/confirm the steps to follow to add my honeypot[s] to TPot and be able to visualize in the WebGUI its results:
myHoneypot/
under thedocker/
with adist/
subfolder for configuration files if needed, aDockerfile
, and adocker-compose.yml
to spin up the container with the vulnerable[s] service[s].tpot.yml
and the maindocker-compose.yml
(?) I understand now this isn't needed as the file is going to be updated dynamically with the content ofDockerfile
anddocker-compose.yml
under themyHoneypot/
folder. Still want to corroborate this.docker/elk/logstash/dist/logstash.conf
file to add the logs of our honeypot. I copied the changes made for Log4Pot in this commit. Is this correct?Log4Pot
-- fb93d851190109aadddda2c834c81107e2559583), I've tried to debug which extra files I should edit. Are any of those worthy/required to modify?:/etc/compose/log4j.yml
/etc/compose/standard.yml
/logrotate/logrotate.conf
/ anything else?Am I missing anything? With just those steps, will I be able to successfully deploy and see the information about my Honeypot in the WebGUI (mainly in the attack map and Elasticsearch)?
Any help is very welcome! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions