[Recommended] FireEye Network Security (NX) via AMA connector for Microsoft Sentinel

The FireEye Network Security (NX) data connector provides the capability to ingest FireEye Network Security logs into Microsoft Sentinel.

Connector attributes

Connector attribute Description
Log Analytics table(s) CommonSecurityLog (FireEyeNX)
Data collection rules support Azure Monitor Agent DCR
Supported by Microsoft Corporation

Query samples

Top 10 Sources

FireEyeNXEvent

| where isnotempty(SrcIpAddr)
 
| summarize count() by SrcIpAddr

| top 10 by count_

Prerequisites

To integrate with [Recommended] FireEye Network Security (NX) via AMA make sure you have:

  • ****: To collect data from non-Azure VMs, they must have Azure Arc installed and enabled. Learn more
  • ****: Common Event Format (CEF) via AMA and Syslog via AMA data connectors must be installed Learn more

Vendor installation instructions

Note

This data connector depends on a parser based on a Kusto Function to work as expected FireEyeNXEvent which is deployed with the Microsoft Sentinel Solution.

  1. Secure your machine

Make sure to configure the machine's security according to your organization's security policy

Learn more >

Next steps

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