Reference documentation and code samples for the Security Command Center V2 API class Google::Cloud::SecurityCenter::V2::Indicator::ProcessSignature.
Indicates what signature matched this process.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#memory_hash_signature
def memory_hash_signature() -> ::Google::Cloud::SecurityCenter::V2::Indicator::ProcessSignature::MemoryHashSignature
Returns
- (::Google::Cloud::SecurityCenter::V2::Indicator::ProcessSignature::MemoryHashSignature) — Signature indicating that a binary family was matched.
#memory_hash_signature=
def memory_hash_signature=(value) -> ::Google::Cloud::SecurityCenter::V2::Indicator::ProcessSignature::MemoryHashSignature
Parameter
- value (::Google::Cloud::SecurityCenter::V2::Indicator::ProcessSignature::MemoryHashSignature) — Signature indicating that a binary family was matched.
Returns
- (::Google::Cloud::SecurityCenter::V2::Indicator::ProcessSignature::MemoryHashSignature) — Signature indicating that a binary family was matched.
#signature_type
def signature_type() -> ::Google::Cloud::SecurityCenter::V2::Indicator::ProcessSignature::SignatureType
Returns
- (::Google::Cloud::SecurityCenter::V2::Indicator::ProcessSignature::SignatureType) — Describes the type of resource associated with the signature.
#signature_type=
def signature_type=(value) -> ::Google::Cloud::SecurityCenter::V2::Indicator::ProcessSignature::SignatureType
Parameter
- value (::Google::Cloud::SecurityCenter::V2::Indicator::ProcessSignature::SignatureType) — Describes the type of resource associated with the signature.
Returns
- (::Google::Cloud::SecurityCenter::V2::Indicator::ProcessSignature::SignatureType) — Describes the type of resource associated with the signature.
#yara_rule_signature
def yara_rule_signature() -> ::Google::Cloud::SecurityCenter::V2::Indicator::ProcessSignature::YaraRuleSignature
Returns
- (::Google::Cloud::SecurityCenter::V2::Indicator::ProcessSignature::YaraRuleSignature) — Signature indicating that a YARA rule was matched.
#yara_rule_signature=
def yara_rule_signature=(value) -> ::Google::Cloud::SecurityCenter::V2::Indicator::ProcessSignature::YaraRuleSignature
Parameter
- value (::Google::Cloud::SecurityCenter::V2::Indicator::ProcessSignature::YaraRuleSignature) — Signature indicating that a YARA rule was matched.
Returns
- (::Google::Cloud::SecurityCenter::V2::Indicator::ProcessSignature::YaraRuleSignature) — Signature indicating that a YARA rule was matched.