Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add T1055.015 listPlanting test #2601

Merged
merged 7 commits into from
Nov 17, 2023

Conversation

thomasxm
Copy link
Contributor

@thomasxm thomasxm commented Nov 11, 2023

Details:
This test injects shellcode into a remote RegEdit process using the ListPlanting technique. ListPlanting exploits Window with ListView control. Code write to memory with NtWriteVirtualMemory and executed via PostMessage. When successful, a message box will appear with the title "Warning" and the content "Atomic Red Team" after a few seconds. Notepad will open following the appearance of the message box.

Technique used by InvisiMole.

Code reference: https://modexp.wordpress.com/2019/04/25/seven-window-injection-methods/

Testing:
Tested with both Windows 10 and Windows 11 fully patched. Windows defender was unaware of the process injection.
Test spawned a message box with "Atomic Red Team" and a notepad. Test will terminate the injected process.

My previous pull request appears to conflict with numerous files. My apologies for any inconvenience caused.
Screenshot 2023-11-11 at 21 37 54

Associated Issues:
N/A

Copy link
Collaborator

@clr2of8 clr2of8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent! Thank you!

@clr2of8 clr2of8 merged commit 14b3545 into redcanaryco:master Nov 17, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants