Show / Hide Table of Contents

Class SecurityResult.Types.Source

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

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

Constructors

Source()

Declaration
public Source()

Source(Source)

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

Properties

BenignCount

Count of responses where this IoC was marked benign.

Declaration
public int BenignCount { 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

Name

Name of the IoC source.

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

Quality

Quality of the IoC mapping extracted from the source.

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

ResponseCount

Total response count from this source.

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

ThreatIntelligenceSources

Different threat intelligence sources from which IoC info was extracted.

Declaration
public RepeatedField<SecurityResult.Types.Source> ThreatIntelligenceSources { get; }
Property Value
Type Description
RepeatedField<SecurityResult.Types.Source>
In this article
Back to top Generated by DocFX