You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EWS
-- Added find folders command, support fetching mails from a predefined folder and different fixes to command outputs
PassiveTotal
-- Fixed search command
SplunkPy
-- Add capabilities to search events and create events back into splunk
Vectra
-- Fix some edge case of vec-detections api call
Scripts
5 New Scripts
CreateEmailHtmlBody
-- This script allows creating an HTML email body, using a template stored as a list item under Lists (Settings -> Advanced -> Lists).
Placeholders are marked in DQ format (i.e. ${incident.id} for incident ID).
Available placeholders for example:
${incident.labels.Email/from}
${incident.name}
${args.subject}
See incident Context Data menu for available placeholders
DumpJSON
-- Dumps a json from context key input, and returns a json object string result
GoogleAuthURL
-- Generate a Google auth URL to authenticate for a given list of scopes
StringLength
-- Returns the length of the string passed as argument
http
-- Wrapper around http common function
22 Improved Scripts
CommonServerPython
-- Added methods like json2xml and xml2json
DataDomainReputation
-- Use caching to determine whether to run script again or not (from version 3.1.0)
DataHashReputation
-- Use caching to determine whether to run script again or not (from version 3.1.0)
DataIPReputation
-- Use caching to determine whether to run script again or not (from version 3.1.0)
DataURLReputation
-- Use caching to determine whether to run script again or not (from version 3.1.0)
ExportToCSV
-- Wrap values that have commas with quotes
HTTPListRedirects
-- Make sure we have an http prefix for URLs
PCAPMiner
-- The ability to provide Demisto lib location
ParseEmailFiles
-- Remove pip install for olefile dependency, not needed
Print
-- Added Markdown support
ToTable
-- Faltten data objects by default
UnzipFile
-- updated unzip files to war room
VectraClassifier
-- Depercated, use classification wizard instead
VectraDetections
-- Depercated, use vectra-detections command instead
VectraGetDetetctionsById
-- Depercated, use vectra-detections command instead
VectraGetHostById
-- Depercated, use vectra-hosts command instead
VectraHealth
-- Depercated, use vectra-health command instead
VectraHosts
-- Depercated, use vectra-hosts command instead
VectraSensors
-- Depercated, use vectra-sensors command instead
VectraSettings
-- Depercated, use vectra-settings command instead
VectraSummary
-- Depercated
VectraTriage
-- Depercated, use vectra-triage command instead