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

Wrong network direction values #57

Open
cospirho opened this issue Apr 18, 2024 · 3 comments
Open

Wrong network direction values #57

cospirho opened this issue Apr 18, 2024 · 3 comments

Comments

@cospirho
Copy link
Contributor

cospirho commented Apr 18, 2024

The default winlogbeat sysmon pipeline values for the network direction are changed from true/false to egress/ingress, and winlog.event_data.Initiated is removed (changed to network.direction). This backend will output the values of true/false

detection:
    selection:
        Initiated: 'true'
        Image|endswith: '\msiexec.exe'
        DestinationPort:
            - 80
            - 443

I'm not sure what the best way to handle this would be....also not 100% sure if it's an issue with this repo, the rules, both, or neither. I didn't see 'Initiated' anywhere in the sigma rule taxonomy specification.

@cospirho cospirho changed the title Fix network direction Wrong network direction values Apr 18, 2024
@andurin
Copy link
Collaborator

andurin commented Oct 17, 2024

@cospirho If I understood you correctly you would like to see a transformation like:

# Initiated: true 
network.direction: 'egress'

or

# Initiated: false
network.direction: 'ingress'

?

@andurin
Copy link
Collaborator

andurin commented Oct 17, 2024

@thomaspatzke Would this be possible in the pipeline? A value determined conditional?

@cospirho
Copy link
Contributor Author

@cospirho If I understood you correctly you would like to see a transformation like:

# Initiated: true 
network.direction: 'egress'

?

Yes that's right, like network.direction:egress instead of network.direction:true. Thank you for looking in to it.

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