Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions anomali_threatstream/assets/account_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"supported_auth_methods": [],
"additional_config_fields": [
{
"key": "api_domain",
"label": "Domain",
"editable": true,
"required": true,
"domain": {
"pattern": "^(?:[a-zA-Z0-9-]+\\.)*threatstream\\.com$"
}
},
{
"key": "email",
"label": "Email",
"editable": true,
"required": true,
"text": {}
},
{
"key": "api_key",
"label": "API Key",
"editable": true,
"required": true,
"password": {}
},
{
"key": "domain_risk_enabled",
"label": "Collect Domain Indicators (Threat Intel Feed)",
"help": "Enrich logs with Anomali ThreatStream domain indicators data",
"editable": true,
"required": false,
"checkbox": {
"default": true
}
},
{
"key": "ip_risk_enabled",
"label": "Collect IP Address Indicators (Threat Intel Feed)",
"help": "Enrich logs with Anomali ThreatStream ip address indicators data",
"editable": true,
"required": false,
"checkbox": {
"default": true
}
},
{
"key": "hash_risk_enabled",
"label": "Collect hash SHA256 Indicators (Threat Intel Feed)",
"help": "Enrich logs with Anomali ThreatStream hash SHA256 indicators data",
"editable": true,
"required": false,
"checkbox": {
"default": true
}
}
],
"dataflow_config": [
{
"dataflow_id": "anomali-threatstream-threat-intel-feed",
"additional_config_fields": []
}
]
}
Loading