Dataminr Pulse
Dataminr Pulse Pack.#
This Integration is part of theSupported versions
Supported Cortex XSOAR versions: 6.5.0 and later.
#
OverviewDataminr Pulse brings the most advanced AI-powered real-time intelligence into Cortex XSOAR, easily fitting into your workflows and enabling rapid identification and mitigation of emerging threats so you can deliver faster time to detection and response.
#
Swiftly Close The Loop From Insight to ResponseEffectively detect, prioritize and manage risk to protect your physical and digital assets with the fastest real-time alerting to discover threats as they unfold.
#
Broad Global Threat Coverage at Unmatched AI SpeedDataminr has been the global leader in AI for risk detection since 2009. Dataminr Pulse is relied on by two thirds of Fortune 100 companies to inform their physical and cybersecurity operations. Every day, the Dataminr multi-modal AI platform analyzes billions of public data inputs in 105 languages from over 500K global sources including the deep and dark web, enabling you to:
- Gain real-time visibility into deep and dark web sources including markets, forums, paste sites, and ransomware group sites.
- Get first notice on emerging attacks impacting your network and third parties affecting your business.
- Detect risk at a global scale and track the emergence and global spread of vulnerabilities so you can proactively mitigate risk.
- Identify new ransomware groups and track attacks as they happen, giving you visibility of attacks impacting your or third party risk perspective.
#
Pulse for Cyber Risk Key Use Cases- Cyber-Physical Convergence: Gain real-time intelligence on converged cyber and physical threats, including physical threats to IT and OT infrastructure, network and power outages, disasters, and emerging geopolitical risks.
- Vulnerability Prioritization: Prioritize patching with visibility to the entire lifecycle of a vulnerability, from pre-CVE to exploitation, while surfacing relevant vulnerabilities in your infrastructure.
- External Attack Intelligence: Mitigate risk by tracking threats to your company, subsidiaries, and 3rd parties across ransomware, APT groups, leaks, breaches, DDoS, defacement, and malware activity.
- Digital Risk Detection: Get early warnings of risk to digital assets, including leaked credentials and data, account and domain impersonation, and mentions across the surface deep and dark web.
#
Accelerate and Enrich SOC Workflows- Accelerate, enrich and trigger triage with contextual intelligence
- Activate playbooks
- Improve incident investigation and response
- Support analysis and threat hunting workflows
- Determine threat identification, scoring and classification by type, severity and status
#
Use cases#
Alert IngestionFetches the Dataminr Alerts as an XSOAR Incident based on the configuration parameters. This will have three filters available in place. 1) Watchlist Names 2) Query 3) Alert type (severity)
#
Alert EnrichmentUse playbook
Retrieve Alerts For IOCs - Dataminr Pulse
to enrich XSOAR incidents using Dataminr Alerts.- This playbook requires three parameters: 1) Text to enrich 2) Number of alerts to retrieve for each indicator 3) A boolean to use configured watchlist names
- This playbook will extract indicators from given text (default will be entire incident context).
- After that it will retrieve alerts for each indicator and will store those alerts into context with key
RetrievedDataminrAlerts
.
#
Configure Dataminr Pulse on Cortex XSOARNavigate to Settings > Integrations > Servers & Services.
Search for Dataminr Pulse.
Click Add instance to create and configure a new integration instance.
Parameter Description Required Client ID The Client ID required to authenticate to the service. True Client Secret The Client Secret required to authenticate to the service. True Watchlist Names A comma-separated string of watchlist names, from which to fetch the alerts. If not provided, then it will fetch alerts from all available watchlists on the platform. False Query Terms to search within Dataminr Alerts. False Alert Type Filters the incoming alerts with the provided alert type. Default All. False Max Fetch The maximum number of alerts to fetch each time. If the value is greater than 200, it will be considered as 200. The maximum is 200. False Trust any certificate (not secure) Indicates whether to allow connections without verifying the SSL certificate's validity. False Use system proxy settings Indicates whether to use XSOAR's system proxy settings to connect to the API. False Incident type False Fetch incidents False Incidents Fetch Interval The incident fetch interval. False First Fetch Time (not supported) This parameter is not supported as Dataminr Pulse API doesn't have time based filtering for fetching of alerts. False Click Test to validate the URLs, token, and connection.
#
Note- If you detach the out-of-the-box mapper and make changes to it, the pack does not automatically get updates.
- If you are using a custom incident type, you also need to create custom corresponding incoming mappers.
#
CommandsYou can execute these commands from the Cortex XSOAR 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.
#
dataminrpulse-watchlists-getRetrieves the Watchlists configured on the Dataminr platform.
#
Base Commanddataminrpulse-watchlists-get
#
InputThere are no input arguments for this command.
#
Context OutputPath | Type | Description |
---|---|---|
DataminrPulse.WatchLists.id | Number | Unique identifier for an individual list. This ID is needed to retrieve alerts for a given list. |
DataminrPulse.WatchLists.type | String | Type of list. Can be one of the Topic, Company, or Custom. |
DataminrPulse.WatchLists.name | String | Name of list as specified in Dataminr platform. |
DataminrPulse.WatchLists.description | String | Description of the list as specified in Dataminr platform. |
DataminrPulse.WatchLists.properties.watchlistColor | String | Watchlist color chosen within the Dataminr platform. |
DataminrPulse.WatchLists.companies.id | String | ID of the company. |
DataminrPulse.WatchLists.companies.name | String | Name of the company. |
#
Command example!dataminrpulse-watchlists-get
#
Context Example#
Human Readable Output#
Watchlists
Watchlist ID Watchlist Name Watchlist Type Watchlist Color 3320156 Cyber-Physical TOPIC darkblue 3320155 Data Security TOPIC red
#
dataminrpulse-alerts-getRetrieves the alerts as per the provided watchlist_ids or query or configured watchlist_names parameter in integration. Note: The "from" and "to" arguments should not be included on the first execution, there will not be any "from" or "to" cursor to reference. Only subsequent calls should contain those parameters.
#
Base Commanddataminrpulse-alerts-get
#
InputArgument Name | Description | Required |
---|---|---|
watchlist_ids | Comma delimited set of watchlist IDs. Required if watchlist names are not configured in integration configuration and the query is not given. | Optional |
query | Terms to search within Dataminr Alerts. Required if watchlist names are not configured in integration configuration and the watchlist_ids are not given. | Optional |
from | It points to a cursor that you want any alerts after. Note that only one of "from" or "to" can be included per request. | Optional |
to | It points to a cursor that you want any alerts before. Note that only one of "from" and "to" can be included per request. | Optional |
num | Maximum number of alerts to return. 3333 is maximum value. Default is 40. | Optional |
use_configured_watchlist_names | A Boolean indicating that If user does not provide watchlist IDs then it should use configured watchlist names with query parameter. Possible values are: yes, no. Default is yes. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
DataminrPulse.Alerts.alertId | String | Unique ID of the alert. |
DataminrPulse.Alerts.watchlistsMatchedByType.id | String | Unique ID of the watchlist. |
DataminrPulse.Alerts.watchlistsMatchedByType.type | String | Type of the watchlist. |
DataminrPulse.Alerts.watchlistsMatchedByType.name | String | Name of the watchlist. |
DataminrPulse.Alerts.watchlistsMatchedByType.externalTopicIds | String | String containing the ID of external topic for watchlist type. |
DataminrPulse.Alerts.watchlistsMatchedByType.userProperties.omnilist | String | String containing the boolean value of omnilist. |
DataminrPulse.Alerts.watchlistsMatchedByType.userProperties.uiListType | String | Type of the watchlist on the Dataminr platform. |
DataminrPulse.Alerts.watchlistsMatchedByType.userProperties.watchlistColor | String | Color of the watchlist defined on the Dataminr platform. |
DataminrPulse.Alerts.availableRelatedAlerts | String | Whether the alert has related alerts or not. |
DataminrPulse.Alerts.eventTime | Number | Timestamp of the event. |
DataminrPulse.Alerts.eventVolume | Number | Volume of the event. |
DataminrPulse.Alerts.eventLocation.coordinates | Unknown | Latitude and Longitude of the event. |
DataminrPulse.Alerts.eventLocation.name | String | The name of the place where the event occurred. |
DataminrPulse.Alerts.eventLocation.places | Unknown | Place IDs of the event location. |
DataminrPulse.Alerts.eventLocation.radius | Number | Radius of the event location. |
DataminrPulse.Alerts.source.displayName | String | The display name of the source. |
DataminrPulse.Alerts.source.entityName | String | The entity name of the source. |
DataminrPulse.Alerts.source.verified | Boolean | True if the source is verified, false otherwise. |
DataminrPulse.Alerts.source.channels | Unknown | The Dataminr channel to which the source belongs. |
DataminrPulse.Alerts.post.timestamp | Number | The timestamp of the post. |
DataminrPulse.Alerts.post.languages.position | Number | The position of the post. |
DataminrPulse.Alerts.post.languages.lang | String | The language of the post. |
DataminrPulse.Alerts.post.media.type | String | The type of the media. |
DataminrPulse.Alerts.post.media.url | String | The URL of the media. |
DataminrPulse.Alerts.post.media.description | String | The description of the media. |
DataminrPulse.Alerts.post.media.display_url | String | The display URL of the media. |
DataminrPulse.Alerts.post.media.media_url | String | The URL of the media. |
DataminrPulse.Alerts.post.media.source | String | The source of the media. |
DataminrPulse.Alerts.post.link | String | The link to the post. |
DataminrPulse.Alerts.caption | String | The text of the alert. |
DataminrPulse.Alerts.categories.name | String | The name of the category to which the alert belongs. |
DataminrPulse.Alerts.categories.topicType | String | The type of the Dataminr entity. Its value will be "category". |
DataminrPulse.Alerts.categories.id | String | The unique identifier of the category. |
DataminrPulse.Alerts.categories.idStr | String | The string value of the ID for the category. |
DataminrPulse.Alerts.categories.requested | String | String containing the boolean value for a category. |
DataminrPulse.Alerts.categories.path | String | The path of the Dataminr category. |
DataminrPulse.Alerts.categories.retired | Boolean | Boolean value of retired for a particular category. |
DataminrPulse.Alerts.headerColor | String | The hex value of the alert's header color. |
DataminrPulse.Alerts.headerLabel | String | The label of the alert's header. |
DataminrPulse.Alerts.alertType.id | String | The unique identifier of the alert type. |
DataminrPulse.Alerts.alertType.name | String | The name of the alert type. |
DataminrPulse.Alerts.alertType.color | String | The color of alert type. |
DataminrPulse.Alerts.publisherCategory.id | String | The unique identifier of the publisher category. |
DataminrPulse.Alerts.publisherCategory.name | String | The name of the publisher category. |
DataminrPulse.Alerts.publisherCategory.color | String | The color of the publisher category. |
DataminrPulse.Alerts.publisherCategory.shortName | String | The short name for publisher category. |
DataminrPulse.Alerts.eventMapSmallURL | String | Value containing the URL of the small event map image. |
DataminrPulse.Alerts.eventMapLargeURL | String | Value containing the URL of the large event map image. |
DataminrPulse.Alerts.expandAlertURL | String | URL of the alert details page. |
DataminrPulse.Alerts.expandMapURL | String | URL of the expanded map. |
DataminrPulse.Alerts.relatedTerms.text | String | Text of the related terms. |
DataminrPulse.Alerts.relatedTerms.url | String | URL of the related terms. |
DataminrPulse.Alerts.relatedTermsQueryURL | String | URL of the related terms query. |
DataminrPulse.Alerts.parentAlertId | String | Alert ID of the parent. |
DataminrPulse.Alerts.metadata.cyber.URLs | Unknown | Identifier for a specific part of a website referenced in posts that could be related to a target or attacker's infrastructure. |
DataminrPulse.Alerts.metadata.cyber.threats | Unknown | Name of cyber threat. |
DataminrPulse.Alerts.metadata.cyber.addresses.ip | String | IP address of attacker/victim. Note that IP can have more than one open port and ports are associated with specific products via IANA (iana.org). |
DataminrPulse.Alerts.metadata.cyber.addresses.port | Number | Port of attacker/victim. |
DataminrPulse.Alerts.metadata.cyber.addresses.version | String | Version of IP address. |
DataminrPulse.Alerts.metadata.cyber.asns | Unknown | Name of the autonomous systems number of the company hosting the impacted service(s). |
DataminrPulse.Alerts.metadata.cyber.orgs | Unknown | Name of the ASN (company hosting the impacted service). |
DataminrPulse.Alerts.metadata.cyber.products | Unknown | The server software used on an IP address. |
DataminrPulse.Alerts.metadata.cyber.hashes | Unknown | A unique identifier or fingerprint for a file, often a malicious executable. |
DataminrPulse.Alerts.metadata.cyber.malwares | Unknown | Malicious software posing a threat. |
DataminrPulse.Alerts.metadata.cyber.asOrgs.asn | String | Autonomous system number. |
DataminrPulse.Alerts.metadata.cyber.asOrgs.asOrg | String | Autonomous system organization. |
DataminrPulse.Alerts.metadata.cyber.hashValues.value | String | Hash value. |
DataminrPulse.Alerts.metadata.cyber.hashValues.type | String | Hash value type. |
DataminrPulse.Alerts.metadata.cyber.vulnerabilities.id | String | CVE ID. |
DataminrPulse.Alerts.metadata.cyber.vulnerabilities.cvss | String | CVSS value. |
DataminrPulse.Alerts.metadata.cyber.vulnerabilities.exploitPocLinks | Unknown | Exploited PoC links. |
DataminrPulse.Alerts.metadata.cyber.vulnerabilities.products.productName | String | Product name. |
DataminrPulse.Alerts.metadata.cyber.vulnerabilities.products.productVersion | String | Product version. |
DataminrPulse.Alerts.metadata.cyber.vulnerabilities.products.productVendor | String | Product vendor. |
DataminrPulse.Alerts.companies.name | String | The name of the company. |
DataminrPulse.Alerts.companies.topicType | String | The type of the Dataminr entity. Its value will be "company". |
DataminrPulse.Alerts.companies.id | String | The unique identifier of the company. |
DataminrPulse.Alerts.companies.idStr | String | The string value of the ID for the company. |
DataminrPulse.Alerts.companies.ticker | String | The ticker symbol of the company. |
DataminrPulse.Alerts.companies.retired | Boolean | Boolean value of retired for a particular company. |
DataminrPulse.Alerts.companies.dm_bucket.id | String | The ID of the Dataminr bucket to which the company belongs. |
DataminrPulse.Alerts.companies.dm_bucket.name | String | The name of the Dataminr bucket to which the company belongs. |
DataminrPulse.Alerts.companies.dm_sector.id | String | The ID of the Dataminr sector to which the company belongs. |
DataminrPulse.Alerts.companies.dm_sector.name | String | The name of the Dataminr sector to which the company belongs. |
DataminrPulse.Alerts.sectors.name | String | The name of the sector to which the alert belongs. |
DataminrPulse.Alerts.sectors.topicType | String | The type of the Dataminr entity. Its value will be "dm_sector". |
DataminrPulse.Alerts.sectors.id | String | The unique identifier of the sector. |
DataminrPulse.Alerts.sectors.idStr | String | The string value of the ID for the sector. |
DataminrPulse.Alerts.sectors.retired | Boolean | Boolean value of retired for sectors. |
DataminrPulse.Alerts.subCaption.bullets.source | String | Source from which information about Dataminr events is obtained. |
DataminrPulse.Alerts.subCaption.bullets.media | String | Media from information about Dataminr event derived exclusively from the attributed source. |
DataminrPulse.Alerts.subCaption.bullets.content | String | Content from information about Dataminr event derived exclusively from the attributed source. |
DataminrPulse.Alerts.userRecentImages | Unknown | User's recent images. |
DataminrPulse.Alerts.userTopHashtags | Unknown | User's top hashtags. |
DataminrPulse.Cursor.from | String | "from" points to a cursor that you want any alerts after. |
DataminrPulse.Cursor.to | String | "to" points to a cursor that you want any alerts before. |
#
Command example!dataminrpulse-alerts-get query="Google" num=2 use_configured_watchlist_names=yes
#
Context Example#
Human Readable Output#
Alerts
Alert Type Alert ID Caption Alert URL Watchlist Name Alert Time Alert Location Post Link Is source verified Publisher Category Alert 263446797171227825118793783-1679036084482-1 Credentials from Netflix, Roku and Google in post selling data from machine infected by Raccoon stealer in United States: Blog via Russian Market. https://app.dataminr.com/#alertDetail/5/263446797171227825118793783-1679036084482-1 Data Security 17 Mar 2023, 06:54 AM UTC united states http://dummy.com/logs#b557780d27d99 false Blog Alert 8182773200381469871601567489-1679036084274-1 Credentials from Google and Paypal in post selling data from machine infected by Raccoon stealer in Venezuela: Blog via Russian Market. https://app.dataminr.com/#alertDetail/5/8182773200381469871601567489-1679036084274-1 Data Security 17 Mar 2023, 06:54 AM UTC venezuela http://dummy.com/logs#b05eb146256c7774f false Blog
#
Cursor for pagination
from to from_cursor to_cursor
#
dataminrpulse-related-alerts-getRetrieves the alerts related to the provided Alert ID.
#
Base Commanddataminrpulse-related-alerts-get
#
InputArgument Name | Description | Required |
---|---|---|
alert_id | Unique identifier of the alert whose related alerts to retrieve. | Required |
include_root | When searching for a linked cluster, this flag determines whether the alert from which alert_id is used to make request to the server is returned to the result set. Possible values are: False, True. Default is False. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
DataminrPulse.Alerts.alertId | String | Unique ID of the alert. |
DataminrPulse.Alerts.watchlistsMatchedByType.id | String | Unique ID of the watchlist. |
DataminrPulse.Alerts.watchlistsMatchedByType.type | String | Type of the watchlist. |
DataminrPulse.Alerts.watchlistsMatchedByType.name | String | Name of the watchlist. |
DataminrPulse.Alerts.watchlistsMatchedByType.externalTopicIds | String | String containing the ID of external topic for watchlist type. |
DataminrPulse.Alerts.watchlistsMatchedByType.userProperties.omnilist | String | String containing the boolean value of omnilist. |
DataminrPulse.Alerts.watchlistsMatchedByType.userProperties.uiListType | String | Type of the watchlist on the Dataminr platform. |
DataminrPulse.Alerts.watchlistsMatchedByType.userProperties.watchlistColor | String | Color of the watchlist defined on the Dataminr platform. |
DataminrPulse.Alerts.availableRelatedAlerts | String | Whether the alert has related alerts or not. |
DataminrPulse.Alerts.eventTime | Number | Timestamp of the event. |
DataminrPulse.Alerts.eventVolume | Number | Volume of the event. |
DataminrPulse.Alerts.eventLocation.coordinates | Unknown | Latitude and Longitude of the event. |
DataminrPulse.Alerts.eventLocation.name | String | The name of the place where the event occurred. |
DataminrPulse.Alerts.eventLocation.places | Unknown | Place IDs of the event location. |
DataminrPulse.Alerts.eventLocation.radius | Number | Radius of the event location. |
DataminrPulse.Alerts.source.displayName | String | The display name of the source. |
DataminrPulse.Alerts.source.entityName | String | The entity name of the source. |
DataminrPulse.Alerts.source.verified | Boolean | True if the source is verified, false otherwise. |
DataminrPulse.Alerts.source.channels | Unknown | The Dataminr channel to which the source belongs. |
DataminrPulse.Alerts.post.timestamp | Number | The timestamp of the post. |
DataminrPulse.Alerts.post.languages.position | Number | The position of the post. |
DataminrPulse.Alerts.post.languages.lang | String | The language of the post. |
DataminrPulse.Alerts.post.media.type | String | The type of the media. |
DataminrPulse.Alerts.post.media.url | String | The URL of the media. |
DataminrPulse.Alerts.post.media.description | String | The description of the media. |
DataminrPulse.Alerts.post.media.display_url | String | The display URL of the media. |
DataminrPulse.Alerts.post.media.media_url | String | The URL of the media. |
DataminrPulse.Alerts.post.media.source | String | The source of the media. |
DataminrPulse.Alerts.post.link | String | The link to the post. |
DataminrPulse.Alerts.caption | String | The text of the alert. |
DataminrPulse.Alerts.categories.name | String | The name of the category to which the alert belongs. |
DataminrPulse.Alerts.categories.topicType | String | The type of the Dataminr entity. Its value will be "category". |
DataminrPulse.Alerts.categories.id | String | The unique identifier of the category. |
DataminrPulse.Alerts.categories.idStr | String | The string value of the ID for the category. |
DataminrPulse.Alerts.categories.requested | String | String containing the boolean value for a category. |
DataminrPulse.Alerts.categories.path | String | The path of the Dataminr category. |
DataminrPulse.Alerts.categories.retired | Boolean | Boolean value of retired for a particular category. |
DataminrPulse.Alerts.headerColor | String | The hex value of the alert's header color. |
DataminrPulse.Alerts.headerLabel | String | The label of the alert's header. |
DataminrPulse.Alerts.alertType.id | String | The unique identifier of the alert type. |
DataminrPulse.Alerts.alertType.name | String | The name of the alert type. |
DataminrPulse.Alerts.alertType.color | String | The color of alert type. |
DataminrPulse.Alerts.publisherCategory.id | String | The unique identifier of the publisher category. |
DataminrPulse.Alerts.publisherCategory.name | String | The name of the publisher category. |
DataminrPulse.Alerts.publisherCategory.color | String | The color of the publisher category. |
DataminrPulse.Alerts.publisherCategory.shortName | String | The short name for publisher category. |
DataminrPulse.Alerts.eventMapSmallURL | String | Value containing the URL of the small event map image. |
DataminrPulse.Alerts.eventMapLargeURL | String | Value containing the URL of the large event map image. |
DataminrPulse.Alerts.expandAlertURL | String | URL of the alert details page. |
DataminrPulse.Alerts.expandMapURL | String | URL of the expanded map. |
DataminrPulse.Alerts.relatedTerms.text | String | Text of the related terms. |
DataminrPulse.Alerts.relatedTerms.url | String | URL of the related terms. |
DataminrPulse.Alerts.relatedTermsQueryURL | String | URL of the related terms query. |
DataminrPulse.Alerts.parentAlertId | String | Alert ID of the parent. |
DataminrPulse.Alerts.metadata.cyber.URLs | Unknown | Identifier for a specific part of a website referenced in posts that could be related to a target or attacker's infrastructure. |
DataminrPulse.Alerts.metadata.cyber.threats | Unknown | Name of cyber threat. |
DataminrPulse.Alerts.metadata.cyber.addresses.ip | String | IP address of attacker/victim. Note that IP can have more than one open port and ports are associated with specific products via IANA (iana.org). |
DataminrPulse.Alerts.metadata.cyber.addresses.port | Number | Port of attacker/victim. |
DataminrPulse.Alerts.metadata.cyber.addresses.version | String | Version of IP address. |
DataminrPulse.Alerts.metadata.cyber.asns | Unknown | Name of the autonomous systems number of the company hosting the impacted service(s). |
DataminrPulse.Alerts.metadata.cyber.orgs | Unknown | Name of the ASN (company hosting the impacted service). |
DataminrPulse.Alerts.metadata.cyber.products | Unknown | The server software used on an IP address. |
DataminrPulse.Alerts.metadata.cyber.hashes | Unknown | A unique identifier or fingerprint for a file, often a malicious executable. |
DataminrPulse.Alerts.metadata.cyber.malwares | Unknown | Malicious software posing a threat. |
DataminrPulse.Alerts.metadata.cyber.asOrgs.asn | String | Autonomous system number. |
DataminrPulse.Alerts.metadata.cyber.asOrgs.asOrg | String | Autonomous system organization. |
DataminrPulse.Alerts.metadata.cyber.hashValues.value | String | Hash value. |
DataminrPulse.Alerts.metadata.cyber.hashValues.type | String | Hash value type. |
DataminrPulse.Alerts.metadata.cyber.vulnerabilities.id | String | CVE ID. |
DataminrPulse.Alerts.metadata.cyber.vulnerabilities.cvss | String | CVSS value. |
DataminrPulse.Alerts.metadata.cyber.vulnerabilities.exploitPocLinks | Unknown | Exploited PoC links. |
DataminrPulse.Alerts.metadata.cyber.vulnerabilities.products.productName | String | Product name. |
DataminrPulse.Alerts.metadata.cyber.vulnerabilities.products.productVersion | String | Product version. |
DataminrPulse.Alerts.metadata.cyber.vulnerabilities.products.productVendor | String | Product vendor. |
DataminrPulse.Alerts.companies.name | String | The name of the company. |
DataminrPulse.Alerts.companies.topicType | String | The type of the Dataminr entity. Its value will be "company". |
DataminrPulse.Alerts.companies.id | String | The unique identifier of the company. |
DataminrPulse.Alerts.companies.idStr | String | The string value of the ID for the company. |
DataminrPulse.Alerts.companies.ticker | String | The ticker symbol of the company. |
DataminrPulse.Alerts.companies.retired | Boolean | Boolean value of retired for a particular company. |
DataminrPulse.Alerts.companies.dm_bucket.id | String | The ID of the Dataminr bucket to which the company belongs. |
DataminrPulse.Alerts.companies.dm_bucket.name | String | The name of the Dataminr bucket to which the company belongs. |
DataminrPulse.Alerts.companies.dm_sector.id | String | The ID of the Dataminr sector to which the company belongs. |
DataminrPulse.Alerts.companies.dm_sector.name | String | The name of the Dataminr sector to which the company belongs. |
DataminrPulse.Alerts.sectors.name | String | The name of the sector to which the alert belongs. |
DataminrPulse.Alerts.sectors.topicType | String | The type of the Dataminr entity. Its value will be "dm_sector". |
DataminrPulse.Alerts.sectors.id | String | The unique identifier of the sector. |
DataminrPulse.Alerts.sectors.idStr | String | The string value of the ID for the sector. |
DataminrPulse.Alerts.sectors.retired | Boolean | Boolean value of retired for sectors. |
DataminrPulse.Alerts.subCaption.bullets.source | String | Source from which information about Dataminr events is obtained. |
DataminrPulse.Alerts.subCaption.bullets.media | String | Media from information about Dataminr event derived exclusively from the attributed source. |
DataminrPulse.Alerts.subCaption.bullets.content | String | Content from information about Dataminr event derived exclusively from the attributed source. |
DataminrPulse.Alerts.userRecentImages | Unknown | User's recent images. |
DataminrPulse.Alerts.userTopHashtags | Unknown | User's top hashtags. |
#
Command example!dataminrpulse-related-alerts-get alert_id="969633949-1679028615394-3"
#
Context Example#
Human Readable Output#
Alerts
Alert Type Alert ID Caption Alert URL Alert Time Alert Location Post Link Is source verified Publisher Category Urgent 1114146985-1679026540479-3 Power outage affects 1,328 customers in Brisbane City, QLD, Australia: Government via Energex. https://app.dataminr.com/#alertDetail/5/1114146985-1679026540479-3 17 Mar 2023, 04:16 AM UTC Brisbane City QLD 4000, Australia https://www.dummy.com/residential-and-business/power-interruptions/current-interruptions false Government