Skip to main content

Trend Micro Deep Discovery Analyzer (Beta)

This Integration is part of the Trend Micro Deep Discovery Analyzer Pack.#

beta

This is a beta Integration, which lets you implement and test pre-release software. Since the integration is beta, it might contain bugs. Updates to the integration during the beta phase might include non-backward compatible features. We appreciate your feedback on the quality and usability of the integration to help us identify issues, fix them, and continually improve.

trendmicro-dda-get-sample#


Retrieves a sample

Base Command#

trendmicro-dda-get-sample

Input#

Argument NameDescriptionRequired
sha1The SHA1 of the sample to get.Required
typeThe export data type. Possible values are: tgz, zip. Default is zip.Optional
encrypted0 (not encrypted) or 1 (Encrypted with password "virus"). Possible values are: 0, 1. Default is 0.Optional
archive_nameA name for the retrieved archive.Optional

Context Output#

PathTypeDescription
File.EntryIDstringDemisto entry ID of archive
File.SizenumberFile size
File.SHA1stringFile SHA1
File SHA256stringFile SHA256
File.NamestringFile name
File.SSDeepstringFile SSDeep
File.InfostringFile info
File.TypestringFile type
File.MD5stringFile MD5
File.ExtensionstringFile extension

trendmicro-dda-get-report#


Retrieves XML report of a given submission

Base Command#

trendmicro-dda-get-report

Input#

Argument NameDescriptionRequired
sha1The SHA1 of the submission.Required
thresholdDDA severity score (greater or equal to) for which the submission will be considered malicious. Possible values are: 0, 1, 2, 3. Default is 1.Optional
verboseReturn detailed report. Possible values are: false, true. Default is false.Optional

Context Output#

PathTypeDescription
TrendMicroDDA.Submission.StatusstringThe status of the submission
TrendMicroDDA.Submission.SHA1stringSHA1 of the submission
TrendMicroDDA.Submission.RiskLevelnumberThe Risk Level of the submission
DBotScore.ScorenumberThe actual score
DBotScore.IndicatorstringThe indicator we tested
DBotScore.TypestringThe type of the indicator
DBotScore.VendorstringVendor used to calculate the score
InfoFile.MD5stringMD5 hash of the report file
InfoFile.SHA1stringSHA1 hash of the report file
InfoFile.SHA256stringSHA256 hash of the report file
InfoFile.NamestringReport file name
InfoFile.TypestringReport file type e.g. "PE"
InfoFile.SizenumberReport file size
File.Malicious.VendorstringFor malicious files, the vendor that made the decision
File.Malicious.DescriptionstringFor malicious files, the reason for the vendor to make the decision
IP.AddressstringIPs relevant to the submission
Domain.NamestringDomains relevant to the submission
URL.DatastringURL data
File.MD5stringMD5 hash of the file
File.SHA1stringSHA1 hash of the file
File.SHA256stringSHA256 hash of the file
File.SizenumberFile size
File.NamestringFile name
TrendMicroDDA.Submission.SHA256stringSHA256 of the submission
TrendMicroDDA.Submission.MD5stringMD5 of the submission
TrendMicroDDA.Submission.VirusDetectedbooleanTrue if virus detected, else Flase
TrendMicroDDA.Submission.DownloadURLstringDownload URL address of files

trendmicro-dda-get-sample-list#


Retrieves a list of SHA1 of samples submitted within the given time interval

Base Command#

trendmicro-dda-get-sample-list

Input#

Argument NameDescriptionRequired
interval_startInterval start time, given in format ~~YYYY-MM-DD HH:MM:SS, e.g. 2008-11-22 19:53:42.Required
interval_endInterval end time, given in format YYYY-MM-DD HH:MM:SS, e.g. 2008-11-22 19:53:42.Required
interval_type0: Submission time, 1: Completion time. Possible values are: 0, 1. Default is 0.Optional

Context Output#

There is no context output for this command.

trendmicro-dda-check-status#


Checks the analysis status of the submissions

Base Command#

trendmicro-dda-check-status

Input#

Argument NameDescriptionRequired
sha1The SHA1 of the submissions. Example: "2492A18532745251FBC5DAF7160DAA49B90DBBE1, 52483514F07EB14570142F6927B77DEB7B4DA99F".Required

Context Output#

PathTypeDescription
TrendMicroDDA.Submission.StatusstringThe status of the submission
TrendMicroDDA.Submission.SHA1stringThe SHA1 of the submission

trendmicro-dda-upload-url#


Upload a URL to Trend Micro DDA

Base Command#

trendmicro-dda-upload-url

Input#

Argument NameDescriptionRequired
urlThe URL to upload.Required

Context Output#

PathTypeDescription
TrendMicroDDA.Submission.SHA1stringThe SHA1 of the submission
TrendMicroDDA.Submission.URLstringThe submitted URL

trendmicro-dda-upload-file#


Upload a file to Trend Micro DDA

Base Command#

trendmicro-dda-upload-file

Input#

Argument NameDescriptionRequired
entryIDEntryID of the file to upload.Required

Context Output#

PathTypeDescription
TrendMicroDDA.Submission.SHA1stringThe SHA1 of the submission

trendmicro-dda-get-brief-report#


Retrieves a brief XML report of a given submission

Base Command#

trendmicro-dda-get-brief-report

Input#

Argument NameDescriptionRequired
sha1SHA1 of the submission.Required
thresholdDDA severity score (greater or equal to) for which the submission will be considered malicious. Possible values are: 0, 1, 2, 3. Default is 1.Optional

Context Output#

There is no context output for this command.