Class AttackDetails.Types.Technique
Technique information related to an attack or threat.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class AttackDetails.Types.Technique : IMessage<AttackDetails.Types.Technique>, IEquatable<AttackDetails.Types.Technique>, IDeepCloneable<AttackDetails.Types.Technique>, IBufferMessage, IMessage
Constructors
Technique()
Declaration
public Technique()
Technique(Technique)
Declaration
public Technique(AttackDetails.Types.Technique other)
Parameters
| Type | Name | Description |
|---|---|---|
| AttackDetails.Types.Technique | other |
Properties
Id
Technique ID (e.g. "T1595").
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Technique Name (e.g. "Active Scanning").
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SubtechniqueId
Subtechnique ID (e.g. "T1595.001").
Declaration
public string SubtechniqueId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SubtechniqueName
Subtechnique Name (e.g. "Scanning IP Blocks").
Declaration
public string SubtechniqueName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |