Finding(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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.
Attributes | |
---|---|
Name | Description |
name |
str
The relative resource name of this finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}". |
parent |
str
The relative resource name of the source the finding belongs to. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name This field is immutable after creation time. For example: "organizations/{organization_id}/sources/{source_id}". |
resource_name |
str
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. This field is immutable after creation time. |
state |
google.cloud.securitycenter_v1.types.Finding.State
The state of the finding. |
category |
str
The additional taxonomy group within findings from a given source. This field is immutable after creation time. Example: "XSS_FLASH_INJECTION". |
external_uri |
str
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_properties |
Mapping[str, google.protobuf.struct_pb2.Value]
Source specific properties. These properties are managed by the source that writes the finding. The key names in the source_properties map must be between 1 and 255 characters, and must start with a letter and contain alphanumeric characters or underscores only. |
security_marks |
google.cloud.securitycenter_v1.types.SecurityMarks
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_time |
google.protobuf.timestamp_pb2.Timestamp
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. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
The time at which the finding was created in Security Command Center. |
severity |
google.cloud.securitycenter_v1.types.Finding.Severity
The severity of the finding. This field is managed by the source that writes the finding. |
canonical_name |
str
The canonical name of the finding. It's either "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}", "folders/{folder_id}/sources/{source_id}/findings/{finding_id}" or "projects/{project_number}/sources/{source_id}/findings/{finding_id}", depending on the closest CRM ancestor of the resource associated with the finding. |
mute |
google.cloud.securitycenter_v1.types.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. |
finding_class |
google.cloud.securitycenter_v1.types.Finding.FindingClass
The class of the finding. |
indicator |
google.cloud.securitycenter_v1.types.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. Reference: https://en.wikipedia.org/wiki/Indicator_of_compromise |
vulnerability |
google.cloud.securitycenter_v1.types.Vulnerability
Represents vulnerability specific fields like cve, cvss scores etc. CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/) |
mute_update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The most recent time this finding was muted or unmuted. |
external_systems |
Mapping[str, google.cloud.securitycenter_v1.types.ExternalSystem]
Output only. Third party SIEM/SOAR fields within SCC, contains external system information and external system finding fields. |
mitre_attack |
google.cloud.securitycenter_v1.types.MitreAttack
MITRE ATT&CK tactics and techniques related to this finding. See: https://attack.mitre.org |
access |
google.cloud.securitycenter_v1.types.Access
Access details associated to the Finding, such as more information on the caller, which method was accessed, from where, etc. |
connections |
Sequence[google.cloud.securitycenter_v1.types.Connection]
Contains information about the IP connection associated with the finding. |
mute_initiator |
str
First known as mute_annotation. Records additional information about the mute operation e.g. mute config that muted the finding, user who muted the finding, etc. Unlike other attributes of a finding, a finding provider shouldn't set the value of mute. |
processes |
Sequence[google.cloud.securitycenter_v1.types.Process]
Represents operating system processes associated with the Finding. |
contacts |
Mapping[str, google.cloud.securitycenter_v1.types.ContactDetails]
Output only. Map containing the point of contacts 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 :: { "security": { "contacts": [ { "email": "person1@company.com" }, { "email": "person2@company.com" } ] } } |
compliances |
Sequence[google.cloud.securitycenter_v1.types.Compliance]
Contains compliance information for security standards associated to the finding. |
description |
str
Contains more detail about the finding. |
exfiltration |
google.cloud.securitycenter_v1.types.Exfiltration
Represents exfiltration associated with the Finding. |
iam_bindings |
Sequence[google.cloud.securitycenter_v1.types.IamBinding]
Represents IAM bindings associated with the Finding. |
next_steps |
str
Next steps associate to the finding. |
containers |
Sequence[google.cloud.securitycenter_v1.types.Container]
Containers associated with the finding. containers provides information for both Kubernetes and non-Kubernetes containers. |
kubernetes |
google.cloud.securitycenter_v1.types.Kubernetes
Kubernetes resources associated with the finding. |
Classes
ContactsEntry
ContactsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
ExternalSystemsEntry
ExternalSystemsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
FindingClass
FindingClass(value)
Represents what kind of Finding it is.
Mute
Mute(value)
Mute state a finding can be in.
Severity
Severity(value)
The severity of the finding.
SourcePropertiesEntry
SourcePropertiesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
State
State(value)
The state of the finding.