Feedly connector for Microsoft Sentinel

This connector allows you to ingest IoCs from Feedly.

Connector attributes

Connector attribute Description
Log Analytics table(s) feedly_indicators_CL
Data collection rules support Not currently supported
Supported by Feedly Inc

Query samples

All IoCs collected

feedly_indicators_CL

| sort by TimeGenerated desc

Ip addresses

feedly_indicators_CL

| where type_s == "ip"

| sort by TimeGenerated desc

Prerequisites

To integrate with Feedly make sure you have:

  • Microsoft.Web/sites permissions: Read and write permissions to Azure Functions to create a Function App is required. See the documentation to learn more about Azure Functions.
  • Custom prerequisites if necessary, otherwise delete this customs tag: Description for any custom pre-requisites

Vendor installation instructions

Note

This connector uses Azure Functions to connect to Feedly to pull IoCs into Microsoft Sentinel. This might result in additional data ingestion costs. Check the Azure Functions pricing page for details.

(Optional Step) Securely store workspace and API authorization key(s) or token(s) in Azure Key Vault.

Azure Key Vault provides a secure mechanism to store and retrieve key values. Follow these instructions to use Azure Key Vault with an Azure Function App.

Step 1 - Get your Feedly API token

Go to https://feedly.com/i/team/api and generate a new API token for the connector.

Step 2 - Deploy the connector

Choose ONE from the following two deployment options to deploy the connector and the associated Azure Function**

IMPORTANT: Before deploying the Feedly connector, have the Workspace ID and Workspace Primary Key (can be copied from the following), as well as the Feedly API Token, readily available.

Option 1 - Azure Resource Manager (ARM) Template

Use this method for automated deployment of the Feedly connector.

  1. Click the Deploy to Azure button below.

    Deploy To Azure

  2. Select the preferred Subscription, Resource Group and Location.

  3. Enter the SentinelWorkspaceId, SentinelWorkspaceKey, FeedlyApiKey, FeedlyStreamIds, DaysToBackfill.

Note: If using Azure Key Vault secrets for any of the values above, use the@Microsoft.KeyVault(SecretUri={Security Identifier})schema in place of the string values. Refer to Key Vault references documentation for further details. 4. Mark the checkbox labeled I agree to the terms and conditions stated above. 5. Click Purchase to deploy.

Option 2 - Manual Deployment of Azure Functions

Use the following step-by-step instructions to deploy the Feedly connector manually with Azure Functions (Deployment via Visual Studio Code).

Next steps

For more information, go to the related solution in the Azure Marketplace.