Skip to content

Commit

Permalink
Generate docs from job=validate_atomics_generate_docs branch=master
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI Atomic Red Team doc generator committed Aug 7, 2020
1 parent aa30755 commit 54c0e74
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
13 changes: 9 additions & 4 deletions atomics/Indexes/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9685,7 +9685,8 @@ persistence:
atomic_tests:
- name: Chrome (Developer Mode)
auto_generated_guid: 3ecd790d-2617-4abf-9a8c-4e8d47da9ee1
description: ''
description: Turn on Chrome developer mode and Load Extension found in the src
directory
supported_platforms:
- linux
- windows
Expand All @@ -9696,13 +9697,13 @@ persistence:
tick 'Developer Mode'.

2. Click 'Load unpacked extension...' and navigate to
[Browser_Extension](../t1176/)
[Browser_Extension](../t1176/src/)

3. Click 'Select'
name: manual
- name: Chrome (Chrome Web Store)
auto_generated_guid: 4c83940d-8ca5-4bb2-8100-f46dc914bc3f
description: ''
description: Install the "Minimum Viable Malicious Extension" Chrome extension
supported_platforms:
- linux
- windows
Expand Down Expand Up @@ -25490,7 +25491,11 @@ defense-evasion:
name: sh
- name: Mac HISTCONTROL
auto_generated_guid: 468566d5-83e5-40c1-b338-511e1659628d
description: ''
description: "The HISTCONTROL variable is set to ignore (not write to the history
file) command that are a duplicate of something already in the history \nand
commands that start with a space. This atomic sets this variable in the current
session and also writes it to the current user's ~/.bash_profile \nso that
it will apply to all future settings as well.\nhttps://www.linuxjournal.com/content/using-bash-history-more-efficiently-histcontrol\n"
supported_platforms:
- macos
- linux
Expand Down
6 changes: 3 additions & 3 deletions atomics/T1176/T1176.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ There have also been instances of botnets using a persistent backdoor through ma
<br/>

## Atomic Test #1 - Chrome (Developer Mode)

Turn on Chrome developer mode and Load Extension found in the src directory

**Supported Platforms:** Linux, Windows, macOS

Expand All @@ -32,7 +32,7 @@ There have also been instances of botnets using a persistent backdoor through ma
tick 'Developer Mode'.

2. Click 'Load unpacked extension...' and navigate to
[Browser_Extension](../t1176/)
[Browser_Extension](../t1176/src/)

3. Click 'Select'

Expand All @@ -46,7 +46,7 @@ tick 'Developer Mode'.
<br/>

## Atomic Test #2 - Chrome (Chrome Web Store)

Install the "Minimum Viable Malicious Extension" Chrome extension

**Supported Platforms:** Linux, Windows, macOS

Expand Down
5 changes: 4 additions & 1 deletion atomics/T1562.003/T1562.003.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ export HISTCONTROL=ignoreboth
<br/>

## Atomic Test #2 - Mac HISTCONTROL

The HISTCONTROL variable is set to ignore (not write to the history file) command that are a duplicate of something already in the history
and commands that start with a space. This atomic sets this variable in the current session and also writes it to the current user's ~/.bash_profile
so that it will apply to all future settings as well.
https://www.linuxjournal.com/content/using-bash-history-more-efficiently-histcontrol

**Supported Platforms:** macOS, Linux

Expand Down

0 comments on commit 54c0e74

Please sign in to comment.