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

Add Duo Pipeline #13

Open
eduardo-robles opened this issue Oct 17, 2024 · 0 comments
Open

Add Duo Pipeline #13

eduardo-robles opened this issue Oct 17, 2024 · 0 comments

Comments

@eduardo-robles
Copy link

Thanks for the work on this Sigma Backend for InsightIDR! I was wondering if we could collaborate on adding Pipeline for Cisco Duo Ingress Authentications? I unfortunately do not know how to write Python. But I have worked out the fieldmappings that would be needed for the pipeline portions. I followed the naming conventions used with a few that I added on my own.

    {
      "ResultType": "source_json.result",
      "ResultDescription": "source_json.reason",
      "AuthenticationFactor": "source_json.factor",
      "Username": "account",
      "ClientApp": "source_json.application.name",
      "City": "geoip_city",
      "Country": "geoip_country_code",
      "Region": "geoip_region"
    }

Would this be something we can work on?

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

1 participant