Interface Indicator.ProcessSignatureOrBuilder

    • Method Detail

      • hasMemoryHashSignature

        boolean hasMemoryHashSignature()
         Signature indicating that a binary family was matched.
         
        .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature memory_hash_signature = 6;
        Returns:
        Whether the memoryHashSignature field is set.
      • getMemoryHashSignature

        Indicator.ProcessSignature.MemoryHashSignature getMemoryHashSignature()
         Signature indicating that a binary family was matched.
         
        .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature memory_hash_signature = 6;
        Returns:
        The memoryHashSignature.
      • getMemoryHashSignatureOrBuilder

        Indicator.ProcessSignature.MemoryHashSignatureOrBuilder getMemoryHashSignatureOrBuilder()
         Signature indicating that a binary family was matched.
         
        .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature memory_hash_signature = 6;
      • hasYaraRuleSignature

        boolean hasYaraRuleSignature()
         Signature indicating that a YARA rule was matched.
         
        .google.cloud.securitycenter.v1.Indicator.ProcessSignature.YaraRuleSignature yara_rule_signature = 7;
        Returns:
        Whether the yaraRuleSignature field is set.
      • getYaraRuleSignature

        Indicator.ProcessSignature.YaraRuleSignature getYaraRuleSignature()
         Signature indicating that a YARA rule was matched.
         
        .google.cloud.securitycenter.v1.Indicator.ProcessSignature.YaraRuleSignature yara_rule_signature = 7;
        Returns:
        The yaraRuleSignature.
      • getYaraRuleSignatureOrBuilder

        Indicator.ProcessSignature.YaraRuleSignatureOrBuilder getYaraRuleSignatureOrBuilder()
         Signature indicating that a YARA rule was matched.
         
        .google.cloud.securitycenter.v1.Indicator.ProcessSignature.YaraRuleSignature yara_rule_signature = 7;