Merge pull request #105 from jesgal/jesgal-persistence-update

Jesgal persistence update
This commit is contained in:
Oddvar Moe 2021-01-21 22:14:27 +01:00 committed by GitHub
commit adfb75114a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,6 +92,22 @@ Commands:
MitreID: T1218 MitreID: T1218
MitreLink: https://attack.mitre.org/wiki/Technique/T1218 MitreLink: https://attack.mitre.org/wiki/Technique/T1218
OperatingSystem: Windows 7 and up with Microsoft Teams installed OperatingSystem: Windows 7 and up with Microsoft Teams installed
- Command: Update.exe --createShortcut=payload.exe -l=Startup
Description: Copy your payload into "%localappdata%\Microsoft\Teams\current\". Then run the command. Update.exe will create a payload.exe shortcut in "%appdata%\Microsoft\Windows\Start Menu\Programs\Startup". Then payload will run on every login of the user who runs it.
Usecase: Execute binary
Category: Execute
Privileges: User
MitreID: T1547
MitreLink: https://attack.mitre.org/techniques/T1547/001/
OperatingSystem: Windows 7 and up with Microsoft Teams installed
- Command: Update.exe --removeShortcut=payload.exe -l=Startup
Description: Run the command to remove the shortcut created in the "%appdata%\Microsoft\Windows\Start Menu\Programs\Startup" directory you created with the LolBinExecution "--createShortcut" described on this page.
Usecase: Execute binary
Category: Execute
Privileges: User
MitreID: T1070
MitreLink: https://attack.mitre.org/techniques/T1070/
OperatingSystem: Windows 7 and up with Microsoft Teams installed
Full_Path: Full_Path:
- Path: '%localappdata%\Microsoft\Teams\update.exe' - Path: '%localappdata%\Microsoft\Teams\update.exe'
Code_Sample: Code_Sample:
@ -114,4 +130,5 @@ Acknowledgement:
Handle: '@MrUn1k0d3r' Handle: '@MrUn1k0d3r'
- Person: Adam - Person: Adam
Handle: '@Hexacorn' Handle: '@Hexacorn'
- Person: Jesus Galvez
--- ---