We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CAR analytics have a concept of actions associated with analytics. For example:
process = search Process:Create cmd = filter process where (exe == "cmd.exe") output cmd
Add support for STIX for these actions. This could several forms, such as a special term, or a simple property. For example:
[process:create:name = 'cmd.exe']
or
[process:name = 'cmd.exe' and process:action = 'create']
create:[process:name = 'cmd.exe]
The text was updated successfully, but these errors were encountered:
wiki proposal: Action-Proposal
Sorry, something went wrong.
Based on our team discussion we're going to go with Option 1 for this and are starting development.
Interface setup (#4)
7357d53
* initial code for converting stix patterns to aql queries
No branches or pull requests
CAR analytics have a concept of actions associated with analytics. For example:
Add support for STIX for these actions. This could several forms, such as a special term, or a simple property. For example:
or
or
The text was updated successfully, but these errors were encountered: