Window Actions

Window actions refer to a set of techniques employed by Remote Access Trojans (RATs) or Command-and-Control (C2) frameworks to manipulate application windows that have been previously enumerated regardless of whether they are currently visible to the user.

These manipulations can include:

While these actions are often leveraged by unsophisticated attackers or "script kiddies" for disruptive or trolling purposes (e.g., interfering with user activities), they can also be used in more advanced attack scenarios. For example: phishing or code injection.

Featured Windows APIs

Associated Code Snippets

Id Name Language Author Published Date
25 Message Hijacking via SetWindowLongPtr Delphi logoDelphi DarkCoderSc 1 day, 16 hours ago.
23 Update Window Position And Size Delphi logoDelphi DarkCoderSc 1 day, 17 hours ago.
22 Change Window State Delphi logoDelphi DarkCoderSc 1 day, 17 hours ago.
21 Show / Hide Window Delphi logoDelphi DarkCoderSc 1 day, 17 hours ago.
20 Update Window Opacity Level Delphi logoDelphi DarkCoderSc 1 day, 20 hours ago.
19 Close Window via TerminateProcess Delphi logoDelphi DarkCoderSc 1 day, 20 hours ago.
18 Close Window via SendMessage Delphi logoDelphi DarkCoderSc 1 day, 20 hours ago.
17 Close Window via PostMessage Delphi logoDelphi DarkCoderSc 1 day, 20 hours ago.