Module Values.IndicatorDetailSource

Details about the indicators of compromise which are used to determine if a resource is involved in a security incident. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident. For the list of indicators of compromise that are generated by Detective investigations, see Detective investigations.

Sourcetype nonrec t = {
  1. tTPsObservedDetail : TTPsObservedDetail.t option;
    (*

    Details about the indicator of compromise.

    *)
  2. impossibleTravelDetail : ImpossibleTravelDetail.t option;
    (*

    Identifies unusual and impossible user activity for an account.

    *)
  3. flaggedIpAddressDetail : FlaggedIpAddressDetail.t option;
    (*

    Suspicious IP addresses that are flagged, which indicates critical or severe threats based on threat intelligence by Detective. This indicator is derived from Amazon Web Services threat intelligence.

    *)
  4. newGeolocationDetail : NewGeolocationDetail.t option;
    (*

    Contains details about the new geographic location.

    *)
  5. newAsoDetail : NewAsoDetail.t option;
    (*

    Contains details about the new Autonomous System Organization (ASO).

    *)
  6. newUserAgentDetail : NewUserAgentDetail.t option;
    (*

    Contains details about the new user agent.

    *)
  7. relatedFindingDetail : RelatedFindingDetail.t option;
    (*

    Contains details about related findings.

    *)
  8. relatedFindingGroupDetail : RelatedFindingGroupDetail.t option;
    (*

    Contains details about related finding groups.

    *)
}
Sourceval make : ?tTPsObservedDetail:??? -> ?impossibleTravelDetail:??? -> ?flaggedIpAddressDetail:??? -> ?newGeolocationDetail:??? -> ?newAsoDetail:??? -> ?newUserAgentDetail:??? -> ?relatedFindingDetail:??? -> ?relatedFindingGroupDetail:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of IsNewForEntireAccount.t | `Enum of string | `Integer of HourlyTimeDelta.t | `Long of APISuccessCount.t | `String of Tactic.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t