Skip to main content

MicrosoftAtpScIndicatorCreate

This Script is part of the Microsoft Defender for Endpoint Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.1.0 and later.

A polling wrapper script; creates a new indicator in Microsoft Defender for Endpoint.

Script Data#


NameDescription
Script Typepython3
TagsUtilities
Cortex XSOAR Version6.1.0

Inputs#


Argument NameDescription
indicator_valueThe value of the indicator to update.
indicator_typeIndicator Type.
actionThe action taken if the indicator is discovered in the organization.
severityThe severity of the malicious behavior identified by the data within the indicator, where High is the most severe and Informational is not severe at all.
expiration_timeDateTime string indicating when the indicator expires. Format: (<number> <time unit>, e.g., 12 hours, 7 days).
indicator_descriptionBrief description (100 characters or less) of the threat represented by the indicator.
indicator_titleThe indicator alert title.
indicator_applicationThe application associated with the indicator.
recommended_actionsThe indicator alert recommended actions.
rbac_group_namesA comma-separated list of RBAC group names the indicator is applied to.
ran_once_flagFlag for the rate limit retry.
generate_alertWhether to generate an alert for the indicator.

Outputs#


PathDescriptionType
MicrosoftATP.Indicators.idCreated by the system when the indicator is ingested. Generated GUID/unique identifier.String
MicrosoftATP.Indicators.actionThe action to apply if the indicator is matched from within the targetProduct security tool. Possible values: unknown, allow, block, alert.String
MicrosoftATP.Indicators.descriptionBrief description (100 characters or less) of the threat represented by the indicator.String
MicrosoftATP.Indicators.expirationTimeDateTime string indicating when the indicator expires. To avoid stale indicators persisting in the system, all indicators must have an expiration date. The timestamp type represents date and time information in ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 looks like: '2014-01-01T00:00:00Z'.Date
MicrosoftATP.Indicators.severityThe severity of the malicious behavior identified by the data within the indicator. Possible values: Informational, Low, Medium, and High, where High is the most severe and Informational is not severe at all.String
MicrosoftATP.Indicators.indicatorValueThe value of the indicator.String
MicrosoftATP.Indicators.recommendedActionsRecommended actions for the indicator.String
MicrosoftATP.Indicators.generateAlertWhether an alert was generated.Boolean
MicrosoftATP.Indicators.rbacGroupNamesA list of RBAC device group names where the indicator is exposed and active. Empty list if it is exposed to all devices.Unknown
MicrosoftATP.Indicators.mitreTechniquesA list of MITRE techniques.Unknown
MicrosoftATP.Indicators.indicatorTypeThe indicator Type. Possible values: FileSha1, FileSha256, IpAddress, DomainName and Url.String
MicrosoftATP.Indicators.lastUpdateTimeThe last time the indicator was updated.Date
MicrosoftATP.Indicators.createdByDisplayNameThe display name of the created app.String
MicrosoftATP.Indicators.applicationThe application associated with the indicator.String
MicrosoftATP.Indicators.titleThe indicator title.String
MicrosoftATP.Indicators.createdBySourceSource of indicator creation. For example, PublicApi.String
MicrosoftATP.Indicators.historicalDetectionWhether a historical detection exists.Boolean
MicrosoftATP.Indicators.lastUpdatedByThe identity of the user/application that last updated the indicator.String
MicrosoftATP.Indicators.creationTimeDateTimeUtcThe date and time the indicator was created.Date
MicrosoftATP.Indicators.categoryAn number representing the indicator category.Number
MicrosoftATP.Indicators.createdByUnique identity of the user/application that submitted the indicator.String
File.MD5The MD5 hash of the file.String
File.SHA1The SHA1 hash of the file.String
File.SHA256The SHA256 hash of the file.String
Domain.NameThe domain name. For example: "google.com".String
IP.AddressIP address.String
URL.DataThe URL.String
DBotScore.IndicatorThe indicator that was tested.String
DBotScore.TypeThe indicator type.String
DBotScore.VendorThe vendor used to calculate the score.String
DBotScore.ScoreThe actual score.Number