8000 GitHub - jkurian49/bpf-audit: a security monitoring system with eBPF
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jkurian49/bpf-audit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eBPF Security Monitoring Alert System

Final Project for ECE-455 Cybersecurity for Cooper Union

bpf-audit is a security monitoring system using various heuristics to flag and block malicious processes using eBPF. It uses modularlized probes that allow user to choose what to monitor along with accepting user-defined rules to specify the alert-list, blacklist, and thresholds.

UDP, TCP, DNS, open, and exec based alert and blocking is supported. It is also capable of simple port scanning detection.

Requirements

  • bcc
  • cachetools

Usage

# Audit
sudo chmod +x audit.py
sudo ./audit.py -c <config file path> --[udp, tcp, open, exec, dns, port, test] 

# To print bpftext for testing
sudo ./audit.py -c <config file path> --test

About

a security monitoring system with eBPF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.0%
  • Shell 10.0%
0