-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Issue344 RA schema extension #353
Open
xofolowski
wants to merge
13
commits into
atc-project:develop
Choose a base branch
from
xofolowski:issue344_RA-schema-extension
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
722e3ac
Merge pull request #349 from atc-project/develop
yugoslavskiy 8a879c2
Merge pull request #351 from atc-project/develop
yugoslavskiy ef06dbb
Issue # 344 - Added extensible schema for RAs
12fe30e
Update RA_1000_test.yml
yugoslavskiy 512fc9f
cleanup
xofolowski 3bd0bf1
circleci
xofolowski 1e942af
ignored circleci and .gitgnore
xofolowski 183b7cb
fixed undefined action_details
xofolowski 19f869c
added action_details
xofolowski 52ec44b
Merge branch 'issue344_RA-schema-extension' of github.com:xofolowski/…
xofolowski 72f97ca
renamed details->raEffect to raCoA
xofolowski 1454236
added basic support for details
xofolowski 3892386
fixed confluence rendering issue
xofolowski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,38 @@ | ||
| Title | Testing | | ||
|:---------------------------:|:--------------------| | ||
| **ID** | RA1000 | | ||
| **Description** | A test response action without any sensible content | | ||
| **Author** | Christoph Bott (@xofolowski) | | ||
| **Creation Date** | 2021/08/05 | | ||
| **Category** | General | | ||
| **Stage** |[RS0001: Preparation](../Response_Stages/RS0001.md)| | ||
|
||
--- | ||
|
||
|
||
|
||
## Response Action Details | ||
|*Attribute*|*Value*|*Remarks*| | ||
|:---|:---|:---| | ||
| **RA Objective** |Disrupt | Either of: *Disrupt, Deny, Degrade, Destroy, Deceive*| | ||
| **Potential Business Impact** |Very High| Either of: *Low, Medium, High, Very High*| | ||
|
||
--- | ||
|
||
|
||
|
||
## Full Description | ||
This is a fancy mitigation that will allow SOC to trigger self destruction of all Windows Endpoints. | ||
Once triggered, the endpoint will start screaming, wait for close-by people to evacuate and then shortcut the battery, effectively causing the endpoint to burn down. | ||
|
||
|
||
|
||
## Standing Operating Procedure | ||
|
||
> ***Attention:*** | ||
> Minimum TIER level for execution of this response activity is: **TIER-*2*!** | ||
|
||
Description of the workflow in the [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) format. | ||
Here newlines will be saved. | ||
|
||
|
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
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,19 @@ | ||
title: RA_1000_testing | ||
id: RA1000 | ||
description: A test response action without any sensible content | ||
author: 'Christoph Bott (@xofolowski)' | ||
creation_date: 2021/08/05 | ||
stage: preparation | ||
details: | ||
description-full: | | ||
This is a fancy mitigation that will allow SOC to trigger self destruction of all Windows Endpoints. | ||
Once triggered, the endpoint will start screaming, wait for close-by people to evacuate and then shortcut the battery, effectively causing the endpoint to burn down. | ||
workflow: | | ||
Description of the workflow in the [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) format. | ||
Here newlines will be saved. | ||
|
||
raCoA: Disrupt | ||
pot_business_impact: Very High | ||
activation_SLA: | ||
expected_coverage: | ||
minTierLevel: 2 |
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
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
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
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
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xofolowski could you please tell me if this comment is still actual?