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 Details

    • aliases

      @SerializedName(value="aliases", alternate="Aliases") @Expose @Nullable public List<String> 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> countriesOrRegionsOfOrigin
      The 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 description
      The 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 firstActiveDateTime
      The 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 kind
      The 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 summary
      The Summary. A short summary of this intelligenceProfile.
    • targets

      @SerializedName(value="targets", alternate="Targets") @Expose @Nullable public List<String> targets
      The Targets. Known targets related to this intelligenceProfile.
    • title

      @SerializedName(value="title", alternate="Title") @Expose @Nullable public String title
      The Title. The title of this intelligenceProfile.
    • tradecraft

      @SerializedName(value="tradecraft", alternate="Tradecraft") @Expose @Nullable public FormattedContent tradecraft
      The 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

      @Nullable public IntelligenceProfileIndicatorCollectionPage 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to