Skip to main content

Brandefense Digital Risk Protection Services

This Integration is part of the Brandefense Digital Risk Protection Services Pack.#

Supported versions

Available on Cortex XSOAR (versions 6.10.0 and later) and Cortex XSIAM.

Brandefense Digital Risk Protection Services#

Brandefense is a SaaS platform offering Digital Risk Protection Services (DRPS), External Attack Surface Management (EASM), and Actionable Threat Intelligence. This integration connects Cortex XSOAR with the Brandefense platform to automate threat intelligence, brand monitoring, and phishing response operations.

What does this pack do?#

  • Fetches incidents and intelligence reports from Brandefense as Cortex XSOAR incidents (with deduplication).
  • Investigates IP addresses, domains, URLs, and file hashes against Brandefense IoC data.
  • Manages incidents: view details, indicators, related incidents, and change status.
  • Retrieves intelligence reports with indicators and rules.
  • Runs CTI-powered threat searches.
  • Lists and searches monitored assets.
  • Detects and investigates compromised devices.
  • Reviews the Brandefense platform audit trail.
  • Retrieves domain risk assessments for third-party risk management.
  • Creates confirmed phishing incidents and requests takedowns.
  • Retrieves consolidated indicators by type (leak, phishing, credit card, CVE, and similar categories).

Fetch Incidents#

The integration supports automatic incident fetching without duplicates.

  • Fetches both Incidents and Intelligence reports (configurable via Fetching Issue Types).
  • Tracks previously seen incident codes across fetch cycles to prevent duplicates.
  • Uses timestamp and code-based deduplication.
  • Auto-classifies items into the Brandefense Incident and Brandefense Intelligence types via the built-in classifier and incoming mapper.

Configure Brandefense Digital Risk Protection Services on Cortex XSOAR#

ParameterDescriptionRequired
Server URL (e.g. https://api.brandefense.io)True
API KeyYou can reach out your access token: https://brandefense.io/True
Trust any certificate (not secure)False
Use system proxy settingsFalse
Fetch incidentsFalse
Incidents Fetch IntervalStart fetching incidents from the specified time.False
First time fetchingFalse
Incident typeFalse
Max ResultsFalse
Maximum incidents per fetchMaximum number of incidents to fetch per cycle.False
Source ReliabilityReliability of the source providing the intelligence data.False
Incident CategoryThis parameter will request and show the incident's related module category.False
Incident ModuleThis parameter will request and show the incident's related module.False
Incident StatusThis parameter will request incident's by status.False
Intelligence CategoryThis parameter allows you to filter intelligence values by categories.False
Intelligence SearchThis parameter allows you to filter intelligence values with keyword search.False
Fetching Issue TypesThis parameter allows you to filter fetching by issue type.True
Incident RulesThis parameter will request and show the incident's related template. Don't select any to get all alerts.False

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.

ip#


Investigate an IP address against Brandefense threat intelligence.

Base Command#

ip

Input#

Argument NameDescriptionRequired
ipIP address to investigate.Required

Context Output#

PathTypeDescription
IP.AddressStringThe IP address.
IP.Malicious.VendorStringVendor reporting the IP as malicious.
IP.Malicious.DescriptionStringDescription of the malicious IP.
DBotScore.IndicatorStringThe indicator that was tested.
DBotScore.TypeStringThe indicator type.
DBotScore.VendorStringThe vendor used to calculate the score.
DBotScore.ScoreNumberThe actual score.
DBotScore.ReliabilityStringReliability of the source.
Brandefense.IP.dataStringThe IP address value.
Brandefense.IP.severityStringSeverity level.
Brandefense.IP.categoryStringCategory of the threat.
Brandefense.IP.first_seenDateFirst seen date.
Brandefense.IP.last_seenDateLast seen date.

domain#


Investigate a domain against Brandefense threat intelligence.

Base Command#

domain

Input#

Argument NameDescriptionRequired
domainDomain name to investigate.Required

Context Output#

PathTypeDescription
Domain.NameStringThe domain name.
Domain.Malicious.VendorStringVendor reporting the domain as malicious.
Domain.Malicious.DescriptionStringDescription of the malicious domain.
DBotScore.IndicatorStringThe indicator that was tested.
DBotScore.TypeStringThe indicator type.
DBotScore.VendorStringThe vendor used to calculate the score.
DBotScore.ScoreNumberThe actual score.
DBotScore.ReliabilityStringReliability of the source.
Brandefense.Domain.dataStringThe domain value.
Brandefense.Domain.severityStringSeverity level.
Brandefense.Domain.categoryStringCategory of the threat.
Brandefense.Domain.first_seenDateFirst seen date.
Brandefense.Domain.last_seenDateLast seen date.

url#


Investigate a URL against Brandefense threat intelligence.

Base Command#

url

Input#

Argument NameDescriptionRequired
urlURL address to investigate.Required

Context Output#

PathTypeDescription
URL.DataStringThe URL.
URL.Malicious.VendorStringVendor reporting the URL as malicious.
URL.Malicious.DescriptionStringDescription of the malicious URL.
DBotScore.IndicatorStringThe indicator that was tested.
DBotScore.TypeStringThe indicator type.
DBotScore.VendorStringThe vendor used to calculate the score.
DBotScore.ScoreNumberThe actual score.
DBotScore.ReliabilityStringReliability of the source.
Brandefense.URL.dataStringThe URL value.
Brandefense.URL.severityStringSeverity level.
Brandefense.URL.categoryStringCategory of the threat.
Brandefense.URL.first_seenDateFirst seen date.
Brandefense.URL.last_seenDateLast seen date.

file#


Investigate a file hash against Brandefense threat intelligence.

Base Command#

file

Input#

Argument NameDescriptionRequired
fileFile hash to investigate (MD5, SHA1, or SHA256).Required

Context Output#

PathTypeDescription
File.MD5StringThe MD5 hash of the file.
File.SHA1StringThe SHA1 hash of the file.
File.SHA256StringThe SHA256 hash of the file.
File.Malicious.VendorStringVendor reporting the file as malicious.
File.Malicious.DescriptionStringDescription of the malicious file.
DBotScore.IndicatorStringThe indicator that was tested.
DBotScore.TypeStringThe indicator type.
DBotScore.VendorStringThe vendor used to calculate the score.
DBotScore.ScoreNumberThe actual score.
DBotScore.ReliabilityStringReliability of the source.
Brandefense.File.dataStringThe hash value.
Brandefense.File.severityStringSeverity level.
Brandefense.File.categoryStringCategory of the threat.
Brandefense.File.first_seenDateFirst seen date.
Brandefense.File.last_seenDateLast seen date.

brandefense_get_incidents#


Get Brandefense incidents with optional filtering by status, module, category, and time period.

Base Command#

brandefense_get_incidents

Input#

Argument NameDescriptionRequired
statusFilter incidents by status. Possible values are: OPEN, IN_PROGRESS, CLOSED, RISK_ACCEPTED, REJECTED. Default is OPEN.Optional
time_rangePredefined time range. Overrides 'period' when set. Select 'Custom' to use created_at_range. Possible values are: Last 24 Hours, Last 7 Days, Last 30 Days, Last 90 Days, Last 6 Months, Last 1 Year, Custom.Optional
created_at_rangeCustom date range (start,end). Example: 2020-10-10,2023-10-10. Used when time_range is 'Custom' or not set.Optional
periodFetch period in hours. Used as fallback when time_range is not set. Default is 1.Optional
moduleFilter by incident module. Possible values are: SENSITIVE_FILE_DISCLOSURE, BREACH_MONITORING, PHISHING_MONITORING, DARKWEB_INTELLIGENCE, SOCIAL_MEDIA_MONITORING, MALICIOUS_FILES, EXECUTIVE_PROTECTION, SUPPLY_CHAIN_SECURITY, VULNERABILITY_MANAGEMENT, ATTACK_SURFACE, VULNERABILITY_INTELLIGENCE, INTELLIGENCE, THREAT_INTELLIGENCE, CREDIT_CARD, FRAUD_PROTECTION, CUSTOM_INVESTIGATION, MALWARE_ANALYZE, INVESTIGATION.Optional
module_categoryFilter by module category. Possible values are: BRAND_MONITORING, EXECUTIVE_PROTECTION, SUPPLY_CHAIN_SECURITY, EXPOSURE_MANAGEMENT, INTELLIGENCE, FRAUD_MONITORING, INTELLIGENCE_SUPPORT, INVESTIGATION.Optional
MaxResultsMaximum number of incidents to return. Default is 100.Optional
searchSearch keywords within incident title or code.Optional
severityFilter by incident severity. Possible values are: INFO, LOW, MEDIUM, HIGH, CRITICAL.Optional
tagsFilter by tags (comma-separated).Optional
network_typeFilter by network type. Possible values are: DARK_WEB, SURFACE_WEB.Optional
mitre_tacticsFilter by MITRE ATT&CK tactics. Possible values are: RECONNAISSANCE, RESOURCE_DEVELOPMENT, INITIAL_ACCESS, EXECUTION, PERSISTENCE, PRIVILEGE_ESCALATION, DEFENSE_EVASION, CREDENTIAL_ACCESS, DISCOVERY, LATERAL_MOVEMENT, COLLECTION, COMMAND_AND_CONTROL, EXFILTRATION, IMPACT.Optional
orderingOrder results. Possible values are: created_at, -created_at, severity, -severity.Optional
has_indicatorFilter incidents that have indicators. Possible values are: true, false.Optional
has_attachmentFilter incidents that have attachments. Possible values are: true, false.Optional
typeFilter by incident type. Possible values are: COMPROMISED_EMPLOYEE_ACCOUNT, COMPROMISED_CLIENT_ACCOUNT, EXECUTIVE_PERSON_EMAIL_LEAK, COMPROMISED_DEVICE, CONFIRMED_PHISHING_ADDRESS, POTENTIAL_PHISHING_ADDRESS, DARKWEB_INTELLIGENCE, SENSITIVE_FILE_DISCLOSURE, CONFIRMED_IMPERSONATED_ACCOUNT, POTENTIAL_IMPERSONATED_ACCOUNT, VULNERABLE_TECHNOLOGY_ASSESSMENT, CREDIT_CARD, ATTACK_SURFACE, CUSTOM_INVESTIGATION, MALWARE_ANALYZE, FRAUD_PROTECTION, VULNERABILITY_DETECTION, OTHER.Optional

Context Output#

PathTypeDescription
Brandefense.Incident.idNumberIncident ID.
Brandefense.Incident.codeStringIncident code.
Brandefense.Incident.titleStringIncident title.
Brandefense.Incident.created_atDateIncident creation date.
Brandefense.Incident.statusStringIncident status.
Brandefense.Incident.severityStringIncident severity.
Brandefense.Incident.reference_urlStringURL to view the incident in Brandefense.
Brandefense.Incident.indicatorsUnknownList of indicators associated with the incident.

brandefense_get_incident_detail#


Get detailed information for a specific Brandefense incident.

Base Command#

brandefense_get_incident_detail

Input#

Argument NameDescriptionRequired
codeIncident code identifier.Required

Context Output#

PathTypeDescription
Brandefense.IncidentDetail.codeStringIncident code.
Brandefense.IncidentDetail.titleStringIncident title.
Brandefense.IncidentDetail.descriptionStringIncident description.
Brandefense.IncidentDetail.severityStringIncident severity.
Brandefense.IncidentDetail.statusStringIncident status.
Brandefense.IncidentDetail.created_atDateCreation date.
Brandefense.IncidentDetail.reference_urlStringURL to view in Brandefense.

brandefense_change_incident_status#


Change the status of a Brandefense incident.

Base Command#

brandefense_change_incident_status

Input#

Argument NameDescriptionRequired
codeIncident code identifier.Required
statusNew incident status. Possible values are: OPEN, IN_PROGRESS, CLOSED, RISK_ACCEPTED, REJECTED.Required

Context Output#

PathTypeDescription
Brandefense.ChangingStatus.codeStringIncident code.
Brandefense.ChangingStatus.statusStringUpdated incident status.

brandefense_incident_indicators#


Get indicators associated with a Brandefense incident.

Base Command#

brandefense_incident_indicators

Input#

Argument NameDescriptionRequired
codeIncident code identifier.Required

Context Output#

PathTypeDescription
Brandefense.Incident.IndicatorsUnknownList of indicators for the incident.

brandefense_get_incident_relatives#


Get related incidents for a specific Brandefense incident.

Base Command#

brandefense_get_incident_relatives

Input#

Argument NameDescriptionRequired
codeIncident code identifier.Required

Context Output#

PathTypeDescription
Brandefense.Incident.RelativesUnknownList of related incidents.

threat_search#


Perform a CTI threat search and poll for results using ScheduledCommand.

Base Command#

threat_search

Input#

Argument NameDescriptionRequired
valueValue to search for (domain, IP, hash, etc.).Required
interval_in_secondsPolling interval in seconds between checks. Default is 20.Optional
timeout_in_secondsMaximum time in seconds to wait for results before timing out. Default is 600.Optional
uuidThreat search UUID for continuing an in-progress search (internal).Optional

Context Output#

PathTypeDescription
Brandefense.ThreatSearch.uuidStringThreat search UUID.
Brandefense.ThreatSearch.resultUnknownThreat search result data.

brandefense_get_intelligences#


Get Brandefense intelligence reports with optional filtering.

Base Command#

brandefense_get_intelligences

Input#

Argument NameDescriptionRequired
categoryFilter by intelligence category. Possible values are: STRATEGIC_INTELLIGENCE, FRAUD_INTELLIGENCE, TACTICAL_INTELLIGENCE, OPERATIONAL_INTELLIGENCE, SECURITY_NEWS, THREAT_REPORTS.Optional
time_rangePredefined time range. Overrides 'period' when set. Select 'Custom' to use created_at_range. Possible values are: Last 24 Hours, Last 7 Days, Last 30 Days, Last 90 Days, Last 6 Months, Last 1 Year, Custom.Optional
created_at_rangeCustom date range (start,end). Example: 2020-10-10,2023-10-10. Used when time_range is 'Custom' or not set.Optional
periodFetch period in hours. Used as fallback when time_range is not set. Default is 24.Optional
searchKeyword to filter intelligence by tag search.Optional
MaxResultsMaximum number of intelligence reports to return. Default is 100.Optional

Context Output#

PathTypeDescription
Brandefense.Intelligence.codeStringIntelligence code.
Brandefense.Intelligence.titleStringIntelligence title.
Brandefense.Intelligence.severityStringIntelligence severity.
Brandefense.Intelligence.created_atDateCreation date.
Brandefense.Intelligence.reference_urlStringURL to view in Brandefense.

brandefense_get_intelligence_detail#


Get detailed information for a specific intelligence report.

Base Command#

brandefense_get_intelligence_detail

Input#

Argument NameDescriptionRequired
codeIntelligence code identifier.Required

Context Output#

PathTypeDescription
Brandefense.IntelligenceDetail.codeStringIntelligence code.
Brandefense.IntelligenceDetail.titleStringIntelligence title.
Brandefense.IntelligenceDetail.descriptionStringIntelligence description.
Brandefense.IntelligenceDetail.severityStringIntelligence severity.
Brandefense.IntelligenceDetail.created_atDateCreation date.
Brandefense.IntelligenceDetail.reference_urlStringURL to view in Brandefense.

brandefense_intelligence_indicators#


Get indicators associated with a Brandefense intelligence report.

Base Command#

brandefense_intelligence_indicators

Input#

Argument NameDescriptionRequired
codeIntelligence code identifier.Required

Context Output#

PathTypeDescription
Brandefense.Intelligence.IndicatorsUnknownList of indicators for the intelligence report.

brandefense_get_intelligence_rules#


Get rules associated with a Brandefense intelligence report.

Base Command#

brandefense_get_intelligence_rules

Input#

Argument NameDescriptionRequired
codeIntelligence code identifier.Required

Context Output#

PathTypeDescription
Brandefense.Intelligence.RulesUnknownRules associated with the intelligence report.

brandefense_get_assets#


Get list of monitored assets from Brandefense.

Base Command#

brandefense_get_assets

Input#

Argument NameDescriptionRequired
typeFilter by asset type. Possible values are: DOMAIN, KEYWORD, URL, IP_ADDRESS, CIDR, EXECUTIVE_NAME, EXECUTIVE_EMAIL, EXECUTIVE_ACCOUNT, EXECUTIVE_NICKNAME, BIN_NUMBER, PRODUCT, GIT_REPO, GIT_ACCOUNT, PHISHING_RULE, LOGIN_PAGES, OFFICIAL_SOCIAL_MEDIA_ACCOUNTS, OFFICIAL_MOBILE_APPS, ADMIN_PAGES.Optional
severityFilter by severity. Possible values are: HIGH, MEDIUM, LOW.Optional
statusFilter by status. Possible values are: ACTIVE, SUGGESTED, REJECTED, PASSIVE.Optional
searchKeyword search.Optional
moduleFilter by module code.Optional
max_resultsMaximum number of assets to return. Default is 50.Optional
orderingOrder results (e.g. -severity, -type, severity, type).Optional
time_rangePredefined time range. Select 'Custom' to use created_at_range. Possible values are: Last 24 Hours, Last 7 Days, Last 30 Days, Last 90 Days, Last 6 Months, Last 1 Year, Custom.Optional
created_at_rangeCustom date range (start,end). Example: 2020-10-10,2023-10-10. Used when time_range is 'Custom' or not set.Optional
threat_typeFilter by threat type.Optional
asset_ilikeFilter assets containing the given keyword.Optional
organizationFilter by organization code (comma-separated for multiple).Optional

Context Output#

PathTypeDescription
Brandefense.Asset.idNumberAsset ID.
Brandefense.Asset.assetStringAsset value.
Brandefense.Asset.typeStringAsset type.
Brandefense.Asset.severityStringAsset severity.
Brandefense.Asset.statusStringAsset status.

brandefense_get_iocs#


Get Indicators of Compromise from Brandefense threat intelligence feeds.

Base Command#

brandefense_get_iocs

Input#

Argument NameDescriptionRequired
ioc_typeType of IoC to retrieve. Possible values are: ip_address, domain, url, hash.Required
periodTime period for IoCs (e.g., 24h, 7d). Default is 24h.Optional
exclude_countryExclude IoCs from specific countries (comma-separated country codes).Optional
include_countryInclude IoCs only from specific countries (comma-separated country codes).Optional
moduleFilter IoCs by module.Optional

Context Output#

PathTypeDescription
Brandefense.IOC.dataStringIoC value.
Brandefense.IOC.typeStringIoC type.
Brandefense.IOC.severityStringIoC severity.
Brandefense.IOC.first_seenDateFirst seen date.
Brandefense.IOC.last_seenDateLast seen date.

brandefense_get_ioc_list#


Fetch and consolidate all IoCs from the last N days (default 30). Pulls all IoC types and merges into a single list.

Base Command#

brandefense_get_ioc_list

Input#

Argument NameDescriptionRequired
daysNumber of days to look back (default 30, max 90). Default is 30.Optional
ioc_typeComma-separated list of IoC types to fetch. Leave empty for all types.Optional
limitMaximum total number of IoCs to return. Default is 5000.Optional

Context Output#

PathTypeDescription
Brandefense.IOCList.dataStringIoC value.
Brandefense.IOCList.ioc_typeStringIoC type.
Brandefense.IOCList.ioc_type_displayStringHuman-readable IoC type.
Brandefense.IOCList.severityStringIoC severity.
Brandefense.IOCList.first_seenDateFirst seen date.
Brandefense.IOCList.last_seenDateLast seen date.

brandefense_get_compromised_devices#


Get compromised devices detected by Brandefense.

Base Command#

brandefense_get_compromised_devices

Input#

Argument NameDescriptionRequired
botnet_idSpecific botnet/device ID to retrieve details for. Leave empty to list all.Optional
usernameFilter by username (contains match).Optional
time_rangePredefined time range for detection date. Select 'Custom' to use detection_date_range. Possible values are: Last 24 Hours, Last 7 Days, Last 30 Days, Last 90 Days, Last 6 Months, Last 1 Year, Custom.Optional
detection_date_rangeCustom date range (start,end). Example: 2020-10-10,2023-10-11. Used when time_range is 'Custom' or not set.Optional
searchSearch keyword to filter results.Optional
orderingOrder results. Valid values are detection_date, -detection_date.Optional
max_resultsMaximum number of devices to return. Default is 10.Optional

Context Output#

PathTypeDescription
Brandefense.CompromisedDevice.idNumberDevice ID.
Brandefense.CompromisedDeviceUnknownCompromised device data.

brandefense_get_audit_logs#


Get audit log entries from Brandefense.

Base Command#

brandefense_get_audit_logs

Input#

Argument NameDescriptionRequired
typeFilter by audit log type.Optional
searchSearch keyword.Optional
time_rangePredefined time range. Select 'Custom' to use created_at_range. Possible values are: Last 24 Hours, Last 7 Days, Last 30 Days, Last 90 Days, Last 6 Months, Last 1 Year, Custom.Optional
created_at_rangeCustom date range (start,end). Example: 2020-10-10,2023-10-10. Used when time_range is 'Custom' or not set.Optional
max_resultsMaximum number of logs to return. Default is 50.Optional
actor_object_idFilter by user/actor ID (comma-separated for multiple).Optional
ip_addressFilter by user IP address.Optional
orderingOrder results. Possible values are: id, -id.Optional

Context Output#

PathTypeDescription
Brandefense.AuditLog.idNumberAudit log ID.
Brandefense.AuditLogUnknownAudit log entry data.

brandefense_get_domain_risk_assessment#


Get third-party domain risk assessments from Brandefense.

Base Command#

brandefense_get_domain_risk_assessment

Input#

Argument NameDescriptionRequired
uuidSpecific assessment UUID. Leave empty to list all.Optional

Context Output#

PathTypeDescription
Brandefense.DomainRiskAssessment.uuidStringAssessment UUID.
Brandefense.DomainRiskAssessmentUnknownDomain risk assessment data.

brandefense_create_confirmed_phishing#


Create a confirmed phishing address incident in Brandefense.

Base Command#

brandefense_create_confirmed_phishing

Input#

Argument NameDescriptionRequired
urlThe phishing URL to report.Required
titleTitle for the phishing incident.Optional
network_typeNetwork type where phishing was found. Possible values are: DARK_WEB, SURFACE_WEB.Optional
severitySeverity of the phishing incident. Possible values are: LOW, MEDIUM, HIGH, CRITICAL.Optional
tagsTags for the incident (comma-separated).Optional
statusInitial status of the incident. Possible values are: OPEN, IN_PROGRESS, CLOSED.Optional
asset_idsAssociated asset IDs (comma-separated).Optional
data_sourceSource of the phishing data.Optional

Context Output#

PathTypeDescription
Brandefense.ConfirmedPhishingUnknownCreated confirmed phishing incident data.

brandefense_takedown_request#


Request takedown for a confirmed phishing address.

Base Command#

brandefense_takedown_request

Input#

Argument NameDescriptionRequired
urlThe phishing URL to request takedown for.Required

Context Output#

PathTypeDescription
Brandefense.TakedownRequestUnknownTakedown request response data.

brandefense_get_indicators#


Get indicators from Brandefense. Retrieves Consolidated Data and Incident indicators by type and organization with optional date range and status filters.

Base Command#

brandefense_get_indicators

Input#

Argument NameDescriptionRequired
indicator_typeType of indicator to retrieve. Each type has a different response body. Possible values are: leak, phishing_site, credit_card, cve, social_media, sensitive_file_disclosure, malicious-file, malicious_ads.Required
organization_codeOrganization code(s), comma-separated. Example: brandefense,other.Optional
time_rangePredefined time range for filtering indicators. Select 'Custom' to use created_at_range instead. Possible values are: Last 24 Hours, Last 7 Days, Last 30 Days, Last 90 Days, Last 6 Months, Last 1 Year, Custom.Optional
created_at_rangeCustom date range (comma-separated start,end). Example: 2020-10-10,2023-10-10. Only used when time_range is 'Custom' or not set.Optional
incident_statusFilter by incident status(es), comma-separated. Possible values are: OPEN, IN_PROGRESS, CLOSED, RISK_ACCEPTED, REJECTED.Optional
pagePage number within the paginated result set.Optional
page_sizeNumber of results per page (default values: 10, 20, 50, 100).Optional
limitMaximum total number of results to return. Default is 50.Optional

Context Output#

PathTypeDescription
Brandefense.Indicator.idNumberIndicator ID.
Brandefense.Indicator.created_atDateIndicator creation date.
Brandefense.Indicator.content_objectUnknownIndicator content data (varies by indicator type).
Brandefense.Indicator.content_object.dataStringPrimary indicator value (URL, email, hash, etc.).
Brandefense.Indicator.content_object.usernameStringUsername associated with the indicator (leak type).
Brandefense.Indicator.content_object.passwordStringPassword associated with the indicator (leak type).
Brandefense.Indicator.content_object.source_platformStringSource platform of the indicator.
Brandefense.Indicator.content_object.threat_actorStringThreat actor associated with the indicator.
Brandefense.Indicator.content_object.breached_dateDateDate when the breach occurred.
Brandefense.Indicator.threatsUnknownAssociated threats.
Brandefense.Indicator.threats.titleStringThreat title.
Brandefense.Indicator.threats.incidents.codeStringIncident code associated with the threat.
Brandefense.Indicator.threats.incidents.organization.nameStringOrganization name associated with the incident.