Lemelin
3649d34631
Fixed the issues with OSX not reporting executors.
2018-10-01 13:40:29 -04:00
Lemelin
a3c0e5b238
Added missing files.
2018-09-28 16:52:48 -04:00
Lemelin
f0f6804345
Adjusted YAML file relative path.
2018-09-28 16:52:03 -04:00
Lemelin
93c27c437b
Moved Python test harness to contrib.
...
Moved 'execution-frameworks/python' to
'execution-frameworks/contrib/python'.
2018-09-28 16:23:20 -04:00
Lemelin
fcff42d14b
Fixed documentation issues.
2018-09-05 12:50:57 -04:00
Lemelin
3a802faa98
Implemented Python test harness.
...
The Python test harness currently works with with Windows and Linux,
implements interactive and non-interactive usage and offers tracking of
technique modifications so that you do not run techniques automatically
when they are updated.
2018-09-05 11:06:10 -04:00
Michael Haag
643472f5ee
Merge pull request #327 from redcanaryco/Fix-T1179
...
Fix t1179
2018-09-05 09:38:08 -04:00
Michael Haag
ae0022cc32
Merge pull request #326 from redcanaryco/Fix-T1121
...
Fix T1121
2018-09-05 09:36:22 -04:00
Michael Haag
f19fb29bfa
Merge pull request #311 from redcanaryco/rootkit-T1014-Windows
...
Rootkit T1014 windows
2018-09-05 09:35:51 -04:00
caseysmithrc
11e9f88a62
Merge branch 'Fix-T1179' of https://github.com/redcanaryco/atomic-red-team into Fix-T1179
2018-09-05 07:35:12 -06:00
caseysmithrc
9e542eaad5
Removed MessageBox Prompt
2018-09-05 07:35:05 -06:00
CircleCI Atomic Red Team doc generator
7e8594e288
Generate docs from job=validate_atomics_generate_docs branch=Fix-T1179
2018-09-05 13:31:22 +00:00
caseysmithrc
2dfe7cce3f
fix
2018-09-05 07:31:09 -06:00
caseysmithrc
32be456da1
Fixed Test
2018-09-05 07:30:14 -06:00
CircleCI Atomic Red Team doc generator
deca346fcb
Generate docs from job=validate_atomics_generate_docs branch=Fix-T1121
2018-09-05 12:16:41 +00:00
caseysmithrc
cbe95e5a3a
clean up
2018-09-05 06:15:36 -06:00
CircleCI Atomic Red Team doc generator
14cbfa95e9
Generate docs from job=validate_atomics_generate_docs branch=Fix-T1121
2018-09-05 02:44:59 +00:00
caseysmithrc
6a3cb5d779
Merge branch 'Fix-T1121' of https://github.com/redcanaryco/atomic-red-team into Fix-T1121
2018-09-04 20:44:47 -06:00
caseysmithrc
da9748c7db
parameterized path and source code
2018-09-04 20:44:37 -06:00
CircleCI Atomic Red Team doc generator
8418f40294
Generate docs from job=validate_atomics_generate_docs branch=Fix-T1121
2018-09-05 02:40:48 +00:00
caseysmithrc
f85b47c2d2
T1121 Fixed Test
2018-09-04 20:40:31 -06:00
caseysmithrc
9c75b80c88
Merge pull request #320 from redcanaryco/Technique-fixing
...
Technique fixing
2018-08-31 06:41:48 -06:00
Michael Haag
567f729306
Merge branch 'Technique-fixing' of https://github.com/redcanaryco/atomic-red-team into Technique-fixing
2018-08-31 08:40:06 -04:00
Michael Haag
d67420b8ad
T1065 push
...
hope this is the final for #317
2018-08-31 08:40:03 -04:00
caseysmithrc
44c3ecdce2
Merge pull request #319 from redcanaryco/Technique-fixing
...
Final Fix
2018-08-31 06:22:02 -06:00
CircleCI Atomic Red Team doc generator
8f18ddfd93
Generate docs from job=validate_atomics_generate_docs branch=Technique-fixing
2018-08-31 12:17:43 +00:00
Michael Haag
e2cabd0cba
T1075 fix
...
final fix for #317
2018-08-31 08:17:28 -04:00
caseysmithrc
49472ba02a
Merge pull request #315 from redcanaryco/T1055-mh
...
T1055
2018-08-31 06:06:52 -06:00
caseysmithrc
95bf8450c2
Merge pull request #318 from redcanaryco/Technique-fixing
...
Technique fixing
2018-08-31 06:06:12 -06:00
CircleCI Atomic Red Team doc generator
d959144e14
Generate docs from job=validate_atomics_generate_docs branch=Technique-fixing
2018-08-31 12:03:07 +00:00
Michael Haag
2e45fc5d59
Issue 317 fixed
...
Finished #317
2018-08-31 08:02:51 -04:00
CircleCI Atomic Red Team doc generator
92d6e0663f
Generate docs from job=validate_atomics_generate_docs branch=Technique-fixing
2018-08-31 11:59:44 +00:00
Michael Haag
b2dda75932
Technique fixes
...
Fixed techniques per Issue #317
2018-08-31 07:59:05 -04:00
Zac Brown
7d8b526bd8
Merge pull request #316 from redcanaryco/users/zacbrown/fix-ruby-exec-filename-windows
...
Fix filenames created by ruby execution framework (go-atomic.rb)
2018-08-30 12:04:59 -07:00
Zac Brown
be2c99fb3a
Add a .gitignore to ignore generated files in this directory.
...
Signed-off-by: Zac Brown <zacbrown@users.noreply.github.com >
2018-08-30 11:42:14 -07:00
Zac Brown
511388ad2c
Fix issue using colons (:) in file paths on Windows. This syntax (colon) is used for alternative data streams ( https://en.wikipedia.org/wiki/NTFS#Alternate_data_streams_.28ADS.29 ).
...
Signed-off-by: Zac Brown <zacbrown@users.noreply.github.com >
2018-08-30 11:40:35 -07:00
CircleCI Atomic Red Team doc generator
73caddcd1f
Generate docs from job=validate_atomics_generate_docs branch=T1055-mh
2018-08-30 18:19:59 +00:00
Michael Haag
eacf221901
Updated T1055
...
Added reference link for Incoke-DLLInjection
2018-08-30 14:19:45 -04:00
Michael Haag
754d9ac33a
Merge pull request #314 from redcanaryco/users/zacbrown/templates
...
Create issue and pull request templates.
2018-08-29 20:14:17 -04:00
Zac Brown
a7e8f17a35
Create issue and pull request templates.
...
Signed-off-by: Zac Brown <zacbrown@users.noreply.github.com >
2018-08-29 17:11:27 -07:00
CircleCI Atomic Red Team doc generator
7981a20763
Generate docs from job=validate_atomics_generate_docs branch=rootkit-T1014-Windows
2018-08-29 03:27:54 +00:00
caseysmithrc
3820ae1da8
Merge branch 'master' into rootkit-T1014-Windows
2018-08-28 21:27:37 -06:00
CircleCI Atomic Red Team doc generator
11af281209
Generate docs from job=validate_atomics_generate_docs branch=rootkit-T1014-Windows
2018-08-29 03:22:28 +00:00
caseysmithrc
d30572c00c
Merge branch 'rootkit-T1014-Windows' of https://github.com/redcanaryco/atomic-red-team into rootkit-T1014-Windows
2018-08-28 21:22:16 -06:00
caseysmithrc
237a9f2f67
T1014 Windows Rootkit Update
2018-08-28 21:22:12 -06:00
CircleCI Atomic Red Team doc generator
ca8f85ad5c
Generate docs from job=validate_atomics_generate_docs branch=rootkit-T1014-Windows
2018-08-29 03:10:53 +00:00
CircleCI Atomic Red Team doc generator
7478f29dc3
Generate docs from job=validate_atomics_generate_docs branch=master
2018-08-29 03:08:56 +00:00
caseysmithrc
24a3f301a1
Merge branch 'master' of https://github.com/redcanaryco/atomic-red-team
2018-08-28 21:08:30 -06:00
caseysmithrc
a066585755
Revert "CapCom Driver Exploit Rootkit"
...
This reverts commit a732b873f4 .
2018-08-28 21:08:22 -06:00
CircleCI Atomic Red Team doc generator
e40e3d9e0a
Generate docs from job=validate_atomics_generate_docs branch=master
2018-08-29 03:06:09 +00:00