Replies: 1 comment
-
you want port 64298 to access elasticsearch for queries.. you might have to open it up in the docker compose file. i've got a similar script written in python, I pull every 15 min, filter and parse the results then submit to various open source cyber communities like alienvault: so in my main.py
the class that actually does the work:
` |
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
-
Greetings, i have problems with uploading elastic data with my script.
The essence of the script is that once every 5 minutes it polls the t-pot on port 64297, the address of the request is spelled out as https://tpotaddress:64297/es
The data is uploaded to the remote machine where the script itself is located.
The problem is as follows, when contacting during the day there are no results and only once a day, at midnight, all the ip addresses that have accessed the traps over the past day are unloaded at a time.
Can you tell me what this might be related to and maybe something needs to be changed in the elastic configuration so that the script picks up addresses every 5 minutes?
Beta Was this translation helpful? Give feedback.
All reactions