Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PRADS not capturing service banner like PADS #19

Open
dougburks opened this issue Sep 24, 2012 · 7 comments
Open

PRADS not capturing service banner like PADS #19

dougburks opened this issue Sep 24, 2012 · 7 comments

Comments

@dougburks
Copy link

I'm trying to use PRADS as a replacment for pads in my Security Onion distro. I'm using 0.3.1-rc1 from github and am running as follows:

prads -i eth0 -c $conf -u sguil -g sguil -L
/nsm/sensor_data/$SENSOR/sancp/ -f /nsm/sensor_data/$SENSOR/pads.fifo
-b 'ip or (vlan and ip)'

When I look at PADS events in Sguil and select "Display Detected
Banner", it's always "PRADS CLIENT" or "PRADS SERVER", whereas PADS gives me the actual detected banner like "Apache 1.2.3.4..."

Any help would be appreciated!

Thanks,
Doug

@comotion
Copy link
Collaborator

it's true, we don't output the service banner yet. however, thanks to your bug report it's now high on our priority list. what we do now is output the maching part of the service fingerprint regex, and that is missing from the fifo.
expect us to first push a fix to put the matching service fingerprint into the fifo, and then later on fix the design by storing the banner in the service asset.

@comotion
Copy link
Collaborator

it's important to note however that "Apache 1.2.3" in PADS is not a banner but PADS catching the Server: header of the packet. Service banners are the type of stuff the server sends in the first packet after a connect but before any request is made from the client.

@dougburks
Copy link
Author

For my planning, are you able to provide an ETA for this? Thanks!

@comotion
Copy link
Collaborator

we're trying to plan out how to support this feature atm

@dougburks
Copy link
Author

OK, thanks!

@archembo
Copy link

Hello,

Any update about this issue?

Regards

@LiamRandall
Copy link

Also curious about this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants