Skip to content

Fireman893/ona

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Observable Networks Appliance (ONA)

This repository is where the development of the Observable Networks Appliance (ONA) takes place. The ONA software is used to collect input data for Observable Networks' network security service. It can run on a variety of platforms, including embedded computers, physical servers, virtual machines, cloud servers, and Docker containers.

See observable.net for more information about Observable Networks' network security service.

Supported platforms

The following platforms are officially supported:

To install the latest version on 20.04 (recommended for physical and virtual machine installations):

$ wget https://onstatic.s3.amazonaws.com/ona/master/ona-service_UbuntuXenial_amd64.deb
$ sudo apt install ./ona-service_UbuntuXenial_amd64.deb

To monitor NetFlow traffic, you'll also need to install tools from the CERT NetSA Security Suite:

$ wget https://assets-production.obsrvbl.com/ona-packages/netsa/v0.1.27/netsa-pkg.deb
$ sudo apt install ./netsa-pkg.deb

Services

The ONA is composed of a number of configurable services, supervised by a single system service, obsrvbl-ona. Control which services are running by editing /opt/obsrvbl-ona/config.local. Some of the services include:

  • ONA Service: Monitors for configuration updates
  • PNA Service - Collects and uploads IP traffic metadata from system network interfaces
  • IPFIX Capturer - Collects and uploads NetFlow, IPFIX, or sFlow data from remote exporters
  • Hostname Resolver - Resolve active IPs to local hostnames
  • Log watcher: Monitors and uploads the sensor's authentication logs
  • PDNS Capturer - Collects and uploads passive DNS queries

About

Observable Network Appliance for passive monitoring of a network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.6%
  • Shell 6.8%
  • Makefile 1.4%
  • Dockerfile 0.2%