Microsoft Sentinel Security Services
Microsoft Sentinel gives you visibility across your environment, but only if the right data is connected, the right analytics rules are tuned, and the right questions are being asked.
GEMXIT helps Australian businesses plan, review and improve Microsoft Sentinel across setup, SIEM visibility, Defender XDR integration, KQL analytics, workbooks and practical security operations design.
With Microsoft moving Sentinel operations into the Microsoft Defender portal, now is the time to review your connectors, incidents, permissions, automation and investigation workflows before the change affects your security team.
Sentinel page summary
A service page for Microsoft Sentinel setup, Defender portal transition planning, SIEM visibility, analytics rule review, KQL workbooks and security operations.
Important Microsoft Sentinel change: Defender portal transition
Microsoft Sentinel is transitioning into the Microsoft Defender portal. The Defender portal is now the unified security operations experience for Sentinel and Defender XDR, and Microsoft guidance now states that after 31 March 2027, Microsoft Sentinel will no longer be supported in the Azure portal and will be available only in the Microsoft Defender portal.
For Australian businesses, this is more than a portal change. It affects how security teams investigate incidents, manage permissions, review Defender XDR integration, use connectors, and maintain operational workflows.
What Microsoft Sentinel adds
Defender XDR + Sentinel: why the integration matters
Practical KQL example: after-hours activity
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
SigninLogs
| where TimeGenerated > ago(14d)
| extend HourOfDay = datetime_part("hour", TimeGenerated)
| where HourOfDay < 6 or HourOfDay > 20
| project
TimeGenerated,
UserPrincipalName,
IPAddress,
Location,
AppDisplayName,
ResultType,
ConditionalAccessStatus
| order by TimeGenerated desc
How to read this query
- TimeGenerated > ago(14d) limits the hunt to recent sign-in behaviour.
- HourOfDay < 6 or HourOfDay > 20 highlights activity outside normal business hours.
- Location, IPAddress and AppDisplayName help determine whether the activity matches the user's normal pattern.
- ConditionalAccessStatus helps show whether the sign-in was challenged, blocked, allowed or not evaluated.
Sentinel setup areas GEMXIT can review
Sentinel to Defender portal readiness review
Build deeper Microsoft security capability
Sentinel works best when it is part of a broader Microsoft security strategy. These GEMXIT resources help connect the dots between KQL, Defender, identity and real-world threat hunting.
