<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Behavior-Analysis - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/behavior-analysis/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Mon, 14 Sep 2026 12:57:59 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/behavior-analysis/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Detecting Identity Masquerading via Behavioral Clustering</title><link>https://feed.craftedsignal.io/briefs/2026-09-cloud-identity-clustering/</link><pubDate>Mon, 14 Sep 2026 12:57:59 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cloud-identity-clustering/</guid><description>Security researchers have developed a behavioral clustering model using unsupervised machine learning to differentiate between legitimate cloud functional roles and attackers masquerading as authorized identities.</description><content:encoded><![CDATA[<p>Researchers at Unit 42 have identified that attackers frequently bypass traditional identity and access management (IAM) controls by using masquerading techniques. By leveraging pre-existing permission profiles, benign labels, and legitimate service accounts, adversaries obscure their actions within cloud environments. The research analyzed behavior from over 40,000 identities across 125 cloud environments, establishing that cloud identities naturally aggregate into distinct functional clusters based on their API invocation patterns.</p>
<p>Defenders can move beyond static policy reviews, which often fail to account for over-privileged identities, by implementing behavioral clustering using algorithms like UMAP and HDBSCAN. By mapping observed activity against these clusters, organizations can identify anomalies where an identity deviates from its typical functional role (e.g., an administrator account performing discovery activity inconsistent with console user patterns). This approach provides context for cloud detection and response (CDR) efforts, allowing for the classification of identities at scale using lightweight SQL heuristics derived from these clusters.</p>
<h2 id="impact">Impact</h2>
<p>The use of masquerading techniques allows attackers to conduct reconnaissance, account manipulation, and data exfiltration while blending into standard administrative or service-level traffic. If undetected, this leads to unauthorized resource discovery, permission modifications, and the compromise of cloud-native infrastructure, with the potential for widespread data loss or persistent unauthorized access across multiple cloud projects.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Implement behavioral profiling to categorize service accounts and human identities based on observed API activity rather than solely relying on assigned IAM policies.</li>
<li>Integrate cloud detection and response (CDR) capabilities to monitor for deviations from baseline functional behavior, specifically focusing on cross-account permission modifications and unauthorized resource discovery.</li>
<li>Deploy SQL-based heuristic logic to track identities identified as administrators or DevOps roles and alert on high-risk operations such as <code>DeleteBucket</code> or <code>ModifyRolePolicy</code> when originating from unusual behavioral clusters.</li>
<li>Review the list of Cortex XDR/XSIAM alerts identified in the research to prioritize the enablement of telemetry covering cloud administration commands (T1651) and account manipulation (T1098.003).</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>cloud-security</category><category>identity-access-management</category><category>behavior-analysis</category><category>detection-engineering</category></item></channel></rss>