Class IntelligenceProfile
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.security.models.IntelligenceProfile
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class IntelligenceProfile
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Intelligence Profile.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Aliases.The Countries Or Regions Of Origin.The Description.The First Active Date Time.The Indicators.The Kind.The Summary.The Targets.The Title.The Tradecraft. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
aliases
The Aliases. A list of commonly-known aliases for the threat intelligence included in the intelligenceProfile. -
countriesOrRegionsOfOrigin
@SerializedName(value="countriesOrRegionsOfOrigin", alternate="CountriesOrRegionsOfOrigin") @Expose @Nullable public List<IntelligenceProfileCountryOrRegionOfOrigin> countriesOrRegionsOfOriginThe Countries Or Regions Of Origin. The country/region of origin for the given actor or threat associated with this intelligenceProfile. -
description
@SerializedName(value="description", alternate="Description") @Expose @Nullable public FormattedContent descriptionThe Description. A synopsis of the threat actor. This property places the threat actor in wider context, tracing its discovery, history, significant campaigns, targeting, techniques of note, affiliations with governments, law enforcement countermeasures, and any areas of dispute among the security community regarding attribution. -
firstActiveDateTime
@SerializedName(value="firstActiveDateTime", alternate="FirstActiveDateTime") @Expose @Nullable public OffsetDateTime firstActiveDateTimeThe First Active Date Time. The date and time when this intelligenceProfile was first active. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -
kind
@SerializedName(value="kind", alternate="Kind") @Expose @Nullable public IntelligenceProfileKind kindThe Kind. A categorization of the type of this intelligenceProfile. The possible values are: actor, tool, unknownFutureValue. -
summary
@SerializedName(value="summary", alternate="Summary") @Expose @Nullable public FormattedContent summaryThe Summary. A short summary of this intelligenceProfile. -
targets
The Targets. Known targets related to this intelligenceProfile. -
title
The Title. The title of this intelligenceProfile. -
tradecraft
@SerializedName(value="tradecraft", alternate="Tradecraft") @Expose @Nullable public FormattedContent tradecraftThe Tradecraft. Formatted information featuring a description of the distinctive tactics, techniques, and procedures (TTP) of the group, followed by a list of all known custom, commodity, and publicly available implants used by the group. -
indicators
The Indicators. Includes an assemblage of high-fidelity network indicators of compromise.
-
-
Constructor Details
-
IntelligenceProfile
public IntelligenceProfile()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-