Skip to main content

SFTP

Overview

The AlphaSOC SFTP Server implements the industry standard SFTP protocol that accepts secure data uploads to the AlphaSOC SFTP endpoint. AlphaSOC analyzes log files uploaded to the SFTP endpoint by identifying security threats and detecting anomalies.

To enable secure data transfers, you'll need to configure an SSH public key in the AlphaSOC console.

SSH Key Configuration

1. Generate an SSH key pair if you don't already have one.

2. Log in to the AlphaSOC console.

3. Open the Credentials tab in AlphaSOC console.

4. In the SSH keys section, click New SSH key.

SFTP

5. Enter your public SSH key into the authentication key field.

6. Click Save in the confirmation dialog.

SFTP

SFTP Connection Setup

Configure your SFTP client using the following parameters:

  • 2222 as the port number.
  • {{WORKSPACE_ID}} as the username.
  • sftp.alphasoc.net as the host.

Replace {{WORKSPACE_ID}} with your workspace ID from the AlphaSOC console.

Connecting via Terminal

An example of command using the above parameters is shown below.

sftp -P 2222 {{WORKSPACE_ID}}@sftp.alphasoc.net