Resource: Finding
Security Command Center finding.
A finding is a record of assessment data like security, risk, health, or privacy, that is ingested into Security Command Center for presentation, notification, analysis, policy testing, and enforcement. For example, a cross-site scripting (XSS) vulnerability in an App Engine application is a finding.
JSON representation |
---|
{ "name": string, "canonicalName": string, "parent": string, "resourceName": string, "state": enum ( |
Fields | |
---|---|
name |
The relative resource name of the finding. The following list shows some examples: + |
canonical |
Output only. The canonical name of the finding. The following list shows some examples: + The prefix is the closest CRM ancestor of the resource associated with the finding. |
parent |
The relative resource name of the source and location the finding belongs to. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name This field is immutable after creation time. The following list shows some examples:
|
resource |
Immutable. For findings on Google Cloud resources, the full resource name of the Google Cloud resource this finding is for. See: https://cloud.google.com/apis/design/resource_names#full_resource_name When the finding is for a non-Google Cloud resource, the resourceName can be a customer or partner defined string. |
state |
Output only. The state of the finding. |
category |
Immutable. The additional taxonomy group within findings from a given source. Example: "XSS_FLASH_INJECTION" |
external |
The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL. |
source |
Source specific properties. These properties are managed by the source that writes the finding. The key names in the sourceProperties map must be between 1 and 255 characters, and must start with a letter and contain alphanumeric characters or underscores only. An object containing a list of |
security |
Output only. User specified security marks. These marks are entirely managed by the user and come from the SecurityMarks resource that belongs to the finding. |
event |
The time the finding was first detected. If an existing finding is updated, then this is the time the update occurred. For example, if the finding represents an open firewall, this property captures the time the detector believes the firewall became open. The accuracy is determined by the detector. If the finding is later resolved, then this time reflects when the finding was resolved. This must not be set to a value greater than the current timestamp. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
create |
Output only. The time at which the finding was created in Security Command Center. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
severity |
The severity of the finding. This field is managed by the source that writes the finding. |
mute |
Indicates the mute state of a finding (either muted, unmuted or undefined). Unlike other attributes of a finding, a finding provider shouldn't set the value of mute. |
mute |
Output only. The mute information regarding this finding. |
finding |
The class of the finding. |
indicator |
Represents what's commonly known as an indicator of compromise (IoC) in computer forensics. This is an artifact observed on a network or in an operating system that, with high confidence, indicates a computer intrusion. For more information, see Indicator of compromise. |
vulnerability |
Represents vulnerability-specific fields like CVE and CVSS scores. CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/) |
mute |
Output only. The most recent time this finding was muted or unmuted. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
external |
Output only. Third party SIEM/SOAR fields within SCC, contains external system information and external system finding fields. An object containing a list of |
mitre |
MITRE ATT&CK tactics and techniques related to this finding. See: https://attack.mitre.org |
access |
Access details associated with the finding, such as more information on the caller, which method was accessed, and from where. |
connections[] |
Contains information about the IP connection associated with the finding. |
mute |
Records additional information about the mute operation, for example, the mute configuration that muted the finding and the user who muted the finding. |
processes[] |
Represents operating system processes associated with the Finding. |
contacts |
Output only. Map containing the points of contact for the given finding. The key represents the type of contact, while the value contains a list of all the contacts that pertain. Please refer to: https://cloud.google.com/resource-manager/docs/managing-notification-contacts#notification-categories
An object containing a list of |
compliances[] |
Contains compliance information for security standards associated to the finding. |
parent |
Output only. The human readable display name of the finding source such as "Event Threat Detection" or "Security Health Analytics". |
description |
Contains more details about the finding. |
exfiltration |
Represents exfiltrations associated with the finding. |
iam |
Represents IAM bindings associated with the finding. |
next |
Steps to address the finding. |
module |
Unique identifier of the module which generated the finding. Example: folders/598186756061/securityHealthAnalyticsSettings/customModules/56799441161885 |
containers[] |
Containers associated with the finding. This field provides information for both Kubernetes and non-Kubernetes containers. |
kubernetes |
Kubernetes resources associated with the finding. |
database |
Database associated with the finding. |
attack |
The results of an attack path simulation relevant to this finding. |
files[] |
File associated with the finding. |
cloud |
Cloud Data Loss Prevention (Cloud DLP) inspection results that are associated with the finding. |
cloud |
Cloud DLP data profile that is associated with the finding. |
kernel |
Signature of the kernel rootkit. |
org |
Contains information about the org policies associated with the finding. |
application |
Represents an application associated with the finding. |
backup |
Fields related to Backup and DR findings. |
security |
The security posture associated with the finding. |
log |
Log entries that are relevant to the finding. |
load |
The load balancers associated with the finding. |
cloud |
Fields related to Cloud Armor findings. |
notebook |
Notebook associated with the finding. |
toxic |
Contains details about a group of security issues that, when the issues occur together, represent a greater risk than when the issues occur independently. A group of such issues is referred to as a toxic combination. This field cannot be updated. Its value is ignored in all update requests. |
group |
Contains details about groups of which this finding is a member. A group is a collection of findings that are related in some way. This field cannot be updated. Its value is ignored in all update requests. |
data |
Data access events associated with the finding. |
data |
Data flow events associated with the finding. |
Methods |
|
---|---|
|
Creates a finding in a location. |
|
Filters an organization or source's findings and groups them by their specified properties in a location. |
|
Lists an organization or source's findings. |
|
Creates or updates a finding. |
|
Updates the mute state of a finding. |
|
Updates the state of a finding. |
|
Updates security marks. |