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

DFIQ UI Bug #3070

Open
RoemIko opened this issue Apr 11, 2024 · 6 comments
Open

DFIQ UI Bug #3070

RoemIko opened this issue Apr 11, 2024 · 6 comments
Labels

Comments

@RoemIko
Copy link

RoemIko commented Apr 11, 2024

Describe the bug
DFIQ templates do not display anything if saved searches are added

To Reproduce
Steps to reproduce the behavior:

  1. Have the following DFIQ template
display_name: Sharepoint exfiltration from auditlogs
description:
  summary:
  details:
  references:
    -
type: approach
id: Q0001.01
tags:
 - microsoft365
view:
  analysis:
  - name: OpenSearch
    steps:
    - description: &filter-desc Filter Sharepoint events that may indicate exfiltration attempts.
      type: opensearch-query
      value: 'data_type:"auditlogs" AND (workload:"SharePoint" AND recordtype:("SharePoint" OR 4 OR 6 OR 14 OR 33)) AND operation:("FileDownloaded" OR "AnonymousLinkCreated" OR "SecureLinkCreated" OR "FileSyncDownloadedFull" OR "FileSyncDownloadedPartial")'

I keep getting No question found with this ID when i remove the analysis: yaml entry it gets fixed and the question can be added. I have no error logs in wsgi.log or in worker.log

Expected behavior
I expect the UI to show me questions and saved searches related to a question i am trying to answer

Desktop (please complete the following information):

  • OS: 5.15.146.1-microsoft-standard-WSL2
  • Browser Tried Chrome and Edge
  • Version 123.0.6312.122 123.0.2420.81
@RoemIko RoemIko added the Bug label Apr 11, 2024
@RoemIko
Copy link
Author

RoemIko commented Apr 11, 2024

i tried adding the dfiq folder that is in this project i also tried the dfiq folder from the original dfiq repo but both result in No question found with this ID"question

@RoemIko
Copy link
Author

RoemIko commented Apr 13, 2024

Ok i found the issue before you do anything you have to share your sketch and then upload data, then it works

@jkppr
Copy link
Collaborator

jkppr commented Apr 15, 2024

Thanks for reporting this issue and sharing the possible workaround. In theory the DFIQ feature should not be linked to the sharing settings.

Does this only happen with custom DFIQ templates or also with the ones from dfiq.org ?

@RoemIko
Copy link
Author

RoemIko commented Apr 17, 2024

It happens with both

@RoemIko
Copy link
Author

RoemIko commented Apr 18, 2024

it seems some extension is blocking the dfiq questions, when i use the incognito mode it starts working

@jkppr
Copy link
Collaborator

jkppr commented Apr 19, 2024

I tried to reproduce the issue on a fresh dev setup following your steps in the initial comment and I am not running into the issue. Neither with your template nor the official DFIQ provided data.

What setup are you testing with? Normal installation or via a development setup?
Can you please test if the same issue happens with a fresh browser without any extensions or modifications?
If you continue to run into the error, can you share more detailed steps on how to reproduce it?

Thanks

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

No branches or pull requests

2 participants