Skip to main content

OnboardingIntegration

This Integration is part of the OnboardingIntegration Pack.#

Creates mock email incidents using one of two randomly selected HTML templates. Textual content is randomly generated and defined to include some text (100 random words) and the following data (at least 5 of each data type): IP addresses, URLs, SHA-1 hashes, SHA-256 hashes, MD5 hashes, email addresses, domain names.

Configure OnboardingIntegration in Cortex#

ParameterRequired
Number of incidents to create per minuteFalse
Maximum number of incidents to createFalse
How often to create new incidents (in minutes)False
Fetch incidentsFalse
Incident typeFalse

Commands#

You can execute these commands from the CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

demo-ip#


Gets the simulated reputation of the IP address.

Base Command#

demo-ip

Input#

Argument NameDescriptionRequired
ipThe IP address to get the reputation of.Required

Context Output#

PathTypeDescription
IP.AddressStringIP address that was tested
IP.Malicious.VendorStringFor malicious IPs, the vendor that made the decision
IP.Malicious.DescriptionStringFor malicious IPs, the reason that the vendor made the decision
DBotScore.TypeStringThe indicator type
DBotScore.VendorStringThe vendor used to calculate the score
DBotScore.ScoreNumberThe actual score
DBotScore.IndicatorStringThe indicator that was tested

demo-url#


Gets the simulated reputation of the URL address.

Base Command#

demo-url

Input#

Argument NameDescriptionRequired
urlThe URL to get the reputation of.Required

Context Output#

PathTypeDescription
URL.DataStringThe URL address that was tested
URL.Malicious.VendorStringFor malicious URLs, the vendor that made the decision
URL.Malicious.DescriptionStringFor malicious URLs, the reason that the vendor made the decision
DBotScore.TypeStringThe indicator type
DBotScore.VendorStringThe vendor used to calculate the score
DBotScore.ScoreNumberThe actual score
DBotScore.IndicatorStringThe indicator that was tested

demo-domain#


Gets the simulated reputation of the domain.

Base Command#

demo-domain

Input#

Argument NameDescriptionRequired
domainThe domain to get the reputation of.Required

Context Output#

PathTypeDescription
Domain.NameStringThe domain name that was tested
Domain.Malicious.VendorStringFor malicious domains, the vendor that made the decision
Domain.Malicious.DescriptionStringFor malicious domains, the reason that the vendor made the decision
DBotScore.TypeStringIndicator type
DBotScore.VendorStringVendor used to calculate the score
DBotScore.ScoreNumberThe actual score
DBotScore.IndicatorStringThe indicator that was tested

demo-file#


Gets the simulated reputation of the file hash.

Base Command#

demo-file

Input#

Argument NameDescriptionRequired
fileThe file hash to get the reputation of.Required

Context Output#

PathTypeDescription
File.MD5StringFile MD5 hash that was tested
File.SHA1StringFile SHA-1 hash that was tested
File.SHA256StringFile SHA-256 hash that was tested
File.SHA512StringFile SHA-512 hash that was tested
File.Malicious.VendorStringFor malicious files, the vendor that made the decision
File.Malicious.DescriptionStringFor malicious files, the reason that the vendor made the decision
DBotScore.TypeStringThe indicator type
DBotScore.VendorStringThe vendor used to calculate the score
DBotScore.ScoreNumberThe actual score
DBotScore.IndicatorStringThe indicator that was tested

demo-email#


Gets the simulated reputation of the email address.

Base Command#

demo-email

Input#

Argument NameDescriptionRequired
emailThe email address to get the reputation of.Required

Context Output#

PathTypeDescription
Account.Email.AddressStringThe email address that was tested
Account.Email.Malicious.VendorStringFor malicious email addresses, the vendor that made the decision
Account.Email.Malicious.DescriptionStringFor malicious email addresses, the reason that the vendor made the decision
DBotScore.TypeStringThe indicator type
DBotScore.VendorStringThe vendor used to calculate the score
DBotScore.ScoreNumberThe actual score
DBotScore.IndicatorStringThe indicator that was tested