Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revmischa/gohone
Library for parsing process network activity on Linux
https://github.com/revmischa/gohone
Last synced: 3 days ago
JSON representation
Library for parsing process network activity on Linux
- Host: GitHub
- URL: https://github.com/revmischa/gohone
- Owner: revmischa
- Created: 2012-04-22T09:03:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-11T09:45:57.000Z (over 12 years ago)
- Last Synced: 2024-10-18T07:52:45.182Z (3 months ago)
- Language: Go
- Size: 148 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gohone
======Library for parsing process network activity on Linux.
See: https://github.com/HoneProject/Linux-Sensor
agent.go collects events emitted from the Hone kernel module and streams them at a centralized logging system using JSON.
## Building/Running:
### Install the honeevent kernel module:
```
git clone https://github.com/HoneProject/Linux-Sensor.git honeevent
cd honeevent/src
make && sudo make install
sudo /sbin/depmod -a && sudo modprobe honeevent
```### Go:
Make sure you have Go 1.0 installed### Run:
```
nc -l -p 7100 &
sudo go run agent.go --server localhost
```Some logging information goes in syslog.