Class SecurityResult.Types.ProviderMLVerdict
Deprecated. MLVerdict result provided from threat providers, like Mandiant. These fields are used to model Mandiant sources.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class SecurityResult.Types.ProviderMLVerdict : IMessage<SecurityResult.Types.ProviderMLVerdict>, IEquatable<SecurityResult.Types.ProviderMLVerdict>, IDeepCloneable<SecurityResult.Types.ProviderMLVerdict>, IBufferMessage, IMessage
Constructors
ProviderMLVerdict()
Declaration
public ProviderMLVerdict()
ProviderMLVerdict(ProviderMLVerdict)
Declaration
public ProviderMLVerdict(SecurityResult.Types.ProviderMLVerdict other)
Parameters
| Type | Name | Description |
|---|---|---|
| SecurityResult.Types.ProviderMLVerdict | other |
Properties
BenignCount
Count of responses where this IoC was marked benign.
Declaration
public int BenignCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ConfidenceScore
Confidence score of the verdict.
Declaration
public int ConfidenceScore { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
MaliciousCount
Count of responses where this IoC was marked malicious.
Declaration
public int MaliciousCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
MandiantSources
List of mandiant sources from which the verdict was generated.
Declaration
public RepeatedField<SecurityResult.Types.Source> MandiantSources { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<SecurityResult.Types.Source> |
SourceProvider
Source provider giving the ML verdict.
Declaration
public string SourceProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ThirdPartySources
List of third-party sources from which the verdict was generated.
Declaration
public RepeatedField<SecurityResult.Types.Source> ThirdPartySources { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<SecurityResult.Types.Source> |