Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class MemoryHashSignature.
A signature corresponding to memory page hashes.
Generated from protobuf message google.cloud.securitycenter.v2.Indicator.ProcessSignature.MemoryHashSignature
Namespace
Google \ Cloud \ SecurityCenter \ V2 \ Indicator \ ProcessSignatureMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ binary_family |
string
The binary family. |
↳ detections |
array<Google\Cloud\SecurityCenter\V2\Indicator\ProcessSignature\MemoryHashSignature\Detection>
The list of memory hash detections contributing to the binary family match. |
getBinaryFamily
The binary family.
Returns | |
---|---|
Type | Description |
string |
setBinaryFamily
The binary family.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDetections
The list of memory hash detections contributing to the binary family match.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDetections
The list of memory hash detections contributing to the binary family match.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\SecurityCenter\V2\Indicator\ProcessSignature\MemoryHashSignature\Detection>
|
Returns | |
---|---|
Type | Description |
$this |