App Vendor: Feedly
App Category: IT Services
Connector Version: 1.1.0
API Version: 1.0.0
The Feedly app is an integration that allows you to collect, analyze, and share threat intelligence using the Feedly REST API.
The Feedly app is configured with Orchestrate to perform the following actions:
The following configuration parameters are required for the Feedly app to communicate with the Feedly enterprise application. The parameters can be configured by creating instances in the app.
Action: Get Alert Details
This action retrieves the details of an alert.
Action Input Parameters
Example Request
[
{
"alert_id": "6de1f8c5-1f26-44de-bd7f-9d68b92b35b3"
}
]
This action retrieves all the alerts.
Action Input Parameters
This action does not require any input parameter.
Action: Get Enterprise Info
This action retrieves information about your enterprise.
Action Input Parameters
This action does not require any input parameter.
Action: Get Entry Content
This action retrieves the content of an entry.
Action Input Parameters
Example Request
[
{
"entry_id": "xne8uw/iuizhv1euo2zmzirc2ak6nlhgjboz+yk0rj8=_1523699cbb3:2aa0463:e47a7aef"
}
]
Action: Get IOCs with Rich Context
This action retrieves Indicators of Compromise (IOCs) from the specified Feedly stream.
Action Input Parameters
Example Request
[
{
"count": "50",
"stream_id": "feed/https://feedly.com/f/alert/69d33173-b4e8-4838-bf4a-3b84ba09fcad",
"newer_than": "1638559522"
}
]
Action: Get Malware Detection Rules
This action retrieves detection rules for a specified malware family.
Action Input Parameters
Example Request
[
{
"malware_id": "nlp/f/entity/gz:mal:4f16fe2b-238e-4cbf-b29e-4ee38da6e89b"
}
]
Action: Get Malware Relationships
This action retrieves relationships between a specified malware family and other threat intelligence entities.
Action Input Parameters
Example Request
[
{
"malware_id": "nlp/f/entity/gz:mal:4f16fe2b-238e-4cbf-b29e-4ee38da6e89b",
"interval_type": "LAST_7_DAYS"
}
]
Action: Get Stream Contents
This action retrieves the content of a stream.
Action Input Parameters
Example Request
[
{
"stream_id": "feed/http://daringfireball.net/index.xml"
}
]
Action: Get Threat Actor Relationships
This action retrieves the relationship information for a specific threat actor.
Action Input Parameters
Example Request
[
{
"interval_type": "LAST_7_DAYS",
"threat_actor_id": "nlp/f/entity/gz:ta:3b238f3a-c67a-4a9e-b474-dc3897e00129"
}
]
Action: Get Trending Attackers
This action retrieves trending attackers.
Action Input Parameters
No input parameters are required for this action.
Action: Get Trending New Malware
This action retrieves trending new malware families based on recent threat intelligence activity.
Action Input Parameters
No input parameters are required for this action.
Action: Get Trending Vulnerabilities
This action retrieves a list of trending vulnerabilities from the Feedly Threat Landscape Dashboard.
Action Input Parameters
No input parameters are required for this action.
This action searches all the Feedly feeds, stream content, entities, and topics.
Action Input Parameters
Example Request
[
{
"query": "fireball",
"limit": 30,
"locale": "en_us"
}
]
This is a generic action used to make requests to any Feedly endpoint.
Action Input Parameters