You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/work-with-threat-indicators.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,17 +192,17 @@ In the **Threat Intelligence** page:
192
192
193
193
### Supported log sources for matching analytics
194
194
195
-
The Microsoft Threat Intelligence Matching Analytics matches the log sources in the following tables with domainand IP indicators.
195
+
The Microsoft Threat Intelligence Matching Analytics matches the log sources in the following tables with domain, IP and Microsoft Defender Threat Intelligence (MDTI) indicators.
196
196
197
-
#### Domain indicator matching
197
+
#### [Domain](#tab/domain)
198
198
199
199
| Log source | Description |
200
200
| --------- | --------- |
201
201
|[CEF](connect-common-event-format.md)| Matching is done for all CEF logs that are ingested in the Log Analytics **CommonSecurityLog** table, except for any where the `DeviceVendor` is listed as `Cisco`. <br><br>To match Microsoft-generated threat intelligence with CEF logs, make sure to map the domain in the `RequestURL` field of the CEF log. |
202
202
|[DNS](./data-connectors-reference.md#windows-dns-server-preview)| Matching is done for all DNS logs that are lookup DNS queries from clients to DNS services (`SubType == "LookupQuery"`). DNS queries are processed only for IPv4 (`QueryType=”A”`) and IPv6 queries (`QueryType=” AAAA”`).<br><br>To match Microsoft-generated threat intelligence with DNS logs, no manual mapping of columns is needed, as all columns are standard from Windows DNS Server, and the domains will be in the `Name` column by default. |
203
203
|[Syslog](connect-syslog.md)| Matching is currently done for only for Syslog events where the `Facility` is `cron`. <br><br>To match Microsoft-generated threat intelligence with Syslog, no manual mapping of columns is needed. The details come in the `SyslogMessage` field of the Syslog by default, and the rule will parse the domain directly from the SyslogMessage. |
204
204
205
-
#### IP indicator matching
205
+
#### [IP](#tab/ip)
206
206
207
207
Microsoft Threat Intelligence Matching Analytics currently matches only with IPv4 indicators.
208
208
@@ -212,6 +212,12 @@ Microsoft Threat Intelligence Matching Analytics currently matches only with IPv
212
212
|[DNS](./data-connectors-reference.md#windows-dns-server-preview)| Matching is done for all DNS logs that are lookup DNS queries from clients to DNS services (`SubType == "LookupQuery"`). Threat intelligence matching analytics only process DNS queries for IPv4 (`QueryType="A"`). <br><br>To match Microsoft-generated threat intelligence with DNS logs, no manual mapping of columns is needed. All columns are standard from Windows DNS Server. The IPs are in the `IPAddresses` column by default. |
213
213
|[Syslog](connect-syslog.md)| Matching is currently done for only for Syslog events where the `Facility` is `cron`. <br><br>To match Microsoft-generated threat intelligence with Syslog, no manual mapping of columns is needed. The details come in the `SyslogMessage` field of the Syslog by default. The rule parses the IP directly from the `SyslogMessage`. |
|[CEF](connect-common-event-format.md)|Matching is done for all CEF logs that are ingested in the **CommonSecurityLog** table of log analytics except for ones that have `DeviceVendor` as `Cisco`. <br><br>To match Microsoft generated threat intelligence with CEF logs, no manual mapping needs to be done. The URL is populated in the `RequestURL` field by default.|
219
+
220
+
215
221
## Workbooks provide insights about your threat intelligence
216
222
217
223
You can use a purpose-built Microsoft Sentinel workbook to visualize key information about your threat intelligence in Microsoft Sentinel, and you can easily customize the workbook according to your business needs.
0 commit comments