Class: Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::MemoryHashSignature::Detection
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::MemoryHashSignature::Detection
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/indicator.rb
Overview
Memory hash detection contributing to the binary family match.
Instance Attribute Summary collapse
-
#binary ⇒ ::String
The name of the binary associated with the memory hash signature detection.
-
#percent_pages_matched ⇒ ::Float
The percentage of memory page hashes in the signature that were matched.
Instance Attribute Details
#binary ⇒ ::String
Returns The name of the binary associated with the memory hash signature detection.
81 82 83 84 |
# File 'proto_docs/google/cloud/securitycenter/v1/indicator.rb', line 81 class Detection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#percent_pages_matched ⇒ ::Float
Returns The percentage of memory page hashes in the signature that were matched.
81 82 83 84 |
# File 'proto_docs/google/cloud/securitycenter/v1/indicator.rb', line 81 class Detection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |