Interface Indicator.Builder

  • Method Details

    • key

      The name of the indicator that’s present in the attack sequence finding.

      Parameters:
      key - The name of the indicator that’s present in the attack sequence finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      Values associated with each indicator key. For example, if the indicator key is SUSPICIOUS_NETWORK, then the value will be the name of the network. If the indicator key is ATTACK_TACTIC, then the value will be one of the MITRE tactics.

      Parameters:
      values - Values associated with each indicator key. For example, if the indicator key is SUSPICIOUS_NETWORK, then the value will be the name of the network. If the indicator key is ATTACK_TACTIC, then the value will be one of the MITRE tactics.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      Indicator.Builder values(String... values)

      Values associated with each indicator key. For example, if the indicator key is SUSPICIOUS_NETWORK, then the value will be the name of the network. If the indicator key is ATTACK_TACTIC, then the value will be one of the MITRE tactics.

      Parameters:
      values - Values associated with each indicator key. For example, if the indicator key is SUSPICIOUS_NETWORK, then the value will be the name of the network. If the indicator key is ATTACK_TACTIC, then the value will be one of the MITRE tactics.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • title

      Indicator.Builder title(String title)

      The title describing the indicator.

      Parameters:
      title - The title describing the indicator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of indicator.

      Parameters:
      type - The type of indicator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.