Skip to content

danielmiessler/HoneyCredIPTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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

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

About

Quick script to gather stats on incoming credentials and IPs for a honey listener.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages