Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::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.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#domains
def domains() -> ::Array<::String>
Returns
- (::Array<::String>) — List of domains associated to the Finding.
#domains=
def domains=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — List of domains associated to the Finding.
Returns
- (::Array<::String>) — List of domains associated to the Finding.
#ip_addresses
def ip_addresses() -> ::Array<::String>
Returns
- (::Array<::String>) — The list of IP addresses that are associated with the finding.
#ip_addresses=
def ip_addresses=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — The list of IP addresses that are associated with the finding.
Returns
- (::Array<::String>) — The list of IP addresses that are associated with the finding.
#signatures
def signatures() -> ::Array<::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature>
Returns
- (::Array<::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature>) — The list of matched signatures indicating that the given process is present in the environment.
#signatures=
def signatures=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature>
Parameter
- value (::Array<::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature>) — The list of matched signatures indicating that the given process is present in the environment.
Returns
- (::Array<::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature>) — The list of matched signatures indicating that the given process is present in the environment.
#uris
def uris() -> ::Array<::String>
Returns
- (::Array<::String>) — The list of URIs associated to the Findings.
#uris=
def uris=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — The list of URIs associated to the Findings.
Returns
- (::Array<::String>) — The list of URIs associated to the Findings.