{% include 'header.html' %} {% include 'nav_header.html' %}
{% csrf_token %}

TAXII Client (1.x)



Create or Modify TAXII Client Setting

{{ error_msg |default:'' }}

{{ info_msg |default:'' }}

Display Name
Protocol Version
Address
Port
Path
Collection
Login ID
Login Password
Use Certificate Authentication
Certificate
Private Key
Use SSL
Push on Adding Files
Community
Uploader
For Poll Collection
For Inbox Collection


TAXII Client Configuration

{% if taxii_clients %} {% for taxii_client in taxii_clients %} {% endfor %} {% endif %}
Delete Modify Detail Display Name Protocol Version Address Port Path Collection For Poll For Inbox Login ID Login Password Use Certificate Use SSL Push on Adding Files Community Uploader

{{ taxii_client.name }}

{{ taxii_client.protocol_version }}

{{ taxii_client.address }}

{{ taxii_client.port }}

{{ taxii_client.path }}

{{ taxii_client.collection }}

{% if taxii_client.is_exist_community %}

{{ taxii_client.community.name}}

{% else %}

<undefined>

{% endif %}
{% if taxii_client.uploader %}

{{ taxii_client.uploader_name }}

{% else %}

<undefined>

{% endif %}