ThreatIntelligenceIndicatorProperties interface
Describes threat intelligence entity properties
- Extends
Properties
confidence | Confidence of threat intelligence entity |
created | Created by |
created |
Created by reference of threat intelligence entity |
defanged | Is threat intelligence entity defanged |
description | Description of a threat intelligence entity |
display |
Display name of a threat intelligence entity |
extensions | Extensions map |
external |
External ID of threat intelligence entity |
external |
External last updated time in UTC |
external |
External References |
granular |
Granular Markings |
indicator |
Indicator types of threat intelligence entities |
kill |
Kill chain phases |
labels | Labels of threat intelligence entity |
language | Language of threat intelligence entity |
last |
Last updated time in UTC |
modified | Modified by |
object |
Threat intelligence entity object marking references |
parsed |
Parsed patterns |
pattern | Pattern of a threat intelligence entity |
pattern |
Pattern type of a threat intelligence entity |
pattern |
Pattern version of a threat intelligence entity |
revoked | Is threat intelligence entity revoked |
source | Source of a threat intelligence entity |
threat |
List of tags |
threat |
Threat types |
valid |
Valid from |
valid |
Valid until |
Inherited Properties
additional |
A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server. |
friendly |
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
confidence
Confidence of threat intelligence entity
confidence?: number
Property Value
number
created
Created by
created?: string
Property Value
string
createdByRef
Created by reference of threat intelligence entity
createdByRef?: string
Property Value
string
defanged
Is threat intelligence entity defanged
defanged?: boolean
Property Value
boolean
description
Description of a threat intelligence entity
description?: string
Property Value
string
displayName
Display name of a threat intelligence entity
displayName?: string
Property Value
string
extensions
Extensions map
extensions?: {[propertyName: string]: any}
Property Value
{[propertyName: string]: any}
externalId
External ID of threat intelligence entity
externalId?: string
Property Value
string
externalLastUpdatedTimeUtc
External last updated time in UTC
externalLastUpdatedTimeUtc?: string
Property Value
string
externalReferences
External References
externalReferences?: ThreatIntelligenceExternalReference[]
Property Value
granularMarkings
Granular Markings
granularMarkings?: ThreatIntelligenceGranularMarkingModel[]
Property Value
indicatorTypes
Indicator types of threat intelligence entities
indicatorTypes?: string[]
Property Value
string[]
killChainPhases
Kill chain phases
killChainPhases?: ThreatIntelligenceKillChainPhase[]
Property Value
labels
Labels of threat intelligence entity
labels?: string[]
Property Value
string[]
language
Language of threat intelligence entity
language?: string
Property Value
string
lastUpdatedTimeUtc
Last updated time in UTC
lastUpdatedTimeUtc?: string
Property Value
string
modified
Modified by
modified?: string
Property Value
string
objectMarkingRefs
Threat intelligence entity object marking references
objectMarkingRefs?: string[]
Property Value
string[]
parsedPattern
Parsed patterns
parsedPattern?: ThreatIntelligenceParsedPattern[]
Property Value
pattern
Pattern of a threat intelligence entity
pattern?: string
Property Value
string
patternType
Pattern type of a threat intelligence entity
patternType?: string
Property Value
string
patternVersion
Pattern version of a threat intelligence entity
patternVersion?: string
Property Value
string
revoked
Is threat intelligence entity revoked
revoked?: boolean
Property Value
boolean
source
Source of a threat intelligence entity
source?: string
Property Value
string
threatIntelligenceTags
List of tags
threatIntelligenceTags?: string[]
Property Value
string[]
threatTypes
Threat types
threatTypes?: string[]
Property Value
string[]
validFrom
Valid from
validFrom?: string
Property Value
string
validUntil
Valid until
validUntil?: string
Property Value
string
Inherited Property Details
additionalData
A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server.
additionalData?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
Inherited From EntityCommonProperties.additionalData
friendlyName
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. NOTE: This property will not be serialized. It can only be populated by the server.
friendlyName?: string
Property Value
string
Inherited From EntityCommonProperties.friendlyName
Azure SDK for JavaScript