Friday, April 19, 2024

Active Directory Domain Service Bug Let Attackers To Takeover Windows Domains

During the November 2021 Patch Tuesday Two Active Directory domain service privilege escalation security flaws have been detected recently by Andrew Bartlett of Catalyst IT, and these two security flaws allow hackers to take over Windows domains easily when they are united.

Microsoft suggested users to immediately patch these two Active Directory domain service privilege escalation security flaws that are tracked as:-

  • CVE-2021-42287: KDC bamboozling
  • CVE-2021-42278: SAM Name impersonation

Here’s what Microsoft stated:-

“This escalation attack allows attackers to easily elevate their privilege to that of a Domain Admin once they compromise a regular user in the domain. As always, we strongly advise deploying the latest patches on the domain controllers as soon as possible.”

In default configurations from standard Active Directory user to a Domain Admin can easily use the tool to escalate these privileges. While apart from this, for a given object several naming schemes are used by AD (Active Directory) and they are like:-

  • userPrincipalName (UPN)
  • sAMAccountName (SAM-Account)

How to find the sAMAccountNames?

To find the sAMAccountNames you have to follow some simple steps that we have mentioned below:-

  • First, you have to Click View option.
  • Then select the Advanced Features.
  • After that, you have to open the properties of an object.
  • Then Attribute Editor tab.
  • Lastly, scroll down to sAMAccountName.

Identify Potential Compromised Computers

To identify potentially compromised systems and servers Microsoft has shared detailed guidance, and here we have mentioned them below:-

  • The sAMAccountName change is based on event 4662. Please make sure to enable it on the domain controller to catch such activities.
  • Open Microsoft 365 Defender and navigate to Advanced Hunting.
  • Copy the following query:-

IdentityDirectoryEvents

| where Timestamp > ago(1d)

| where ActionType == “SAM Account Name changed”

| extend FROMSAM = parse_json(AdditionalFields)[‘FROM SAM Account Name’]

| extend TOSAM = parse_json(AdditionalFields)[‘TO SAM Account Name’]

| where (FROMSAM has “$” and TOSAM !has “$”)

        or TOSAM in (“DC1”, “DC2”, “DC3”, “DC4”) // DC Names in the org

| project Timestamp, Application, ActionType, TargetDeviceName, FROMSAM, TOSAM, ReportId, AdditionalFields

  • Replace the marked area with the naming convention of your domain controllers.
  • Run the query and analyze the results which contain the affected devices.
  • Thoroughly examine all the compromised computers and servers to determine whether they have been weaponized or not.

By following the above steps you can easily identify potentially compromised systems and servers to take proper mitigations to avoid such attacks in the future.

You can follow us on Linkedin, Twitter, Facebook for daily Cybersecurity and hacking news updates.

Website

Latest articles

Alert! Windows LPE Zero-day Exploit Advertised on Hacker Forums

A new zero-day Local Privilege Escalation (LPE) exploit has been put up for sale...

Palo Alto ZeroDay Exploited in The Wild Following PoC Release

Palo Alto Networks has disclosed a critical vulnerability within its PAN-OS operating system, identified...

FIN7 Hackers Attacking IT Employees Of Automotive Industry

IT employees in the automotive industry are often targeted by hackers because they have...

Russian APT44 – The Most Notorious Cyber Sabotage Group Globally

As Russia's invasion of Ukraine enters its third year, the formidable Sandworm (aka FROZENBARENTS,...

SoumniBot Exploiting Android Manifest Flaws to Evade Detection

A new banker, SoumniBot, has recently been identified. It targets Korean users and is...

LeSlipFrancais Data Breach: Customers’ Personal Information Exposed

LeSlipFrancais, the renowned French underwear brand, has confirmed a data breach impacting its customer...

Cisco Hypershield: AI-Powered Hyper-Distributed Security for Data Center

Cisco has unveiled its latest innovation, Cisco Hypershield, marking a milestone in cybersecurity.This groundbreaking...
Balaji
Balaji
BALAJI is an Ex-Security Researcher (Threat Research Labs) at Comodo Cybersecurity. Editor-in-Chief & Co-Founder - Cyber Security News & GBHackers On Security.

WAAP/WAF ROI Analysis

Mastering WAAP/WAF ROI Analysis

As the importance of compliance and safeguarding critical websites and APIs grows, Web Application and API Protection (WAAP) solutions play an integral role.
Key takeaways include:

  • Pricing models
  • Cost Estimation
  • ROI Calculation

Related Articles