[Microsoft Defeder XDR] Add behavior and messsage events - #17512
Merged
Conversation
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
Contributor
Vale Linting ResultsSummary: 2 warnings found
|
| File | Line | Rule | Message |
|---|---|---|---|
| packages/m365_defender/docs/README.md | 652 | Elastic.DontUse | Don't use 'thus'. |
| packages/m365_defender/docs/README.md | 665 | Elastic.QuotesPunctuation | Place punctuation inside closing quotation marks. |
The Vale linter checks documentation changes against the Elastic Docs style guide.
To use Vale locally or report issues, refer to Elastic style guide for Vale.
kcreddy
self-requested a review
February 24, 2026 16:59
Contributor
🚀 Benchmarks reportTo see the full report comment with |
kcreddy
reviewed
Feb 26, 2026
kcreddy
left a comment
Contributor
There was a problem hiding this comment.
Following commit message suggested by Remy:
m365_defender: add support for behavior and message tables
This extends the integration to handle BehaviorInfo, BehaviorEntities,
MessageEvents, MessageUrlInfo, and MessagePostDeliveryEvents tables from
the Microsoft 365 Defender Advanced Hunting API, enabling richer threat
detection and email security monitoring.
Test logs were generated based on documentation.
API documentation:
- MessageEvents: https://learn.microsoft.com/en-us/defender-xdr/advanced-hunting-messageevents-table
- BehaviorInfo: https://docs.azure.cn/en-us/azure-monitor/reference/tables/behaviorinfo
- Advanced Hunting API: https://learn.microsoft.com/en-us/defender-endpoint/api/run-advanced-query-api
kcreddy
approved these changes
Feb 26, 2026
💚 Build Succeeded
History
|
Contributor
|
Package m365_defender - 5.10.0 containing this change is available at https://epr.elastic.co/package/m365_defender/5.10.0/ |
ilyannn
pushed a commit
that referenced
this pull request
Feb 28, 2026
m365_defender: add support for behavior and message tables This extends the integration to handle BehaviorInfo, BehaviorEntities, MessageEvents, MessageUrlInfo, and MessagePostDeliveryEvents tables from the Microsoft 365 Defender Advanced Hunting API, enabling richer threat detection and email security monitoring. Test logs were generated based on documentation. API documentation: - MessageEvents: https://learn.microsoft.com/en-us/defender-xdr/advanced-hunting-messageevents-table - BehaviorInfo: https://docs.azure.cn/en-us/azure-monitor/reference/tables/behaviorinfo - Advanced Hunting API: https://learn.microsoft.com/en-us/defender-endpoint/api/run-advanced-query-api
navnit-elastic
pushed a commit
to navnit-elastic/integrations
that referenced
this pull request
Mar 2, 2026
m365_defender: add support for behavior and message tables This extends the integration to handle BehaviorInfo, BehaviorEntities, MessageEvents, MessageUrlInfo, and MessagePostDeliveryEvents tables from the Microsoft 365 Defender Advanced Hunting API, enabling richer threat detection and email security monitoring. Test logs were generated based on documentation. API documentation: - MessageEvents: https://learn.microsoft.com/en-us/defender-xdr/advanced-hunting-messageevents-table - BehaviorInfo: https://docs.azure.cn/en-us/azure-monitor/reference/tables/behaviorinfo - Advanced Hunting API: https://learn.microsoft.com/en-us/defender-endpoint/api/run-advanced-query-api
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed commit message
Checklist
changelog.ymlfile.How to test this PR locally
Related issues
eventdataset #17230