descriptionPRADS is a Passive Real-time Asset Detection System. It passively listen to network traffic and gathers information on hosts and services it sees on the network.
homepage URLhttp://gamelinux.github.com/prads/
repository URLhttps://github.com/gamelinux/prads.git
ownercomotion@krutt.og
last changeSat, 19 Sep 2020 20:59:13 +0000 (19 22:59 +0200)
last refreshFri, 26 Apr 2024 14:28:28 +0000 (26 16:28 +0200)
content tags
add:
readme
#### PRADS README
#  ______
# |  __  |                  __
# | _____|.----..------..--|  |.-----. (tm)
# |  |    |  |-'|  __  ||  _  |__  --'
# |__|    |__|  |____|_||_____|______| 
#
# Passive Real-time Asset Detection system! 
#

# Baut'
Is a `Passive Real-time Asset Detection System`. It passively listen to network traffic and gathers information on hosts and services it sees on the network. This information can be used to map your network, letting you know what services and hosts are active, and can be used together with your favorite IDS/IPS setup for "event to application" correlation.

# As is!
This program is served 'as is'. We take no responsabuility for anything :)

# Lic
GPL v2 or better? See LICENSE

# Install
See INSTALL

# USE
There are several ways to use PRADS.
PRADS has many commandline options, see the prads(1) man page.

# Example
  prads -i eth0 -l prads.log

If you run the prads service, the assets it sees will be dumped into /var/log/prads.log and look like this:

10.43.2.181,0,54354,6,SYN,[65535:64:1:64:M1460,N,W2,N,N,T,S,E,E:P:MacOS:iPhone OS 3.1.3 (UC):link:ethernet/modem:uptime:1574hrs],0,1300882012
10.43.2.181,0,0,0,ARP (Apple),C8:BC:C8:48:65:CA,0,1300882017

This information can be further processed, inserted into an SQL database etc.

the general format fo this data is:
asset,vlan,port,proto,service,[service-info],distance,discovered

asset       = The ip address of the asset.
vlan        = The virtual lan tag of the asset.
port        = The port number of the detected service.
proto       = The protocol number of the matching fingerprint.
service     = The "Service" detected, like: TCP-SERVICE, UDP-SERVICE, SYN, SYNACK,MAC,.....
service-info= The fingerprint that the match was done on, with info.
distance    = Distance based on guessed initial TTL (service = SYN/SYNACK)
discovered  = The timestamp when the data was collected

May it sniff your network for a while and you will be able to do anomaly detection.

# SNORT (snort.org)
The prads2snort script may be used to convert the prads log into a hosts_attribute.xml file that can be used by snort to decide fragmentation policies, for better event detection. 
 http://snort.org/docs/snort_manual/node189.html

# Sguil (sguil.net)
You can feed events from PRADS straight into sguil replacing pads by using the sguil pads agent. PRADS supports the -f fifo argument and the 'fifo: /path/to/fifo' configuration option to feed events into a FIFO.

# SQL database, WebGUI etc.
This is on the agenda. There will be a webgui to the database, for easy browsing of your network. 
shortlog
2020-09-19 Edward FjellskålMerge pull request #55 from ssm/feature/gcc10-supportmaster
2020-09-19 Stig Sandbeck... Build on GCC 1055/head
2019-12-11 Edward FjellskålMerge pull request #51 from jmariondev/readme
2018-07-21 John MarionReformat README to use Markdown51/head
2017-03-18 Edward FjellskålMerge pull request #46 from guidohu/master
2017-03-16 Edward FjellskålMerge pull request #47 from johnlinp/master
2017-03-16 John LinFix typo47/head
2015-11-01 guido.hFix segmentation fault for fragmented GRE packet46/head
2015-10-11 Kacper WhyMerge pull request #45 from atrent/master
2015-10-06 Andrea Trentini1.0 uses original separator, no need to change prads45/head
2015-10-06 Andrea Trentinigraph ratio
2015-10-06 Andrea Trentinicli parameters
2015-10-04 atrentCreate prads2dot.sh
2015-09-29 Kacper Wysockiexperiment with no delim for tcp options, for #43
2015-09-23 Kacper Wysockioutput plugin howto (Issue #43)
2015-09-23 Kacper Wysockiit is restructured, honest!
...
tags
10 years ago debian/0.3.3-1 tagging package prads version debia...
10 years ago debian/0.3.0-1 Release 0.3.0-1 for Debian
10 years ago 0.3.3 0.3.3: loud lemur
11 years ago 0.3.2-rc1 0.3.2-rc2: ya skipped dat one
11 years ago 0.3.1-rc1 0.3.1-rc1: shut your pie
12 years ago upstream/0.3.0 Upstream release 0.3.0
12 years ago 0.3.0 0.3.0: all good things are three
12 years ago upstream/0.3.0_rc3 Upstream release candidate 0.3...
12 years ago debian/0.3.0_rc3-1 Debian release 0.3.0~rc3-1
12 years ago 0.3.0-rc3 0.3.0-rc3: nothing good comes to...
12 years ago upstream/0.3.0_rc2 0.3.0-rc2: are we there yet?
12 years ago 0.3.0-rc2 0.3.0-rc2: are we there yet?
12 years ago 0.3.0-rc1 0.3.0-rc1: real chaos one
12 years ago debian/0.2.6-1 Debian release 0.2.6-1
12 years ago 0.2.6 0.2.6: dev will make rye
12 years ago 0.2.5 0.2.5: mori moment
...
heads
3 years ago master
3 years ago debian
12 years ago stable
12 years ago passivedns
12 years ago feature/pidfile
13 years ago etch
13 years ago jaunty
13 years ago lenny
14 years ago gh-pages
14 years ago 19f72fa66ffc0ba33f00ba5e5897e109f822e939
14 years ago net-packet-array
14 years ago array-obj