Resource: CuratedRuleSet
Describes a set of rules curated by Chronicle.
| JSON representation | 
|---|
{ "name": string, "displayName": string, "authors": [ string ], "description": string, "platforms": [ enum (  | 
              
| Fields | |
|---|---|
name | 
                
                   
 The resource name of the rule set. Format: 'projects/{project}/locations/{location}/instances/{instance}/CuratedRuleSetCategory/{curatedRuleSetCategory}/curatedRuleSets/{curatedRuleSet}'  | 
              
displayName | 
                
                   
 Output only. The unique display name of the rule set.  | 
              
authors[] | 
                
                   
 Output only. The rule set's author(s).  | 
              
description | 
                
                   
 Output only. A description of the rule set.  | 
              
platforms[] | 
                
                   
 Output only. The platforms that the rule set targets.  | 
              
logSources[] | 
                
                   
 Output only. The log sources the rule set was tested against.  | 
              
createTime | 
                
                   
 Output only. Creation time of the rule set. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
              
updateTime | 
                
                   
 Output only. Last update time of the rule set. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
              
tactics[] | 
                
                   
 Output only. MITRE Tactics of the rule set. e.g. TA0043  | 
              
techniques[] | 
                
                   
 Output only. MITRE Techniques of the rule set. e.g. T1055  | 
              
quota | 
                
                   
 Output only. Cost of the rule set. Used in calculating how many curated rule sets can be enabled.  | 
              
Platform
Represents the IT platform that this rule set targets.
| Enums | |
|---|---|
PLATFORM_UNSPECIFIED | 
                Unspecified platform. | 
GCP | 
                Google Cloud. | 
WINDOWS | 
                Windows devices. | 
LINUX | 
                Linux devices. | 
MACOS | 
                macOS devices. | 
AWS | 
                Amazon Web Services. | 
Quota
The cost of the rule set which is used to evaluate enabled deployments.
| JSON representation | 
|---|
{ "quotaSize": integer }  | 
              
| Fields | |
|---|---|
quotaSize | 
                
                   
 The amount of quota this rule set consumes.  | 
              
Methods | 
            |
|---|---|
                
 | 
              Counts the detections generated by a CuratedRuleSet. | 
                
 | 
              Gets a CuratedRuleSet. | 
                
 | 
              Lists CuratedRuleSets. |