.. /ngrok
Star

Install
Access

Insiders as well as threat actors can ingress into an environment via ngrok, which functions as a reverse proxy. ngrok is no longer open source but the previous source code is still available (linked below).

Paths:

Resources:

Acknowledgements:

Detections:

Install

  1. Initial ngrok configuration.

    ngrok authtoken 'AUTHTOKEN_GOES_HERE'
    Use case
    Configures ngrok to use specified authentication token.
    Privileges required
    User
    Operating systems
    Windows, Mac, Linux

Access

  1. Sends connection to configured upstream service on port.

    ngrok tcp|http <PORT>
    Use case
    Establishes reverse proxy via ngrok edge.
    Privileges required
    User
    Operating systems
    Windows, Mac, Linux