Skip to content

TAXII Client

stmtstk edited this page Jan 26, 2021 · 8 revisions

TAXII Client

S-TIP RS runs as a TAXII Client.

This section describes TAXII Client configuration.

Configuration

  1. Log in to RS as admin user.

  2. Input "Create or Modify TAXII Client Setting" form.

If S-TIP TAXII Server is running on "10.0.3.100:9000", the following is an example:

field example
Display Name Test TAXII Server
Protocol Version 1.1
Address 10.0.3.100
Port 9000
Path /services/poll
Collection my_collection
Login ID admin
Login Password admin
Community Default Community
Uploader admin

Uncheck "Use Certificate Authentication"/"Use SSL"/"Push on Adding Files".

A login ID is the same as S-TIP RS. a login password is the same as S-TIP RS REST API Key. The REST API key is available from a profile page.

If you would like to connect this collection for consuming, check "For Poll Collection".

If you would like to connect this collection for publishing, check "For Inbox Collection".

If you would like to connect to another TAXII Server which authenticates via crt, key file pair, check "Use Certificate Authentication". "Certificate" and "Private Key" text areas appear. Paste content of '.crt' file into the Certificate textarea, and content of '.key' file into "Private Key" textarea.

  1. Click the "Create or Modify" button.

Note

When you update S-TIP from version 1.0.1 or 1.0 to 1.1, both of "For Poll Collection" and "For Inbox Collection" checkboxes are off (default Value).

If you have already set TAXII client settings before S-TIP Version 1.1, it is necessary for all TAXII client settings to check according to their uses.

TAXII Client Setting

Clone this wiki locally