<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Devicecompliance — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/devicecompliance/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata — refreshed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 03 Jan 2024 10:00:00 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/devicecompliance/feed.xml" rel="self" type="application/rss+xml"/><item><title>M365 Copilot Access from Non-Compliant Devices</title><link>https://feed.craftedsignal.io/briefs/2024-01-03-m365-copilot-non-compliant-access/</link><pubDate>Wed, 03 Jan 2024 10:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-01-03-m365-copilot-non-compliant-access/</guid><description>Detection of M365 Copilot access from non-compliant or unmanaged devices that violate corporate security policies, potentially indicating shadow IT, BYOD policy violations, or compromised endpoint access.</description><content:encoded><![CDATA[<p>This detection identifies instances of users accessing Microsoft 365 Copilot from devices that do not meet the organization&rsquo;s compliance standards or are not managed by the IT department. This activity, if unsanctioned, introduces risks like data leakage, malware infections, and policy violations. The detection focuses on identifying access events where the <code>deviceDetail.isCompliant</code> or <code>deviceDetail.isManaged</code> fields are false within the M365 Copilot Graph API logs. The goal is to proactively flag users accessing corporate resources through unsecured endpoints, enabling security teams to promptly investigate and remediate potential threats or policy breaches linked to shadow IT, unauthorized BYOD practices, or compromised devices lacking adequate security controls. The detection logic is designed to minimize false positives by considering factors like user roles, device types, and network locations.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>User attempts to access M365 Copilot through a web browser or application on a device.</li>
<li>Azure AD authenticates the user based on provided credentials.</li>
<li>The device&rsquo;s compliance status and management status are evaluated during the sign-in process.</li>
<li>If the device is flagged as non-compliant (<code>deviceDetail.isCompliant=false</code>) or unmanaged (<code>deviceDetail.isManaged=false</code>), the sign-in attempt is logged in the M365 Copilot Graph API (AuditLogs.SignIns).</li>
<li>The activity is aggregated and analyzed, noting the user, operating system, browser, IP address, and geographic location.</li>
<li>Security analysts review flagged events for suspicious patterns.</li>
<li>If unauthorized access is confirmed, the user and/or device are blocked from accessing M365 Copilot.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Unauthorized access to M365 Copilot from non-compliant devices could expose sensitive corporate data to unmanaged or unsecured environments. This increases the risk of data leakage, malware infections, and regulatory compliance violations. If successful, attackers could potentially gain access to sensitive data processed by M365 Copilot, leading to data breaches, financial loss, and reputational damage.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Enable the Splunk Add-on for Microsoft Office 365 and configure it to collect Azure AD Sign-in logs (AuditLogs.SignIns) via the Graph API data input as outlined in the &ldquo;how_to_implement&rdquo; section.</li>
<li>Deploy the Sigma rule &ldquo;M365 Copilot Access from Non-Compliant Device&rdquo; to your SIEM and tune for your environment to detect access from non-compliant devices.</li>
<li>Investigate any alerts generated by the Sigma rule, focusing on users with a high number of events or access from multiple geographic locations.</li>
<li>Implement and enforce Mobile Device Management (MDM) policies to ensure all devices accessing corporate resources are managed and compliant.</li>
<li>Educate employees about the risks of using non-compliant devices and the importance of adhering to corporate security policies.</li>
<li>Review and refine device compliance policies based on the observed access patterns and potential false positives as described in &ldquo;known_false_positives.&rdquo;</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>microsoft365</category><category>copilot</category><category>devicecompliance</category><category>byod</category></item></channel></rss>