|
| 1 | +{ |
| 2 | + "attributes": { |
| 3 | + "additional_resources": { |
| 4 | + "description": "Any other internal, external, or technical references that may be useful for understanding the ADS.", |
| 5 | + "misp-attribute": "url", |
| 6 | + "multiple": true, |
| 7 | + "ui-priority": 2 |
| 8 | + }, |
| 9 | + "blind_spots_and_assumptions": { |
| 10 | + "description": "Recognized issues, assumptions, and areas where an ADS may not fire.", |
| 11 | + "misp-attribute": "text", |
| 12 | + "ui-priority": 7 |
| 13 | + }, |
| 14 | + "categorization": { |
| 15 | + "description": "Provides a mapping of the ADS to the relevant entry in the Att&CK.", |
| 16 | + "misp-attribute": "text", |
| 17 | + "multiple": true, |
| 18 | + "ui-priority": 10 |
| 19 | + }, |
| 20 | + "date": { |
| 21 | + "description": "Enter date, when ADS has been created or edited.", |
| 22 | + "misp-attribute": "datetime", |
| 23 | + "ui-priority": 12 |
| 24 | + }, |
| 25 | + "false_positives": { |
| 26 | + "description": "Known instances of an ADS misfiring due to a misconfiguration, idiosyncrasy in the environment, or other non-malicious scenario.", |
| 27 | + "misp-attribute": "text", |
| 28 | + "ui-priority": 6 |
| 29 | + }, |
| 30 | + "goal": { |
| 31 | + "description": "Short, plaintext description of the type of behavior the ADS is supposed to detect.", |
| 32 | + "misp-attribute": "text", |
| 33 | + "ui-priority": 11 |
| 34 | + }, |
| 35 | + "priority": { |
| 36 | + "description": "Describes the various alerting levels that an ADS may be tagged with.", |
| 37 | + "misp-attribute": "text", |
| 38 | + "ui-priority": 4 |
| 39 | + }, |
| 40 | + "responses": { |
| 41 | + "description": "General response steps in the event that this alert fired.", |
| 42 | + "misp-attribute": "text", |
| 43 | + "ui-priority": 3 |
| 44 | + }, |
| 45 | + "sigma_rule": { |
| 46 | + "description": "Rule in SIGMA format.", |
| 47 | + "misp-attribute": "sigma", |
| 48 | + "ui-priority": 1 |
| 49 | + }, |
| 50 | + "strategy_abstract": { |
| 51 | + "description": "High-level walkthrough of how the ADS functions.", |
| 52 | + "misp-attribute": "text", |
| 53 | + "ui-priority": 9 |
| 54 | + }, |
| 55 | + "technical_context": { |
| 56 | + "description": "Detailed information and background needed for a responder to understand all components of the alert. ", |
| 57 | + "misp-attribute": "text", |
| 58 | + "ui-priority": 8 |
| 59 | + }, |
| 60 | + "validation": { |
| 61 | + "description": "lists the steps required to generate a representative true positive event which triggers this alert.", |
| 62 | + "misp-attribute": "text", |
| 63 | + "ui-priority": 5 |
| 64 | + }, |
| 65 | + "acd-element": { |
| 66 | + "description": "lists the steps required to generate a representative true positive event which triggers this alert.", |
| 67 | + "misp-attribute": "text", |
| 68 | + "ui-priority": 0 |
| 69 | + } |
| 70 | + }, |
| 71 | + "description": "An object defining ADS - Alerting and Detection Strategy by PALANTIR. Can be used for detection engineering.", |
| 72 | + "meta-category": "misc", |
| 73 | + "name": "ADS", |
| 74 | + "required": [ |
| 75 | + "date", |
| 76 | + "goal", |
| 77 | + "categorization" |
| 78 | + ], |
| 79 | + "uuid": "07a7f4cf-e738-47ad-b045-34c3b382f3b4", |
| 80 | + "version": 1 |
| 81 | +} |
0 commit comments