telekom-security / tpotce

🍯 T-Pot - The All In One Multi Honeypot Platform 🐝
GNU General Public License v3.0
6.91k stars 1.09k forks source link

Need to pull all IPs for an IDS signature #700

Closed SomeInfosecGuy closed 4 years ago

SomeInfosecGuy commented 4 years ago

Before you post your issue make sure it has not been answered yet and provide basic support information if you come to the conclusion it is a new issue.




⚠️ Basic support information (commands are expected to run as root)

Filtering by IP gives me a lot of information, but when I filter by alert keyword the information is in the Suricata logs only. I need to pull all IP address for specific IDS signatures. Is there an easy way to accomplish this?

t3chn0m4g3 commented 4 years ago

No, the info is only collected with Suricata and limited to its type within ES. In the /opt/tpot/bin folder is an example to get the top IPs, you can use as base for what you want to do. However, in most cases if Suricata did not match an event againt a known CVE it's probably a non-match.