Skip to main content

Testing installation by uploading data

In this walkthrough, you will:_

  1. Connect to the UI
  2. Create a Whisperer
  3. Configure it
  4. Upload data on this Whisperer
  5. Check that the data has been parsed correctly

Connect to the UI

  1. Connect to the endpoint from your Browser of choice.
    • Spider is being tested in priority on Chrome, but works on other browsers.
  2. You will be redirected to the login page.
  3. Login as your administrator account created at installation
    • Depending on your login configuration, used you LDAP account, OIDC account, or reset your password (as it is the first time access).

Login.png

  1. The analysis UI opens with the terms and condition to validate.

Terms.png

  1. Accepts the terms (or close the window and change tool 😆)
  2. The Welcome screen shows

Welcome.png

  1. Click REMIND ME LATER to be able to review documentation links next time

You are now connected as administrator in the Analysis UI.

Analysis UI.png

Create and configure a first Whisperer

You will now create a first Whisperer that will allow you to upload packets data to Spider.

  1. Open the Whisperers menu

New Whisperer.png

  1. Click on the + NEW WHISPERER button to create a new Whisperer

    • The Create Whisperer form opens with default settings.
  2. Edit the configuration to match the screenshot below

    • Adjust the name to your liking 😉

TestUploadCreateWhisperer.png

  1. Click CREATE
    • The Whisperer details panel open. You may close it.

This is quite enough to start testing!

Upload data

Now you will select your Whisperer, upload a pcap capture data file, and see the communications get created.

  1. Open the Whisperers menu
  2. Select the newly created Whisperer. Here: Thibaut sandbox

Select Whisperer.png

A round button appears at the top left of the screen, outside the menu with an upload icon.

Upload FAB.png

  1. Download this pcap file SpiderLogin.pcap locally
  2. Click on the Upload button and select the previously downloaded file

A pop-in appears to launch the upload (and parsing) process.

Upload popin.png

  1. Click UPLOAD

The progress bar shows the progressive sending of packets to Spider. When it is over, click on the focus icon.

Focus.png

The timeline is centered around the date of capture.
The map is updated, so is the grid.

Communications.png

The data may not be completely accessible yet. A 10s delay is required before parsing starts.

Check data

You may now browse the data.

  1. Click on the record /NetworkMapT.png in the grid.

It opens on the right with the diagram below.

GetNetworkMap-Global.png

Fine! :)

  1. You may also click on the response tab to see the content.

The picture of the login page is shown.

GetNetworkMap-Response.png

Congratulations!
You've successfully uploaded your first capture and have a working Spider!