Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class ProcessSignature.
Indicates what signature matched this process.
Generated from protobuf message google.cloud.securitycenter.v1.Indicator.ProcessSignature
Namespace
Google \ Cloud \ SecurityCenter \ V1 \ IndicatorMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ memory_hash_signature |
Google\Cloud\SecurityCenter\V1\Indicator\ProcessSignature\MemoryHashSignature
Signature indicating that a binary family was matched. |
↳ yara_rule_signature |
Google\Cloud\SecurityCenter\V1\Indicator\ProcessSignature\YaraRuleSignature
Signature indicating that a YARA rule was matched. |
↳ signature_type |
int
Describes the type of resource associated with the signature. |
getMemoryHashSignature
Signature indicating that a binary family was matched.
Returns | |
---|---|
Type | Description |
Google\Cloud\SecurityCenter\V1\Indicator\ProcessSignature\MemoryHashSignature|null |
hasMemoryHashSignature
setMemoryHashSignature
Signature indicating that a binary family was matched.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\SecurityCenter\V1\Indicator\ProcessSignature\MemoryHashSignature
|
Returns | |
---|---|
Type | Description |
$this |
getYaraRuleSignature
Signature indicating that a YARA rule was matched.
Returns | |
---|---|
Type | Description |
Google\Cloud\SecurityCenter\V1\Indicator\ProcessSignature\YaraRuleSignature|null |
hasYaraRuleSignature
setYaraRuleSignature
Signature indicating that a YARA rule was matched.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\SecurityCenter\V1\Indicator\ProcessSignature\YaraRuleSignature
|
Returns | |
---|---|
Type | Description |
$this |
getSignatureType
Describes the type of resource associated with the signature.
Returns | |
---|---|
Type | Description |
int |
setSignatureType
Describes the type of resource associated with the signature.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getSignature
Returns | |
---|---|
Type | Description |
string |