Returns a string with all matches of a regex pattern groups replaced by a replacement.
Common Scripts
- Details
- Content
- Dependencies
- Version History
Frequently used scripts pack.
Name | Description |
---|---|
ReplaceMatchGroup | |
ParseWordDoc | Takes an input docx file (entryID) as an input and saves an output text file (file entry) with the original file's contents. |
Base64Encode | Will encode an input using Base64 format. |
IsTrue | Check if a given value is true. Will return 'no' otherwise |
PortListenCheck | Checks whether a port was open on given host. |
NumberOfPhishingAttemptPerUser | Shows a bar chart of the number of incident the 'To' and 'From' email addresses. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
Base64EncodeV2 | Encodes an input to Base64 format. |
isError | Check whether given entry/entries returned an error. Use ${lastCompletedTaskEntries} to check the previous task entries. If array is provided, will return yes if one of the entries returned an error. |
SCPPullFiles | Take a list of devices and pull a specific file (given by path) from each using SCP. |
GetByIncidentId | Gets a value from the specified incident's context. |
ContentPackInstaller | Content packs installer from marketplace. |
ConvertTableToHTML | Converts a given array to an HTML table |
PrintErrorEntry | Prints an error entry with a given message. |
GenerateAsBuiltConfiguration | Generate a JSON file that can be downloaded and used to create the As-Built document for Cortex XSOAR. |
SendMessageToOnlineUsers | Send message to Demisto online users over Email, Slack, Mattermost or all. |
RunDockerCommand | This command will allow you to run commands against a local Docker Container. You can run commands like wc for instance with word count, or other types of commands that you want on the docker container. We recommend for tools that you want to use that are not part of the default Docker container, to cope this Automation script and then create a customer docker container with /docker_image_create with a custom docker container to add any command level tool to Demisto and output the results directly to the context. |
CopyNotesToIncident | Copy all entries marked as notes from current incident to another incident. |
FetchIndicatorsFromFile | Fetches indicators from a file. Supports TXT, XLS, XLSX, CSV, DOC and DOCX file types. |
ShowLocationOnMap | Show indicator geo location on map. |
GetErrorsFromEntry | Get the error(s) associated with a given entry/entries. Use ${lastCompletedTaskEntries} to check the previous task entries. The automation will return an array of the error contents from those entries. |
DBotUpdateLogoURLPhishing | Add, remove, or modify logos from the URL Phishing model. |
listExecutedCommands | Lists executed commands in War Room |
IsIntegrationAvailable | Returns 'yes' if integration brand is available. Otherwise returns 'no'. |
CountArraySize | Count an array size |
SetDateField | Sets a custom incident field with current date |
DomainReputation | A context script for Domain entities |
ExtractDomainAndFQDNFromUrlAndEmail | Extracts domains and FQDNs from URLs and emails. |
ConvertDatetoUTC | Converts a date from a different timezone to UTC timezone. |
ContextSearchForString | Searches for string in a path in context. If path is null, string will be searched in full context. |
PCAPMiner | Deprecated. Use PCAPMinerV2 instead. PCAPMiner is a tool to parse PCAP files and will return things like extracted files that are found, HTTP flows, and a variety of other information. It is uses a docker instance located on docker hub trorabaugh/dempcap:1.0. To use simply upload a PCAP file and then run PCAPMiner entryId="<your_entry_id>". To get the entry id click on the link on the top right hand corner of a file attachment. |
PositiveDetectionsVSDetectionEngines | Shows a bar chart of the number of Positive Detections out of overall detections |
CloseInvestigationAsDuplicate | Close the current investigation as duplicate to other investigation. |
Strings | Extract strings from a file with optional filter - similar to binutils strings command |
http | Sends http request. Returns the response as json. |
hideFieldsOnNewIncident | When you apply this script to an incident field, that incident field is hidden for new incidents, and it displays in edit mode. |
UnzipFile | Unzip a file using fileName or entryID to specify a file. Unzipped files will be loaded to the War Room and names will be put into the context. |
ReadPDFFileV2 | Load a PDF file's content and metadata into context. Supports extraction of hashes, urls, and emails when available. |
ShowScheduledEntries | Show all scheduled entries for specific incident. |
CompareLists | Compare two lists and put the differences in context. |
IncidentAddSystem | Add a remote system (such as a desktop under investigation) to an investigation (this will allow you to install and agent on the system) |
IncidentFields | Returns a dict of all incident fields that exist in the system. |
SSDeepReputation | Calculate ssdeep reputation based on similar files (by ssdeep similarity) on the system. |
UnEscapeURLs | Extract URLs redirected by security tools like Proofpoint. |
DisplayHTMLWithImages | Display HTML with embedded images. |
RunPollingCommand | Runs a specified polling command one time. This is useful for initiating a local playbook context before running a polling scheduled task. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
commentsToContext | Takes the comments of a given entry ID and stores them in the incident context, under a provided context key. |
FilterByList | Checks whether the specified item is in a list. The default list is the Demisto Indicators Whitelist. |
DBotClosedIncidentsPercentage | Data output script for populating dashboard pie graph widget with the percentage of incidents closed by DBot vs. incidents closed by analysts. |
ArrayToCSV | Converts a simple Array into a textual comma separated string |
Dig | DNS lookup utility to provide 'A' and 'PTR' record |
GetDataCollectionLink | Generates the URL for a Data Collection Task into Context. Can be used to get the url for tasks send via Email, Slack, or even if you select "By Task Only". To generate links for specific users, add an array of users in the users argument. |
HTTPListRedirects | List the redirects for a given URL |
ExportContextToJSONFile | Exports the Context for the current Incident to a JSON file in the war room. |
ConvertXmlToJson | Converts XML string to JSON format |
ResolveShortenedURL | This script resolves the original URL from a given shortened URL and places the resolved URL in the playbook context and output. |
ConvertFile | Converts a file from one format to a different format by using the convert-to function of Libre Office. For a list of supported input/output formats see: https://wiki.openoffice.org/wiki/Framework/Article/Filter/FilterList_OOo_3_0 |
RepopulateFiles | After running DeleteContext, this script can repopulate all the file entries in the ${File} context key |
IsListExist | Check if list exist in demisto lists. |
PreProcessImage | This script pre-processes (resizes, sharpens, and grayscales) an image file from context, given an entry_id. |
MarkRelatedIncidents | Marks given incidents as related to current incident. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
AssignToMeButton | Assigns the current Incident to the Cortex XSOAR user who clicked the button |
SearchIncidentsV2 | Searches Demisto incidents. A summarized version of this scrips is avilable with the summarizedversion argument. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
CalculateTimeDifference | Calculate the time difference, in minutes |
VerifyCIDR | Verify that the CIDRs are valid. |
IndicatorMaliciousRatioCalculation | Return indicators appears in resolved incidents, and resolved incident ids. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
ScheduleCommand | Schedule a command to run inside the war room at a future time (once or reoccurring) |
WordTokenizer | Deprecated. Use DBotPreProcessTextData instead. |
CreateNewIndicatorsOnly | Create indicators to the Threat Intel database only if they are not registered. All submitted indicators will be associated with the parent incident. When using the script with many indicators, or when the Threat Intel Management database is highly populated, this script may have low performance issue. |
URLReputation | A context script for URL entities. |
OnionURLReputation | This script adds the reputation to Onion URL indicators. The script is automatically triggered when a Onion URL indicator is auto-extracted. For instance, if you run a Cortex XSOAR CLI on a valid Onion URL, the indicators are extracted automatically and this script is triggered for the extracted indicators. |
DisableUserWrapper | This script allows disabling a specified user using one or more of the following integrations: SailPointIdentityIQ, ActiveDirectoryQuery, Okta, MicrosoftGraphUser, and IAM. |
CheckSenderDomainDistance | Get the string distance for the sender from our domain |
StixCreator | Gets a list of indicators from the indicators argument, and generates a JSON file in STIX 2.1 format. |
SetTime | Fill the current time in a custom incident field |
GetFieldsByIncidentType | Returns the incident field names associated to the specified incident type. |
checkValue | Gets a value and return it. This is to be used in playbook conditional tasks - get a value from incident field, label or context, and act accordingly. |
JsonUnescape | Recursively un-escapes JSON data if escaped JSON is found |
IsolationAssetWrapper | This is a wrapper to isolate or unisolate hash lists from Cortex XDR, MSDE or CrowdStrike (Available from Cortex XSOAR 6.0.0). |
EmailAskUser | Ask a user a question via email and process the reply directly into the investigation. |
BreachConfirmationHTML | |
CheckFieldValue | This script checks that a field exists (and contains data), and optionally checks the value of the field for a match against an input value. If a regex is not supplied, the script checks that the field is not empty. This script can be used with the "GenericPolling" playbook to poll for field population or that a field contains a specific value. |
IsUrlPartOfDomain | Checks if the supplied URLs are in the specified domains. |
RemoteExec | Execute a command on a remote machine (without installing a D2 agent) |
EditServerConfig | Edit the server configuration (under settings/troubleshooting). You can either add a new configuration or update and remove an existing one. |
GenerateSummaryReports | Generate report summaries for the passed incidents. |
FindSimilarIncidents | Deprecated. Use DBotFindSimilarIncidents instead. Finds similar incidents by common incident keys, labels, custom fields or context keys. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
MaliciousRatioReputation | Set indicator reputation to "suspicious" when malicious ratio is above threshold. |
EmailReputation | A context script for Email entities. |
StringReplace | Replaces regex match/es in string. |
ConvertXmlFileToJson | Converts XML file entry to JSON format |
GetIndicatorDBotScore | Add into the incident's context the system internal DBot score for the input indicator. |
BMCTool | Parse RDP bitmap cache data into a single collage image file. |
FileToBase64List | Encode a file as base64 and store it in a Demisto list. |
CheckIndicatorValue | Check if indicators exist in the Threat Intel database. |
DisplayHTML | Display HTML in the War Room. |
AppendindicatorFieldWrapper | A wrapper script to the 'AppendindicatorField' script that enables adding tags to certain indicators. |
displayUtilitiesResults | This script displays the execution results of the tab's buttons in an HTML table format. |
emailFieldTriggered | Sends email to incident owner when selected field is triggered. |
ExtractAttackPattern | Extract Attack Pattern Threat Intel Object. After auto extract extracts the Attack Pattern IDs, this script is executed and extracts the value (name) of the Attack Pattern. |
LoadJSON | Loads a json from string input, and returns a json object result. |
ParseExcel | The automation takes Excel file (entryID) as an input and parses its content to the war room and context. |
Ping | Pings an IP or url address, to verify it's up. Note - On Cortex XSOAR 8 and Cortex XSIAM, the script can run only on a custom engine. |
ReadQRCode | Extracts the text from a QR code. The output of this script includes the output of the script "extractIndicators" run on the text extracted from the QR code. |
UtilAnyResults | Utility script to use in playbooks - returns "yes" if the input is non-empty. |
IsEmailAddressInternal | Checks if the email address is part of the internal domains. |
ContextGetIps | Gets all IP addresses in context, excluding ones given. |
MatchRegexV2 | Extracts regex data from the provided text. The script support groups and looping. |
Prints text to war room (Markdown supported) | |
ListUsedDockerImages | List all Docker images that are in use by the installed integrations and automations. |
GetIndicatorDBotScoreFromCache | Get the overall score for the indicator as calculated by DBot. |
UnEscapeIPs | Remove escaping chars from IP |
get-user-data | This script gathers user data from multiple integrations and returns an Account entity with consolidated information to the context. |
JSONFileToCSV | Script to convert a War Room output JSON File to a CSV file. |
cvss_color | This dynamic automation parses the CVSS score of a CVE and presents it in the layout in color according to its score. |
TopMaliciousRatioIndicators | Find the top malicious ratio indicators. |
GetDuplicatesMlv2 | Deprecated. Use the "PhishingDedupPreprocessingRule" script instead. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
GetListRow | Parses a list by header and value. |
AddDBotScoreToContext | Add DBot score to context for indicators with custom vendor, score, reliability, and type. |
IPToHost | Try to get the hostname correlated with the input IP. |
PopulateCriticalAssets | Populates critical assets in a grid field that has the section headers "Asset Type" and "Asset Name". |
CEFParser | Parse CEF data into the context. Please notice that outputs will display only the 7 mandatory fields even if the CEF event includes many other custom or extended fields. |
LessThanPercentage | Checks if one percentage is less than another |
JSONtoCSV | Convert a JSON War Room output via EntryID to a CSV file. |
NotInContextVerification | Not in context verification is a script that executes the given command and verifies that the specified field is not in the context after execution. |
PrettyPrint | Pretty-print data using Python's pprint library. This is useful for seeing the structure of incident and context data. Here's how to use it: !PrettyPrint value=${incident} |
ToTable | Convert an array to a nice table display. Usually, from the context. |
ExtractIndicatorsFromWordFile | Used to extract indicators from Word files (DOC, DOCX). This automation runs using the default Limited User role, unless you explicitly change the permissions. |
IdentifyAttachedEmail | Identify whether the incident includes an email message attached as an eml or msg file and return the answer to playbook. Also saves the identified entry ID to context for use for later. Commonly used in automated playbooks that handle phishing reports sent to a special phishing mailbox set up by the security team. |
SetByIncidentId | Works the same as the 'Set' command, but can work across incidents by specifying 'id' as an argument. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
ticksToTime | Converting time in Ticks to readable time. Ticks are used to represent time by some vendors, most commonly by Microsoft. |
MarkAsEvidenceByTag | Mark entries as evidence if they are tagged with given tag |
MathUtil | Script will run the provided mathematical action on 2 provided values and produce a result. |
EmailAskUserResponse | Extract user's response from EmailAskUser reply. Returns the first textual response line of the provided entry that contains the reply body. Use ${lastCompletedTaskEntries} to analyze the previous playbook task containing the user's reply. |
FormatURL | Strips, unquotes and unescapes URLs. If the URL is a Proofpoint or ATP URL, extracts its redirect URL. If more than one URL is passed to the formatter, the separator must be a pipe ("|"). |
SetIndicatorGridField | This script updates an indicator's grid field in Cortex XSOAR with provided row data. You can input the rows directly or extract them from the context. |
IsDomainInternal | The script takes one or more domain names and checks whether they're in the Cortex XSOAR list defined in the InternalDomainsListName argument. By default, the InternalDomainsListName argument will use the Cortex XSOAR list called "InternalDomains". |
ExampleJSScript | This is only an example script, to showcase how to use and write JavaScript scripts |
ServerLogs | Uses the ssh integration to grab the host server logs. |
ChangeContext | Enables changing context in two ways. The first is to capitalize the first letter of each key in following level of the context key entered. The second is to change context keys to new values. |
GridFieldSetup | Automation used to more easily populate a grid field. This is necessary when you want to assign certain values as static or if you have context paths that you will assign to different values as well. Instead of a value you can enter |
DemistoVersion | Return the Demisto server version. |
IPNetwork | Gather information regarding CIDR - |
ParseEmailFiles | Deprecated. Use ParseEmailFilesV2 instead." Parse an email from an eml or msg file and populate all relevant context data to investigate the email. Also extracts inner attachments and returns them to the war room. The incident labels themselves are preserved and not modified - only the "Label/x" context items that originated from the labels, and the best practice is to rely on these for the remainder of the playbook. |
ServerLogs_docker | Uses the ssh integration to grab the host server logs. |
ExtractHyperlinksFromOfficeFiles | Extracts hyperlinks from office files. Supported file types are: xlsx, docx, pptx. |
ContextGetHashes | Gets hashes (MD5,SHA1,SHA256) from context. |
IsGreaterThan | Checks if one number(float) as bigger than the other(float) |
ExportIncidentsToCSV | This automation uses the Core REST API Integration to batch export Incidents to CSV and return the resulting CSV file to the war room. |
PrintRaw | Prints a raw representation of a string or object, visualising things likes tabs and newlines. For instance, '\n' will be displayed instead of a newline character, or a Windows CR will be displayed as '\r\n'. This is useful for debugging issues where things aren't behaving as expected, such as when parsing a string with a regular expression. |
LinkIncidentsWithRetry | Use this script to avoid DB version errors when simultaneously running multiple linked incidents. |
CalculateEntropy | Calculates the entropy for the given data. |
VerdictResult | This widget displays the incident verdict or the alert verdict based on the 'incident.verdict' or 'alert.verdict' field. |
PrintContext | Pretty-print the contents of the playbook context. |
ParseHTMLIndicators | This script will extract indicators from given HTML and will handle bad top-level domains to avoid false positives caused by file extensions. |
GetLicenseID | Returns the license ID. |
FileCreateAndUpload | Deprecated. Use FileCreateAndUploadV2 instead. Will create a file (using the given data input or entry ID) and upload it to current investigation war room. |
VerifyIPv6Indicator | Verify that the address is a valid IPv6 address. |
displayMappedFields | Display the mapped fields in a dynamic-section. |
IsIPInRanges | Returns yes if the IP is in one of the ranges provided, returns no otherwise. |
AreValuesEqual | Check whether the values provided in arguments are equal. If either of the arguments are missing, no is returned. |
DownloadAndArchivePythonLibrary | The script downloads a Python library using PIP, archives it, and returns the file to the war room. |
ParseEmailFilesV2 | Parse an email from an eml or msg file and populate all relevant context data to investigate the email. Also extracts inner attachments and returns them to the war room. The incident labels themselves are preserved and not modified - only the "Label/x" context items that originated from the labels, and the best practice is to rely on these for the remainder of the playbook. This script is based on the parse-emails XSOAR python package, check the script documentation for more info. |
IPReputation | A context script for IP entities. |
AquatoneDiscoverV2 | aquatone-discover will find the targets nameservers and shuffle DNS lookups between them. Should a lookup fail on the target domains nameservers, aquatone-discover will fall back to using Google public DNS servers to maximize discovery. |
DockerHardeningCheck | Checks if the Docker container running this script has been hardened according to the recommended settings at: https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.10/Cortex-XSOAR-Administrator-Guide/Docker-Hardening-Guide |
SearchIncidentsSummary | Searches Cortex XSOAR Incidents and returnrs the most relevant fields. Default search range is the last 30 days, if you want to change this, use the fromDate argument. Returns the id, name, type, severity, status, owner, and created/closed times to context. You can add additional fields using the add_field_to_context argument. This automation runs using the default Limited User role, unless you explicitly change the permissions. Based on the SearchIncidentsV2 from the Common Scripts pack, but more efficient. |
ReadFile | Load the contents of a file into context. |
ContextGetEmails | Gets all email addresses in context, excluding ones given. |
GenerateRandomString | Generates random string |
SetGridField | Creates a Grid table from items or key-value pairs. |
StopTimeToAssignOnOwnerChange | Stops the "Time To Assign" timer if the owner of the incident was changed. |
StringSimilarity | This automation calculates the similarity ratio between every string in 2 different arrays and outputs a decimal value between 0.0 and 1.0 (1.0 if the sequences are identical, and 0.0 if they don't have anything in common). |
PcapHTTPExtractor | Allows to parse and extract http flows (requests & responses) from a pcap/pcapng file. |
Sleep | Sleep for X seconds. |
EncodeToAscii | Input Text Data to Encode as ASCII (Ignores any chars that aren't interpreted as ASCII) |
ExportAuditLogsToFile | Uses the Core REST API integration to query the server audit trail logs, and return back a CSV or JSON file. |
IsInternalHostName | Checks if the supplied hostnames match either the organization's internal naming convention or the domain suffix. |
GenerateAsBuilt | Generate an as built document, as HTML, based on the running XSOAR instance. Requires an instance of the Demisto API integration configured. |
MapValues | Map the given values to the translated values. If given values: a,b,c and translated: 1,2,3 then input is a will return 1 |
ProvidesCommand | Finds which integrations implement a specific Demisto command. The results will be returned as comma-separated values (CSV). The "Core REST API" integration must first be enabled. |
FileCreateAndUploadV2 | Creates a file (using the given data input or entry ID) and uploads it to the current investigation War Room. |
GetInstances | Returns integration instances configured in Cortex XSOAR. You can filter by instance status and/or brand name (vendor). |
ExposeIncidentOwner | Expose the incident owner into IncidentOwner context key |
AssignAnalystToIncident | Assign analyst to incident. |
GenerateInvestigationSummaryReport | A script to generate investigation summary report in an automated way |
ZipStrings | Joins values from two lists by index according to a given format. |
FileReputation | A context script for hash entities. |
ExportToXLSX | Exports context data to a Microsoft Excel Open XML Spreadsheet (XLSX) file. |
ExtractDomainFromUrlAndEmail | Extract Domain(s) from URL(s) and/or Email(s). |
FailedInstances | Executes a test for all integration instances available and returns detailed information about succeeded and failed integration instances. |
GenerateSummaryReportButton | This button will generate summary 'Case Report' template for a given Incident |
IsIPPrivate | The script takes one or more IP addresses and checks whether they're in the private IP ranges defined in the PrivateIPsListName argument. By default, the PrivateIPsListName argument will use the Cortex XSOAR list called "PrivateIPs".
|
ContextFilter | Filter context keys by applying one of the various available manipulations and storing in a new context key. Please notice that the resulting context key will not be available automatically as an option but you can still specify it. |
enrich_exclude_button | This script is only meant to be used to disable the Enrich Excluded button in an indicator. It should not be used otherwise. |
IncreaseIncidentSeverity | Optionally increases the incident severity to the new value if it is greater than the existing severity. |
GenericPollingScheduledTask | Runs the polling command repeatedly, completes a blocking manual task when polling is done. |
LoadJSONFileToContext | Loads a JSON file from the war room to context. |
CompareIncidentsLabels | Compares the labels of two incidents. Returns the labels that are unique to each incident. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
ExtractIndicatorsFromTextFile | Extract indicators from a text-based file.
This automation runs using the default Limited User role, unless you explicitly change the permissions. |
CheckContextValue | This script checks that a context key exists (and contains data), and optionally checks the value of the context key for a match against an input value. If a regex is not supplied, the script checks that the key is not empty. This script can be used with the "GenericPolling" playbook to poll for field population or that a field contains a specific value. This scripts does not support a context key which holds a list of values. |
IsMaliciousIndicatorFound | Checks if the investigation found any malicious indicators (file, URL, IP address, domain, or email). Returns "yes" if at least one malicious indicator is found. |
cveReputationV2 | Provides the severity of the CVE based on the CVSS score where available. |
AddEvidence | Adds provided entries to the incident Evidence Board. In playbook, can be positioned after a task to add the previous task's entries to Evidence Board automatically (with no need to provide arguments) |
SetMultipleValues | Set multiple keys/values to the context. |
MarkAsNoteByTag | Mark entries as notes if they are tagged with given tag. |
EmailDomainSquattingReputation | Check if an email address's domain is trying to squat other domain using Levenshtein distance algorithm. |
ExportIndicatorsToCSV | This automation uses the Core REST API Integration to batch export Indicators to CSV and return the resulting CSV file to the war room. |
SendEmailOnSLABreach | Sends an email informing the user of an SLA breach. The email is sent to the user who is assigned to the incident. It includes the incident name, ID, name of the SLA field that was breached, duration of that SLA field, and the date and time when that SLA was started. |
SearchIndicator | Searches Cortex XSOAR Indicators. Search for XSOAR Indicators and returns the id, indicator_type, value, and score/verdict. You can add additional fields from the indicators using the add_field_to_context argument. |
SetWithTemplate | Set a value built by a template in context under the key you entered. |
GetEnabledInstances | Gets all currently enabled integration instances. |
ContextGetPathForString | Searches for string in context and returns context path, returns null if not found. |
CertificateReputation | Enrich and calculate the reputation of a certificate indicator. |
ParseCSV | This script will parse a CSV file and place the unique IPs, Domains and Hashes into the context. |
PublishEntriesToContext | Publish entries to incident's context |
findIncidentsWithIndicator | Lookup incidents with specified indicator. Use currentIncidentId to omit the existing incident from output. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
ConvertCountryCodeCountryName | Convert country name to country code or country code to country name. |
ExportToCSV | Export given array to csv file. |
MatchRegex | Deprecated. Use the MatchRegexV2 script instead. |
CopyContextToField | Copy a context key to an incident field of multiple incidents, based on an incident query. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
Base64ListToFile | Converts Base64 file in a list to a binary file and upload to warroom |
BinarySearchPy | Deprecated. No available replacement. Search for a binary on an endpoint using Carbon Black |
FeedRelatedIndicatorsWidget | Widget script to view information about the relationship between an indicator, entity and other indicators and connect to indicators, if relevant. |
Exists | Check if a given value exists in the context. Will return 'no' for empty empty arrays. To be used mostly with DQ and selectors. |
ConvertTimezoneFromUTC | Takes UTC and converts it to the specified timezone. Format must match the UTC date's format and output will be the same format. Can use in conjunction with ConvertDateToString |
DBotAverageScore | The script calculates the average DBot score for each indicator in the context. |
ExtractHTMLTables | Find tables inside HTML and extract the contents into objects using the following logic:
|
GetEntries | Collect entries matching to the conditions in the war room. |
TextFromHTML | Extract regular text from the given HTML. |
ShowOnMap | Returns a map entry with a marker on the given coordinates (lat,lng), or address (requires a configured GoogleMaps instance). |
GetServerURL | Get the Server URL. |
ExtractEmailV2 | Verifies that an email address is valid and only returns the address if it is valid. |
ScheduleGenericPolling | Called by the GenericPolling playbook, schedules the polling task. |
LookupCSV | Parses a CSV and looks for a specific value in a specific column, returning a dict of the entire matching row. If no column value is specified, the entire CSV is read into the context. |
GenerateRandomUUID | Generates a random UUID (UUID 4). |
GetDomainDNSDetails | Returns DNS details for a domain. |
RemoveKeyFromList | Removes a key in key/value store backed by an XSOAR list. |
PDFUnlocker | Removing the password protection from a PDF file and adding a new file entry with the unlocked PDF. |
CreateHash | Creating a hash of a given input, support sha1, sha256, sha512, md5 and blake. Wrapper for https://docs.python.org/3/library/hashlib.html. |
GeneratePassword | This function generates a password and allows various parameters to customize the properties of the password depending on the use case (e.g. password complexity requirements). The default behavior is to generate a password of random length including all four character classes (upper, lower, digits, symbols) with at least five and at most ten characters per class. The min_* values all default to 0. This means that if the command is executed in this way: The debug parameter will print certain properties of the command into the WarRoom for easy diagnostics. |
DeduplicateValuesbyKey | Given a list of objects and a key found in each of those objects, return a unique list of values associated with that key. Returns error if the objects provided do not contain the key of interest. |
ChangeRemediationSLAOnSevChange | Changes the remediation SLA once a change in incident severity occurs. |
VerifyJSON | Verifies if the supplied JSON string is valid and optionally verifies against a provided schema. The script utilizes Powershell's Test-JSON cmdlet. |
ContainsCreditCardInfo | Check if a given value is true. Will return 'no' otherwise |
StringLength | Returns the length of the string passed as argument |
DumpJSON | Dumps a json from context key input, and returns a json object string result |
GetTime | Retrieves the current date and time. |
IsValueInArray | Indicates whether a given value is a member of given array |
AddKeyToList | Adds/Replaces a key in key/value store backed by an XSOAR list. |
CreateEmailHtmlBody | This script allows sending an HTML email, using a template stored as a list item under Lists (Settings -> Advanced -> Lists).
Note: Sending emails require an active Mail Sender integration instance. |
DecodeMimeHeader | Decode MIME base64 headers. |
StopScheduledTask | This stops the scheduled task whose ID is given in the taskID argument. |
DeleteContext | Delete field from context. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
IsInternalDomainName | This script accepts multiple values for both arguments and will iterate through each of the domains to check if the specified subdomains are located in at least one of the specified main domains. If the tested subdomain is in one of the main domains, the result will be true. For example, if the domain_to_check values are apps.paloaltonetworks.com and apps.paloaltonetworks.bla and the domains_to_compare values are paloaltonetworks.com and demisto.com, the result for apps.paloaltonetworks.com will be true since it is a part of the paloaltonetworks.com domain. The result for apps.paloaltonetworks.bla will be false since it is not a part of the paloaltonetworks.com or demisto.com domain. |
GetStringsDistance | Get the string distance between inputString and compareString (compareString can be a comma-separated list) based on Levenshtein Distance algorithm. |
CVSSCalculator | This script calculates the CVSS Base Score, Temporal Score, and Environmental Score using either the CVSS 3.0 or CVSS 3.1 calculator according to https://www.first.org/cvss/ calculation documentation. |
HttpV2 | Sends a HTTP request with advanced capabilities |
Set | Set a value in context under the key you entered. |
ExtractFQDNFromUrlAndEmail | Extracts FQDNs from URLs and emails. |
SSDeepSimilarity | This script finds similar files that can be related to each other by fuzzy hash (SSDeep). |
CreateArray | Will create an array object in context from given string input |
LinkIncidentsButton | Incident action button script to link or unlink Incidents from an Incident |
URLSSLVerification | Verify URL SSL certificate |
AnalyzeTimestampIntervals | Analyze a list of Unix timestamps in milliseconds, to detect simple patterns of consistency or high frequency. The script can aid in the investigation of multi-event alerts that contain a list of timestamps. |
ExifRead | Read image files metadata and provide Exif tags. |
SetAndHandleEmpty | Set a value in context under the key you entered. If no value is entered, the script doesn't do anything. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
TimeStampCompare | Compares a single timestamp to a list of timestamps. |
ZipFile | Zip a file and upload to war room. |
CreateIndicatorsFromSTIX | Creates indicators from the submitted STIX file. Supports STIX 1.0 and STIX 2.x. This automation creates indicators and adds an indicator's relationships if available. |
CertificateExtract | Extract fields from a certificate file and return the standard context. |
HTMLtoMD | Converts HTML to Markdown. |
LanguageDetect | Language detection based on Google's language-detection. |
ParseYAML | Parses a YAML string into context |
UnPackFile | Deprecated. Use the UnzipFile script instead. UnPack a file using fileName or entryID to specify a file. Files unpacked will be pushed to the war room and names will be pushed to the context. |
ShowIncidentIndicators | This script is used to display the indicators of an incident in an incident field of type Array. It can be used to select indicators from the incident in order to later perform some actions, like tagging the indicators for blocking via EDL. |
ContextContains | This script searches for a value in a context path. |
URLNumberOfAds | Fetches the numbers of ads in the given url. |
GetDockerImageLatestTag | Gets docker image latest tag. Script simulates the docker pull flow but doesn't actually pull the image. Returns an entry with the docker image latest tag if all is good, otherwise will return an error. |
Name | Description |
---|---|
Individuals Notification | |
Account information breached | Is account information breached |
Approximate number of affected data subjects | |
Other PII data breached | Is other PII data breached |
Date/time of the breach | |
Company Postal Code | |
Residents Email Address | |
Resident Notification Option | |
Company Name | |
Possible Cause of the Breach | |
Country where the breach took place | |
Company City | |
E-mail Address | |
Is the Data Subject to DPIA | |
Consumer Reporting Agencies Notification | |
Malicious Cause (If the cause is a malicious attack) | |
Medical Information breached | Is Medical Information breached |
Size - turnover | |
Likely Impact | "A data protection impact assessment (…) shall in particular be required in the case of: (a) a systematic and extensive evaluation of personal aspects relating to natural persons which is based on automated processing, including profiling, and on which decisions are based that produce legal effects concerning the natural person or similarly significantly affect the natural person; (b) processing on a large scale of special categories of data referred to in Article 9(1), or of personal data relating to criminal convictions and offences referred to in Article 10; or (c) a systematic monitoring of a publicly accessible area on a large scale. - GDPR Art. 35 |
Affected Data Type | |
Contact Name | |
Measures to Mitigate | " (d) describe the measures taken or proposed to be taken by the controller to address the personal data breach, including, where appropriate, measures to mitigate its possible adverse effects." - GDPR Art. 33 |
State CISO Notification | |
Affected Individuals Contact Information | |
State where the breach took place | |
Breach Confirmation | Is the DPO confirm the breach |
Media Notification | The status of the media notification |
Secretary Notification | |
Company Country | |
Company has Insurance for the Breach | |
GDPR Notify Authorities | "In the case of a personal data breach, the controller shall without undue delay and, where feasible, not later than 72 hours after having become aware of it, notify the personal data breach to the supervisory authority competent in accordance with Article 55, unless the personal data breach is unlikely to result in a risk to the rights and freedoms of natural persons." - GDPR Art. 33 |
Health insurance breached | Is health insurance breached |
Country where business has its main establishment | "‘main establishment’ means: as regards a controller with establishments in more than one Member State, the place of its central administration in the Union, unless the decisions on the purposes and means of the processing of personal data are taken in another establishment of the controller in the Union and the latter establishment has the power to have such decisions implemented, in which case the establishment having taken such decisions is to be considered to be the main establishment; as regards a processor with establishments in more than one Member State, the place of its central administration in the Union, or, if the processor has no central administration in the Union, the establishment of the processor in the Union where the main processing activities in the context of the activities of an establishment of the processor take place to the extent that the processor is subject to specific obligations under this Regulation;" - GDPR Art. 4 |
Management Notification | |
DPO E-mail Address | |
PII Data Type | |
Unique identification number breached | Is unique identification number breached |
Contact Email address | |
Postal Code | |
Company Address | |
Contact Telephone number | |
Where is data hosted | |
Financial information breached | Is financial information breached |
Size - number of employees | |
Contact Address | |
Sector of Affected Party | |
Data Encryption Status | |
Unique biometric data breached | Is unique biometric data breached |
DPO Notification | |
Attorney General Notification | |
Affected data | "‘personal data’ means any information relating to an identified or identifiable natural person (‘data subject’); an identifiable natural person is one who can be identified, directly or indirectly, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person;" - GDPR Art. 4 |
Telephone no. |
Name | Description |
---|---|
PrivateIPs | |
InternalDomains |
Name | Description |
---|---|
ContentPackInstaller | Content packs installer from marketplace. |
SetTime | Fill the current time in a custom incident field |
EmailDomainSquattingReputation | Check if an email address's domain is trying to squat other domain using Levenshtein distance algorithm. |
MaliciousRatioReputation | Set indicator reputation to "suspicious" when malicious ratio is above threshold. |
HTMLtoMD | Converts HTML to Markdown. |
isError | Check whether given entry/entries returned an error. Use ${lastCompletedTaskEntries} to check the previous task entries. If array is provided, will return yes if one of the entries returned an error. |
ExportContextToJSONFile | Exports the Context for the current Incident to a JSON file in the war room. |
FileCreateAndUpload | Deprecated. Use FileCreateAndUploadV2 instead. Will create a file (using the given data input or entry ID) and upload it to current investigation war room. |
EncodeToAscii | Input Text Data to Encode as ASCII (Ignores any chars that aren't interpreted as ASCII) |
ExposeIncidentOwner | Expose the incident owner into IncidentOwner context key |
ExposeAlertOwner | Expose the alert owner into AlertOwner context key |
CreateArray | Will create an array object in context from given string input |
ContextContains | This script searches for a value in a context path. |
CheckSenderDomainDistance | Get the string distance for the sender from our domain |
ExportIndicatorsToCSV | This automation uses the Core REST API Integration to batch export Indicators to CSV and return the resulting CSV file to the war room. |
ExtractEmailV2 | Verifies that an email address is valid and only returns the address if it is valid. |
PDFUnlocker | Removing the password protection from a PDF file and adding a new file entry with the unlocked PDF. |
ExtractAttackPattern | Extract Attack Pattern Threat Intel Object. After auto extract extracts the Attack Pattern IDs, this script is executed and extracts the value (name) of the Attack Pattern. |
GetEnabledInstances | Gets all currently enabled integration instances. |
CheckIndicatorValue | Check if indicators exist in the Threat Intel database. |
EditServerConfig | Edit the server configuration (under settings/troubleshooting). You can either add a new configuration or update and remove an existing one. |
IsUrlPartOfDomain | Checks if the supplied URLs are in the specified domains. |
CopyNotesToIncident | Copy all entries marked as notes from current incident to another incident. |
CopyNotesToAlert | Copy all entries marked as notes from current alert to another alert. |
ParseExcel | The automation takes Excel file (entryID) as an input and parses its content to the war room and context. |
ToTable | Convert an array to a nice table display. Usually, from the context. |
MatchRegex | Deprecated. Use the MatchRegexV2 script instead. |
DisplayHTMLWithImages | Display HTML with embedded images. |
GetByIncidentId | Gets a value from the specified incident's context. |
GetByAlertId | Gets a value from the specified alert's context. |
ConvertTimezoneFromUTC | Takes UTC and converts it to the specified timezone. Format must match the UTC date's format and output will be the same format. Can use in conjunction with ConvertDateToString |
LinkIncidentsButton | Incident action button script to link or unlink Incidents from an Incident |
LinkAlertsButton | Alert action button script to link or unlink Alerts from an Alert |
VerifyIPv6Indicator | Verify that the address is a valid IPv6 address. |
ExtractDomainAndFQDNFromUrlAndEmail | Extracts domains and FQDNs from URLs and emails. |
ParseEmailFiles | Deprecated. Use ParseEmailFilesV2 instead." Parse an email from an eml or msg file and populate all relevant context data to investigate the email. Also extracts inner attachments and returns them to the war room. The incident labels themselves are preserved and not modified - only the "Label/x" context items that originated from the labels, and the best practice is to rely on these for the remainder of the playbook. |
AddEvidence | Adds provided entries to the incident Evidence Board. In playbook, can be positioned after a task to add the previous task's entries to Evidence Board automatically (with no need to provide arguments) |
ConvertTableToHTML | Converts a given array to an HTML table |
SetMultipleValues | Set multiple keys/values to the context. |
LoadJSON | Loads a json from string input, and returns a json object result. |
MarkAsEvidenceByTag | Mark entries as evidence if they are tagged with given tag |
GetTime | Retrieves the current date and time. |
StopScheduledTask | This stops the scheduled task whose ID is given in the taskID argument. |
AreValuesEqual | Check whether the values provided in arguments are equal. If either of the arguments are missing, no is returned. |
EmailAskUserResponse | Extract user's response from EmailAskUser reply. Returns the first textual response line of the provided entry that contains the reply body. Use ${lastCompletedTaskEntries} to analyze the previous playbook task containing the user's reply. |
DeduplicateValuesbyKey | Given a list of objects and a key found in each of those objects, return a unique list of values associated with that key. Returns error if the objects provided do not contain the key of interest. |
ScheduleCommand | Schedule a command to run inside the war room at a future time (once or reoccurring) |
FileReputation | A context script for hash entities. |
ShowScheduledEntries | Show all scheduled entries for specific incident. |
CreateHash | Creating a hash of a given input, support sha1, sha256, sha512, md5 and blake. Wrapper for https://docs.python.org/3/library/hashlib.html. |
ZipFile | Zip a file and upload to war room. |
BreachConfirmationHTML | |
LanguageDetect | Language detection based on Google's language-detection. |
ticksToTime | Converting time in Ticks to readable time. Ticks are used to represent time by some vendors, most commonly by Microsoft. |
ExtractHyperlinksFromOfficeFiles | Extracts hyperlinks from office files. Supported file types are: xlsx, docx, pptx. |
IsMaliciousIndicatorFound | Checks if the investigation found any malicious indicators (file, URL, IP address, domain, or email). Returns "yes" if at least one malicious indicator is found. |
checkValue | Gets a value and return it. This is to be used in playbook conditional tasks - get a value from incident field, label or context, and act accordingly. |
UnPackFile | Deprecated. Use the UnzipFile script instead. UnPack a file using fileName or entryID to specify a file. Files unpacked will be pushed to the war room and names will be pushed to the context. |
MarkAsNoteByTag | Mark entries as notes if they are tagged with given tag. |
ContextGetPathForString | Searches for string in context and returns context path, returns null if not found. |
GetFieldsByIncidentType | Returns the incident field names associated to the specified incident type. |
GetFieldsByAlertType | Returns the alert field names associated to the specified alert type. |
MathUtil | Script will run the provided mathematical action on 2 provided values and produce a result. |
FeedRelatedIndicatorsWidget | Widget script to view information about the relationship between an indicator, entity and other indicators and connect to indicators, if relevant. |
GenerateAsBuilt | Generate an as built document, as HTML, based on the running XSOAR instance. Requires an instance of the Demisto API integration configured. |
RemoteExec | Execute a command on a remote machine (without installing a D2 agent) |
HTTPListRedirects | List the redirects for a given URL |
ConvertDatetoUTC | Converts a date from a different timezone to UTC timezone. |
StringSimilarity | This automation calculates the similarity ratio between every string in 2 different arrays and outputs a decimal value between 0.0 and 1.0 (1.0 if the sequences are identical, and 0.0 if they don't have anything in common). |
SSDeepSimilarity | This script finds similar files that can be related to each other by fuzzy hash (SSDeep). |
MapValues | Map the given values to the translated values. If given values: a,b,c and translated: 1,2,3 then input is a will return 1 |
SetByIncidentId | Works the same as the 'Set' command, but can work across incidents by specifying 'id' as an argument. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
SetByAlertId | Works the same as the 'Set' command, but can work across alerts by specifying 'id' as an argument. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
AssignAnalystToIncident | Assign analyst to incident. |
ExampleJSScript | This is only an example script, to showcase how to use and write JavaScript scripts |
NotInContextVerification | Not in context verification is a script that executes the given command and verifies that the specified field is not in the context after execution. |
GeneratePassword | This function generates a password and allows various parameters to customize the properties of the password depending on the use case (e.g. password complexity requirements). The default behavior is to generate a password of random length including all four character classes (upper, lower, digits, symbols) with at least five and at most ten characters per class. The min_* values all default to 0. This means that if the command is executed in this way: The debug parameter will print certain properties of the command into the WarRoom for easy diagnostics. |
ShowOnMap | Returns a map entry with a marker on the given coordinates (lat,lng), or address (requires a configured GoogleMaps instance). |
DisplayHTML | Display HTML in the War Room. |
URLReputation | A context script for URL entities. |
BMCTool | Parse RDP bitmap cache data into a single collage image file. |
IndicatorMaliciousRatioCalculation | Return indicators appears in resolved incidents, and resolved incident ids. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
Sleep | Sleep for X seconds. |
ArrayToCSV | Converts a simple Array into a textual comma separated string |
ExportToCSV | Export given array to csv file. |
CreateIndicatorsFromSTIX | Creates indicators from the submitted STIX file. Supports STIX 1.0 and STIX 2.x. This automation creates indicators and adds an indicator's relationships if available. |
GetDockerImageLatestTag | Gets docker image latest tag. Script simulates the docker pull flow but doesn't actually pull the image. Returns an entry with the docker image latest tag if all is good, otherwise will return an error. |
FindSimilarIncidents | Deprecated. Use DBotFindSimilarIncidents instead. Finds similar incidents by common incident keys, labels, custom fields or context keys. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
FindSimilarAlerts | Deprecated. Use DBotFindSimilarAlerts instead. Finds similar alerts by common alert keys, labels, custom fields or context keys. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
GenerateSummaryReportButton | This button will generate summary 'Case Report' template for a given Incident |
GetErrorsFromEntry | Get the error(s) associated with a given entry/entries. Use ${lastCompletedTaskEntries} to check the previous task entries. The automation will return an array of the error contents from those entries. |
SendMessageToOnlineUsers | Send message to Demisto online users over Email, Slack, Mattermost or all. |
IsGreaterThan | Checks if one number(float) as bigger than the other(float) |
PrintContext | Pretty-print the contents of the playbook context. |
PcapHTTPExtractor | Allows to parse and extract http flows (requests & responses) from a pcap/pcapng file. |
SetGridField | Creates a Grid table from items or key-value pairs. |
DockerHardeningCheck | Checks if the Docker container running this script has been hardened according to the recommended settings at: https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.10/Cortex-XSOAR-Administrator-Guide/Docker-Hardening-Guide |
IncidentFields | Returns a dict of all incident fields that exist in the system. |
AlertFields | Returns a dict of all alert fields that exist in the system. |
ListUsedDockerImages | List all Docker images that are in use by the installed integrations and automations. |
ShowIncidentIndicators | This script is used to display the indicators of an incident in an incident field of type Array. It can be used to select indicators from the incident in order to later perform some actions, like tagging the indicators for blocking via EDL. |
ShowAlertIndicators | This script is used to display the indicators of an alert in an alert field of type Array. It can be used to select indicators from the alert in order to later perform some actions, like tagging the indicators for blocking via EDL. |
DBotAverageScore | The script calculates the average DBot score for each indicator in the context. |
URLSSLVerification | Verify URL SSL certificate |
StixCreator | Gets a list of indicators from the indicators argument, and generates a JSON file in STIX 2.1 format. |
CreateEmailHtmlBody | This script allows sending an HTML email, using a template stored as a list item under Lists (Settings -> Advanced -> Lists).
Note: Sending emails require an active Mail Sender integration instance. |
Base64Encode | Will encode an input using Base64 format. |
AddKeyToList | Adds/Replaces a key in key/value store backed by an XSOAR list. |
PrintErrorEntry | Prints an error entry with a given message. |
PrintRaw | Prints a raw representation of a string or object, visualising things likes tabs and newlines. For instance, '\n' will be displayed instead of a newline character, or a Windows CR will be displayed as '\r\n'. This is useful for debugging issues where things aren't behaving as expected, such as when parsing a string with a regular expression. |
IsInternalHostName | Checks if the supplied hostnames match either the organization's internal naming convention or the domain suffix. |
ReadPDFFileV2 | Load a PDF file's content and metadata into context. Supports extraction of hashes, urls, and emails when available. |
IsIntegrationAvailable | Returns 'yes' if integration brand is available. Otherwise returns 'no'. |
Set | Set a value in context under the key you entered. |
CompareLists | Compare two lists and put the differences in context. |
IsInternalDomainName | This script accepts multiple values for both arguments and will iterate through each of the domains to check if the specified subdomains are located in at least one of the specified main domains. If the tested subdomain is in one of the main domains, the result will be true. For example, if the domain_to_check values are apps.paloaltonetworks.com and apps.paloaltonetworks.bla and the domains_to_compare values are paloaltonetworks.com and demisto.com, the result for apps.paloaltonetworks.com will be true since it is a part of the paloaltonetworks.com domain. The result for apps.paloaltonetworks.bla will be false since it is not a part of the paloaltonetworks.com or demisto.com domain. |
AddDBotScoreToContext | Add DBot score to context for indicators with custom vendor, score, reliability, and type. |
FileCreateAndUploadV2 | Creates a file (using the given data input or entry ID) and uploads it to the current investigation War Room. |
FileToBase64List | Encode a file as base64 and store it in a Demisto list. |
GetListRow | Parses a list by header and value. |
StringReplace | Replaces regex match/es in string. |
Ping | Pings an IP or url address, to verify it's up. Note - On Cortex XSIAM 8 and Cortex XSIAM, the script can run only on a custom engine. |
CheckContextValue | This script checks that a context key exists (and contains data), and optionally checks the value of the context key for a match against an input value. If a regex is not supplied, the script checks that the key is not empty. This script can be used with the "GenericPolling" playbook to poll for field population or that a field contains a specific value. This scripts does not support a context key which holds a list of values. |
CheckFieldValue | This script checks that a field exists (and contains data), and optionally checks the value of the field for a match against an input value. If a regex is not supplied, the script checks that the field is not empty. This script can be used with the "GenericPolling" playbook to poll for field population or that a field contains a specific value. |
ProvidesCommand | Finds which integrations implement a specific Demisto command. The results will be returned as comma-separated values (CSV). The "Core REST API" integration must first be enabled. |
ContextGetHashes | Gets hashes (MD5,SHA1,SHA256) from context. |
VerdictResult | This widget displays the incident verdict or the alert verdict based on the 'incident.verdict' or 'alert.verdict' field. |
GridFieldSetup | Automation used to more easily populate a grid field. This is necessary when you want to assign certain values as static or if you have context paths that you will assign to different values as well. Instead of a value you can enter |
CertificateExtract | Extract fields from a certificate file and return the standard context. |
SearchIncidentsSummary | Searches Cortex XSIAM Incidents and returnrs the most relevant fields. Default search range is the last 30 days, if you want to change this, use the fromDate argument. Returns the id, name, type, severity, status, owner, and created/closed times to context. You can add additional fields using the add_field_to_context argument. This automation runs using the default Limited User role, unless you explicitly change the permissions. Based on the SearchIncidentsV2 from the Common Scripts pack, but more efficient. |
SearchAlertsSummary | Searches Cortex XSIAM Alerts and returnrs the most relevant fields. Default search range is the last 30 days, if you want to change this, use the fromDate argument. Returns the id, name, type, severity, status, owner, and created/closed times to context. You can add additional fields using the add_field_to_context argument. This automation runs using the default Limited User role, unless you explicitly change the permissions. Based on the SearchAlertsV2 from the Common Scripts pack, but more efficient. |
ExifRead | Read image files metadata and provide Exif tags. |
DecodeMimeHeader | Decode MIME base64 headers. |
ExportToXLSX | Exports context data to a Microsoft Excel Open XML Spreadsheet (XLSX) file. |
TopMaliciousRatioIndicators | Find the top malicious ratio indicators. |
ConvertXmlToJson | Converts XML string to JSON format |
PCAPMiner | Deprecated. Use PCAPMinerV2 instead. PCAPMiner is a tool to parse PCAP files and will return things like extracted files that are found, HTTP flows, and a variety of other information. It is uses a docker instance located on docker hub trorabaugh/dempcap:1.0. To use simply upload a PCAP file and then run PCAPMiner entryId="<your_entry_id>". To get the entry id click on the link on the top right hand corner of a file attachment. |
Base64ListToFile | Converts Base64 file in a list to a binary file and upload to warroom |
PrettyPrint | Pretty-print data using Python's pprint library. This is useful for seeing the structure of incident and context data. Here's how to use it: !PrettyPrint value=${incident} |
LookupCSV | Parses a CSV and looks for a specific value in a specific column, returning a dict of the entire matching row. If no column value is specified, the entire CSV is read into the context. |
EmailAskUser | Ask a user a question via email and process the reply directly into the investigation. |
ContextGetEmails | Gets all email addresses in context, excluding ones given. |
IdentifyAttachedEmail | Identify whether the incident includes an email message attached as an eml or msg file and return the answer to playbook. Also saves the identified entry ID to context for use for later. Commonly used in automated playbooks that handle phishing reports sent to a special phishing mailbox set up by the security team. |
JSONFileToCSV | Script to convert a War Room output JSON File to a CSV file. |
GetLicenseID | Returns the license ID. |
ParseEmailFilesV2 | Parse an email from an eml or msg file and populate all relevant context data to investigate the email. Also extracts inner attachments and returns them to the war room. The incident labels themselves are preserved and not modified - only the "Label/x" context items that originated from the labels, and the best practice is to rely on these for the remainder of the playbook. This script is based on the parse-emails XSOAR python package, check the script documentation for more info. |
PortListenCheck | Checks whether a port was open on given host. |
CertificateReputation | Enrich and calculate the reputation of a certificate indicator. |
DomainReputation | A context script for Domain entities |
IPNetwork | Gather information regarding CIDR - |
displayMappedFields | Display the mapped fields in a dynamic-section. |
SetIndicatorGridField | This script updates an indicator's grid field in Cortex XSIAM with provided row data. You can input the rows directly or extract them from the context. |
TimeStampCompare | Compares a single timestamp to a list of timestamps. |
ExportAuditLogsToFile | Uses the Core REST API integration to query the server audit trail logs, and return back a CSV or JSON file. |
ExtractHTMLTables | Find tables inside HTML and extract the contents into objects using the following logic:
|
CreateNewIndicatorsOnly | Create indicators to the Threat Intel database only if they are not registered. All submitted indicators will be associated with the parent incident. When using the script with many indicators, or when the Threat Intel Management database is highly populated, this script may have low performance issue. |
SetDateField | Sets a custom incident field with current date |
GetDuplicatesMlv2 | Deprecated. Use the "PhishingDedupPreprocessingRule" script instead. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
IncidentAddSystem | Add a remote system (such as a desktop under investigation) to an investigation (this will allow you to install and agent on the system) |
AlertAddSystem | Add a remote system (such as a desktop under investigation) to an investigation (this will allow you to install and agent on the system) |
hideFieldsOnNewIncident | When you apply this script to an incident field, that incident field is hidden for new incidents, and it displays in edit mode. |
hideFieldsOnNewAlert | When you apply this script to an alert field, that alert field is hidden for new alerts, and it displays in edit mode. |
DeleteContext | Delete field from context. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
MatchRegexV2 | Extracts regex data from the provided text. The script support groups and looping. |
CEFParser | Parse CEF data into the context. Please notice that outputs will display only the 7 mandatory fields even if the CEF event includes many other custom or extended fields. |
ScheduleGenericPolling | Called by the GenericPolling playbook, schedules the polling task. |
HttpV2 | Sends a HTTP request with advanced capabilities |
URLNumberOfAds | Fetches the numbers of ads in the given url. |
FetchIndicatorsFromFile | Fetches indicators from a file. Supports TXT, XLS, XLSX, CSV, DOC and DOCX file types. |
PublishEntriesToContext | Publish entries to incident's context |
RemoveKeyFromList | Removes a key in key/value store backed by an XSOAR list. |
CopyContextToField | Copy a context key to an incident field of multiple incidents, based on an incident query. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
ShowLocationOnMap | Show indicator geo location on map. |
emailFieldTriggered | Sends email to incident owner when selected field is triggered. |
PreProcessImage | This script pre-processes (resizes, sharpens, and grayscales) an image file from context, given an entry_id. |
GetDataCollectionLink | Generates the URL for a Data Collection Task into Context. Can be used to get the url for tasks send via Email, Slack, or even if you select "By Task Only". To generate links for specific users, add an array of users in the users argument. |
JsonUnescape | Recursively un-escapes JSON data if escaped JSON is found |
VerifyJSON | Verifies if the supplied JSON string is valid and optionally verifies against a provided schema. The script utilizes Powershell's Test-JSON cmdlet. |
LoadJSONFileToContext | Loads a JSON file from the war room to context. |
FilterByList | Checks whether the specified item is in a list. The default list is the Demisto Indicators Whitelist. |
VerifyCIDR | Verify that the CIDRs are valid. |
ZipStrings | Joins values from two lists by index according to a given format. |
AnalyzeTimestampIntervals | Analyze a list of Unix timestamps in milliseconds, to detect simple patterns of consistency or high frequency. The script can aid in the investigation of multi-event alerts that contain a list of timestamps. |
IsTrue | Check if a given value is true. Will return 'no' otherwise |
ContextGetIps | Gets all IP addresses in context, excluding ones given. |
BinarySearchPy | Deprecated. No available replacement. Search for a binary on an endpoint using Carbon Black |
UnEscapeURLs | Extract URLs redirected by security tools like Proofpoint. |
ExtractDomainFromUrlAndEmail | Extract Domain(s) from URL(s) and/or Email(s). |
enrich_exclude_button | This script is only meant to be used to disable the Enrich Excluded button in an indicator. It should not be used otherwise. |
GenerateRandomUUID | Generates a random UUID (UUID 4). |
GetDomainDNSDetails | Returns DNS details for a domain. |
DumpJSON | Dumps a json from context key input, and returns a json object string result |
IsolationAssetWrapper | This is a wrapper to isolate or unisolate hash lists from Cortex XDR, MSDE or CrowdStrike (Available from Cortex XSIAM 6.0.0). |
RunDockerCommand | This command will allow you to run commands against a local Docker Container. You can run commands like wc for instance with word count, or other types of commands that you want on the docker container. We recommend for tools that you want to use that are not part of the default Docker container, to cope this Automation script and then create a customer docker container with /docker_image_create with a custom docker container to add any command level tool to Demisto and output the results directly to the context. |
ParseYAML | Parses a YAML string into context |
IncreaseIncidentSeverity | Optionally increases the incident severity to the new value if it is greater than the existing severity. |
IncreaseAlertSeverity | Optionally increases the alert severity to the new value if it is greater than the existing severity. |
ServerLogs_docker | Uses the ssh integration to grab the host server logs. |
IsIPInRanges | Returns yes if the IP is in one of the ranges provided, returns no otherwise. |
ConvertXmlFileToJson | Converts XML file entry to JSON format |
PrintToAlert | Prints a value to the specified alert's war-room. The alert must be in status "Under Investigation". |
IsListExist | Check if list exist in demisto lists. |
ExtractFQDNFromUrlAndEmail | Extracts FQDNs from URLs and emails. |
GetInstances | Returns integration instances configured in Cortex XSIAM. You can filter by instance status and/or brand name (vendor). |
AssignToMeButton | Assigns the current Incident to the Cortex XSIAM user who clicked the button |
OnionURLReputation | This script adds the reputation to Onion URL indicators. The script is automatically triggered when a Onion URL indicator is auto-extracted. For instance, if you run a Cortex XSIAM CLI on a valid Onion URL, the indicators are extracted automatically and this script is triggered for the extracted indicators. |
ContextFilter | Filter context keys by applying one of the various available manipulations and storing in a new context key. Please notice that the resulting context key will not be available automatically as an option but you can still specify it. |
IPReputation | A context script for IP entities. |
CVSSCalculator | This script calculates the CVSS Base Score, Temporal Score, and Environmental Score using either the CVSS 3.0 or CVSS 3.1 calculator according to https://www.first.org/cvss/ calculation documentation. |
ConvertFile | Converts a file from one format to a different format by using the convert-to function of Libre Office. For a list of supported input/output formats see: https://wiki.openoffice.org/wiki/Framework/Article/Filter/FilterList_OOo_3_0 |
CountArraySize | Count an array size |
DisableUserWrapper | This script allows disabling a specified user using one or more of the following integrations: SailPointIdentityIQ, ActiveDirectoryQuery, Okta, MicrosoftGraphUser, and IAM. |
PositiveDetectionsVSDetectionEngines | Shows a bar chart of the number of Positive Detections out of overall detections |
GenericPollingScheduledTask | Runs the polling command repeatedly, completes a blocking manual task when polling is done. |
FailedInstances | Executes a test for all integration instances available and returns detailed information about succeeded and failed integration instances. |
GetServerURL | Get the Server URL. |
PrintToIncident | Prints a value to the specified incident's war-room. |
ContainsCreditCardInfo | Check if a given value is true. Will return 'no' otherwise |
Strings | Extract strings from a file with optional filter - similar to binutils strings command |
ParseWordDoc | Takes an input docx file (entryID) as an input and saves an output text file (file entry) with the original file's contents. |
ReadFile | Load the contents of a file into context. |
SetAndHandleEmpty | Set a value in context under the key you entered. If no value is entered, the script doesn't do anything. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
IPToHost | Try to get the hostname correlated with the input IP. |
CalculateTimeDifference | Calculate the time difference, in minutes |
UtilAnyResults | Utility script to use in playbooks - returns "yes" if the input is non-empty. |
CompareIncidentsLabels | Compares the labels of two incidents. Returns the labels that are unique to each incident. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
CompareAlertsLabels | Compares the labels of two alerts. Returns the labels that are unique to each alert. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
EmailReputation | A context script for Email entities. |
PopulateCriticalAssets | Populates critical assets in a grid field that has the section headers "Asset Type" and "Asset Name". |
ContextSearchForString | Searches for string in a path in context. If path is null, string will be searched in full context. |
LessThanPercentage | Checks if one percentage is less than another |
ServerLogs | Uses the ssh integration to grab the host server logs. |
GetEntries | Collect entries matching to the conditions in the war room. |
ChangeContext | Enables changing context in two ways. The first is to capitalize the first letter of each key in following level of the context key entered. The second is to change context keys to new values. |
GenerateInvestigationSummaryReport | A script to generate investigation summary report in an automated way |
SSDeepReputation | Calculate ssdeep reputation based on similar files (by ssdeep similarity) on the system. |
GenerateRandomString | Generates random string |
ReplaceMatchGroup | Returns a string with all matches of a regex pattern groups replaced by a replacement. |
findIncidentsWithIndicator | Lookup incidents with specified indicator. Use currentIncidentId to omit the existing incident from output. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
findAlertsWithIndicator | Lookup alerts with specified indicator. Use currentAlertId to omit the existing alert from output. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
SetWithTemplate | Set a value built by a template in context under the key you entered. |
SearchIndicator | Searches Cortex XSIAM Indicators. Search for XSOAR Indicators and returns the id, indicator_type, value, and score/verdict. You can add additional fields from the indicators using the add_field_to_context argument. |
RunPollingCommand | Runs a specified polling command one time. This is useful for initiating a local playbook context before running a polling scheduled task. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
UnEscapeIPs | Remove escaping chars from IP |
ParseHTMLIndicators | This script will extract indicators from given HTML and will handle bad top-level domains to avoid false positives caused by file extensions. |
ExtractIndicatorsFromTextFile | Extract indicators from a text-based file.
This automation runs using the default Limited User role, unless you explicitly change the permissions. |
ConvertCountryCodeCountryName | Convert country name to country code or country code to country name. |
IsEmailAddressInternal | Checks if the email address is part of the internal domains. |
CloseInvestigationAsDuplicate | Close the current investigation as duplicate to other investigation. |
get-user-data | This script gathers user data from multiple integrations and returns an Account entity with consolidated information to the context. |
ExtractIndicatorsFromWordFile | Used to extract indicators from Word files (DOC, DOCX). This automation runs using the default Limited User role, unless you explicitly change the permissions. |
FormatURL | Strips, unquotes and unescapes URLs. If the URL is a Proofpoint or ATP URL, extracts its redirect URL. If more than one URL is passed to the formatter, the separator must be a pipe ("|"). |
listExecutedCommands | Lists executed commands in War Room |
cveReputationV2 | Provides the severity of the CVE based on the CVSS score where available. |
JSONtoCSV | Convert a JSON War Room output via EntryID to a CSV file. |
Prints text to war room (Markdown supported) | |
http | Sends http request. Returns the response as json. |
StringLength | Returns the length of the string passed as argument |
UnzipFile | Unzip a file using fileName or entryID to specify a file. Unzipped files will be loaded to the War Room and names will be put into the context. |
AppendindicatorFieldWrapper | A wrapper script to the 'AppendindicatorField' script that enables adding tags to certain indicators. |
TextFromHTML | Extract regular text from the given HTML. |
SCPPullFiles | Take a list of devices and pull a specific file (given by path) from each using SCP. |
AquatoneDiscoverV2 | aquatone-discover will find the targets nameservers and shuffle DNS lookups between them. Should a lookup fail on the target domains nameservers, aquatone-discover will fall back to using Google public DNS servers to maximize discovery. |
ExportIncidentsToCSV | This automation uses the Core REST API Integration to batch export Incidents to CSV and return the resulting CSV file to the war room. |
ExportAlertsToCSV | This automation uses the Core REST API Integration to batch export Alerts to CSV and return the resulting CSV file to the war room. |
commentsToContext | Takes the comments of a given entry ID and stores them in the incident context, under a provided context key. |
GenerateSummaryReports | Generate report summaries for the passed incidents. |
GetStringsDistance | Get the string distance between inputString and compareString (compareString can be a comma-separated list) based on Levenshtein Distance algorithm. |
ParseCSV | This script will parse a CSV file and place the unique IPs, Domains and Hashes into the context. |
ReadQRCode | Extracts the text from a QR code. The output of this script includes the output of the script "extractIndicators" run on the text extracted from the QR code. |
GetIndicatorDBotScore | Add into the incident's context the system internal DBot score for the input indicator. |
PrintToParentIncident | Prints a value to the parent incident's war-room of the current alert. |
SearchIncidentsV2 | Searches Demisto incidents. A summarized version of this scrips is avilable with the summarizedversion argument. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
SearchAlertsV2 | Searches Demisto alerts. A summarized version of this scrips is avilable with the summarizedversion argument. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
Dig | DNS lookup utility to provide 'A' and 'PTR' record |
cvss_color | This dynamic automation parses the CVSS score of a CVE and presents it in the layout in color according to its score. |
ResolveShortenedURL | This script resolves the original URL from a given shortened URL and places the resolved URL in the playbook context and output. |
GetIndicatorDBotScoreFromCache | Get the overall score for the indicator as calculated by DBot. |
RepopulateFiles | After running DeleteContext, this script can repopulate all the file entries in the ${File} context key |
IsValueInArray | Indicates whether a given value is a member of given array |
DBotClosedIncidentsPercentage | Data output script for populating dashboard pie graph widget with the percentage of incidents closed by DBot vs. incidents closed by analysts. |
DBotClosedAlertsPercentage | Data output script for populating dashboard pie graph widget with the percentage of alerts closed by DBot vs. alerts closed by analysts. |
CalculateEntropy | Calculates the entropy for the given data. |
NumberOfPhishingAttemptPerUser | Shows a bar chart of the number of incident the 'To' and 'From' email addresses. This automation runs using the default Limited User role, unless you explicitly change the permissions. |
WordTokenizer | Deprecated. Use DBotPreProcessTextData instead. |
displayUtilitiesResults | This script displays the execution results of the tab's buttons in an HTML table format. |
Exists | Check if a given value exists in the context. Will return 'no' for empty empty arrays. To be used mostly with DQ and selectors. |
DownloadAndArchivePythonLibrary | The script downloads a Python library using PIP, archives it, and returns the file to the war room. |
Base64EncodeV2 | Encodes an input to Base64 format. |
Name | Description |
---|---|
Contact Email address | |
Management Notification | |
Secretary Notification | |
PII Data Type | |
Individuals Notification | |
Account information breached | Is account information breached |
Affected Data Type | |
DPO Notification | |
Breach Confirmation | Is the DPO confirm the breach |
Sector of Affected Party | |
Contact Name | |
Is the Data Subject to DPIA | |
Affected Individuals Contact Information | |
Size - turnover | |
Affected data | "‘personal data’ means any information relating to an identified or identifiable natural person (‘data subject’); an identifiable natural person is one who can be identified, directly or indirectly, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person;" - GDPR Art. 4 |
Postal Code | |
Country where business has its main establishment | "‘main establishment’ means: as regards a controller with establishments in more than one Member State, the place of its central administration in the Union, unless the decisions on the purposes and means of the processing of personal data are taken in another establishment of the controller in the Union and the latter establishment has the power to have such decisions implemented, in which case the establishment having taken such decisions is to be considered to be the main establishment; as regards a processor with establishments in more than one Member State, the place of its central administration in the Union, or, if the processor has no central administration in the Union, the establishment of the processor in the Union where the main processing activities in the context of the activities of an establishment of the processor take place to the extent that the processor is subject to specific obligations under this Regulation;" - GDPR Art. 4 |
Company Address | |
DPO E-mail Address | |
Other PII data breached | Is other PII data breached |
Measures to Mitigate | " (d) describe the measures taken or proposed to be taken by the controller to address the personal data breach, including, where appropriate, measures to mitigate its possible adverse effects." - GDPR Art. 33 |
Media Notification | The status of the media notification |
Telephone no. | |
Company Name | |
Unique biometric data breached | Is unique biometric data breached |
Size - number of employees | |
GDPR Notify Authorities | "In the case of a personal data breach, the controller shall without undue delay and, where feasible, not later than 72 hours after having become aware of it, notify the personal data breach to the supervisory authority competent in accordance with Article 55, unless the personal data breach is unlikely to result in a risk to the rights and freedoms of natural persons." - GDPR Art. 33 |
State where the breach took place | |
Where is data hosted | |
Medical Information breached | Is Medical Information breached |
Company Postal Code | |
Financial information breached | Is financial information breached |
Contact Telephone number | |
Attorney General Notification | |
State CISO Notification | |
Approximate number of affected data subjects | |
Resident Notification Option | |
Malicious Cause (If the cause is a malicious attack) | |
Data Encryption Status | |
Health insurance breached | Is health insurance breached |
Consumer Reporting Agencies Notification | |
Company City | |
Unique identification number breached | Is unique identification number breached |
Likely Impact | "A data protection impact assessment (…) shall in particular be required in the case of: (a) a systematic and extensive evaluation of personal aspects relating to natural persons which is based on automated processing, including profiling, and on which decisions are based that produce legal effects concerning the natural person or similarly significantly affect the natural person; (b) processing on a large scale of special categories of data referred to in Article 9(1), or of personal data relating to criminal convictions and offences referred to in Article 10; or (c) a systematic monitoring of a publicly accessible area on a large scale. - GDPR Art. 35 |
Company has Insurance for the Breach | |
E-mail Address | |
Residents Email Address | |
Possible Cause of the Breach | |
Contact Address |
Name | Description |
---|---|
PrivateIPs |
Pack Name | Pack By |
---|---|
Base | By: Cortex XSOAR |
Cortex REST API | By: Cortex XSOAR |
Pack Name | Pack By |
---|---|
US - Breach Notification | By: Cortex XSOAR |
Brute Force | By: Cortex XSOAR |
Elasticsearch | By: Cortex XSOAR |
MITRE ATT&CK | By: Cortex XSOAR |
GDPR | By: Cortex XSOAR |
Gmail | By: Cortex XSOAR |
Gmail Single User | By: Cortex XSOAR |
HIPAA - Breach Notification | By: Cortex XSOAR |
IBM Security QRadar SOAR | By: Cortex XSOAR |
Mail Sender (New) | By: Cortex XSOAR |
Microsoft Graph Mail | By: Cortex XSOAR |
ProtectWise | By: Cortex XSOAR |
Remote Access | By: Cortex XSOAR |
Shodan | By: Cortex XSOAR |
Sumo Logic | By: Cortex XSOAR |
Pack Name | Pack By |
---|---|
Cortex REST API | By: Cortex XSOAR |
Base | By: Cortex XSOAR |
Scripts
DeduplicateValuesbyKey
- Updated the Docker image to: demisto/python3:3.11.10.115186.
SendEmailOnSLABreach
- Updated the Docker image to: demisto/python3:3.11.10.115186.
TimeStampCompare
- Updated the Docker image to: demisto/python3:3.11.10.115186.
URLNumberOfAds
- Updated the Docker image to: demisto/python3:3.11.10.115186.
DisplayHTML
- Updated the Docker image to: demisto/python3:3.11.10.115186.
VerdictResult
- Updated the Docker image to: demisto/python3:3.11.10.115186.
IsListExist
- Updated the Docker image to: demisto/python3:3.11.10.115186.
LookupCSV
- Updated the Docker image to: demisto/python3:3.11.10.115186.
GetIndicatorDBotScore
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ZipStrings
- Updated the Docker image to: demisto/python3:3.11.10.115186.
CreateIndicatorsFromSTIX
- Updated the Docker image to: demisto/python3:3.11.10.115186.
GetLicenseID
- Updated the Docker image to: demisto/python3:3.11.10.115186.
hideFieldsOnNewIncident
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ExportIncidentsToCSV
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ResolveShortenedURL
- Updated the Docker image to: demisto/python3:3.11.10.115186.
SearchIndicator
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ExtractIndicatorsFromTextFile
- Updated the Docker image to: demisto/python3:3.11.10.115186.
Base64EncodeV2
- Updated the Docker image to: demisto/python3:3.11.10.115186.
VerifyIPv6Indicator
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ReadFile
- Updated the Docker image to: demisto/python3:3.11.10.115186.
PrintErrorEntry
- Updated the Docker image to: demisto/python3:3.11.10.115186.
SCPPullFiles
- Updated the Docker image to: demisto/python3:3.11.10.115186.
DecodeMimeHeader
- Updated the Docker image to: demisto/python3:3.11.10.115186.
HTTPListRedirects
- Updated the Docker image to: demisto/python3:3.11.10.115186.
StopTimeToAssignOnOwnerChange
- Updated the Docker image to: demisto/python3:3.11.10.115186.
SetMultipleValues
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ConvertCountryCodeCountryName
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ParseCSV
- Updated the Docker image to: demisto/python3:3.11.10.115186.
SearchIncidentsSummary
- Updated the Docker image to: demisto/python3:3.11.10.115186.
CertificateReputation
- Updated the Docker image to: demisto/python3:3.11.10.115186.
BMCTool
- Updated the Docker image to: demisto/python3:3.11.10.115186.
CheckIndicatorValue
- Updated the Docker image to: demisto/python3:3.11.10.115186.
AddKeyToList
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ChangeRemediationSLAOnSevChange
- Updated the Docker image to: demisto/python3:3.11.10.115186.
GetInstances
- Updated the Docker image to: demisto/python3:3.11.10.115186.
IdentifyAttachedEmail
- Updated the Docker image to: demisto/python3:3.11.10.115186.
JSONtoCSV
- Updated the Docker image to: demisto/python3:3.11.10.115186.
CreateHash
- Updated the Docker image to: demisto/python3:3.11.10.115186.
DumpJSON
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ServerLogs_docker
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ScheduleGenericPolling
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ConvertTimezoneFromUTC
- Updated the Docker image to: demisto/python3:3.11.10.115186.
GridFieldSetup
- Updated the Docker image to: demisto/python3:3.11.10.115186.
TextFromHTML
- Updated the Docker image to: demisto/python3:3.11.10.115186.
SetIndicatorGridField
- Updated the Docker image to: demisto/python3:3.11.10.115186.
enrich_exclude_button
- Updated the Docker image to: demisto/python3:3.11.10.115186.
PrettyPrint
- Updated the Docker image to: demisto/python3:3.11.10.115186.
CheckSenderDomainDistance
- Updated the Docker image to: demisto/python3:3.11.10.115186.
Base64ListToFile
- Updated the Docker image to: demisto/python3:3.11.10.115186.
DomainReputation
- Updated the Docker image to: demisto/python3:3.11.10.115186.
CopyNotesToIncident
- Updated the Docker image to: demisto/python3:3.11.10.115186.
SetWithTemplate
- Updated the Docker image to: demisto/python3:3.11.10.115186.
UtilAnyResults
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ChangeContext
- Updated the Docker image to: demisto/python3:3.11.10.115186.
cveReputationV2
- Updated the Docker image to: demisto/python3:3.11.10.115186.
MaliciousRatioReputation
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ExtractEmailV2
- Updated the Docker image to: demisto/python3:3.11.10.115186.
FeedRelatedIndicatorsWidget
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ArrayToCSV
- Updated the Docker image to: demisto/python3:3.11.10.115186.
DisplayHTMLWithImages
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ParseYAML
- Updated the Docker image to: demisto/python3:3.11.10.115186.
IsolationAssetWrapper
- Updated the Docker image to: demisto/python3:3.11.10.115186.
GeneratePassword
- Updated the Docker image to: demisto/python3:3.11.10.115186.
DisableUserWrapper
- Updated the Docker image to: demisto/python3:3.11.10.115186.
StringSimilarity
- Updated the Docker image to: demisto/python3:3.11.10.115186.
PortListenCheck
- Updated the Docker image to: demisto/python3:3.11.10.115186.
PrintContext
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ShowIncidentIndicators
- Updated the Docker image to: demisto/python3:3.11.10.115186.
JSONFileToCSV
- Updated the Docker image to: demisto/python3:3.11.10.115186.
CheckContextValue
- Updated the Docker image to: demisto/python3:3.11.10.115186.
GetStringsDistance
- Updated the Docker image to: demisto/python3:3.11.10.115186.
GetServerURL
- Updated the Docker image to: demisto/python3:3.11.10.115186.
IPReputation
- Updated the Docker image to: demisto/python3:3.11.10.115186.
OnionURLReputation
- Updated the Docker image to: demisto/python3:3.11.10.115186.
URLSSLVerification
- Updated the Docker image to: demisto/python3:3.11.10.115186.
AppendindicatorFieldWrapper
- Updated the Docker image to: demisto/python3:3.11.10.115186.
StopScheduledTask
- Updated the Docker image to: demisto/python3:3.11.10.115186.
URLReputation
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ServerLogs
- Updated the Docker image to: demisto/python3:3.11.10.115186.
get-user-data
- Updated the Docker image to: demisto/python3:3.11.10.115186.
PositiveDetectionsVSDetectionEngines
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ExportAuditLogsToFile
- Updated the Docker image to: demisto/python3:3.11.10.115186.
RunPollingCommand
- Updated the Docker image to: demisto/python3:3.11.10.115186.
RunDockerCommand
- Updated the Docker image to: demisto/python3:3.11.10.115186.
DBotAverageScore
- Updated the Docker image to: demisto/python3:3.11.10.115186.
FilterByList
- Updated the Docker image to: demisto/python3:3.11.10.115186.
RemoveKeyFromList
- Updated the Docker image to: demisto/python3:3.11.10.115186.
CalculateEntropy
- Updated the Docker image to: demisto/python3:3.11.10.115186.
GenerateAsBuiltConfiguration
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ExtractAttackPattern
- Updated the Docker image to: demisto/python3:3.11.10.115186.
GetEnabledInstances
- Updated the Docker image to: demisto/python3:3.11.10.115186.
SearchIncidentsV2
- Updated the Docker image to: demisto/python3:3.11.10.115186.
EmailReputation
- Updated the Docker image to: demisto/python3:3.11.10.115186.
FileCreateAndUploadV2
- Updated the Docker image to: demisto/python3:3.11.10.115186.
PrintRaw
- Updated the Docker image to: demisto/python3:3.11.10.115186.
IsUrlPartOfDomain
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ProvidesCommand
- Updated the Docker image to: demisto/python3:3.11.10.115186.
GetFieldsByIncidentType
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ReplaceMatchGroup
- Updated the Docker image to: demisto/python3:3.11.10.115186.
VerifyCIDR
- Updated the Docker image to: demisto/python3:3.11.10.115186.
MatchRegexV2
- Updated the Docker image to: demisto/python3:3.11.10.115186.
GetByIncidentId
- Updated the Docker image to: demisto/python3:3.11.10.115186.
cvss_color
- Updated the Docker image to: demisto/python3:3.11.10.115186.
Strings
- Updated the Docker image to: demisto/python3:3.11.10.115186.
GetListRow
- Updated the Docker image to: demisto/python3:3.11.10.115186.
IncidentFields
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ShowLocationOnMap
- Updated the Docker image to: demisto/python3:3.11.10.115186.
GetIndicatorDBotScoreFromCache
- Updated the Docker image to: demisto/python3:3.11.10.115186.
FileReputation
- Updated the Docker image to: demisto/python3:3.11.10.115186.
GetEntries
- Updated the Docker image to: demisto/python3:3.11.10.115186.
CheckFieldValue
- Updated the Docker image to: demisto/python3:3.11.10.115186.
RepopulateFiles
- Updated the Docker image to: demisto/python3:3.11.10.115186.
GetDockerImageLatestTag
- Updated the Docker image to: demisto/python3:3.11.10.115186.
AnalyzeTimestampIntervals
- Updated the Docker image to: demisto/python3:3.11.10.115186.
LoadJSON
- Updated the Docker image to: demisto/python3:3.11.10.115186.
TopMaliciousRatioIndicators
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ExportIndicatorsToCSV
- Updated the Docker image to: demisto/python3:3.11.10.115186.
BreachConfirmationHTML
- Updated the Docker image to: demisto/python3:3.11.10.115186.
ListUsedDockerImages
- Updated the Docker image to: demisto/python3:3.11.10.115186.
SetByIncidentId
- Updated the Docker image to: demisto/python3:3.11.10.115186.
GetDataCollectionLink
- Updated the Docker image to: demisto/python3:3.11.10.115186.
SetTime
- Updated the Docker image to: demisto/python3:3.11.10.115186.
GetErrorsFromEntry
- Updated the Docker image to: demisto/python3:3.11.10.115186.
FormatURL
- Updated the Docker image to: demisto/python3:3.11.10.115186.
CreateNewIndicatorsOnly
- Updated the Docker image to: demisto/python3:3.11.10.115186.
FileToBase64List
- Updated the Docker image to: demisto/python3:3.11.10.115186.
MarkAsNoteByTag
- Updated the Docker image to: demisto/python3:3.11.10.115186.
- 37147
- 37137
- 37136
- 37140
- 37138
- 37139
Download
Scripts
Ping
- Updated the Docker image to: demisto/netutils:1.0.0.115452.
Dig
- Updated the Docker image to: demisto/netutils:1.0.0.115452.
GetDomainDNSDetails
- Updated the Docker image to: demisto/netutils:1.0.0.115452.
HTMLtoMD
- Updated the Docker image to: demisto/btfl-soup:1.0.1.115405.
ContentPackInstaller
- Updated the Docker image to: demisto/xsoar-tools:1.0.0.115559.
- 37108
- 37122
- 37109
- 37115
- 37124
- 37111
Download
Scripts
ParseExcel
- Updated the Docker image to: demisto/py3-tools:1.0.0.114656.
DownloadAndArchivePythonLibrary
- Updated the Docker image to: demisto/py3-tools:1.0.0.114656.
FetchIndicatorsFromFile
- Updated the Docker image to: demisto/py3-tools:1.0.0.114656.
ExtractFQDNFromUrlAndEmail
- Updated the Docker image to: demisto/py3-tools:1.0.0.114656.
ZipFile
- Updated the Docker image to: demisto/py3-tools:1.0.0.114656.
StixCreator
- Updated the Docker image to: demisto/py3-tools:1.0.0.114656.
ExifRead
- Updated the Docker image to: demisto/py3-tools:1.0.0.114656.
ExtractDomainFromUrlAndEmail
- Updated the Docker image to: demisto/py3-tools:1.0.0.114656.
LanguageDetect
- Updated the Docker image to: demisto/py3-tools:1.0.0.114656.
ExtractDomainAndFQDNFromUrlAndEmail
- Updated the Docker image to: demisto/py3-tools:1.0.0.114656.
cvss_color
- Updated the Docker image to: demisto/python3:3.11.10.113941.
CheckSenderDomainDistance
- Updated the Docker image to: demisto/python3:3.11.10.113941.
DisplayHTMLWithImages
- Updated the Docker image to: demisto/python3:3.11.10.113941.
Base64EncodeV2
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ResolveShortenedURL
- Updated the Docker image to: demisto/python3:3.11.10.113941.
GetByIncidentId
- Updated the Docker image to: demisto/python3:3.11.10.113941.
CloseInvestigationAsDuplicate
- Updated the Docker image to: demisto/python3:3.11.10.113941.
Strings
- Updated the Docker image to: demisto/python3:3.11.10.113941.
CheckIndicatorValue
- Updated the Docker image to: demisto/python3:3.11.10.113941.
DisableUserWrapper
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ChangeContext
- Updated the Docker image to: demisto/python3:3.11.10.113941.
GetDockerImageLatestTag
- Updated the Docker image to: demisto/python3:3.11.10.113941.
AnalyzeTimestampIntervals
- Updated the Docker image to: demisto/python3:3.11.10.113941.
IPToHost
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ShowLocationOnMap
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ExportIndicatorsToCSV
- Updated the Docker image to: demisto/python3:3.11.10.113941.
StopTimeToAssignOnOwnerChange
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ChangeRemediationSLAOnSevChange
- Updated the Docker image to: demisto/python3:3.11.10.113941.
GetDataCollectionLink
- Updated the Docker image to: demisto/python3:3.11.10.113941.
GenerateAsBuiltConfiguration
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ExtractAttackPattern
- Updated the Docker image to: demisto/python3:3.11.10.113941.
GenerateRandomString
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ExportContextToJSONFile
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ReadFile
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ScheduleGenericPolling
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ContextContains
- Updated the Docker image to: demisto/python3:3.11.10.113941.
CreateHash
- Updated the Docker image to: demisto/python3:3.11.10.113941.
IsolationAssetWrapper
- Updated the Docker image to: demisto/python3:3.11.10.113941.
SearchIncidentsV2
- Updated the Docker image to: demisto/python3:3.11.10.113941.
GeneratePassword
- Updated the Docker image to: demisto/python3:3.11.10.113941.
HTTPListRedirects
- Updated the Docker image to: demisto/python3:3.11.10.113941.
LoadJSONFileToContext
- Updated the Docker image to: demisto/python3:3.11.10.113941.
CreateNewIndicatorsOnly
- Updated the Docker image to: demisto/python3:3.11.10.113941.
AddDBotScoreToContext
- Updated the Docker image to: demisto/python3:3.11.10.113941.
SetMultipleValues
- Updated the Docker image to: demisto/python3:3.11.10.113941.
FeedRelatedIndicatorsWidget
- Updated the Docker image to: demisto/python3:3.11.10.113941.
GenerateRandomUUID
- Updated the Docker image to: demisto/python3:3.11.10.113941.
SetTime
- Updated the Docker image to: demisto/python3:3.11.10.113941.
PrettyPrint
- Updated the Docker image to: demisto/python3:3.11.10.113941.
cveReputationV2
- Updated the Docker image to: demisto/python3:3.11.10.113941.
VerifyCIDR
- Updated the Docker image to: demisto/python3:3.11.10.113941.
IsListExist
- Updated the Docker image to: demisto/python3:3.11.10.113941.
get-user-data
- Updated the Docker image to: demisto/python3:3.11.10.113941.
LookupCSV
- Updated the Docker image to: demisto/python3:3.11.10.113941.
DomainReputation
- Updated the Docker image to: demisto/python3:3.11.10.113941.
SCPPullFiles
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ParseCSV
- Updated the Docker image to: demisto/python3:3.11.10.113941.
AppendindicatorFieldWrapper
- Updated the Docker image to: demisto/python3:3.11.10.113941.
CVSSCalculator
- Updated the Docker image to: demisto/python3:3.11.10.113941.
GetEntries
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ExportAuditLogsToFile
- Updated the Docker image to: demisto/python3:3.11.10.113941.
MaliciousRatioReputation
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ZipStrings
- Updated the Docker image to: demisto/python3:3.11.10.113941.
CheckContextValue
- Updated the Docker image to: demisto/python3:3.11.10.113941.
displayUtilitiesResults
- Updated the Docker image to: demisto/python3:3.11.10.113941.
RepopulateFiles
- Updated the Docker image to: demisto/python3:3.11.10.113941.
CheckFieldValue
- Updated the Docker image to: demisto/python3:3.11.10.113941.
IsUrlPartOfDomain
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ConvertCountryCodeCountryName
- Updated the Docker image to: demisto/python3:3.11.10.113941.
GenerateSummaryReportButton
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ConvertDatetoUTC
- Updated the Docker image to: demisto/python3:3.11.10.113941.
IsDomainInternal
- Updated the Docker image to: demisto/python3:3.11.10.113941.
GetEnabledInstances
- Updated the Docker image to: demisto/python3:3.11.10.113941.
GetServerURL
- Updated the Docker image to: demisto/python3:3.11.10.113941.
DumpJSON
- Updated the Docker image to: demisto/python3:3.11.10.113941.
TimeStampCompare
- Updated the Docker image to: demisto/python3:3.11.10.113941.
SetByIncidentId
- Updated the Docker image to: demisto/python3:3.11.10.113941.
CompareLists
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ConvertTimezoneFromUTC
- Updated the Docker image to: demisto/python3:3.11.10.113941.
TextFromHTML
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ServerLogs_docker
- Updated the Docker image to: demisto/python3:3.11.10.113941.
CalculateEntropy
- Updated the Docker image to: demisto/python3:3.11.10.113941.
DockerHardeningCheck
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ListUsedDockerImages
- Updated the Docker image to: demisto/python3:3.11.10.113941.
IncidentFields
- Updated the Docker image to: demisto/python3:3.11.10.113941.
FilterByList
- Updated the Docker image to: demisto/python3:3.11.10.113941.
FileReputation
- Updated the Docker image to: demisto/python3:3.11.10.113941.
URLSSLVerification
- Updated the Docker image to: demisto/python3:3.11.10.113941.
NumberOfPhishingAttemptPerUser
- Updated the Docker image to: demisto/python3:3.11.10.113941.
PortListenCheck
- Updated the Docker image to: demisto/python3:3.11.10.113941.
URLReputation
- Updated the Docker image to: demisto/python3:3.11.10.113941.
IsInternalHostName
- Updated the Docker image to: demisto/python3:3.11.10.113941.
URLNumberOfAds
- Updated the Docker image to: demisto/python3:3.11.10.113941.
JSONtoCSV
- Updated the Docker image to: demisto/python3:3.11.10.113941.
IPReputation
- Updated the Docker image to: demisto/python3:3.11.10.113941.
PrintContext
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ReplaceMatchGroup
- Updated the Docker image to: demisto/python3:3.11.10.113941.
TopMaliciousRatioIndicators
- Updated the Docker image to: demisto/python3:3.11.10.113941.
UtilAnyResults
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ServerLogs
- Updated the Docker image to: demisto/python3:3.11.10.113941.
OnionURLReputation
- Updated the Docker image to: demisto/python3:3.11.10.113941.
enrich_exclude_button
- Updated the Docker image to: demisto/python3:3.11.10.113941.
GetFieldsByIncidentType
- Updated the Docker image to: demisto/python3:3.11.10.113941.
SetDateField
- Updated the Docker image to: demisto/python3:3.11.10.113941.
AssignToMeButton
- Updated the Docker image to: demisto/python3:3.11.10.113941.
AddKeyToList
- Updated the Docker image to: demisto/python3:3.11.10.113941.
PopulateCriticalAssets
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ExtractEmailV2
- Updated the Docker image to: demisto/python3:3.11.10.113941.
SearchIncidentsSummary
- Updated the Docker image to: demisto/python3:3.11.10.113941.
IsIPPrivate
- Updated the Docker image to: demisto/python3:3.11.10.113941.
FileToBase64List
- Updated the Docker image to: demisto/python3:3.11.10.113941.
IsInternalDomainName
- Updated the Docker image to: demisto/python3:3.11.10.113941.
FileCreateAndUploadV2
- Updated the Docker image to: demisto/python3:3.11.10.113941.
RemoveKeyFromList
- Updated the Docker image to: demisto/python3:3.11.10.113941.
DecodeMimeHeader
- Updated the Docker image to: demisto/python3:3.11.10.113941.
DeduplicateValuesbyKey
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ExtractIndicatorsFromTextFile
- Updated the Docker image to: demisto/python3:3.11.10.113941.
LoadJSON
- Updated the Docker image to: demisto/python3:3.11.10.113941.
BreachConfirmationHTML
- Updated the Docker image to: demisto/python3:3.11.10.113941.
DBotAverageScore
- Updated the Docker image to: demisto/python3:3.11.10.113941.
CalculateTimeDifference
- Updated the Docker image to: demisto/python3:3.11.10.113941.
SSDeepReputation
- Updated the Docker image to: demisto/python3:3.11.10.113941.
MarkAsNoteByTag
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ShowIncidentIndicators
- Updated the Docker image to: demisto/python3:3.11.10.113941.
displayMappedFields
- Updated the Docker image to: demisto/python3:3.11.10.113941.
MarkAsEvidenceByTag
- Updated the Docker image to: demisto/python3:3.11.10.113941.
EncodeToAscii
- Updated the Docker image to: demisto/python3:3.11.10.113941.
PrintRaw
- Updated the Docker image to: demisto/python3:3.11.10.113941.
GetStringsDistance
- Updated the Docker image to: demisto/python3:3.11.10.113941.
HttpV2
- Updated the Docker image to: demisto/python3:3.11.10.113941.
SetIndicatorGridField
- Updated the Docker image to: demisto/python3:3.11.10.113941.
IndicatorMaliciousRatioCalculation
- Updated the Docker image to: demisto/python3:3.11.10.113941.
EmailReputation
- Updated the Docker image to: demisto/python3:3.11.10.113941.
PrintErrorEntry
- Updated the Docker image to: demisto/python3:3.11.10.113941.
GridFieldSetup
- Updated the Docker image to: demisto/python3:3.11.10.113941.
JSONFileToCSV
- Updated the Docker image to: demisto/python3:3.11.10.113941.
GetIndicatorDBotScore
- Updated the Docker image to: demisto/python3:3.11.10.113941.
CopyNotesToIncident
- Updated the Docker image to: demisto/python3:3.11.10.113941.
MatchRegexV2
- Updated the Docker image to: demisto/python3:3.11.10.113941.
IdentifyAttachedEmail
- Updated the Docker image to: demisto/python3:3.11.10.113941.
GetInstances
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ArrayToCSV
- Updated the Docker image to: demisto/python3:3.11.10.113941.
EditServerConfig
- Updated the Docker image to: demisto/python3:3.11.10.113941.
GetErrorsFromEntry
- Updated the Docker image to: demisto/python3:3.11.10.113941.
CopyContextToField
- Updated the Docker image to: demisto/python3:3.11.10.113941.
DisplayHTML
- Updated the Docker image to: demisto/python3:3.11.10.113941.
GetLicenseID
- Updated the Docker image to: demisto/python3:3.11.10.113941.
GetIndicatorDBotScoreFromCache
- Updated the Docker image to: demisto/python3:3.11.10.113941.
DemistoVersion
- Updated the Docker image to: demisto/python3:3.11.10.113941.
StringSimilarity
- Updated the Docker image to: demisto/python3:3.11.10.113941.
ParseYAML
- Updated the Docker image to: demisto/python3:3.11.10.113941.
VerifyIPv6Indicator
- Updated the Docker image to: demisto/python3:3.11.10.113941.
StopScheduledTask
- Updated the Docker image to: demisto/python3:3.11.10.113941.
RunDockerCommand
- Updated the Docker image to: demisto/python3:3.11.10.113941.
RunPollingCommand
- Updated the Docker image to: demisto/python3:3.11.10.113941.
BMCTool
- Updated the Docker image to: demisto/python3:3.11.10.113941.
VerdictResult
- Updated the Docker image to: demisto/python3:3.11.10.113941.
hideFieldsOnNewIncident
- Updated the Docker image to: demisto/python3:3.11.10.113941.
CompareIncidentsLabels
- Updated the Docker image to: demisto/python3:3.11.10.113941.
PositiveDetectionsVSDetectionEngines
- Updated the Docker image to: demisto/python3:3.11.10.113941.
SetWithTemplate
- Updated the Docker image to: demisto/python3:3.11.10.113941.
Base64ListToFile
- Updated the Docker image to: demisto/python3:3.11.10.113941.
SearchIndicator
- Updated the Docker image to: demisto/python3:3.11.10.113941.
CreateIndicatorsFromSTIX
- Updated the Docker image to: demisto/python3:3.11.10.113941.
FormatURL
- Updated the Docker image to: demisto/python3:3.11.10.113941.
SendEmailOnSLABreach
- Updated the Docker image to: demisto/python3:3.11.10.113941.
LinkIncidentsButton
- Updated the Docker image to: demisto/python3:3.11.10.113941.
GetListRow
- Updated the Docker image to: demisto/python3:3.11.10.113941.
CertificateReputation
- Updated the Docker image to: demisto/python3:3.11.10.113941.
LinkIncidentsWithRetry
- Updated the Docker image to: demisto/python3:3.11.10.113941.
- 36995
- 37051
- 37052
- 36992
- 37006
- 36997
- 36994
- 36998
- 36993
- 37059
Download
Scripts
PreProcessImage
- Updated the Docker image to: demisto/processing-image-file:1.0.0.113909.
PcapHTTPExtractor
- Updated the Docker image to: demisto/pcap-http-extractor:1.0.0.113908.
- 36780
- 36769
- 36784
- 36766
- 36771
- 36498
- 36747
- 36773
- 36759
- 36725
- 36774
- 35865
Download
Scripts
SSDeepSimilarity
- Updated the Docker image to: demisto/ssdeep:1.0.0.112284.
PDFUnlocker
- Updated the Docker image to: demisto/readpdf:1.0.0.112283.
JsonUnescape
- Updated the Docker image to: demisto/python3-deb:3.11.10.112166.
ReadPDFFileV2
- Updated the Docker image to: demisto/readpdf:1.0.0.112283.
UnzipFile
- Updated the Docker image to: demisto/unzip:1.0.0.112289.
PcapHTTPExtractor
- Updated the Docker image to: demisto/pcap-http-extractor:1.0.0.112272.
ReadQRCode
- Updated the Docker image to: demisto/qrcode:1.0.0.112357.
- 36505
- 36495
- 36494
- 36493
- 36492
- 36491
- 36490
- 36489
- 36486
- 36485
- 36484
- 36483
- 36488
- 36487
Download
Scripts
New: get-user-data
New: This script gathers user data from multiple integrations and returns an Account entity with consolidated information to the context. (Available from Cortex XSOAR 6.10.0).
ShowIncidentIndicators
- Fixed an issue with ShowIncidentIndicators fetching indicators with the same IDs.
- Updated the Docker image to: demisto/python3:3.11.10.111526.
- 36260
- 36657
Download
Scripts
ExtractFQDNFromUrlAndEmail
- Documentation and metadata improvements.
- Updated the Docker image to: demisto/py3-tools:1.0.0.108682.
ExtractDomainAndFQDNFromUrlAndEmail
- Documentation and metadata improvements.
- Updated the Docker image to: demisto/py3-tools:1.0.0.108682.
- 36053
Download
Scripts
ScheduleGenericPolling
- Fixed an issue where the script failed when given values containing quotation marks.
- Updated the Docker image to: demisto/python3:3.11.9.107902.
GenericPollingScheduledTask
- Fixed an issue where the script failed when given values containing quotation marks.
- 35995
Download
Scripts
ExtractIndicatorsFromWordFile
- Updated the Docker image to: demisto/office-utils:2.0.0.107687.
ExtractHyperlinksFromOfficeFiles
- Updated the Docker image to: demisto/office-utils:2.0.0.107687.
ConvertFile
- Updated the Docker image to: demisto/office-utils:2.0.0.107687.
ParseWordDoc
- Updated the Docker image to: demisto/office-utils:2.0.0.107687.
- 35403
Download
Scripts
DBotUpdateLogoURLPhishing
Updated the Docker image to: demisto/mlurlphishing:1.0.0.103417.
New: GenerateAsBuiltConfiguration
- New: Generate a JSON file that can be downloaded and used to create the As-Built document for Cortex XSOAR. (Available from Cortex XSOAR 6.10.0).
- 35178
- 35115
Download
Scripts
VerifyIPv6Indicator
- Updated the IPv6 formatter to remove unneeded prefixed characters.
- Updated the Docker image to: demisto/python3:3.10.14.101217.
DisplayHTMLWithImages
- Fixed an issue where embedded images not appear in the Email Body section in the Phishing incident layout.
- Updated the Docker image to: demisto/python3:3.10.14.99474.
- 35135
Download
Scripts
ReadQRCode
- Improved implementation of
stderr
redirection by removingwurlitzer.pipes()
and redirectingstderr
to a temporary file. - The automation now extracts QR codes exclusively to improve performance.
- Updated the Docker image to: demisto/qrcode:1.0.0.98232.
- 34579
Download
Scripts
FetchIndicatorsFromFile
- Updated the Docker image to: demisto/py3-tools:1.0.0.96102.
ExifRead
- Updated the Docker image to: demisto/py3-tools:1.0.0.96102.
ExtractDomainAndFQDNFromUrlAndEmail
- Updated the Docker image to: demisto/py3-tools:1.0.0.96102.
ExtractFQDNFromUrlAndEmail
- Updated the Docker image to: demisto/py3-tools:1.0.0.96102.
LanguageDetect
- Updated the Docker image to: demisto/py3-tools:1.0.0.96102.
StixCreator
- Updated the Docker image to: demisto/py3-tools:1.0.0.96102.
ExtractDomainFromUrlAndEmail
- Updated the Docker image to: demisto/py3-tools:1.0.0.96102.
ParseExcel
- Updated the Docker image to: demisto/py3-tools:1.0.0.96102.
- 34465
- 33830
- 33831
- 33828
- 33825
- 33805
- 33871
Download
Scripts
ParseWordDoc
- Updated the Docker image to: demisto/office-utils:2.0.0.93886.
DBotUpdateLogoURLPhishing
- Updated the Docker image to: demisto/mlurlphishing:1.0.0.90588.
SSDeepSimilarity
- Updated the Docker image to: demisto/ssdeep:1.0.0.93570.
PreProcessImage
- Updated the Docker image to: demisto/processing-image-file:1.0.0.93358.
AquatoneDiscoverV2
- Updated the Docker image to: demisto/aquatone:2.0.0.93318.
PcapHTTPExtractor
- Updated the Docker image to: demisto/pcap-http-extractor:1.0.0.93351.
ReadPDFFileV2
- Updated the Docker image to: demisto/readpdf:1.0.0.93363.
ExtractIndicatorsFromWordFile
- Updated the Docker image to: demisto/office-utils:2.0.0.93886.
PDFUnlocker
- Updated the Docker image to: demisto/readpdf:1.0.0.93363.
- 34378
Download
Scripts
ExtractDomainFromUrlAndEmail
- Updated the Docker image to: demisto/py3-tools:1.0.0.91504.
LanguageDetect
- Updated the Docker image to: demisto/py3-tools:1.0.0.91504.
ExifRead
- Updated the Docker image to: demisto/py3-tools:1.0.0.91504.
ParseExcel
- Updated the Docker image to: demisto/py3-tools:1.0.0.91504.
ZipFile
- Updated the Docker image to: demisto/py3-tools:1.0.0.91504.
ExtractFQDNFromUrlAndEmail
- Updated the Docker image to: demisto/py3-tools:1.0.0.91504.
- 33641
- 33516
- 33519
- 33515
- 33329
- 33314
- 33318
- 33328
- 33357
- 33344
- 33359
- 33458
- 33535
- 33534
- 33537
- 33552
- 33580
- 33553
- 33418
- 33583
- 33555
- 33556
- 33559
- 33560
- 33619
- 33591
- 33602
- 33600
- 33314
- 33318
- 33328
- 33357
- 33344
- 33359
- 33458
Download
Scripts
AquatoneDiscoverV2
- Updated the Docker image to: demisto/aquatone:2.0.0.89205.
FetchIndicatorsFromFile
- Updated the Docker image to: demisto/py3-tools:1.0.0.89345.
VerifyJSON
- Updated the Docker image to: demisto/powershell:7.4.0.80528.
- 33391
- 33314
- 33318
- 33328
- 33357
- 33344
- 33359
- 33348
Download
Scripts
ScheduleGenericPolling
- Added support for propagating the
auto-extract
argument in both the initial and subsequent executions by introducing the extractMode argument. - Updated the Docker image to: demisto/python3:3.10.13.89009.
GenericPollingScheduledTask
- Added support for propagating the
auto-extract
argument in both the initial and subsequent executions by introducing the extractMode argument.
- 33146
Download
Scripts
CertificateExtract
- New: Extract fields from a certificate file and return the standard context. (Available from Cortex XSOAR 6.0.0).
- Updated the Docker image to: demisto/crypto:1.0.0.88857.
New: CertificateReputation
- New: Enrich and calculate the reputation of a certificate indicator. (Available from Cortex XSOAR 6.0.0).
FileCreateAndUploadV2
- Updated the Docker image to: demisto/python3:3.10.13.89009.
- 31341
Download
Scripts
StixCreator
- Fixed an issue where Export Stix failed when exporting a not STIX compatible object of type
Report
. - Updated the Docker image to demisto/py3-tools:1.0.0.88283.
ScheduleGenericPolling
- Fixed an issue where a value was not sanitized.
- Updated the Docker image to: demisto/python3:3.10.13.87159.
- 32878
Download
Scripts
LinkIncidentsWithRetry
- Updated the Docker image to: demisto/python3:3.10.13.86272.
CVSSCalculator
- Updated the Docker image to: demisto/python3:3.10.13.86272.
ExportContextToJSONFile
- Updated the Docker image to: demisto/python3:3.10.13.86272.
displayUtilitiesResults
- Updated the Docker image to: demisto/python3:3.10.13.86272.
PopulateCriticalAssets
- Updated the Docker image to: demisto/python3:3.10.13.86272.
LinkIncidentsButton
- Updated the Docker image to: demisto/python3:3.10.13.86272.
ConvertDatetoUTC
- Updated the Docker image to: demisto/python3:3.10.13.86272.
AssignToMeButton
- Updated the Docker image to: demisto/python3:3.10.13.86272.
IsDomainInternal
- Updated the Docker image to: demisto/python3:3.10.13.86272.
IndicatorMaliciousRatioCalculation
- Updated the Docker image to: demisto/python3:3.10.13.86272.
IPToHost
- Updated the Docker image to: demisto/python3:3.10.13.86272.
MarkAsEvidenceByTag
- Updated the Docker image to: demisto/python3:3.10.13.86272.
CopyContextToField
- Updated the Docker image to: demisto/python3:3.10.13.86272.
AddDBotScoreToContext
- Updated the Docker image to: demisto/python3:3.10.13.86272.
CloseInvestigationAsDuplicate
- Updated the Docker image to: demisto/python3:3.10.13.86272.
SetDateField
- Updated the Docker image to: demisto/python3:3.10.13.86272.
CompareIncidentsLabels
- Updated the Docker image to: demisto/python3:3.10.13.86272.
ContextContains
- Updated the Docker image to: demisto/python3:3.10.13.86272.
GenerateSummaryReportButton
- Updated the Docker image to: demisto/python3:3.10.13.86272.
DemistoVersion
- Updated the Docker image to: demisto/python3:3.10.13.86272.
IsIPPrivate
- Updated the Docker image to: demisto/python3:3.10.13.86272.
GenerateRandomString
- Updated the Docker image to: demisto/python3:3.10.13.86272.
EncodeToAscii
- Updated the Docker image to: demisto/python3:3.10.13.86272.
LoadJSONFileToContext
- Updated the Docker image to: demisto/python3:3.10.13.86272.
CalculateTimeDifference
- Updated the Docker image to: demisto/python3:3.10.13.86272.
IdentifyAttachedEmail
- Fixed an issue where the script was erroring when there were no File entries in the warroom.
- Updated the Docker image to: demisto/python3:3.10.13.87159.
- 32966
Download
Scripts
ExportToXLSX
- Updated the Docker image to: demisto/xslxwriter:1.0.0.86441.
UnzipFile
- Updated the Docker image to: demisto/unzip:1.0.0.86000.
PcapHTTPExtractor
- Updated the Docker image to: demisto/pcap-http-extractor:1.0.0.85826.
Dig
- Updated the Docker image to: demisto/netutils:1.0.0.86390.
HTMLtoMD
- Updated the Docker image to: demisto/btfl-soup:1.0.1.86352.
JsonUnescape
- Updated the Docker image to: demisto/python3-deb:3.10.13.85666.
GetDomainDNSDetails
- Updated the Docker image to: demisto/netutils:1.0.0.86390.
Ping
- Updated the Docker image to: demisto/netutils:1.0.0.86390.
ParseHTMLIndicators
- Updated the Docker image to: demisto/bs4-tld:1.0.0.86470.
ConvertXmlFileToJson
- Updated the Docker image to: demisto/xml-feed:1.0.0.86490.
ExtractHTMLTables
- Updated the Docker image to: demisto/bs4-py3:1.0.0.86348.
WordTokenizer
- Updated the Docker image to: demisto/nltk:2.0.0.86396.
- 32938
- 32763
- 32762
- 32741
- 32744
- 32745
- 32752
- 32753
- 32754
- 32759
- 32761
Download
Scripts
GetIndicatorDBotScoreFromCache
- Fixed an issue where the GetIndicatorDBotScoreFromCache automation failed when no IOCs were returned from the cache.
- Updated the Docker image to demisto/python3:3.10.13.86272.
CompareLists
- Updated the Docker image to: demisto/python3:3.10.13.86272.
SSDeepReputation
- Updated the Docker image to: demisto/python3:3.10.13.86272.
IsInternalDomainName
- Updated the Docker image to: demisto/python3:3.10.13.86272.
ListUsedDockerImages
- Updated the Docker image to: demisto/python3:3.10.13.86272.
FilterByList
- Updated the Docker image to: demisto/python3:3.10.13.86272.
GenerateRandomUUID
- Updated the Docker image to: demisto/python3:3.10.13.86272.
NumberOfPhishingAttemptPerUser
- Updated the Docker image to: demisto/python3:3.10.13.86272.
DockerHardeningCheck
- Updated the Docker image to: demisto/python3:3.10.13.86272.
HttpV2
- Updated the Docker image to: demisto/python3:3.10.13.86272.
- 32445
Download
Scripts
DecodeMimeHeader
- Updated the Docker image to: demisto/python3:3.10.13.86272.
DisableUserWrapper
- Updated the Docker image to: demisto/python3:3.10.13.86272.
ParseYAML
- Updated the Docker image to: demisto/python3:3.10.13.86272.
GetInstances
- Updated the Docker image to: demisto/python3:3.10.13.86272.
PrettyPrint
- Updated the Docker image to: demisto/python3:3.10.13.86272.
Base64EncodeV2
- Updated the Docker image to: demisto/python3:3.10.13.86272.
DisplayHTML
- Updated the Docker image to: demisto/python3:3.10.13.86272.
SetByIncidentId
- Updated the Docker image to: demisto/python3:3.10.13.86272.
LookupCSV
- Updated the Docker image to: demisto/python3:3.10.13.86272.
FeedRelatedIndicatorsWidget
- Updated the Docker image to: demisto/python3:3.10.13.86272.
URLSSLVerification
- Updated the Docker image to: demisto/python3:3.10.13.86272.
ArrayToCSV
- Updated the Docker image to: demisto/python3:3.10.13.86272.
TimeStampCompare
- Updated the Docker image to: demisto/python3:3.10.13.86272.
IsListExist
- Updated the Docker image to: demisto/python3:3.10.13.86272.
MaliciousRatioReputation
- Updated the Docker image to: demisto/python3:3.10.13.86272.
SetMultipleValues
- Updated the Docker image to: demisto/python3:3.10.13.86272.
DomainReputation
- Updated the Docker image to: demisto/python3:3.10.13.86272.
DumpJSON
- Updated the Docker image to: demisto/python3:3.10.13.86272.
SearchIndicator
- Updated the Docker image to: demisto/python3:3.10.13.86272.
CheckFieldValue
- Updated the Docker image to: demisto/python3:3.10.13.86272.
IdentifyAttachedEmail
- Updated the Docker image to: demisto/python3:3.10.13.86272.
TopMaliciousRatioIndicators
- Updated the Docker image to: demisto/python3:3.10.13.86272.
GetLicenseID
- Updated the Docker image to: demisto/python3:3.10.13.86272.
Strings
- Updated the Docker image to: demisto/python3:3.10.13.86272.
CheckSenderDomainDistance
- Updated the Docker image to: demisto/python3:3.10.13.86272.
HTTPListRedirects
- Updated the Docker image to: demisto/python3:3.10.13.86272.
ConvertTimezoneFromUTC
- Updated the Docker image to: demisto/python3:3.10.13.86272.
SetWithTemplate
- Updated the Docker image to: demisto/python3:3.10.13.86272.
CheckIndicatorValue
- Updated the Docker image to: demisto/python3:3.10.13.86272.
RunPollingCommand
- Updated the Docker image to: demisto/python3:3.10.13.86272.
AddKeyToList
- Updated the Docker image to: demisto/python3:3.10.13.86272.
ResolveShortenedURL
- Updated the Docker image to: demisto/python3:3.10.13.86272.
ExtractAttackPattern
- Updated the Docker image to: demisto/python3:3.10.13.86272.
BreachConfirmationHTML
- Updated the Docker image to: demisto/python3:3.10.13.86272.
PortListenCheck
- Updated the Docker image to: demisto/python3:3.10.13.86272.
JSONtoCSV
- Updated the Docker image to: demisto/python3:3.10.13.86272.
ParseCSV
- Updated the Docker image to: demisto/python3:3.10.13.86272.
CalculateEntropy
- Updated the Docker image to: demisto/python3:3.10.13.86272.
CreateHash
- Updated the Docker image to: demisto/python3:3.10.13.86272.
SendEmailOnSLABreach
- Updated the Docker image to: demisto/python3:3.10.13.86272.
Base64ListToFile
- Updated the Docker image to: demisto/python3:3.10.13.86272.
PositiveDetectionsVSDetectionEngines
- Updated the Docker image to: demisto/python3:3.10.13.86272.
MatchRegexV2
- Updated the Docker image to: demisto/python3:3.10.13.86272.
RunDockerCommand
- Updated the Docker image to: demisto/python3:3.10.13.86272.
GetEntries
- Updated the Docker image to: demisto/python3:3.10.13.86272.
JSONFileToCSV
- Updated the Docker image to: demisto/python3:3.10.13.86272.
cveReputationV2
- Updated the Docker image to: demisto/python3:3.10.13.86272.
RepopulateFiles
- Updated the Docker image to: demisto/python3:3.10.13.86272.
SearchIncidentsSummary
- Updated the Docker image to: demisto/python3:3.10.13.86272.
StopScheduledTask
- Updated the Docker image to: demisto/python3:3.10.13.86272.
IsolationAssetWrapper
- Updated the Docker image to: demisto/python3:3.10.13.86272.
RemoveKeyFromList
- Updated the Docker image to: demisto/python3:3.10.13.86272.
VerifyIPv6Indicator
- Updated the Docker image to: demisto/python3:3.10.13.86272.
ReadFile
- Updated the Docker image to: demisto/python3:3.10.13.86272.
SetTime
- Updated the Docker image to: demisto/python3:3.10.13.86272.
- 32408
Download
Scripts
New: VerdictResult
New: This widget displays the incident verdict or the alert verdict based on the 'incident.verdict' or 'alert.verdict' field.
ParseEmailFilesV2
- Fixed a parsing issue when running on msg email files with headers only.
- Fixed an issue where EML multipart files were not parsed if they have a broken boundary.
- Updated the Docker image to: demisto/parse-emails:1.0.0.83945.
- 31683
Download
Scripts
IncidentFields
- Deprecated the demisto-api-* commands and replaced with the core-api-* commands. (Commands are identical, no effect is expected.)
ExportIndicatorsToCSV
- Deprecated the demisto-api-* commands and replaced with the core-api-* commands. (Commands are identical, no effect is expected.)
ExportIncidentsToCSV
- Deprecated the demisto-api-* commands and replaced with the core-api-* commands. (Commands are identical, no effect is expected.)
GetFieldsByIncidentType
- Deprecated the demisto-api-* commands and replaced with the core-api-* commands. (Commands are identical, no effect is expected.)
EditServerConfig
- Deprecated the demisto-api-* commands and replaced with the core-api-* commands. (Commands are identical, no effect is expected.)
- Updated the Docker image to: demisto/python3:3.10.13.83255.
GenerateAsBuilt
- Deprecated the demisto-api-* commands and replaced with the core-api-* commands. (Commands are identical, no effect is expected.)
ExportAuditLogsToFile
- Deprecated the demisto-api-* commands and replaced with the core-api-* commands. (Commands are identical, no effect is expected.)
- Updated the Docker image to: demisto/python3:3.10.13.83255.
ContentPackInstaller
- Deprecated the demisto-api-* commands and replaced with the core-api-* commands. (Commands are identical, no effect is expected.)
- Updated the Docker image to: demisto/xsoar-tools:1.0.0.83431.
ProvidesCommand
- Deprecated the demisto-api-* commands and replaced with the core-api-* commands. (Commands are identical, no effect is expected.)
- 31388
Download
Scripts
ConvertFile
- Updated the Docker image to: demisto/office-utils:2.0.0.82639.
ScheduleGenericPolling
- Updated the Docker image to: demisto/python3:3.10.13.83255.
ChangeContext
- Updated the Docker image to: demisto/python3:3.10.13.83255.
MarkAsNoteByTag
- Updated the Docker image to: demisto/python3:3.10.13.83255.
ExportIncidentsToCSV
- Updated the Docker image to: demisto/python3:3.10.13.83255.
EmailReputation
- Updated the Docker image to: demisto/python3:3.10.13.83255.
OnionURLReputation
- Updated the Docker image to: demisto/python3:3.10.13.83255.
FileCreateAndUploadV2
- Updated the Docker image to: demisto/python3:3.10.13.83255.
GetServerURL
- Updated the Docker image to: demisto/python3:3.10.13.83255.
ShowLocationOnMap
- Updated the Docker image to: demisto/python3:3.10.13.83255.
ExportIndicatorsToCSV
- Updated the Docker image to: demisto/python3:3.10.13.83255.
CheckContextValue
- Updated the Docker image to: demisto/python3:3.10.13.83255.
GetEnabledInstances
- Updated the Docker image to: demisto/python3:3.10.13.83255.
FileReputation
- Updated the Docker image to: demisto/python3:3.10.13.83255.
ConvertCountryCodeCountryName
- Updated the Docker image to: demisto/python3:3.10.13.83255.
IsUrlPartOfDomain
- Updated the Docker image to: demisto/python3:3.10.13.83255.
ServerLogs
- Updated the Docker image to: demisto/python3:3.10.13.83255.
PrintRaw
- Updated the Docker image to: demisto/python3:3.10.13.83255.
DisplayHTMLWithImages
- Updated the Docker image to: demisto/python3:3.10.13.83255.
SCPPullFiles
- Updated the Docker image to: demisto/python3:3.10.13.83255.
StopTimeToAssignOnOwnerChange
- Updated the Docker image to: demisto/python3:3.10.13.83255.
CreateIndicatorsFromSTIX
- Updated the Docker image to: demisto/python3:3.10.13.83255.
ShowIncidentIndicators
- Updated the Docker image to: demisto/python3:3.10.13.83255.
GetDataCollectionLink
- Updated the Docker image to: demisto/python3:3.10.13.83255.
PrintContext
- Updated the Docker image to: demisto/python3:3.10.13.83255.
ServerLogs_docker
- Updated the Docker image to: demisto/python3:3.10.13.83255.
GetStringsDistance
- Updated the Docker image to: demisto/python3:3.10.13.83255.
GetDockerImageLatestTag
- Updated the Docker image to: demisto/python3:3.10.13.83255.
GetIndicatorDBotScore
- Updated the Docker image to: demisto/python3:3.10.13.83255.
CreateNewIndicatorsOnly
- Updated the Docker image to: demisto/python3:3.10.13.83255.
ChangeRemediationSLAOnSevChange
- Updated the Docker image to: demisto/python3:3.10.13.83255.
DBotAverageScore
- Updated the Docker image to: demisto/python3:3.10.13.83255.
PrintErrorEntry
- Updated the Docker image to: demisto/python3:3.10.13.83255.
ExtractIndicatorsFromTextFile
- Updated the Docker image to: demisto/python3:3.10.13.83255.
UtilAnyResults
- Updated the Docker image to: demisto/python3:3.10.13.83255.
ZipStrings
- Updated the Docker image to: demisto/python3:3.10.13.83255.
GridFieldSetup
- Updated the Docker image to: demisto/python3:3.10.13.83255.
GetByIncidentId
- Updated the Docker image to: demisto/python3:3.10.13.83255.
ProvidesCommand
- Updated the Docker image to: demisto/python3:3.10.13.83255.
ReplaceMatchGroup
- Updated the Docker image to: demisto/python3:3.10.13.83255.
VerifyCIDR
- Updated the Docker image to: demisto/python3:3.10.13.83255.
AppendindicatorFieldWrapper
- Updated the Docker image to: demisto/python3:3.10.13.83255.
URLNumberOfAds
- Updated the Docker image to: demisto/python3:3.10.13.83255.
FileToBase64List
- Updated the Docker image to: demisto/python3:3.10.13.83255.
GetFieldsByIncidentType
- Updated the Docker image to: demisto/python3:3.10.13.83255.
LoadJSON
- Updated the Docker image to: demisto/python3:3.10.13.83255.
URLReputation
- Updated the Docker image to: demisto/python3:3.10.13.83255.
IncidentFields
- Updated the Docker image to: demisto/python3:3.10.13.83255.
hideFieldsOnNewIncident
- Updated the Docker image to: demisto/python3:3.10.13.83255.
IPReputation
- Updated the Docker image to: demisto/python3:3.10.13.83255.
DeduplicateValuesbyKey
- Updated the Docker image to: demisto/python3:3.10.13.83255.
GenerateAsBuilt
- Updated the Docker image to: demisto/teams:1.0.0.83464.
- 31448
Download
Scripts
New: ReadQRCode
- New: This script uses the open-source library OpenCV to extract text from QR codes. The output of this script includes the output of the script "extractIndicators" run on the text extracted from the QR code. (Available from Cortex XSOAR 6.10.0).
- 31323
Download
Scripts
FormatURL
- Improved error handling for better performance when the script fails.
- Updated the Docker image to: demisto/python3:3.10.13.80593.
ExtractDomainAndFQDNFromUrlAndEmail
- Improved error handling for better performance when the script fails.
- Updated the Docker image to: demisto/py3-tools:1.0.0.81280.
ExtractEmailV2
- Improved error handling for better performance when the script fails.
- Updated the Docker image to: demisto/python3:3.10.13.80593.
Sleep
Improved performance for longer sleep times. When seconds is greater than the configured threshold (5 minutes by default), sleep will switch to a polling state instead of waiting.
- 30661
Download
Scripts
IsIntegrationAvailable
- Improved implementation for better performance.
- Updated the Docker image to: demisto/python3:3.10.13.80593.
GetListRow
- Fixed an issue where sometimes a redundant
\r
would appear at the end of the line. - Updated the Docker image to: demisto/python3:3.10.13.80593.
- 31020
Download
PUBLISHER
PLATFORMS
INFO
Certification | Certified | Read more |
Supported By | Cortex | |
Created | July 27, 2020 | |
Last Release | November 14, 2024 |