Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 711 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 711 Bytes

HoneyCredIPTracker

A quick script for doing some basic analysis on interesting data coming in from connections to a honeypot.

Initially set up to capture connections to Robert Graham's TelnetLogger project that he created to look at Mirai connections, but it can be used to look at IPs.

Functionality

Because it's made to work with TelnetLogger, it's looking for two files:

  1. ips.txt
  2. passwds.txt

It uses those as inputs to sort, uniq, etc.

Output example

The output will be a sorted list of IPs and Credentials, currently showing the top 25 results.

output