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
Methods
__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. |
getMemoryHashSignature
Signature indicating that a binary family was matched.
Generated from protobuf field .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature memory_hash_signature = 6;
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\SecurityCenter\V1\Indicator\ProcessSignature\MemoryHashSignature|null |
|
hasMemoryHashSignature
setMemoryHashSignature
Signature indicating that a binary family was matched.
Generated from protobuf field .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature memory_hash_signature = 6;
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\SecurityCenter\V1\Indicator\ProcessSignature\MemoryHashSignature
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getYaraRuleSignature
Signature indicating that a YARA rule was matched.
Generated from protobuf field .google.cloud.securitycenter.v1.Indicator.ProcessSignature.YaraRuleSignature yara_rule_signature = 7;
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\SecurityCenter\V1\Indicator\ProcessSignature\YaraRuleSignature|null |
|
hasYaraRuleSignature
setYaraRuleSignature
Signature indicating that a YARA rule was matched.
Generated from protobuf field .google.cloud.securitycenter.v1.Indicator.ProcessSignature.YaraRuleSignature yara_rule_signature = 7;
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\SecurityCenter\V1\Indicator\ProcessSignature\YaraRuleSignature
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSignature
| Returns | |
|---|---|
| Type | Description |
string |
|