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 support for actions #4

Open
samcornwell opened this issue Jan 29, 2018 · 2 comments
Open

add support for actions #4

samcornwell opened this issue Jan 29, 2018 · 2 comments

Comments

@samcornwell
Copy link
Collaborator

samcornwell commented Jan 29, 2018

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']

or

create:[process:name = 'cmd.exe]
@samcornwell
Copy link
Collaborator Author

samcornwell commented Feb 14, 2018

wiki proposal: Action-Proposal

@johnwunder
Copy link
Collaborator

Based on our team discussion we're going to go with Option 1 for this and are starting development.

samcornwell pushed a commit that referenced this issue Jul 5, 2018
* initial code for converting stix patterns to aql queries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants