Class SecurityResult.Types.Verdict
Deprecated. Encapsulates the threat verdict provided by human analysts and ML models. These fields are used to model Mandiant sources.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class SecurityResult.Types.Verdict : IMessage<SecurityResult.Types.Verdict>, IEquatable<SecurityResult.Types.Verdict>, IDeepCloneable<SecurityResult.Types.Verdict>, IBufferMessage, IMessage
Constructors
Verdict()
Declaration
public Verdict()
Verdict(Verdict)
Declaration
public Verdict(SecurityResult.Types.Verdict other)
Parameters
| Type | Name | Description |
|---|---|---|
| SecurityResult.Types.Verdict | other |
Properties
AnalystVerdict
Human analyst verdict provided by sources like Mandiant.
Declaration
public SecurityResult.Types.AnalystVerdict AnalystVerdict { get; set; }
Property Value
| Type | Description |
|---|---|
| SecurityResult.Types.AnalystVerdict |
NeighbourInfluence
Describes the neighbour influence of the verdict.
Declaration
public string NeighbourInfluence { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResponseCount
Total response count across all sources.
Declaration
public int ResponseCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
SourceCount
Number of sources from which intelligence was extracted.
Declaration
public int SourceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Verdict_
ML Verdict provided by sources like Mandiant.
Declaration
public SecurityResult.Types.ProviderMLVerdict Verdict_ { get; set; }
Property Value
| Type | Description |
|---|---|
| SecurityResult.Types.ProviderMLVerdict |