.. /Expand.exe
Star

Download
Copy
Alternate data streams

Binary that expands one or more compressed files

Paths:

Resources:

Acknowledgements:

Detections:

Download

  1. Copies source file to destination.

    expand {PATH_SMB:.bat} {PATH_ABSOLUTE:.bat}
    Use case
    Use to copies the source file to the destination file
    Privileges required
    User
    Operating systems
    Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
    ATT&CK® technique
    T1105

Copy

  1. Copies source file to destination.

    expand {PATH_ABSOLUTE:.source.ext} {PATH_ABSOLUTE:.dest.ext}
    Use case
    Copies files from A to B
    Privileges required
    User
    Operating systems
    Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
    ATT&CK® technique
    T1105

Alternate data streams

  1. Copies source file to destination Alternate Data Stream (ADS)

    expand {PATH_SMB:.bat} {PATH_ABSOLUTE}:file.bat
    Use case
    Copies files from A to B
    Privileges required
    User
    Operating systems
    Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
    ATT&CK® technique
    T1564.004