This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 542
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create 00-query-submission-template.md
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
# < Insert query name > | ||
|
||
< Provide query description and usage tips > | ||
|
||
## Query | ||
|
||
``` | ||
< Insert query string here > | ||
``` | ||
## Category | ||
|
||
This query can be used the following attack techniques and tactics ([see MITRE ATT&CK framework](https://attack.mitre.org/)) or security configuration states. | ||
|
||
| Technique, tactic, or state | Covered? (v=yes) | Notes | | ||
|------------------------|----------|-------| | ||
| Initial access | | | | ||
| Execution | | | | ||
| Persistence | | | | ||
| Privilege escalation | | | | ||
| Defense evasion | | | | ||
| Credential Access | | | | ||
| Discovery | | | | ||
| Lateral movement | | | | ||
| Collection | | | | ||
| Command and control | | | | ||
| Exfiltration | | | | ||
| Impact | | | | ||
| Vulnerability | | | | ||
| Misconfiguration | | | | ||
| Malware, component | | | | ||
|
||
|
||
## Contributor info | ||
|
||
**Contributor:** < your name > | ||
|
||
**GitHub alias:** < your github alias > | ||
|
||
**Organization:** < your org > | ||
|
||
**Contact info:** < email or website > |