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

[DOCS] Update API Documentation for MITRE ATT&CK subtechniques #628

Closed
spong opened this issue Apr 13, 2021 · 2 comments
Closed

[DOCS] Update API Documentation for MITRE ATT&CK subtechniques #628

spong opened this issue Apr 13, 2021 · 2 comments
Assignees

Comments

@spong
Copy link
Member

spong commented Apr 13, 2021

Description

With the addition of MITRE Subtechniques in 7.11 (elastic/kibana#83511), the rule creation docs were updated (#432), but looks like we still need to update the API Documentation still.

@dplumlee, could you work with @jmikell821 and @nastasha-solomon on documenting this change please?

As surfaced on Discuss.

@jmikell821
Copy link
Contributor

|Name |Type |Description

|framework |String |Relevant attack framework.

|tactic |Object a|Object containing information on the attack type:

* `id` - string, required
* `name` - string, required
* `reference` - string, required

|technique |Array a|Array containing information on the attack techniques (optional): 

* `id` - string, required
* `name` - string, required
* `reference` - string, required
* `subtechnique` - Array, optional

|subtechnique |Array a|Array containing more specific, information on the attack technique:

* `id` - string, required
* `name` - string, required
* `reference` - string, required`

@jmikell821
Copy link
Contributor

Merged #668.

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