mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
updates to enum
This commit is contained in:
@@ -131,7 +131,32 @@
|
||||
"description": "A list of entities(important fields) that are in baseline output, which will be used by detections and are relevant to the story flow",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"enum": []
|
||||
"enum": [
|
||||
"accessKeyId",
|
||||
"arn",
|
||||
"awsRegion",
|
||||
"bucketName",
|
||||
"City",
|
||||
"Country",
|
||||
"dest_port",
|
||||
"dest",
|
||||
"event_id",
|
||||
"instanceId",
|
||||
"message_id",
|
||||
"networkAclId",
|
||||
"process_name",
|
||||
"process",
|
||||
"recipient",
|
||||
"Region",
|
||||
"resourceId",
|
||||
"session_id",
|
||||
"src_ip",
|
||||
"src_ip",
|
||||
"src_mac",
|
||||
"src_user",
|
||||
"src",
|
||||
"user"
|
||||
]
|
||||
},
|
||||
"minItems": 0,
|
||||
"uniqueItems": true
|
||||
|
||||
@@ -381,7 +381,33 @@
|
||||
"description": "A list of entities that is outputed by the search...",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"enum": []
|
||||
|
||||
"enum": [
|
||||
"accessKeyId",
|
||||
"arn",
|
||||
"awsRegion",
|
||||
"bucketName",
|
||||
"City",
|
||||
"Country",
|
||||
"dest_port",
|
||||
"dest",
|
||||
"event_id",
|
||||
"instanceId",
|
||||
"message_id",
|
||||
"networkAclId",
|
||||
"process_name",
|
||||
"process",
|
||||
"recipient",
|
||||
"Region",
|
||||
"resourceId",
|
||||
"session_id",
|
||||
"src_ip",
|
||||
"src_ip",
|
||||
"src_mac",
|
||||
"src_user",
|
||||
"src",
|
||||
"user"
|
||||
]
|
||||
},
|
||||
"minItems": 0,
|
||||
"uniqueItems": true
|
||||
|
||||
@@ -193,7 +193,32 @@ ent
|
||||
"description": "A list of entities that will used in the story flow or are relevant to the security investigation. ",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"enum": []
|
||||
"enum": [
|
||||
] "accessKeyId",
|
||||
"arn",
|
||||
"awsRegion",
|
||||
"bucketName",
|
||||
"City",
|
||||
"Country",
|
||||
"dest_port",
|
||||
"dest",
|
||||
"event_id",
|
||||
"instanceId",
|
||||
"message_id",
|
||||
"networkAclId",
|
||||
"process_name",
|
||||
"process",
|
||||
"recipient",
|
||||
"Region",
|
||||
"resourceId",
|
||||
"session_id",
|
||||
"src_ip",
|
||||
"src_ip",
|
||||
"src_mac",
|
||||
"src_user",
|
||||
"src",
|
||||
"user"
|
||||
]
|
||||
},
|
||||
"minItems": 0,
|
||||
"uniqueItems": true
|
||||
|
||||
@@ -183,13 +183,38 @@
|
||||
"description": "A list of entities that is either an input or an output for the security workflow.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"enum": []
|
||||
"enum": [
|
||||
"accessKeyId",
|
||||
"arn",
|
||||
"awsRegion",
|
||||
"bucketName",
|
||||
"City",
|
||||
"Country",
|
||||
"dest_port",
|
||||
"dest",
|
||||
"event_id",
|
||||
"instanceId",
|
||||
"message_id",
|
||||
"networkAclId",
|
||||
"process_name",
|
||||
"process",
|
||||
"recipient",
|
||||
"Region",
|
||||
"resourceId",
|
||||
"session_id",
|
||||
"src_ip",
|
||||
"src_ip",
|
||||
"src_mac",
|
||||
"src_user",
|
||||
"src",
|
||||
"user"
|
||||
]
|
||||
},
|
||||
"minItems": 0,
|
||||
"uniqueItems": true
|
||||
},
|
||||
"product_type": {
|
||||
"description": "The type of detection",
|
||||
"description": "The type of product that does the reponse",
|
||||
"enum": [
|
||||
"splunk",
|
||||
"phantom"
|
||||
|
||||
Reference in New Issue
Block a user