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. Reference: https://en.wikipedia.org/wiki/Indicator_of_compromise
Inherits
- Object
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>) — List of ip addresses associated to the Finding.
#ip_addresses=
def ip_addresses=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — List of ip addresses associated to the Finding.
Returns
- (::Array<::String>) — List of ip addresses associated to 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.