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