Exfiltration(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Exfiltration represents a data exfiltration attempt from one or more
sources to one or more targets. The sources
attribute lists the
sources of the exfiltrated data. The targets
attribute lists the
destinations the data was copied to.
Attributes | |
---|---|
Name | Description |
sources |
MutableSequence[google.cloud.securitycenter_v2.types.ExfilResource]
If there are multiple sources, then the data is considered "joined" between them. For instance, BigQuery can join multiple tables, and each table would be considered a source. |
targets |
MutableSequence[google.cloud.securitycenter_v2.types.ExfilResource]
If there are multiple targets, each target would get a complete copy of the "joined" source data. |
total_exfiltrated_bytes |
int
Total exfiltrated bytes processed for the entire job. |