M365.FM - Modern work, security, and productivity with Microsoft 365

Microsoft Entra Private Access - Simply Explained

13 min · I går
Billede af episoden Microsoft Entra Private Access - Simply Explained

Description

Welcome to another episode of Knowledge Nuggets with Mirko Peters. Today we're exploring Microsoft Entra Internet Access, Microsoft's modern cloud-native approach to secure internet connectivity that replaces traditional VPNs with identity-driven Zero Trust security. For decades, organizations relied on VPNs to give remote employees access to corporate resources. That model worked when applications lived inside company data centers and employees worked primarily from the office. Today's reality is completely different. Employees work from home, coffee shops, hotels, and airports while applications are spread across Microsoft 365, SaaS platforms, and cloud services. The traditional idea of "connecting to the corporate network" no longer fits the modern workplace. Microsoft Entra Internet Access addresses this challenge by shifting security away from network trust and toward identity trust. Instead of giving users broad access simply because they're connected through a VPN, every internet request is evaluated based on the user's identity, device health, location, and security posture. In this episode, we'll explore how Entra Internet Access works, its role within Microsoft Global Secure Access, its integration with Conditional Access, and why it's becoming a key component of Microsoft's Zero Trust strategy. WHY TRADITIONAL VPNS ARE NO LONGER ENOUGH Traditional VPNs were designed for a world where applications, users, and data all existed within the corporate network. When employees connected remotely, the VPN simply extended the corporate network to their device. While this model worked for many years, it introduces significant problems in today's cloud-first world. Once connected, users often receive broad access to internal resources far beyond what they actually need. File servers, databases, legacy applications, and internal systems become reachable simply because the user is "inside" the network. VPNs also generate ongoing operational challenges. Connection failures, certificate issues, client updates, forgotten credentials, and performance problems generate a continuous stream of help desk tickets for IT departments. More importantly, VPNs generally trust the connection after authentication. Once users successfully authenticate, they're typically trusted throughout the session regardless of changing device health or security risks. Modern cybersecurity requires continuous verification rather than one-time authentication. This shift forms the foundation of Microsoft's Zero Trust security model. FROM NETWORK TRUST TO IDENTITY TRUST Modern security no longer focuses on protecting a network perimeter. Instead, it focuses on protecting identities. This philosophy is known as Zero Trust, built around one simple principle: Never trust. Always verify. Every request is evaluated independently using multiple security signals. Microsoft Entra ID becomes the central identity platform that continuously evaluates: * User identity * Device compliance * Geographic location * Sign-in risk * User risk * Authentication strength * Conditional Access policies Rather than assuming trust because someone is connected through a VPN, every request is evaluated in real time. Whether users connect from the corporate office, home, or public Wi-Fi becomes far less important than proving they are who they claim to be while using a trusted device. Identity replaces the network as the primary security boundary. WHAT IS MICROSOFT ENTRA INTERNET ACCESS? Microsoft Entra Internet Access is Microsoft's cloud-native Secure Web Gateway (SWG). Instead of routing traffic through traditional VPN appliances, internet traffic passes through Microsoft's Global Secure Access platform where it can be authenticated, inspected, filtered, and authorized. Every request is evaluated using identity-driven security policies before reaching its destination. Entra Internet Access is one of two major services within Microsoft Global Secure Access. The second service is Microsoft Entra Private Access, which securely connects users to private on-premises applications without requiring a traditional VPN. Together they provide secure connectivity for both cloud services and private business applications. Unlike traditional VPNs that primarily trust network connectivity, Entra Internet Access evaluates the user, device, and current security posture before granting access to internet resources. Because traffic travels across Microsoft's global backbone spanning dozens of regions and hundreds of edge locations worldwide, users often benefit from improved performance alongside stronger security. UNDERSTANDING THE THREE TRAFFIC PROFILES Microsoft Global Secure Access organizes connectivity using three different traffic forwarding profiles. The Microsoft Traffic Profile protects Microsoft 365 services including Exchange Online, SharePoint, Teams, and OneDrive. This profile is included with Microsoft Entra ID P1 and Microsoft 365 Business Premium licensing. The Internet Access Profile extends protection to general web browsing and third-party SaaS applications such as Salesforce, Slack, or other internet services. This profile requires additional licensing or is included as part of Microsoft Entra Suite. The Private Access Profile securely connects users to internal applications, file shares, databases, and legacy systems without requiring a traditional VPN. This profile effectively replaces VPN access for private corporate resources. A lightweight Global Secure Access client installed on user devices automatically directs traffic into the appropriate profile without requiring users to manually establish VPN connections. The result is seamless connectivity with significantly improved user experience. CONDITIONAL ACCESS BECOMES EVEN MORE POWERFUL One of the biggest advantages of Entra Internet Access is its deep integration with Microsoft Conditional Access. Traditionally, Conditional Access policies protected Microsoft cloud applications. With Entra Internet Access, those policies can now extend to internet traffic itself. Organizations can require the Global Secure Access client before allowing access to Microsoft 365 services. If the client isn't running, access is denied immediately. This provides powerful protection against modern attack techniques including Adversary-in-the-Middle (AiTM) attacks. Even if attackers successfully steal authentication tokens, they still cannot satisfy Conditional Access policies requiring traffic to originate through the trusted Global Secure Access client. Organizations can further require: * Multi-factor authentication * Device compliance * Low user risk * Trusted network connectivity * Specific authentication strengths These policies dramatically strengthen Zero Trust security while remaining centrally managed through Microsoft Entra ID. WEB FILTERING AND THREAT PROTECTION Entra Internet Access goes far beyond identity verification. It also introduces enterprise-grade web protection previously delivered through dedicated secure web gateway appliances. Organizations can create category-based web filtering policies that block websites associated with gambling, adult content, hacking tools, social media, AI services, or any other predefined categories. Policies can differ between departments, allowing marketing teams access to social media while blocking it for finance or operations. Administrators can also allow or block specific domains using fully qualified domain names and wildcard rules. Another major capability is TLS inspection. Encrypted internet traffic is decrypted, inspected for threats, and securely re-encrypted before reaching its destination. This enables organizations to detect malware, phishing attempts, malicious downloads, and data exfiltration hidden inside encrypted HTTPS traffic. Additional capabilities include: * Universal Tenant Restrictions * Shadow AI discovery * SaaS application visibility * AI application monitoring * Data loss prevention support Importantly, these protections occur at the network layer rather than within individual browsers, making them consistent across browsers and desktop applications alike. Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

Comments

0

Be the first to comment

Sign up now and become a member of the M365.FM - Modern work, security, and productivity with Microsoft 365 community!

Get Started

1 month for 9 kr.

Then 99 kr. / month · Cancel anytime

  • Podcasts kun på Podimo
  • 20 lydbogstimer pr. måned
  • Gratis podcasts

All episodes

860 episodes

episode The Death of the Pipeline: Why AI Agents are Replacing Traditional artwork

The Death of the Pipeline: Why AI Agents are Replacing Traditional

For more than two decades, CI/CD pipelines have been the backbone of modern software delivery. Developers commit code, automated builds run, tests execute, security scans complete, someone approves the deployment, and production is updated. This model transformed software engineering and enabled DevOps to become the industry standard. But the world has changed. Cloud-native applications, Kubernetes, AI, multi-cloud architectures, and thousands of daily deployments have pushed traditional pipelines beyond what they were designed to handle. The real bottleneck is no longer automation—it's the fact that automation still revolves around human decision-making and linear workflows. This episode explores a radical shift: replacing sequential CI/CD pipelines with intelligent, autonomous AI agents that reason, collaborate, and adapt in real time. We'll examine why traditional pipelines are reaching their limits, how agentic systems fundamentally change software delivery, and why governance—not autonomy—is becoming the defining architectural challenge of the next generation of DevOps. WHY THE TRADITIONAL PIPELINE IS BREAKING Traditional CI/CD pipelines were designed around a simple assumption: Humans make the important decisions. A developer commits code. The pipeline builds. Tests execute. Security scans run. Then someone reviews. Someone approves. Someone decides whether deployment should continue. Every approval introduces waiting. Every handoff introduces latency. Every manual decision becomes another bottleneck. This worked perfectly when organizations deployed once every few weeks. Today's cloud-native organizations deploy hundreds or even thousands of times every day. At that scale, human approval is no longer primarily a safety mechanism. It becomes the slowest component in the entire delivery system. The pipeline itself isn't broken. Its underlying operating model is. AUTOMATION ISN'T THE SAME AS INTELLIGENCE Many organizations tried solving pipeline bottlenecks through automation. They built scripts. They created runbooks. They automated approvals. Initially this improved delivery speed. Eventually another problem appeared. Scripts only work inside predefined conditions. Whenever infrastructure changes, scripts begin failing. New Kubernetes versions... Changed APIs... Different deployment strategies... Updated security requirements... Every infrastructure evolution requires maintaining automation itself. Traditional automation has no understanding of context. It executes procedures. It doesn't reason. Organizations eventually spend enormous effort maintaining automation instead of benefiting from it. The presentation argues that static automation reaches a ceiling because modern infrastructure changes faster than rule-based systems can keep up. AI AGENTS CHANGE THE MODEL An AI agent is fundamentally different from a script. Scripts execute instructions. Agents reason. Instead of simply matching predefined rules, an agent continuously: * Observes system state * Understands context * Evaluates possible actions * Chooses the safest strategy * Learns from previous outcomes Imagine a degraded service. A script simply restarts it. An AI agent first investigates. Is this really a service failure? Is memory leaking? Is traffic unusually high? Would a canary rollout be safer than a restart? Could restarting actually make the situation worse? Rather than following procedures, AI agents operate using policies and objectives. That distinction fundamentally changes software delivery because the system adapts instead of merely executing instructions. FROM PIPELINES TO AGENT FABRICS Perhaps the biggest concept introduced in this session is that the future isn't a faster pipeline—it isn't a pipeline at all. Traditional delivery is sequential. Commit. Build. Test. Deploy. Each stage waits for the previous one. Agentic systems replace this with an AI fabric. Multiple specialized agents operate simultaneously. One analyzes security. Another writes tests. Another validates performance. Another evaluates deployment strategy. Instead of waiting for sequential stages, agents continuously exchange information while reasoning together. Researchers increasingly describe this model as Continuous Agentic Continuous Deployment (CA/CD) where reasoning replaces stage gates. The result isn't simply faster deployment. It's an entirely different operating model built around collaboration rather than sequence. THE SUPERVISOR-WORKER ARCHITECTURE Production AI systems don't consist of one giant intelligent agent. Instead, they increasingly adopt the Supervisor-Worker architecture. A supervisor agent owns the business objective. Specialized worker agents focus on individual domains: * Security * Testing * Performance * Deployment * Compliance Workers analyze their specific area. The supervisor coordinates the work, combines expert recommendations, and makes the final decision. This architecture provides several advantages: * Clear accountability * Easier auditing * Better scalability * Independent specialization * Easier maintenance Rather than creating one enormous AI system responsible for everything, organizations compose smaller expert agents that collaborate through orchestration. Companies adopting this architecture are reporting significantly faster delivery cycles while maintaining stronger governance. AUTONOMY ISN'T THE GOAL One of the most important lessons throughout the presentation is that full autonomy is neither realistic nor desirable. Current AI agents still require frequent human correction. Rather than viewing this as failure, organizations should treat it as a natural safety mechanism. The goal becomes appropriate autonomy. Low-risk activities may execute completely automatically. Medium-risk actions require human confirmation. High-risk production deployments remain supervised. Authority expands gradually based on measured performance. Autonomy is earned—not assumed. Successful organizations build tiered governance where AI gains additional responsibility only after consistently demonstrating reliable decision quality. GOVERNANCE BECOMES ARCHITECTURE Traditional governance relied on documents and policies. Agentic systems require something much stronger. Governance becomes architecture. Instead of saying: "Agents should only deploy approved services." Organizations technically prevent any other deployment from happening. Every agent receives: * Cryptographic identity * Scoped permissions * Short-lived credentials * Policy validation * Continuous authorization * Complete audit logging Every action is validated immediately before execution. Agents don't merely promise to follow policy. The architecture prevents them from violating it. This represents one of the largest architectural shifts introduced by autonomous software delivery- MULTI-AGENT COMMITTEES Some decisions are too complex for a single agent. The presentation introduces another emerging architectural pattern: The Multi-Agent Committee. Rather than relying on one AI model, multiple specialist agents independently evaluate the same decision. For example: * Security Agent * Performance Agent * Code Review Agent * Compliance Agent Each produces an independent recommendation. The supervisor synthesizes their conclusions before approving deployment. This dramatically improves decision quality because multiple expert perspectives identify different classes of problems. When disagreement occurs, the system naturally escalates to a human instead of forcing artificial certainty. Collective reasoning becomes safer than relying on any individual model. Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

25. juli 20261 h 9 min
episode The Productivity Illusion: Why AI is Breaking Your Engineering KPIs artwork

The Productivity Illusion: Why AI is Breaking Your Engineering KPIs

At first glance, the numbers look incredible. Deployment frequency is increasing, pull requests are being merged faster than ever, AI is generating more code, and engineering teams appear dramatically more productive. Executive dashboards are filled with green indicators suggesting software delivery has entered a new golden age. But beneath those impressive metrics lies a very different reality. AI has accelerated code generation, but it hasn't eliminated engineering work. Instead, it has shifted the bottlenecks from writing code to reviewing, validating, governing, and understanding it. Organizations are producing significantly more code while simultaneously experiencing more incidents, higher cognitive load, greater technical debt, and increased developer burnout. THE PRODUCTIVITY ILLUSION The central message of this session is simple: More code does not automatically mean more productivity. AI has dramatically increased engineering output, but many organizations are confusing output with value. According to the presentation: * AI now generates a significant portion of production code. * Pull request throughput has nearly doubled. * Developers save substantial time on repetitive coding tasks. * Yet production incidents, code churn, review times, and cognitive load have all increased. Rather than removing engineering constraints, AI has simply moved them further downstream into review, testing, operations, and governance. The dashboard still reports success—but the engineering system itself is becoming increasingly fragile. WHY TRADITIONAL KPIs ARE FAILING Many engineering organizations still rely heavily on classic DevOps metrics such as: * Deployment Frequency * Lead Time * Change Failure Rate * Mean Time To Recovery (MTTR) These metrics were designed for a world where humans wrote nearly all production code. AI fundamentally changes that assumption. Today's bottleneck is no longer writing software. It is understanding software. Deployment frequency may increase while review queues explode. Lead time may decrease while technical debt grows. Change failure rates may appear acceptable while code requires constant rewrites. The presentation argues that traditional engineering dashboards measure activity, not system health. WHEN MORE CODE CREATES MORE PROBLEMS One of the strongest themes throughout the presentation is the unintended consequence of AI-generated software. Developers can now create thousands of lines of code within minutes. Human reviewers, however, still need to verify every important architectural, security, and business decision. As pull requests become larger and more complex: * Review times increase dramatically. * Senior engineers become bottlenecks. * Production incidents rise. * Technical debt accumulates faster. * More code requires future maintenance. Instead of removing engineering work, AI shifts effort toward verification and understanding. The engineering organization appears faster while becoming increasingly overloaded. THE COGNITIVE LOAD CRISIS Perhaps the most important concept discussed is cognitive load. AI reduces the effort required to write code. It dramatically increases the effort required to understand that code. Developers now spend increasing amounts of time: * Reviewing AI-generated implementations. * Understanding unfamiliar logic. * Switching between contexts. * Verifying correctness. * Explaining code the AI never documented. The presentation distinguishes between productive engineering effort and unnecessary mental overhead. Instead of solving business problems, engineers increasingly spend their cognitive capacity validating machine-generated output. The result is lower developer satisfaction despite higher apparent productivity. THE TOXIC KPI TRAP Organizations naturally optimize whatever they measure. The problem arises when the metrics themselves no longer represent organizational health. Examples include: * Maximizing AI-generated code percentage. * Increasing deployment frequency. * Optimizing story points. * Reducing review duration. * Maximizing pull requests per developer. Each metric improves individually. Meanwhile: * Rework increases. * Stability declines. * Technical debt grows. * Review quality drops. * Engineers burn out. The presentation argues that these KPIs encourage organizations to optimize motion instead of meaningful outcomes. Good numbers do not necessarily represent healthy engineering systems. FROM ACTIVITY TO FLOW A major recommendation is replacing activity-based thinking with flow-based measurement. Instead of asking: "How much did we ship?" Organizations should ask: "How efficiently does work move through the system?" Important flow metrics include: * Flow efficiency * Queue age * Review cycle time * Work in Progress (WIP) * Bottleneck identification * Rework rate These metrics reveal where work actually becomes blocked rather than simply counting completed deployments. The presentation argues that AI has shifted engineering constraints from development toward review and verification, making flow measurement far more valuable than raw throughput metrics. DORA 5 AND REWORK RATE One of the most practical recommendations is expanding traditional DORA metrics with a fifth dimension: Rework Rate. Rather than simply measuring deployment speed, organizations should track how much recently written code must be rewritten shortly afterward. High rework indicates: * Weak verification * Poor code durability * Fragile architectures * Inadequate reviews * Incorrect AI usage Rework becomes a much stronger indicator of long-term engineering quality than deployment frequency alone. The presentation positions this as one of the most valuable indicators for AI-assisted software development. BURNOUT IS A SYSTEM METRIC Another major insight is that burnout should be viewed as an engineering metric—not merely an HR concern. The presentation connects rising cognitive load with: * Developer dissatisfaction * Increased context switching * Longer review cycles * Night and weekend work * Higher attrition * Lower software quality When developers spend most of their day reviewing AI-generated code rather than solving meaningful business problems, engineering quality gradually declines. Organizations that ignore these signals risk losing their most experienced engineers while dashboards continue reporting "improved productivity." Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

25. juli 20261 h 15 min
episode The DevOps Tax: Why Your Platform is Failing artwork

The DevOps Tax: Why Your Platform is Failing

Welcome to another episode of Knowledge Nuggets with Mirko Peters. Today we're exploring The DevOps Tax—the hidden cost that silently reduces engineering productivity, increases cognitive overload, and prevents organizations from delivering software at scale. DevOps began with a simple but powerful vision: "You build it, you run it." Small, autonomous teams would own their applications from development through production, eliminating handoffs between developers and operations. For many organizations, this approach initially delivered faster releases and better accountability. But as companies grew, so did the complexity. Developers were expected to become experts in Kubernetes, cloud networking, Infrastructure as Code, observability, security, compliance, cost optimization, and CI/CD—all while still building business features. Instead of accelerating innovation, many teams found themselves spending more time managing infrastructure than delivering customer value. In this episode, we'll examine why the DevOps model struggles at enterprise scale, what the DevOps Tax really costs organizations, and how Platform Engineering, Golden Paths, Infrastructure as Code, Policy as Code, and AI-ready governance provide a practical path forward. WHAT IS THE DEVOPS TAX? The DevOps Tax isn't a software licensing cost or another cloud bill. It's the hidden productivity cost created when developers spend the majority of their time solving infrastructure problems instead of building products. Modern developers are expected to understand: * Kubernetes * Containers * Cloud platforms * Networking * RBAC * CI/CD * Infrastructure as Code * Monitoring * Distributed tracing * Security * Compliance * Cost optimization * Disaster recovery None of these activities directly create customer value, yet they consume a significant percentage of engineering capacity. The presentation argues that this "tax" compounds over time through burnout, delayed releases, duplicated effort, and increased organizational complexity, ultimately reducing the return on engineering investment. Research referenced in the session suggests that roughly 74% of developer capacity is consumed by infrastructure toil instead of feature delivery. WHY DEVOPS BREAKS AT SCALE DevOps works remarkably well for small teams. When ten or fifteen engineers own an application, everyone understands the architecture, infrastructure decisions are shared, and feedback loops remain short. Enterprise organizations are different. As hundreds of teams emerge, every group begins selecting its own tools: * Different CI/CD platforms * Different monitoring stacks * Different Infrastructure as Code frameworks * Different deployment approaches * Different security models Each individual decision appears reasonable. Collectively, however, they create enormous operational complexity. Documentation diverges. Runbooks become inconsistent. Senior engineers become bottlenecks. Developers spend increasing amounts of time coordinating infrastructure instead of delivering business functionality. The presentation argues that organizations eventually stop managing infrastructure and begin managing organizational chaos. THE COGNITIVE LOAD CRISIS One of the central themes of the session is cognitive load. Developers already need to understand complex business domains. Adding infrastructure decisions on top dramatically increases the amount of mental effort required before writing any business logic. The presentation introduces the concept of Concepts to Ship (CTS). A traditional DevOps environment often requires developers to understand fifteen to twenty different infrastructure concepts before deploying a service. These include: * Kubernetes networking * Service meshes * RBAC * Storage * Resource limits * Observability * Deployment pipelines * Secrets management * Network policies Platform Engineering aims to reduce that number to only a handful of concepts by abstracting infrastructure behind standardized workflows. Reducing cognitive load ultimately improves productivity, onboarding, software quality, and developer satisfaction. PLATFORM ENGINEERING AS THE SOLUTION Rather than asking every development team to become infrastructure experts, Platform Engineering centralizes common capabilities into a reusable internal platform. Instead of developers designing databases, networking, backup strategies, monitoring, and deployment pipelines from scratch, the platform provides those capabilities as standardized services. This fundamentally changes team responsibilities. Product teams focus on business value. Platform teams focus on delivering infrastructure as a product. Rather than distributing infrastructure complexity to everyone, organizations centralize expertise while preserving developer autonomy. The result is greater consistency, improved governance, and dramatically lower cognitive overhead. GOLDEN PATHS A major concept introduced throughout the presentation is the Golden Path. A Golden Path is an opinionated, pre-built workflow covering the majority of common engineering scenarios. Rather than presenting dozens of infrastructure choices, developers receive a standard approach that already includes: * CI/CD pipelines * Security scanning * Monitoring * Logging * Deployment strategies * Compliance validation * Rollback procedures Developers customize only the business-specific parts of their application. Everything else follows proven organizational standards. Exceptions remain possible, but they become intentional collaboration with the platform team instead of every developer reinventing infrastructure independently. The presentation emphasizes that successful Golden Paths solve approximately eighty percent of common deployment scenarios while continuously evolving based on developer feedback. INFRASTRUCTURE AS CODE AND POLICY AS CODE Platform Engineering depends heavily on automation. Infrastructure as Code transforms infrastructure from manual portal configuration into version-controlled code. This provides: * Reproducibility * Version history * Peer review * Automated deployment * Complete audit trails Policy as Code extends this concept further. Instead of documenting governance rules inside PDFs or SharePoint pages, security policies become executable code. Organizations can automatically enforce: * Encryption requirements * Network restrictions * Backup policies * Resource standards * Security baselines Compliance stops becoming a manual review process and instead becomes an automated deployment requirement. Developers no longer need to remember every governance rule because the platform enforces them automatically. Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

25. juli 20261 h 18 min
episode Microsoft Purview Insider Risk Management - Simply Explained artwork

Microsoft Purview Insider Risk Management - Simply Explained

Welcome to another episode of Knowledge Nuggets with Mirko Peters. Today we're exploring Microsoft Purview Insider Risk Management, Microsoft's intelligent solution for identifying risky user behavior before it turns into a costly security incident. When organizations think about cybersecurity, they usually focus on external threats—hackers, malware, ransomware, and phishing attacks. But one of the biggest security risks often comes from inside the organization. Employees already have legitimate access to sensitive information. Whether through malicious intent or simple human error, that trusted access can become a significant business risk. Microsoft Purview Insider Risk Management helps organizations identify unusual patterns of user behavior, investigate potential insider threats, and respond appropriately while maintaining strong privacy protections. Rather than assuming every employee is a threat, it uses intelligent risk scoring and machine learning to distinguish between normal business activity and behavior that deserves closer attention. In this episode, we'll explore how Insider Risk Management works, how Microsoft calculates risk, and why privacy remains a central part of the entire solution. WHY INSIDER RISK IS DIFFERENT Traditional cybersecurity is designed to stop unauthorized users from gaining access. Firewalls block unwanted network traffic. Multi-factor authentication verifies identities. Endpoint protection detects malware. These technologies are extremely effective against external attacks. However, they all share one important assumption: Once users successfully authenticate, they are generally trusted. That assumption creates a significant blind spot. Insider threats don't involve breaking into the organization. They involve legitimate users performing activities that become risky over time. Insider risk generally falls into two categories. Malicious insider risk includes intentional activities such as data theft, intellectual property theft, sabotage, or unauthorized data exfiltration. Accidental insider risk includes users mistakenly sharing confidential information, forwarding sensitive emails, copying files to personal storage, or violating security policies without realizing it. Traditional security solutions rarely detect these behaviors because, technically, the user is authorized to perform many of the underlying actions. Microsoft Purview Insider Risk Management focuses on identifying risky behavior rather than simply validating user access. WHAT IS MICROSOFT PURVIEW INSIDER RISK MANAGEMENT? Microsoft Purview Insider Risk Management is a compliance capability within Microsoft Purview that helps organizations identify, investigate, and respond to potentially risky user behavior. Rather than monitoring individual activities in isolation, the system analyzes patterns across Microsoft 365. Signals are collected from multiple Microsoft services, including: * Exchange Online * SharePoint Online * OneDrive * Microsoft Teams * Microsoft Entra ID * Endpoint activity * Data Loss Prevention * Sensitivity labels Machine learning evaluates these signals over time to determine whether behavior differs significantly from normal activity. The objective is not to spy on employees. Instead, Microsoft focuses on identifying situations where organizations should perform additional review before a genuine security incident occurs. Human investigators always make the final decision. The platform simply highlights behavior that deserves attention. HOW RISK SCORING WORKS Microsoft Purview Insider Risk Management does not generate alerts based on a single isolated action. Instead, it evaluates combinations of activities over time. Examples of monitored indicators include: * Large file downloads * Email forwarding * Printing sensitive documents * USB file transfers * Accessing sensitive SharePoint sites * Uploading data to cloud storage * Unusual login behavior * After-hours activity Each event contributes to an overall risk score. A single large download might be completely normal. However, when combined with several additional indicators—such as forwarding emails to personal accounts after submitting a resignation—the overall pattern becomes significantly more suspicious. Machine learning compares current activity against historical behavior for both the individual user and similar job roles. Downloading source code may be normal for software developers. The same activity performed by someone in Human Resources would represent unusual behavior. The platform continuously learns organizational baselines to reduce false positives while highlighting meaningful anomalies. Importantly, risk scores represent probabilities—not proof of wrongdoing. Human review remains essential before any action is taken. POLICIES, TEMPLATES, AND RISK INDICATORS Microsoft provides predefined policy templates covering common insider risk scenarios. Examples include: * Departing employees * Data theft * Data leaks * Security policy violations * Risky user behavior Administrators simply select the template most appropriate for their organization and configure the users or groups that should be included. Behind each policy are dozens of built-in indicators. These include activities such as: * External email forwarding * Printing * USB usage * Cloud storage uploads * SharePoint downloads * OneDrive synchronization * Sensitive file access Organizations can further improve detection by integrating external business signals. Examples include: * HR systems * Employee resignation notices * Badge access systems * Legal investigations * Compliance events These external signals provide additional context that significantly improves risk scoring accuracy. Rather than monitoring every employee equally, organizations focus on scenarios where risk is genuinely elevated. INVESTIGATING INSIDER RISK When Microsoft identifies suspicious behavior, investigators receive an alert within the Microsoft Purview compliance portal. Each alert includes: * Overall risk score * User information * Timeline of activities * Associated indicators * Supporting evidence One of the most valuable features is the activity timeline. Rather than reviewing isolated events, investigators can understand the complete sequence of actions. For example: * File downloads * Email forwarding * USB transfers * After-hours activity * SharePoint access Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

Yesterday14 min
episode Microsoft Purview Information Protection - Simply Explained artwork

Microsoft Purview Information Protection - Simply Explained

Welcome to another episode of Knowledge Nuggets with Mirko Peters. Today we're exploring Microsoft Purview Information Protection, the foundation of Microsoft's data classification and protection strategy across Microsoft 365. Every day, organizations create thousands of documents, spreadsheets, emails, presentations, and Teams conversations. Some of that information is completely public, while other files contain financial records, customer information, legal contracts, intellectual property, or confidential business plans. The challenge isn't simply storing this data—it's ensuring every piece of information is handled appropriately wherever it travels. Microsoft Purview Information Protection solves this challenge by allowing organizations to classify sensitive information, apply persistent sensitivity labels, and automatically enforce protection policies across Microsoft 365. Instead of waiting until data is about to leave the organization, protection begins the moment the content is created. In this episode, we'll explore how Microsoft Purview Information Protection works, how sensitivity labels travel with your data, how automatic classification operates behind the scenes, and how it integrates with Data Loss Prevention, Microsoft Teams, and Microsoft 365 Copilot. WHY INFORMATION PROTECTION MATTERS Many organizations assume their information is secure simply because it resides in Microsoft 365. However, protecting data from hackers is only one part of the challenge. The larger risk often comes from accidental sharing, misclassification, or users unknowingly exposing confidential information. Traditional security approaches attempted to inspect files only when they were leaving the organization. Every outgoing email or shared document had to be scanned before determining whether it contained sensitive information. While effective, this approach introduces delays and only reacts after data has already begun moving. Microsoft Purview Information Protection changes the model entirely. Instead of waiting until information leaves the organization, content is classified and labeled immediately. Once protected, every Microsoft 365 service instantly understands how that information should be handled without repeatedly scanning the content. Protection becomes proactive rather than reactive. WHAT IS MICROSOFT PURVIEW INFORMATION PROTECTION? Microsoft Purview Information Protection provides a centralized framework for classifying, labeling, and protecting sensitive information. The core concept is remarkably simple. Every document or email receives a sensitivity label that communicates its security requirements. Common examples include: * Public * Internal * Confidential * Highly Confidential These labels aren't merely visual indicators. Each label contains metadata that permanently travels with the file wherever it goes. That metadata can automatically trigger: * Encryption * Access restrictions * Watermarks * Headers and footers * Printing restrictions * Sharing controls * Copy protection Rather than relying on users to remember every security setting manually, one sensitivity label applies the correct protections automatically. Because Information Protection is built directly into Microsoft 365, users often interact with it through the Sensitivity dropdown available in Word, Excel, PowerPoint, Outlook, and other Office applications. CLASSIFICATION: FINDING SENSITIVE INFORMATION Before information can be protected, Microsoft Purview must first identify sensitive content. Microsoft uses two primary detection methods. The first is Sensitive Information Types (SITs). These recognize structured information such as: * Credit card numbers * Passport numbers * National identification numbers * Healthcare identifiers * Banking information Microsoft provides hundreds of built-in detection patterns that organizations can immediately begin using without additional configuration. The second approach uses Trainable Classifiers. Unlike simple pattern matching, trainable classifiers use artificial intelligence to recognize unstructured documents such as: * Contracts * Legal documents * Resumes * Financial reports * Project documentation Organizations can also create custom classifiers and custom Sensitive Information Types for proprietary business information including employee IDs, customer numbers, project codes, or invoice formats. Classification identifies sensitive information. Protection comes later through sensitivity labels. SENSITIVITY LABELS: THE FOUNDATION OF PROTECTION Once content has been classified, sensitivity labels determine how Microsoft 365 should handle it. Each label becomes much more than a simple category. A single label can automatically apply multiple protections simultaneously. For example, a Highly Confidential label might: * Encrypt the document * Prevent external sharing * Disable printing * Restrict copy and paste * Apply visible watermarks * Limit editing permissions Most importantly, these protections remain attached to the file itself. If the document leaves SharePoint, is emailed externally, or stored elsewhere, the label and its protections travel with it. This persistence ensures organizations maintain control over sensitive information regardless of where the file moves. Every Microsoft 365 workload—including SharePoint, OneDrive, Teams, Exchange Online, and Microsoft 365 Copilot—recognizes and respects these labels automatically. MANUAL VS AUTOMATIC LABELING Organizations can apply sensitivity labels in two different ways. Manual labeling allows users to choose the appropriate label directly within Microsoft Office applications. This works well when users understand the business context surrounding a document. However, relying entirely on users creates inconsistency. Microsoft therefore provides automatic labeling. Client-side automatic labeling operates inside Office applications while users create documents. If sensitive information such as payment card data appears, Office can recommend or automatically apply the correct label before the document is saved. Service-side automatic labeling works across Microsoft 365 itself. Existing documents stored in SharePoint, OneDrive, or Exchange Online are scanned and labeled automatically without requiring user interaction. Microsoft recommends combining both approaches. Automatic labeling provides consistent baseline protection across large environments, while manual labeling allows users to apply additional context when appropriate. Simulation mode allows organizations to evaluate automatic labeling policies before enforcing them in production.  Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

Yesterday15 min