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

Feature Request: Add known applications + risk score field based off destination.port fields #78

Closed
ryanpodonnell1 opened this issue Jul 7, 2021 · 2 comments

Comments

@ryanpodonnell1
Copy link

ryanpodonnell1 commented Jul 7, 2021

User Story - details

As a SIEM engineer I want to know port numbers associated with the destination.port field. This will allow me to quickly identify potential applications communicating on the session and also the risk of the traffic Im observing

Tasks

  • Create a port lookup translation.
  • Add risk category score to application (scale of 1-10 or severity name).

Examples:

3389 -> Remote Desktop Protocol (high risk)
22 - Secure Shell (high risk)
3306 - MySQL (medium risk)
6881-6889 - Bit Torrent (high risk)
@brian-grabau
Copy link
Contributor

We added this didn't we?
https://github.com/Cargill/OpenSIEM-Logstash-Parsing/blob/master/config/enrichments/96_lookup_iana_protocol.conf
I know you have another enrichment you wanted but this one is completed? Or is this the mapping to Palo Alto risk score

@brian-grabau
Copy link
Contributor

Enrichment has been updated with Protocols and transport lookups

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

No branches or pull requests

2 participants