Commit Graph

70 Commits

Author SHA1 Message Date
Atomic Red Team doc generator 762f0548a1 Generated docs from job=generate-docs branch=master [ci skip] 2025-05-01 15:13:41 +00:00
Atomic Red Team doc generator 5ede8f21e4 Generated docs from job=generate-docs branch=master [ci skip] 2025-02-13 22:03:40 +00:00
Atomic Red Team doc generator 7a17b396d2 Generated docs from job=generate-docs branch=master [ci skip] 2024-08-06 08:03:09 +00:00
NeuralGlitch 932fd8321e Update T1059.004.yaml (#2894)
* Update T1059.004.yaml

Added a new atomic test
name: emacs spawning an interactive system shell

* Update T1059.004.yaml

Added new test supports bothe Linuc n Mac

added brew install prereq as well to support mac

Test name: emacs spawning an interactive system shell
2024-08-06 04:01:57 -04:00
Atomic Red Team doc generator 88851e2bea Generated docs from job=generate-docs branch=master [ci skip] 2024-08-01 03:53:03 +00:00
nish221b-bs c8926e03c0 Update T1059.004.yaml (#2871)
* Update T1059.004.yaml

* Update T1059.004.yaml

* Update T1059.004.yaml

---------

Co-authored-by: Hare Sudhan <code@0x6c.dev>
2024-07-31 23:51:49 -04:00
Atomic Red Team doc generator 3c045e1822 Generated docs from job=generate-docs branch=master [ci skip] 2024-07-14 09:30:23 +00:00
nish221b-bs 6b724e37d0 Update T1059.004.yaml (#2840) 2024-07-14 04:29:08 -05:00
Atomic Red Team doc generator 9bf5eb6864 Generated docs from job=generate-docs branch=master [ci skip] 2024-07-10 18:42:34 +00:00
Alphonsa George a5ae5e1771 Added input argument #{host} to T1059.004 test name - Create and Execute Bash Shell Script (#2849)
Co-authored-by: alphonsa-01 <NA>
Co-authored-by: Hare Sudhan <code@0x6c.dev>
2024-07-10 13:41:25 -05:00
Atomic Red Team doc generator bba1e1bc75 Generated docs from job=generate-docs branch=master [ci skip] 2023-11-20 02:53:29 +00:00
Hare Sudhan 73f61a7600 FreeBSD cleanup (#2604)
* FreeBSD cleanup

* fix T1059.004.yaml

* fix T1070.003.yaml

* cleanup

* Fix T1078.003

* fix t1078.003

* fix t1078.003

* fix t1078.003
2023-11-19 21:52:36 -05:00
Atomic Red Team doc generator 2a6bbc2a2b Generated docs from job=generate-docs branch=master [ci skip] 2023-11-09 04:00:38 +00:00
Carrie Roberts 8fa4b4cbeb revert changes kernel info (#2598) 2023-11-08 22:59:50 -05:00
Atomic Red Team doc generator ad2d7c8f13 Generated docs from job=generate-docs branch=master [ci skip] 2023-11-06 22:42:54 +00:00
Hare Sudhan 62a85c12b5 FreeBSD changes (#2585)
* freebsd changes

* renaming freebsd to linux
2023-11-06 17:41:43 -05:00
Atomic Red Team doc generator 4d6c4e8e23 Generated docs from job=generate-docs branch=master [ci skip] 2023-11-02 00:56:51 +00:00
Atomic Red Team GUID generator 16b5287208 Generate GUIDs from job=generate-docs branch=master [skip ci] 2023-11-02 00:56:30 +00:00
Alonso Cárdenas f355273f8a Update T1059.004.yaml
Add executor
2023-11-01 19:16:09 -05:00
Alonso Cárdenas d8fdd49b90 Update T1059.004.yaml 2023-11-01 19:02:30 -05:00
Jose Enrique Hernandez 2c1db3e4dd Merge branch 'master' into master 2023-11-01 19:10:13 -04:00
Atomic Red Team doc generator 9b7db448df Generated docs from job=generate-docs branch=master [ci skip] 2023-10-13 15:14:18 +00:00
Atomic Red Team GUID generator 69c4d9dcd4 Generate GUIDs from job=generate-docs branch=master [skip ci] 2023-10-13 15:14:00 +00:00
Abhijeet Kumar bb98289c33 Update T1059.004.yaml (#2569)
Co-authored-by: Michael Haag <5632822+MHaggis@users.noreply.github.com>
2023-10-13 11:13:19 -04:00
Alonso Cárdenas 03aca258ad Fix validate issues 2023-06-09 11:36:41 -05:00
Alonso Cárdenas 3b8d0af302 Remove auto_generated_guid lines from new entries
Some other tiny modifications
2023-06-09 09:11:41 -05:00
Alonso Cárdenas 86913f3573 Merge branch 'master' of https://github.com/alonsobsd/atomic-red-team 2023-06-01 22:03:39 -05:00
Atomic Red Team doc generator b1f3c968f2 Generated docs from job=generate-docs branch=master [ci skip] 2023-05-19 17:06:33 +00:00
Josh Rickard 284886292b Atomic Red Team - JSON Schema Validation CI (#2303)
* feat: Adding atomic-red-team JSON Schema defintions

* feat: Adding validate.py script to validate all atomics against the defined schema

* feat: Adding validate-schema GitHub Workflow action to validate on every push to the repo

* ci: Updated the validate-schema workflow to support and use Ruby instead of python

* fix: Updated schema to remove schema draft version (not necessarily needed) and update to remove elevation_required as a required defined property

* fix: Removed the yaml schema version

* docs: Adding start of README

* fix: Adding an updated/better version of the python validation but may ultimately be removed

* feat: Adding Ruby version of validate.rb script

* fix: Removing files not needed since we are changing to github action and using the new validation code

* fix: Adding the yaml schema file back and removed the json version

* docs: Updated README with documentation

* fix: Updating schema to use new format validator

* fix: Updated validate.rb to verify that the Technique IDs are in the correct format.

* fix: Upating validate.rb to raise execptions so that failures flow up to the GitHub Action workflow

* fix: Updated all tests that have input_arguments not conformaing to schema defintion for type value of path

* fix: Updating the Validaton README for typos

* fixL: Minor updates to the schema

* minor schema changes

* github actions fix

* schema changes

---------

Co-authored-by: MSAdministrator <MSAdministrator@users.noreply.github.com>
Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
Co-authored-by: Hare Sudhan <code@0x6c.dev>
2023-05-12 15:33:47 -06:00
Alonso Cárdenas f1c5a9be03 Add FreeBSD support 2023-05-08 11:06:08 -05:00
Atomic Red Team doc generator 3482229664 Generated docs from job=generate-docs branch=master [ci skip] 2023-04-15 01:02:51 +00:00
Atomic Red Team GUID generator 86d323de03 Generate GUIDs from job=generate-docs branch=master [skip ci] 2023-04-15 01:02:35 +00:00
biot-2131 e387ff2c9a T1059.004 Added Detecting pipe-to-shell 2023-02-22 16:07:25 +00:00
Atomic Red Team doc generator 36b1f36dc3 Generated docs from job=generate-docs branch=master [ci skip] 2023-02-22 03:13:57 +00:00
Atomic Red Team GUID generator 8e1ebc91d9 Generate GUIDs from job=generate-docs branch=master [skip ci] 2023-02-22 03:13:37 +00:00
Jose Enrique Hernandez a0516cf9a8 Merge branch 'master' into T1059.004_III 2023-02-21 22:00:23 -05:00
Atomic Red Team doc generator 16594d72c5 Generated docs from job=generate-docs branch=master [ci skip] 2023-02-13 23:11:19 +00:00
Josh Rickard a5dd0813cd fix: Updating atomics YAML file structure to align with the new JSON schema definition (#2323)
* fix: Updating atomics YAML file structure to align with the new JSON schema definition.

This also fixes some white space issues and general line formatting across all impacted atomics.

* fix: One additional change needed

---------

Co-authored-by: MSAdministrator <MSAdministrator@users.noreply.github.com>
Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
2023-02-13 16:10:37 -07:00
Biological Robot a8076269ce Update T1059.004.yaml 2023-02-12 15:22:08 +00:00
biot-2131 7a411af7f6 T1059.004 Added two tests 2023-02-12 15:14:01 +00:00
Atomic Red Team doc generator 9d9a7cc251 Generated docs from job=generate-docs branch=master [ci skip] 2023-02-09 16:08:02 +00:00
Atomic Red Team GUID generator 1b886699f1 Generate GUIDs from job=generate-docs branch=master [skip ci] 2023-02-09 16:07:43 +00:00
Biological Robot f11240fd8d Update T1059.004.yaml 2023-02-07 10:10:37 +00:00
biot-2131 d15214994a T1059.004 - Added four tests 2023-01-28 08:38:16 +00:00
Atomic Red Team doc generator 5cdf6648cf Generated docs from job=generate-docs branch=master [ci skip] 2023-01-23 17:22:39 +00:00
Atomic Red Team GUID generator 40c215713b Generate GUIDs from job=generate-docs branch=master [skip ci] 2023-01-23 17:22:32 +00:00
biot-2131 6b06371f41 added unset command 2023-01-17 22:56:32 +00:00
biot-2131 abf60a7499 updated the title 2023-01-17 21:51:01 +00:00
biot-2131 8573945248 T1059.004 New script file in the tmp directory 2023-01-17 21:32:05 +00:00
Atomic Red Team doc generator d0dad62dbc Generated docs from job=generate-docs branch=master [ci skip] 2022-09-23 22:57:18 +00:00