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

MSdefender in a Standalone Cortex with caseID as mandatory #440

Open
tiagucardoso opened this issue Feb 16, 2023 · 0 comments
Open

MSdefender in a Standalone Cortex with caseID as mandatory #440

tiagucardoso opened this issue Feb 16, 2023 · 0 comments

Comments

@tiagucardoso
Copy link

tiagucardoso commented Feb 16, 2023

Request Type

Hey Guys,
I'm using Cortex as a standalone where i send via api some requests to get analysis. I'm trying to use the MSDefender responder via API. The request is done and is on the Cortex Jobs, but it end's in error: "caseId is missing"

i already tried to pass in the body the caseID key with a dummy but its not working. I already tried to pass the value as string or integer:

Something like this:
{
"_type":"case_artifact",
"data":"127.0.0.1",
"dataType":"ip",
"ioc":false,
"status":"Ok",
"tlp":2,
"caseId":123
}

Any tips?

Thanks,
Tiago Cardoso

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