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

[BUG] - Threat Intel Alerts not being generated #1328

Open
givilleneuve opened this issue Sep 26, 2024 · 1 comment
Open

[BUG] - Threat Intel Alerts not being generated #1328

givilleneuve opened this issue Sep 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@givilleneuve
Copy link

givilleneuve commented Sep 26, 2024

What is the bug?
The threat intel module is not creating proper alerts after matching the IoCs.
When using the the {{#ctx.alerts}} it returns empty - Different from using standard detectors in the Security Analytics, which I believe the cause is because the alert is not being generated.

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. Go to 'Security Analytics'
  2. Click on 'Threat Intelligence'
  3. Scroll down to 'Configure the SCAN, and send the alert following for example'
    {{#ctx.alerts}}
    Document values
    {{#sample_documents}}
    Source IP {{_source.source.ip}}
    Destination IP: {{_source.destination.ip}}
    {{/sample_documents}}
    Matching queries
    {{#associated_queries}}
    Query ID: {{id}}
    RULE NAME: {{name}}
    {{/associated_queries}}
    {{/ctx.alerts}}
  4. See the webhook or the destination
  5. Create an ingestion that matches one of your Threat Intel sources.

What is the expected behavior?
My understanding is that the Threat Intelligence trigger an alert based on the findings if it matches the criteria for the scan.

What is your host/environment?

  • OS: Windows
  • Version 2.17.0

Do you have any additional context?
Threat Intel findings are being created correctly without any problems, but not the alert which also makes it difficult to send the matches with useful information.

Findings:
image

Alerts:
image

Scan alert configuration:
image

Thank you,

@givilleneuve givilleneuve added bug Something isn't working untriaged labels Sep 26, 2024
@givilleneuve givilleneuve changed the title [BUG] - CTX Alert when leveraging Threat Intel Alerts. [BUG] - Threat Intel Alerts not being generated Sep 27, 2024
@dblock dblock removed the untriaged label Oct 14, 2024
@dblock
Copy link
Member

dblock commented Oct 14, 2024

[Catch All Triage - 1, 2, 3, 4]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants