An open API service indexing awesome lists of open source software.

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

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