Show / Hide Table of Contents

Class SecurityResult.Types.IoCStats

Information about the threat intelligence source. These fields are used to model Mandiant sources.

Inheritance
object
SecurityResult.Types.IoCStats
Implements
IMessage<SecurityResult.Types.IoCStats>
IEquatable<SecurityResult.Types.IoCStats>
IDeepCloneable<SecurityResult.Types.IoCStats>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class SecurityResult.Types.IoCStats : IMessage<SecurityResult.Types.IoCStats>, IEquatable<SecurityResult.Types.IoCStats>, IDeepCloneable<SecurityResult.Types.IoCStats>, IBufferMessage, IMessage

Constructors

IoCStats()

Declaration
public IoCStats()

IoCStats(IoCStats)

Declaration
public IoCStats(SecurityResult.Types.IoCStats other)
Parameters
Type Name Description
SecurityResult.Types.IoCStats other

Properties

BenignCount

Count of responses where the IoC was identified as benign.

Declaration
public int BenignCount { get; set; }
Property Value
Type Description
int

FirstLevelSource

Name of first level IoC source, for example Mandiant or a third-party.

Declaration
public string FirstLevelSource { get; set; }
Property Value
Type Description
string

IocStatsType

Describes the source of the IoCStat.

Declaration
public SecurityResult.Types.IoCStatsType IocStatsType { get; set; }
Property Value
Type Description
SecurityResult.Types.IoCStatsType

MaliciousCount

Count of responses where the IoC was identified as malicious.

Declaration
public int MaliciousCount { get; set; }
Property Value
Type Description
int

Quality

Level of confidence in the IoC mapping extracted from the source.

Declaration
public SecurityResult.Types.ProductConfidence Quality { get; set; }
Property Value
Type Description
SecurityResult.Types.ProductConfidence

ResponseCount

Total number of response from the source.

Declaration
public int ResponseCount { get; set; }
Property Value
Type Description
int

SecondLevelSource

Name of the second-level IoC source, for example Crowdsourced Threat Analysis or Knowledge Graph.

Declaration
public string SecondLevelSource { get; set; }
Property Value
Type Description
string

SourceCount

Number of sources from which information was extracted.

Declaration
public int SourceCount { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX