https://github.com/nsardo/whose-trying-to-hack-me
Crystal-lang tool to identify potential hackers
https://github.com/nsardo/whose-trying-to-hack-me
crystal-language log-analyzer security security-tools
Last synced: over 1 year ago
JSON representation
Crystal-lang tool to identify potential hackers
- Host: GitHub
- URL: https://github.com/nsardo/whose-trying-to-hack-me
- Owner: nsardo
- License: mit
- Created: 2017-10-22T08:09:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T22:21:27.000Z (about 8 years ago)
- Last Synced: 2025-01-12T20:29:44.690Z (over 1 year ago)
- Topics: crystal-language, log-analyzer, security, security-tools
- Language: Crystal
- Homepage: https://nsardo.github.io/whose-trying-to-hack-me/
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Whose Trying to Hack Me?
This is the beginnings of some tools designed to assist in identifying possibly
hostile IP's
Currently just basic functionality that analyzes the auth.log file, finding likely suspects based on Invalid attempts at ssh login, and then running a whois on each IP
## Contributing
- Fork it ( https://github.com/nsardo/whose-trying-to-hack-me/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request