Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::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::V1::Indicator::ProcessSignature::MemoryHashSignature
-
(::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::MemoryHashSignature) — Signature indicating that a binary family was matched.
Note: The following fields are mutually exclusive:
memory_hash_signature
,yara_rule_signature
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#memory_hash_signature=
def memory_hash_signature=(value) -> ::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::MemoryHashSignature
-
value (::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::MemoryHashSignature) — Signature indicating that a binary family was matched.
Note: The following fields are mutually exclusive:
memory_hash_signature
,yara_rule_signature
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::MemoryHashSignature) — Signature indicating that a binary family was matched.
Note: The following fields are mutually exclusive:
memory_hash_signature
,yara_rule_signature
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#signature_type
def signature_type() -> ::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::SignatureType
- (::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::SignatureType) — Describes the type of resource associated with the signature.
#signature_type=
def signature_type=(value) -> ::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::SignatureType
- value (::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::SignatureType) — Describes the type of resource associated with the signature.
- (::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::SignatureType) — Describes the type of resource associated with the signature.
#yara_rule_signature
def yara_rule_signature() -> ::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::YaraRuleSignature
-
(::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::YaraRuleSignature) — Signature indicating that a YARA rule was matched.
Note: The following fields are mutually exclusive:
yara_rule_signature
,memory_hash_signature
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#yara_rule_signature=
def yara_rule_signature=(value) -> ::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::YaraRuleSignature
-
value (::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::YaraRuleSignature) — Signature indicating that a YARA rule was matched.
Note: The following fields are mutually exclusive:
yara_rule_signature
,memory_hash_signature
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::YaraRuleSignature) — Signature indicating that a YARA rule was matched.
Note: The following fields are mutually exclusive:
yara_rule_signature
,memory_hash_signature
. If a field in that set is populated, all other fields in the set will automatically be cleared.