Class: Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::MemoryHashSignature
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::MemoryHashSignature
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/indicator.rb
Overview
A signature corresponding to memory page hashes.
Defined Under Namespace
Classes: Detection
Instance Attribute Summary collapse
-
#binary_family ⇒ ::String
The binary family.
-
#detections ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::MemoryHashSignature::Detection>
The list of memory hash detections contributing to the binary family match.
Instance Attribute Details
#binary_family ⇒ ::String
Returns The binary family.
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 |
# File 'proto_docs/google/cloud/securitycenter/v1/indicator.rb', line 68 class MemoryHashSignature include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Memory hash detection contributing to the binary family match. # @!attribute [rw] binary # @return [::String] # The name of the binary associated with the memory hash # signature detection. # @!attribute [rw] percent_pages_matched # @return [::Float] # The percentage of memory page hashes in the signature # that were matched. class Detection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#detections ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::MemoryHashSignature::Detection>
Returns The list of memory hash detections contributing to the binary family match.
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 |
# File 'proto_docs/google/cloud/securitycenter/v1/indicator.rb', line 68 class MemoryHashSignature include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Memory hash detection contributing to the binary family match. # @!attribute [rw] binary # @return [::String] # The name of the binary associated with the memory hash # signature detection. # @!attribute [rw] percent_pages_matched # @return [::Float] # The percentage of memory page hashes in the signature # that were matched. class Detection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |