[Deprecated] AI Vectra Stream via Legacy Agent connector for Microsoft Sentinel
Important
Log collection from many appliances and devices is now supported by the Common Event Format (CEF) via AMA, Syslog via AMA, or Custom Logs via AMA data connector in Microsoft Sentinel. For more information, see Find your Microsoft Sentinel data connector.
The AI Vectra Stream connector allows to send Network Metadata collected by Vectra Sensors accross the Network and Cloud to Microsoft Sentinel
This is autogenerated content. For changes, contact the solution provider.
Connector attributes
Connector attribute | Description |
---|---|
Log Analytics table(s) | VectraStream_CL |
Data collection rules support | Not currently supported |
Supported by | Vectra AI |
Query samples
List all DNS Queries
VectraStream
| where metadata_type == "metadat_dns"
| project orig_hostname, id_orig_h, resp_hostname, id_resp_h, id_resp_p, qtype_name, ['query'], answers
Number of DNS requests per type
VectraStream
| where metadata_type == "metadat_dns"
| summarize count() by qtype_name
Top 10 of query to non existing domain
VectraStream
| where metadata_type == "metadat_dns"
| where rcode_name == "NXDomain"
| summarize Count=count() by tostring(query)
| order by Count desc
| limit 10
Host and Web sites using non-ephemeral Diffie-Hellman key exchange
VectraStream
| where metadata_type == "metadat_dns"
| where cipher contains "TLS_RSA"
| distinct orig_hostname, id_orig_h, id_resp_h, server_name, cipher
| project orig_hostname, id_orig_h, id_resp_h, server_name, cipher
Prerequisites
To integrate with AI Vectra Stream via Legacy Agent make sure you have:
- Vectra AI Brain: must be configured to export Stream metadata in JSON
Vendor installation instructions
Note
This data connector depends on a parser based on a Kusto Function to work as expected VectraStream which is deployed with the Microsoft Sentinel Solution.
- Install and onboard the agent for Linux
Install the Linux agent on sperate Linux instance.
Logs are collected only from Linux agents.
- Configure the logs to be collected
Follow the configuration steps below to get Vectra Stream metadata into Microsoft Sentinel. The Log Analytics agent is leveraged to send custom JSON into Azure Monitor, enabling the storage of the metadata into a custom table. For more information, refer to the Azure Monitor Documentation.
Download config file for the log analytics agent: VectraStream.conf (located in the Connector folder within the Vectra solution: https://aka.ms/sentinel-aivectrastream-conf).
Login to the server where you have installed Azure Log Analytics agent.
Copy VectraStream.conf to the /etc/opt/microsoft/omsagent/workspace_id/conf/omsagent.d/ folder.
Edit VectraStream.conf as follows:
i. configure an alternate port to send data to, if desired. Default port is 29009.
ii. replace workspace_id with real value of your Workspace ID.
Save changes and restart the Azure Log Analytics agent for Linux service with the following command: sudo /opt/microsoft/omsagent/bin/service_control restart
Configure and connect Vectra AI Stream
Configure Vectra AI Brain to forward Stream metadata in JSON format to your Microsoft Sentinel workspace via the Log Analytics Agent.
From the Vectra UI, navigate to Settings > Cognito Stream and Edit the destination configuration:
Select Publisher: RAW JSON
Set the server IP or hostname (which is the host which run the Log Analytics Agent)
Set all the port to 29009 (this port can be modified if required)
Save
Set Log types (Select all log types available)
Click on Save
Next steps
For more information, go to the related solution in the Azure Marketplace.