GoogleApi.SecurityCenter.V1.Model.Indicator (google_api_security_center v0.39.0)
View SourceRepresents 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.
Attributes
-
domains(type:list(String.t), default:nil) - List of domains associated to the Finding. -
ipAddresses(type:list(String.t), default:nil) - The list of IP addresses that are associated with the finding. -
signatures(type:list(GoogleApi.SecurityCenter.V1.Model.ProcessSignature.t), default:nil) - The list of matched signatures indicating that the given process is present in the environment. -
uris(type:list(String.t), default:nil) - The list of URIs associated to the Findings.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.Indicator{ domains: [String.t()] | nil, ipAddresses: [String.t()] | nil, signatures: [GoogleApi.SecurityCenter.V1.Model.ProcessSignature.t()] | nil, uris: [String.t()] | nil }