OnboardingIntegration
OnboardingIntegration Pack.#
This Integration is part of theCreates 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 CortexParameter | Required |
---|---|
Number of incidents to create per minute | False |
Maximum number of incidents to create | False |
How often to create new incidents (in minutes) | False |
Fetch incidents | False |
Incident type | False |
#
CommandsYou 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-ipGets the simulated reputation of the IP address.
#
Base Commanddemo-ip
#
InputArgument Name | Description | Required |
---|---|---|
ip | The IP address to get the reputation of. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
IP.Address | String | IP address that was tested |
IP.Malicious.Vendor | String | For malicious IPs, the vendor that made the decision |
IP.Malicious.Description | String | For malicious IPs, the reason that the vendor made the decision |
DBotScore.Type | String | The indicator type |
DBotScore.Vendor | String | The vendor used to calculate the score |
DBotScore.Score | Number | The actual score |
DBotScore.Indicator | String | The indicator that was tested |
#
demo-urlGets the simulated reputation of the URL address.
#
Base Commanddemo-url
#
InputArgument Name | Description | Required |
---|---|---|
url | The URL to get the reputation of. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
URL.Data | String | The URL address that was tested |
URL.Malicious.Vendor | String | For malicious URLs, the vendor that made the decision |
URL.Malicious.Description | String | For malicious URLs, the reason that the vendor made the decision |
DBotScore.Type | String | The indicator type |
DBotScore.Vendor | String | The vendor used to calculate the score |
DBotScore.Score | Number | The actual score |
DBotScore.Indicator | String | The indicator that was tested |
#
demo-domainGets the simulated reputation of the domain.
#
Base Commanddemo-domain
#
InputArgument Name | Description | Required |
---|---|---|
domain | The domain to get the reputation of. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
Domain.Name | String | The domain name that was tested |
Domain.Malicious.Vendor | String | For malicious domains, the vendor that made the decision |
Domain.Malicious.Description | String | For malicious domains, the reason that the vendor made the decision |
DBotScore.Type | String | Indicator type |
DBotScore.Vendor | String | Vendor used to calculate the score |
DBotScore.Score | Number | The actual score |
DBotScore.Indicator | String | The indicator that was tested |
#
demo-fileGets the simulated reputation of the file hash.
#
Base Commanddemo-file
#
InputArgument Name | Description | Required |
---|---|---|
file | The file hash to get the reputation of. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
File.MD5 | String | File MD5 hash that was tested |
File.SHA1 | String | File SHA-1 hash that was tested |
File.SHA256 | String | File SHA-256 hash that was tested |
File.SHA512 | String | File SHA-512 hash that was tested |
File.Malicious.Vendor | String | For malicious files, the vendor that made the decision |
File.Malicious.Description | String | For malicious files, the reason that the vendor made the decision |
DBotScore.Type | String | The indicator type |
DBotScore.Vendor | String | The vendor used to calculate the score |
DBotScore.Score | Number | The actual score |
DBotScore.Indicator | String | The indicator that was tested |
#
demo-emailGets the simulated reputation of the email address.
#
Base Commanddemo-email
#
InputArgument Name | Description | Required |
---|---|---|
The email address to get the reputation of. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
Account.Email.Address | String | The email address that was tested |
Account.Email.Malicious.Vendor | String | For malicious email addresses, the vendor that made the decision |
Account.Email.Malicious.Description | String | For malicious email addresses, the reason that the vendor made the decision |
DBotScore.Type | String | The indicator type |
DBotScore.Vendor | String | The vendor used to calculate the score |
DBotScore.Score | Number | The actual score |
DBotScore.Indicator | String | The indicator that was tested |