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

Added a somewhat hacky pipeline from a colleague that does ASIM translation for Sentinel also #22

Merged
merged 3 commits into from
Aug 11, 2024

Conversation

adonm
Copy link
Contributor

@adonm adonm commented Jun 28, 2024

image

Rough usage:

sigmayml = open('rule.yaml').read()
from sigma.backends.microsoft365defender import Microsoft365DefenderBackend
from sigma.pipelines.microsoft365defender.sentinelasim import sentinel_asim_pipeline
backend = Microsoft365DefenderBackend(sentinel_asim_pipeline())
kql = backend.convert_rule(SigmaRule.from_yaml(sigmayml))[0]

Live version: https://adonm.github.io/stlite-apps/apps/sigmatron.html

@slincoln-aiq
Copy link
Collaborator

Thank you for this! I will merge it and clean it up a bit afterwards!

@slincoln-aiq slincoln-aiq merged commit f7c46af into AttackIQ:main Aug 11, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants