Popular News
Popular News integration fetches from three sources of news - Threatpost, The Hacker News and Krebs on Security. It outputs the title, links of the news articles and other metadata as a markdown table. The integration commands can either fetch the news from one source or all sources at a time.
Utilities · Popular Cybersecurity News
Details
| ID | Popular News |
|---|---|
| Provider | Open Source |
| Category | Utilities |
| From Version | 6.0.0 |
| Docker Image | demisto/bs4-py3:1.0.0.10120494 |
| Supported Modules | Agentix XSIAM |
README
How to use this integration ?
- Enable the “Popular News” integration.
- Create a Job that creates an incident of - “News Type” included along with the Popular Cybersecurity News Pack.
- The News Type incident will run the “JOB Popular News” playbook automatically and populate the “News Tab” where the links can be looked at.
- Additionally, the playbook allows the user to configure to choose between the three sources using the Playbook inputs.
This integration was integrated and tested with version 1.0.0 of Popular News
Configure Popular News in Cortex
| Parameter | Required |
|---|---|
| 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.
get-news-KrebsOnSecurity
Get News from KrebsOnSecurity
Base Command
get-news-KrebsOnSecurity
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
There is no context output for this command.
Command Example
#### Human Readable Output
### get-news-Threatpost
***
Get News from Threatpost
#### Base Command
`get-news-Threatpost`
#### Input
| **Argument Name** | **Description** | **Required** |
| --- | --- | --- |
#### Context Output
There is no context output for this command.
#### Command Example
Human Readable Output
get-news-TheHackerNews
Get News from TheHackerNews
Base Command
get-news-TheHackerNews
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
There is no context output for this command.
Command Example
#### Human Readable Output
### get-news-generic-all
***
Get News from all outlets
#### Base Command
`get-news-generic-all`
#### Input
| **Argument Name** | **Description** | **Required** |
| --- | --- | --- |
#### Context Output
There is no context output for this command.
#### Command Example
Human Readable Output
Configuration parameters
insecure— Trust any certificate (not secure)
Commands (4)
-
get-news-KrebsOnSecurityGet News from KrebsOnSecurity
-
get-news-TheHackerNewsGet News from TheHackerNews
-
get-news-ThreatpostGet News from Threatpost
-
get-news-generic-allGet News from all outlets
category: Utilities provider: Open Source commonfields: id: Popular News version: -1 configuration: - display: Trust any certificate (not secure) name: insecure type: 8 required: false description: Popular News integration fetches from three sources of news - Threatpost, The Hacker News and Krebs on Security. It outputs the title, links of the news articles and other metadata as a markdown table. The integration commands can either fetch the news from one source or all sources at a time. display: Popular News name: Popular News script: commands: - arguments: [] description: Get News from KrebsOnSecurity name: get-news-KrebsOnSecurity - arguments: [] description: Get News from Threatpost name: get-news-Threatpost - arguments: [] description: Get News from TheHackerNews name: get-news-TheHackerNews - arguments: [] description: Get News from all outlets name: get-news-generic-all dockerimage: demisto/bs4-py3:1.0.0.10120494 script: '' subtype: python3 type: python fromversion: 6.0.0 tests: - No tests (auto formatted)