Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielmiessler/HoneyCredIPTracker
Quick script to gather stats on incoming credentials and IPs for a honey listener.
https://github.com/danielmiessler/HoneyCredIPTracker
Last synced: 12 days ago
JSON representation
Quick script to gather stats on incoming credentials and IPs for a honey listener.
- Host: GitHub
- URL: https://github.com/danielmiessler/HoneyCredIPTracker
- Owner: danielmiessler
- Created: 2016-10-30T21:21:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T09:59:37.000Z (over 2 years ago)
- Last Synced: 2024-10-27T12:24:06.760Z (15 days ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 107
- Watchers: 14
- Forks: 44
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/robertdavidgraham/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.txtIt 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.