Skip to content

network canary for traffic towards otherwise unused host

License

Notifications You must be signed in to change notification settings

dglynos/letmeknow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

letmeknow
---------
A tiny canary-type service to alert administrators of suspicious traffic towards an otherwise unused host.

BUILD
-----
Install a rust toolchain (e.g. rustup update), then update dependencies if you like (e.g. cargo update) and then build with cargo:

$ cargo build --release

INSTALL
-------
# install -m 0700 -o root target/release/letmeknow /usr/local/sbin/letmeknow
# install -D -m 0600 -o root sample/config.ini /etc/letmeknow/config.ini
# install -m 0700 -d /var/log/letmeknow

CONFIGURATION
-------------
Configure /etc/letmeknow/config.ini to your liking

Make sure to avoid spaces in comma separated lists e.g.
A=+423,+423,+4232

RUNNING
-------
At present letmeknow runs as an application (not a daemon) and writes to standard error.

/usr/local/sbin/letmeknow


About

network canary for traffic towards otherwise unused host

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages