Skip to content

Initial Access

If you've just completed a Deployment, it's time to really get into things by accessing the primary user interfaces in the project.

Getting Status

First, let's make sure everything is up and running. Let's fire stationctl back up and use the "Status" menu:

  • Run the CLI: $ ./stationctl
  • Select option 3: "show current deployment"

This will run through a check of you new Vagrant boxes to see if they're up and communicating over all the necessary channels.



This provides some very valuable information on the status of our local range:

  1. Virtualbox machine state
  2. Elasticsearch API availability
  3. Kibana web interface availability

Note: Because Elasticsearch is a single node installation, the status will show "yellow". Everything is fine.

Interface Login

The environment is designed for users to interact with 2 primary interfaces:

  • Atomic Redteam - execute threats
  • Kibana WebUI - detect threats

Atomic Red Team

This adversary emulation toolset is accessed by ssh'ing into the ts.elastomic box and starting up a powershell session.

  1. From the vagrant/ directory:
    • $ vagrant ssh ts.elastomic
  2. Start a powershell session:
    • $ pwsh

Kibana Web Interface

  1. To reach Kibana browse to localhost:5601
  2. Login with the credentials:

    • user: vagrant
    • pass: vagrant
  3. Once in Kibana click the hamburger menu in the upper left corner of the UI and select the "Discover" tab.



Now that you've set up the primary user interfaces, it's time to move on to running a functions check!