Skip to content

Commit

Permalink
Add optional group parameter to connector configs (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurii-klymenko authored Oct 6, 2022
1 parent 41eadfb commit dd59bee
Show file tree
Hide file tree
Showing 28 changed files with 56 additions and 28 deletions.
3 changes: 2 additions & 1 deletion stix_shifter_modules/aws_athena/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "Amazon Athena"
"displayName": "Amazon Athena",
"group": "aws"
},
"help": {
"type": "link",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "Amazon CloudWatch Logs"
"displayName": "Amazon CloudWatch Logs",
"group": "aws"
},
"help": {
"type": "link",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "Microsoft Azure Sentinel"
"displayName": "Microsoft Azure Sentinel",
"group": "azure"
},
"host": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/bigfix/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "BigFix"
"displayName": "BigFix",
"group": "bigfix"
},
"host": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/carbonblack/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "Carbon Black Response"
"displayName": "Carbon Black Response",
"group": "carbonblack"
},
"host": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/cbcloud/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "Carbon Black Cloud"
"displayName": "Carbon Black Cloud",
"group": "carbonblack"
},
"host": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/crowdstrike/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "Crowdstrike Falcon"
"displayName": "Crowdstrike Falcon",
"group": "crowdstrike"
},
"host": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/cybereason/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "Cybereason"
"displayName": "Cybereason",
"group": "cybereason"
},
"host": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/darktrace/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "Darktrace"
"displayName": "Darktrace",
"group": "darktrace"
},
"host": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/datadog/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "Datadog"
"displayName": "Datadog",
"group": "datadog"
},
"site_url": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/elastic_ecs/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "Elastic Search (ECS)"
"displayName": "Elastic Search (ECS)",
"group": "elastic"
},
"host": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/guardium/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "IBM® Guardium"
"displayName": "IBM® Guardium",
"group": "guardium"
},
"host": {
"type": "text",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "IBM Security Verify"
"displayName": "IBM Security Verify",
"group": "verify"
},
"host": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/infoblox/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "Infoblox"
"displayName": "Infoblox",
"group": "infoblox"
},
"host": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/msatp/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "Microsoft Defender for Endpoint"
"displayName": "Microsoft Defender for Endpoint",
"group": "azure"
},
"host": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/mysql/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "MySQL"
"displayName": "MySQL",
"group": "mysql"
},
"host": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/onelogin/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "OneLogin"
"displayName": "OneLogin",
"group": "onelogin"
},
"region": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/paloalto/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "Palo Alto Cortex XDR"
"displayName": "Palo Alto Cortex XDR",
"group": "paloalto"
},
"host": {
"type": "text"
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/proofpoint/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "Proofpoint"
"displayName": "Proofpoint",
"group": "proofpoint"
},
"host": {
"type": "text"
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/qradar/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "IBM\u00ae QRadar and QRadar On Cloud"
"displayName": "IBM\u00ae QRadar and QRadar On Cloud",
"group": "qradar"
},
"host": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/reaqta/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "IBM Security ReaQta"
"displayName": "IBM Security ReaQta",
"group": "reaqta"
},
"host": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/secretserver/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "IBM Security Verify Privilege Vault"
"displayName": "IBM Security Verify Privilege Vault",
"group": "secretserver"
},
"host": {
"type": "text",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "IBM® Cloud Security Advisor"
"displayName": "IBM® Cloud Security Advisor",
"group": "securityadvisor"
},
"host": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/sentinelone/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "SentinelOne"
"displayName": "SentinelOne",
"group": "sentinelone"
},
"host": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/splunk/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "Splunk"
"displayName": "Splunk",
"group": "splunk"
},
"host": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/stix_bundle/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "STIX Bundle"
"displayName": "STIX Bundle",
"group": "stixbundle"
},
"url": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/sumologic/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "SumoLogic"
"displayName": "SumoLogic",
"group": "sumologic"
},
"region": {
"type": "text"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "Trend Micro Vision One"
"displayName": "Trend Micro Vision One",
"group": "visionone"
},
"host": {
"type": "text",
Expand Down

0 comments on commit dd59bee

Please sign in to comment.