New zero-trust approach at the identity level

Advertising

Share post

Zero Trust has now become one of the most important security models. The concept is simple and intuitive: implicit trust is a vulnerability in itself, which attackers can exploit for lateral movement and access to sensitive data. The Zero Trust approach attempts to mitigate this risk by eliminating implicit trust from the corporate environment.

Zero Trust always assumes that a security breach has already occurred. For example, an attacker managed to bypass some of the defenses in place and gain a foothold in the enterprise environment. In the next phase of the attack, the hacker moves sideways through the network, accessing additional resources until they find valuable data or assets. The Zero Trust model aims to significantly limit the damage when a hacker is in the corporate environment.

Advertising

To date, Zero Trust has primarily been implemented at the network layer by rebuilding the network infrastructure and dividing it into multiple micro-perimeters with segmentation gateways. Recently, however, another zero trust approach that focuses on the identity layer rather than the network aspect is gaining traction.

Network-Based vs. Identity-Based Zero Trust

Zero Trust is designed to prevent malicious access to resources within the corporate environment. While such access is performed by a device on the network connection, it also requires user authentication to access the resource. In an implicit trust environment, if this user account is compromised, a hacker can use it to freely access any resource or move laterally in the network. However, if the granular verification is not based on the network connection but on the authentication itself, a zero trust model can also be achieved. Both network segmentation rules and risk-based authentication policies are useful tools to block malicious access attempts. However, the latter are easier to implement and in many cases offer higher granularity and risk detection capabilities.

Advertising

Subscribe to our newsletter now

Read the best news from B2B CYBER SECURITY once a month



By clicking on "Register" I agree to the processing and use of my data in accordance with the declaration of consent (please open for details). I can find more information in our Privacy Policy. After registering, you will first receive a confirmation email so that no other person can order something you don't want.
Expand for details on your consent
It goes without saying that we handle your personal data responsibly. If we collect personal data from you, we process it in compliance with the applicable data protection regulations. Detailed information can be found in our Privacy Policy. You can unsubscribe from the newsletter at any time. You will find a corresponding link in the newsletter. After you have unsubscribed, your data will be deleted as soon as possible. Recovery is not possible. If you would like to receive the newsletter again, simply order it again. Do the same if you want to use a different email address for your newsletter. If you would like to receive the newsletter offered on the website, we need an e-mail address from you as well as information that allows us to verify that you are the owner of the e-mail address provided and that you agree to receive the newsletter. Further data is not collected or only collected on a voluntary basis. We use newsletter service providers, which are described below, to process the newsletter.

CleverReach

This website uses CleverReach to send newsletters. The provider is CleverReach GmbH & Co. KG, Schafjückenweg 2, 26180 Rastede, Germany (hereinafter “CleverReach”). CleverReach is a service that can be used to organize and analyze the sending of newsletters. The data you enter for the purpose of subscribing to the newsletter (e.g. email address) will be stored on the CleverReach servers in Germany or Ireland. Our newsletters sent with CleverReach enable us to analyze the behavior of the newsletter recipients. This can include It is analyzed how many recipients have opened the newsletter message and how often which link in the newsletter was clicked. With the help of so-called conversion tracking, it can also be analyzed whether a previously defined action (e.g. purchase of a product on this website) took place after clicking on the link in the newsletter. Further information on data analysis by CleverReach newsletter is available at: https://www.cleverreach.com/de/funktionen/reporting-und-tracking/. The data processing takes place on the basis of your consent (Art. 6 Para. 1 lit. a DSGVO). You can revoke this consent at any time by unsubscribing from the newsletter. The legality of the data processing operations that have already taken place remains unaffected by the revocation. If you do not want an analysis by CleverReach, you must unsubscribe from the newsletter. For this purpose, we provide a corresponding link in every newsletter message. The data you have stored with us for the purpose of subscribing to the newsletter will be stored by us or the newsletter service provider until you unsubscribe from the newsletter and deleted from the newsletter distribution list after you have canceled the newsletter. Data stored by us for other purposes remain unaffected. After you have been removed from the newsletter distribution list, your e-mail address may be stored by us or the newsletter service provider in a blacklist if this is necessary to prevent future mailings. The data from the blacklist is only used for this purpose and is not merged with other data. This serves both your interest and our interest in complying with the legal requirements when sending newsletters (legitimate interest within the meaning of Art. 6 Para. 1 lit. f GDPR). Storage in the blacklist is not limited in time. You may object to the storage if your interests outweigh our legitimate interest. For more information, see the privacy policy of CleverReach at: https://www.cleverreach.com/de/datenschutz/.

Data processing

We have concluded a data processing agreement (DPA) for the use of the above-mentioned service. This is a contract mandated by data privacy laws that guarantees that they process personal data of our website visitors only based on our instructions and in compliance with the GDPR.

How identity-based Zero Trust works in detail

Identity-based zero trust relies on assessing risk and enforcing secure access controls whenever a user attempts to access a corporate resource. Each access request is monitored - regardless of where the user is located or whether the resource being accessed is on-premises or in the cloud. In addition, the risk associated with the access request is always analyzed and adaptive, risk-based policies are enforced throughout the network, both on-premises and in hybrid environments. Access to the resource is granted only after a detailed risk analysis of the user's authentication activity and is valid for a specific access request. This risk analysis should be carried out for each individual access attempt.

Today's enterprise environment encompasses multiple types of resources: physical servers, SaaS applications, cloud workloads, file shares, on-premises applications, and many others. Identity-based zero trust means that the following criteria are met:

  • Any user account is considered compromised, meaning untrustworthy, until proven otherwise.
  • A user account is only trusted after it has been validated and only for a single resource access.
  • If the user tries to access another resource after a validated access request, they must be validated again.

For example, a remote user connected to the corporate VPN using authentication. Once in the internal environment, this user now tries to access a file server. Identity-based zero trust would never assume that this user account is trustworthy based on a mere successful VPN authentication, but always check this access and user for trustworthiness.

The identity-based zero trust evaluation process

  • Continuously monitor all access requests made by all user accounts to any type of local or cloud resource and create a comprehensive audit trail.
  • Risk analysis: For each individual access attempt, the probability that the user is actually compromised is evaluated. This risk determination is based on the analysis of user behavior, the audit trail and various contextual parameters.
  • Real-time access policy enforcement: Based on calculated risk, access is either allowed, blocked, or multi-factor authentication (MFA) is tightened.

(Image: Silverfort).

The diagram shows a user's journey in a hybrid enterprise on-premises and cloud environment from an identity-based zero trust perspective.
The diagram shows how each individual access request undergoes a granular risk analysis, resulting in either allowing the user access, blocking access, or tightening authentication requirements with MFA based on the access policy.

The benefits of identity-based Zero Trust

An identity-based Zero Trust approach has significant implementation, management, and security benefits.

  • Simple and easy to implement: Unlike network-based zero trust, no infrastructure changes and associated downtime are required. There is no need to remove and replace anything in the area.
  • High granularity: Focusing on the user and not the network segment ensures that the risk analysis is performed for each resource access, in contrast to a network-based approach that can only enforce this check at the segment gateway and no insight into the actual resources within the segment itself.
  • Improved ability to detect anomalies and threats: An attacker's movement within the corporate environment is anomalous compared to legitimate users. Performing security checks on every resource access increases the likelihood of discovering hidden malicious activity.

It is critical that security officers are able to monitor, analyze and enforce an access policy on every single access attempt in real-time: for every user, every resource and every access interface. This is a basic requirement, without which organizations receive only partial protection and the value of the Zero Trust model is nullified. For this reason, organizations should consider implementing a unified identity protection platform.

Unified Identity Protection: Identity-Based Zero Trust in Practice

Unified Identity Protection is specifically designed to protect against identity-based attacks that use compromised user credentials to access corporate resources. This allows companies to fully enforce an identity-based Zero Trust architecture in modern corporate environments.

Unified Identity Protection consolidates security controls across enterprise networks and cloud environments to mitigate identity-based attacks. Using agentless and proxyless technology, a unified identity protection solution seamlessly integrates and stretches with any existing IAM solution (such as AD, ADFS, RADIUS, Azure AD, Okta, Ping Identity, AWS IAM, etc.). extends their coverage to assets that could not previously be protected: These include homegrown and legacy applications, IT infrastructure, file systems, command-line tools, machine-to-machine access and more. The solution continuously monitors all user and service account access in both cloud and on-premises environments, analyzes risks in real-time using an AI-based engine, and enforces adaptive authentication and access policies.

With the flood of sophisticated attacks, traditional security approaches alone are no longer sufficient to ensure corporate security. It can be assumed that attackers are already in the network unnoticed. A full Zero Trust approach that includes the identity layer can significantly strengthen the defenses to protect valuable data and assets.

More at Silverfort.com

 


About Silverfort

Silverfort is the provider of the first Unified Identity Protection Platform that consolidates IAM security controls in corporate networks and cloud environments in order to ward off identity-based attacks. Through the use of innovative agent-free and proxy-free technology, Silverfort integrates seamlessly into all IAM solutions, standardizes their risk analysis and security controls and extends their coverage to assets that previously could not be protected, such as self-developed and legacy applications, IT infrastructure , File systems, command-line tools, machine-to-machine access and more.


 

Matching articles on the topic

Modern CIOs have diverse tasks

The role of modern CIOs has changed significantly: In the past, CIOs were primarily responsible for maintaining companies’ IT operations. ➡ Read more

Over 130.000 data breaches in Europe in 2024

In the 15 European nations, there were over 2024 data breaches every day in 365, according to the results of a recent analysis. In Germany ➡ Read more

DDoS attacks: the most important means of cyber warfare

In the second half of 2024, there were at least 8.911.312 DDoS attacks worldwide, according to the results of a recent DDoS Threat Intelligence Report. ➡ Read more

Cybercrime: Russian-speaking underground is leading

A new research report provides a comprehensive insight into the Russian-speaking cyber underground, an ecosystem that has fueled global cybercrime in recent ➡ Read more

Cyber ​​Resilience Act: Companies should act now

The Cyber ​​Resilience Act (CRA) is coming in leaps and bounds. This means that manufacturers will soon no longer be able to ➡ Read more

Use of AI/ML tools increased by 3000 percent

AI/ML tools are popular, according to the findings of a recent threat report. However, their increased use also brings with it security risks. Cybercriminals ➡ Read more

Vishing: Criminals rely on voice phishing attacks

Using AI-generated deepfakes, cybercriminals imitate trusted voices. Vishing exploded in the second half of 2024, according to the results of a ➡ Read more

Digital Trust Index: Trust in digital services is declining

Digital trust or fear of a data breach influences whether consumers turn to or away from brands, according to the results ➡ Read more