Aurora Ransomware Enters the AI Era: How Coding Agents Are Reshaping the Cybercrime Battlefield + Video

Listen to this Post

Featured ImageIntroduction: When Artificial Intelligence Starts Working for the Attacker

Artificial intelligence was supposed to make developers faster, businesses more productive, and complicated technical work easier to understand. That transformation is happening. But there is another side to the AI revolution, one that cybersecurity teams can no longer afford to ignore.

Threat actors are increasingly discovering that the same AI-powered assistants designed to help legitimate developers write code and solve technical problems can also accelerate malicious operations when criminals already possess access to a compromised environment.

A new investigation into the Aurora, also known as Aur0ra, ransomware operation illustrates just how quickly this reality is evolving. Security researchers have uncovered evidence suggesting that Aurora operators used an AI-powered coding assistant during real-world intrusion activity, delegating technical tasks, refining commands, planning attack paths, and assisting with exploitation inside victim networks.

The story becomes even more alarming when viewed alongside the emergence of Gryxa, another AI-assisted cybercrime toolkit reportedly used to build and manage a large-scale initial-access operation.

Together, these discoveries point toward an uncomfortable future: cybercriminals may not need every operator to be an expert programmer, Windows administrator, Active Directory specialist, or penetration tester. AI systems can potentially reduce the technical barrier, help organize operations, and accelerate experimentation.

The technology itself is not the attacker.

But in the hands of an attacker, it can become a powerful force multiplier.

Original Summary: Aurora Operators Used AI Assistance During Network Intrusions

Threat actors associated with the Aurora ransomware operation have reportedly incorporated AI-powered coding assistance into their cyber operations.

Independent investigations by CloudSEK and Gambit Security uncovered exposed infrastructure connected to the Russian-speaking ransomware group. Researchers reportedly recovered operational artifacts, shell histories, tools, encryptors, and AI-related interaction history that provided a rare look into how the group conducted attacks.

According to the findings, the Aurora operation was active against more than 20 organizations across nine countries between April and July 2026. Several victims were later listed on the group’s data leak infrastructure.

The recovered activity reportedly showed operators using an AI coding assistant to plan attacks in Russian while consistently avoiding targets located within Commonwealth of Independent States regions.

Aurora’s attack operations involved a combination of social engineering, credential abuse, remote access, internal reconnaissance, lateral movement, privilege escalation, data theft, security evasion, and ransomware deployment.

Researchers also found Windows and Linux versions of the Aurora encryptor written from a shared Zig codebase.

Meanwhile, another investigation reportedly showed the attackers using an AI agent powered by a commercial large language model to assist with hands-on tasks after access to victim environments had already been established.

These tasks reportedly included network reconnaissance, privilege enumeration, proxy configuration, certificate attacks, NTLM relay attempts, and internal subnet scanning.

At the same time, researchers identified Gryxa, an AI-assisted toolkit allegedly developed for financially motivated initial-access operations. Gryxa reportedly combines legitimate remote monitoring software with persistence mechanisms, credential theft capabilities, endpoint security interference, and forensic collection features.

The combined findings show how AI is increasingly becoming part of the modern cybercrime ecosystem.

Aurora’s Evolution: A Ransomware Operation Built for Multiple Environments

Aurora first began attracting significant attention in 2026 as researchers observed its continuing development and expanding technical capabilities.

Unlike older ransomware families designed primarily around Windows environments, Aurora appears to reflect a more modern approach to enterprise disruption.

Organizations today operate hybrid infrastructures containing Windows servers, Linux systems, virtualization platforms, cloud-connected services, Active Directory environments, and remote administration tools.

A ransomware operation that can move across several of these environments creates a significantly broader operational threat.

Researchers reportedly identified Windows and Linux versions of Aurora, including functionality targeting VMware ESXi environments.

This matters because virtualization infrastructure can represent an extremely valuable target.

A single compromised ESXi host may support multiple virtual machines. Successfully encrypting the virtual machines hosted on a hypervisor can therefore disrupt numerous business systems at once.

Instead of attacking one workstation at a time, ransomware operators can potentially create widespread damage by targeting centralized infrastructure.

The Shared Zig Codebase: One Development Project, Multiple Targets

One of the most technically interesting discoveries involved Aurora’s use of the Zig programming language.

Researchers concluded that the Windows and Linux encryptors appeared to originate from a shared codebase compiled for different operating systems.

This approach can provide several advantages to malware developers.

Maintaining one primary source tree reduces duplicated development work.

Bug fixes can potentially be applied across multiple versions.

Features can be added more quickly.

New targets can be supported without rebuilding the entire project from scratch.

The investigation reportedly found traces of cross-platform development artifacts, including usage information associated with another platform remaining inside the Windows binary.

These small details can be extremely valuable to security researchers.

They reveal how developers organize projects, reuse components, and maintain malware families over time.

Aurora’s development model also demonstrates how ransomware groups increasingly resemble software organizations.

They maintain code.

They release updates.

They fix problems.

They support multiple platforms.

They manage affiliates.

They negotiate payments.

And now, increasingly, they may integrate AI tools into parts of their workflow.

AI-Assisted Attack Planning: The New Operational Force Multiplier

The most important aspect of the Aurora investigation is not simply that criminals used another software tool.

Cybercriminals have always used tools.

The more significant development is the possibility that AI assistants are becoming interactive operational partners inside attack workflows.

According to the reported findings, Aurora operators used an AI coding assistant to plan technical activity and generate or refine commands.

The recovered history reportedly included detailed attack planning related to Active Directory Certificate Services.

This is particularly important because enterprise environments are complex.

An attacker may know that a particular objective is possible without remembering every command, syntax variation, dependency, or troubleshooting step required to reach it.

Traditionally, this knowledge required extensive personal experience, documentation, private tutorials, underground communities, or collaboration with other specialists.

AI can potentially compress part of that process.

Instead of searching through documentation manually, an operator may ask questions conversationally.

Instead of remembering complex command syntax, they may request assistance.

Instead of writing scripts from scratch, they may iterate on generated code.

This does not magically make every attacker successful.

The Aurora investigation itself reportedly showed that many generated commands failed initially and required multiple adjustments.

But even failed attempts can be useful.

AI can help an operator test alternatives more rapidly.

That iterative capability is where the real security concern begins.

Initial Access: Social Engineering Remains the Human Weak Point

Despite the growing attention around artificial intelligence,

The most sophisticated technology often enters an organization through an ordinary human interaction.

One reported Aurora intrusion began with aggressive email bombing.

The victim was then contacted by individuals posing as IT support personnel.

The attackers exploited the confusion created by the flood of emails and presented themselves as helpful technicians attempting to solve the problem.

Instead, the social engineering operation reportedly resulted in remote access being established through an open-source networking utility.

This technique highlights a dangerous pattern.

Attackers do not always need to exploit a zero-day vulnerability.

They may simply create enough pressure and confusion to convince a person to cooperate.

AI may improve technical operations, but social engineering remains one of the most effective ways to establish initial access.

Organizations must therefore defend both machines and people.

Moving Through the Network: The Enterprise Becomes the Battlefield

After obtaining access, Aurora operators reportedly moved deeper into victim environments using common enterprise technologies.

These included mechanisms associated with SMB, LDAP, WinRM, RDP, and RPC.

These technologies are legitimate.

That is exactly what makes them valuable to attackers.

Security teams cannot simply block every administrative protocol without potentially breaking business operations.

Attackers understand this.

They frequently abuse trusted tools and protocols because malicious activity can blend into normal administrative behavior.

Once attackers obtain access to a privileged account, the situation can deteriorate rapidly.

Administrative credentials may provide access to additional systems.

They can enable reconnaissance.

They can support lateral movement.

They can expose sensitive data.

They can allow security controls to be modified.

And ultimately, they can help attackers prepare an environment for ransomware deployment.

Defense Evasion: Clearing the Path Before Encryption

Aurora’s Windows capabilities reportedly include attempts to interfere with recovery mechanisms.

The malware can reportedly delete volume shadow copies and disable System Restore.

These actions are designed to make recovery more difficult.

For ransomware victims, backups and recovery systems often determine whether an organization can survive an attack without paying.

Threat actors understand this.

That is why modern ransomware operations increasingly target backup systems, administrative infrastructure, identity platforms, virtualization environments, and security tools.

The Linux and ESXi variant reportedly takes an even more aggressive approach by attempting to terminate virtual machines before encryption begins.

This demonstrates the operational priority of ransomware actors.

Maximum disruption creates maximum pressure.

The more systems unavailable, the more urgent the business crisis becomes.

And the more urgent the crisis becomes, the greater the pressure placed on the victim.

Ransomware Economics: Affiliates and Operators Divide the Profits

The Aurora investigation also reportedly exposed information related to ransom negotiations and cryptocurrency wallet activity.

The findings suggested that affiliates received different percentages depending on the victim and the economics of the operation.

This is consistent with the increasingly professionalized ransomware ecosystem.

Many ransomware groups operate through affiliate models.

One group may develop the malware.

Another individual or team may obtain initial access.

Other participants may specialize in negotiations, infrastructure, data theft, or money laundering.

The result is a cybercriminal supply chain.

An affiliate may not need to write ransomware.

A ransomware developer may not need to compromise every organization personally.

An access broker may specialize only in selling entry points.

Each participant performs a specialized role.

AI could potentially make this ecosystem even more efficient by assisting operators who lack deep expertise in every technical discipline.

Cursor and AI Agents: From Coding Assistance to Operational Support

The reported use of an AI-powered coding agent represents a significant shift in how researchers should think about malicious automation.

Traditional malware automation is usually rigid.

A script performs predetermined actions.

A command executes a specific function.

A tool scans a particular network range.

An AI agent is different because it can potentially respond to new information.

It can analyze output.

It can suggest alternatives.

It can modify commands.

It can adapt instructions based on an objective.

According to Gambit

Some instructions were highly specific.

Others were objective-based.

In certain cases, the operator reportedly selected from a list of suggested next steps.

That creates a troubling operational model.

The attacker does not necessarily need to understand every technical step in advance.

Instead, the attacker may define the objective and rely on the AI to help structure the route toward it.

Human expertise is still required.

But the AI can potentially amplify that expertise.

Network Reconnaissance: Finding Valuable Systems Inside the Organization

Once inside a network, attackers need information.

They need to identify systems.

They need to understand relationships.

They need to locate administrators.

They need to find valuable servers.

They need to determine where sensitive data exists.

The Aurora activity reportedly involved network reconnaissance and domain enumeration using common security tools.

These tools are frequently used by legitimate penetration testers and defenders.

That dual-use nature makes detection challenging.

A command is not malicious simply because it exists.

Context matters.

Who ran it?

From where?

At what time?

Against which systems?

Was it part of an authorized assessment?

Did it occur after an unusual login?

Security teams must increasingly focus on behavior rather than individual tools.

Certificate Services and Identity Infrastructure: Why AD CS Remains a High-Value Target

Active Directory Certificate Services can be a valuable target because certificates may play important roles in authentication and trust.

Misconfigured certificate infrastructure can potentially create opportunities for privilege escalation and persistence.

The reported Aurora planning around AD CS demonstrates that ransomware operations are increasingly interested in identity infrastructure.

Attackers understand that compromising one workstation is not enough for a large-scale operation.

They want control.

Identity systems can provide that control.

A compromised privileged identity can become more dangerous than a compromised device.

This is why organizations must treat identity security as a central part of ransomware defense.

Strong passwords alone are no longer enough.

Privileged access monitoring, multifactor authentication, certificate security, segmentation, and continuous auditing are essential.

The ESXi Hunt: Why Virtualization Infrastructure Is So Attractive

Aurora’s Linux operations reportedly included a Python-based scanner designed to locate VMware ESXi hypervisors and vCenter servers.

This reflects a broader ransomware trend.

Virtualization platforms provide consolidation.

Consolidation is efficient for businesses.

But it also creates concentration of risk.

A successful attack against a single hypervisor can affect multiple systems simultaneously.

Ransomware groups understand that encryption at the virtualization layer can be devastating.

Organizations should therefore isolate management networks, restrict hypervisor administration, monitor privileged access, and maintain offline recovery capabilities.

The most important systems in an organization should never depend entirely on the assumption that attackers will only target ordinary endpoints.

Commercial AI and Cybercrime: The Growing Misuse Problem

The Aurora investigation is part of a much larger cybersecurity conversation.

Commercial AI tools are becoming more capable every year.

Model providers are building safeguards.

They restrict certain dangerous behavior.

They monitor abuse.

They improve classifiers.

They introduce policy enforcement.

Yet determined criminals continue attempting to bypass restrictions or manipulate systems through misleading context.

The challenge is fundamentally difficult.

AI systems are designed to assist with legitimate technical tasks.

Many cybersecurity activities are dual-use.

Network scanning can be defensive.

Credential analysis can be defensive.

Proxy configuration can be legitimate.

Certificate testing can be part of a security assessment.

The same technical knowledge may serve defenders or attackers.

This means preventing misuse requires more than blocking a list of commands.

Context, intent, behavior, and access patterns all matter.

Gryxa Emerges: Another Warning About AI-Assisted Cybercrime

Aurora was not the only development highlighted by researchers.

Security company ReliaQuest also identified an AI-assisted toolkit called Gryxa.

According to the investigation, Gryxa was associated with a financially motivated operation targeting hundreds of hosts.

The researchers described the case as a significant example of AI being involved throughout the development of a cybercrime operation.

Gryxa reportedly combines legitimate remote monitoring and management software with covert access mechanisms.

It establishes persistence.

It steals browser credentials.

It interferes with security tools under certain conditions.

And it collects forensic information after remediation attempts.

The toolkit reportedly uses multiple persistence mechanisms so that removing one component may not necessarily eliminate access.

This reflects an increasingly mature threat model.

The attacker expects defenders to respond.

The malware is therefore designed with the

Phishing and Persistence: The Old Attack Vector Meets New Automation

Despite its advanced capabilities, Gryxa reportedly relies on a familiar delivery mechanism: phishing.

This is another reminder that advanced cybercrime often combines new technology with old techniques.

Phishing provides entry.

Malware provides persistence.

Stolen credentials provide expansion.

Remote tools provide control.

AI provides acceleration.

The attack chain does not need one revolutionary technology.

Instead, attackers combine many effective components.

That combination is what makes modern cybercrime dangerous.

Browser Credentials and Cryptocurrency Theft

Gryxa reportedly targets credentials stored in Chromium-based browsers.

Browser-stored credentials remain an attractive target because they can provide access to email accounts, cloud services, business platforms, and financial systems.

The reported toolkit also targeted cryptocurrency wallets.

This illustrates the broad financial motivation behind modern malware.

Attackers are not necessarily interested in only one type of victim asset.

They may steal credentials.

They may steal cryptocurrency.

They may sell access.

They may deploy ransomware.

They may exfiltrate data.

The same compromised machine can support multiple revenue streams.

When Malware Watches the Defenders

Perhaps one of

According to the investigation, hidden components could gather logs and host artifacts and send them back to attacker-controlled infrastructure.

This creates an unsettling feedback loop.

The attacker compromises the victim.

The defender discovers part of the compromise.

The defender removes the visible component.

The remaining malware records evidence of the response.

The attacker receives information about the remediation process.

This could potentially help attackers understand how defenders reacted.

It may reveal timing.

It may expose which accounts performed remediation.

It may show which tools were involved.

Modern defenders must therefore assume that removing one visible component does not necessarily mean the intrusion is over.

Endpoint Security Under Pressure

Gryxa reportedly contained logic designed to interfere with endpoint protection when communication with attacker infrastructure was disrupted.

This is a notable design choice.

Instead of immediately disabling security tools in every situation, the malware could reportedly react differently depending on operational conditions.

That suggests attackers are thinking about availability, resilience, and recovery.

Cybercrime operations increasingly resemble engineered systems.

They contain fallback mechanisms.

They monitor infrastructure.

They react to failures.

They preserve persistence.

They collect telemetry.

And AI may make designing these systems easier for actors with limited development resources.

What Undercode Say:

AI Is Becoming a Force Multiplier, Not a Replacement for Attackers

The Aurora investigation should not be interpreted as proof that AI independently launched ransomware attacks.

That would oversimplify the threat.

The attackers still needed access.

They still needed credentials.

They still needed infrastructure.

They still made operational decisions.

What AI appears capable of doing is accelerating the human operator.

That distinction is critical.

The Biggest Danger Is the Reduction of Technical Friction

Cybersecurity has historically benefited from attacker limitations.

A criminal may have motivation but lack programming knowledge.

Another may understand networking but not Active Directory.

Another may know social engineering but not Linux.

AI can potentially reduce these gaps.

It can explain concepts.

It can generate scripts.

It can troubleshoot syntax.

It can suggest next steps.

The barrier between an idea and an attempted action becomes smaller.

Failed Commands Are Still Valuable Intelligence

The Gambit findings reportedly showed that many AI-generated commands failed on the first attempt.

This is actually one of the most important details in the entire investigation.

AI-assisted attacks are not perfect.

The technology makes mistakes.

Commands may fail.

Environmental assumptions may be wrong.

Security controls may block activity.

Defenders should exploit this weakness.

Repeated failed commands can generate detection opportunities.

Detection Must Focus on Sequences, Not Individual Commands

A single administrative command may be harmless.

A sequence of unusual administrative actions may be extremely suspicious.

For example:

An unusual login.

Then rapid internal scanning.

Then privilege enumeration.

Then remote execution.

Then backup interference.

Then endpoint security modification.

That behavioral chain is much more meaningful than one isolated command.

Security operations centers must prioritize correlation.

Identity Infrastructure Is the Real Center of Gravity

Attackers increasingly understand that identity is infrastructure.

Compromising a privileged account can be more powerful than compromising several endpoints.

Organizations must monitor:

Privileged accounts.

Service accounts.

Certificate authorities.

Domain controllers.

Administrative authentication.

Unusual token activity.

Ransomware defense begins with identity defense.

AI Could Increase the Speed of Human Decision-Making

The most dangerous future scenario may not involve autonomous malware making every decision.

Instead, imagine a skilled operator managing multiple compromises while AI agents handle repetitive tasks.

One agent performs reconnaissance.

Another analyzes output.

Another generates reports.

Another prepares scripts.

The human operator supervises the operation.

This model could significantly increase the number of environments one attacker can manage.

Defensive AI Must Become Operational, Not Just Experimental

Organizations cannot respond to AI-assisted threats using only annual awareness training.

Defenders also need automation.

AI can assist with:

Log analysis.

Alert correlation.

Threat hunting.

Anomaly detection.

Incident summarization.

Asset prioritization.

Malware analysis.

The cyber battlefield is increasingly becoming an automation contest.

Zero Trust Becomes More Relevant

Organizations should assume that a compromised credential may eventually appear inside the network.

The correct response is to limit what that credential can reach.

Segmentation matters.

Least privilege matters.

Conditional access matters.

Continuous authentication matters.

Trust should not be permanent simply because a user successfully logged in once.

Recovery Infrastructure Must Be Treated as a Primary Target

Aurora’s reported attempts to interfere with recovery mechanisms highlight an old but essential lesson.

Backups are valuable only if attackers cannot easily destroy them.

Organizations should maintain:

Offline backups.

Immutable backups.

Regular restoration testing.

Separate backup credentials.

Restricted administrative access.

A backup that has never been tested is only a hope.

AI Guardrails Will Continue to Face Adversarial Pressure

Model providers will continue improving abuse prevention.

Threat actors will continue testing boundaries.

This is an ongoing security competition.

The challenge is especially difficult because many cybersecurity techniques are legitimate.

A model must distinguish between:

Authorized testing.

Education.

Research.

Administration.

And malicious activity.

Perfect classification is unlikely.

Layered defenses will remain necessary.

The Aurora Case Signals an Operational Transition

Cybercrime is moving from simple tool usage toward interactive assistance.

Attackers are no longer limited to downloading scripts from forums.

They may increasingly work with systems capable of explaining and modifying technical operations.

That changes the speed of experimentation.

And speed is often the most important advantage during an intrusion.

✅ AI-Assisted Activity Was Reportedly Identified

Independent security research from CloudSEK and Gambit Security reportedly connected Aurora-related infrastructure and activity with the use of an AI-powered coding agent during intrusion operations. The findings indicate AI assistance was used as part of human-directed attack workflows.

✅ Aurora Was Reportedly Designed for Multiple Platforms

Researchers identified Windows and Linux or ESXi encryptor variants associated with Aurora and reported evidence suggesting they were compiled from a shared Zig codebase. This supports the conclusion that the ransomware operation was developed with cross-platform capability in mind.

❌ AI Did Not Replace Human Attackers

The available findings do not demonstrate that AI independently compromised organizations or autonomously operated the ransomware campaign. Human operators still provided access, credentials, objectives, tools, and operational direction.

Prediction

(+1) AI Will Improve Cyber Defense as Fast as It Improves Cybercrime

AI-assisted threat hunting will become increasingly common inside security operations centers.

Defensive systems will become better at identifying suspicious behavior chains rather than isolated malicious commands.

Organizations investing in identity security, segmentation, immutable backups, and automated detection will be better positioned against AI-accelerated threats.

AI safety systems will continue evolving as providers gain more intelligence about real-world misuse patterns.

Deep Analysis
Understanding the Defensive Visibility Around Aurora-Style Activity

Security teams should focus on identifying suspicious patterns without assuming that every use of administrative tools is malicious.

The goal is not to block legitimate administration.

The goal is to identify abnormal combinations of activity.

Monitoring Active Network Connections

ss -tulpn

Security teams can use this type of visibility to identify unusual listening services and unexpected network connections on Linux systems.

Reviewing Authentication Activity

journalctl -u ssh --since "24 hours ago"

Unexpected authentication patterns, especially privileged logins from unusual sources, can provide early warning of compromise.

Identifying Recently Executed Processes

ps aux --sort=-%cpu | head

High-resource processes may not always be malicious, but unusual binaries or unexpected activity should be investigated.

Checking Scheduled Persistence Mechanisms

systemctl list-timers --all

Attackers frequently seek persistence through scheduled execution, making regular reviews of timers and automated jobs valuable.

Reviewing Cron Jobs

crontab -l

Administrators should also inspect system-wide scheduled tasks and identify entries that do not belong to legitimate software.

Searching for Recently Modified Files

find /etc -type f -mtime -7 2>/dev/null

Unexpected configuration changes can reveal persistence, privilege changes, or unauthorized service modifications.

Monitoring Running Services

systemctl --type=service --state=running

A compromised system may contain unfamiliar services or processes operating under unusual accounts.

Reviewing Failed Login Attempts

grep "Failed password" /var/log/auth.log

Repeated authentication failures can indicate brute-force attempts, misconfigured automation, or unauthorized access attempts.

Checking Privileged Accounts
getent group sudo

Security teams should regularly review privileged groups and investigate unexpected accounts immediately.

Verifying Important File Integrity

sha256sum /path/to/critical/file

Hash verification can help defenders determine whether critical files have changed unexpectedly.

Monitoring Network Exposure

nmap -sT -Pn localhost

Authorized internal scanning can help defenders understand which services are exposed and whether unnecessary services should be removed.

Investigating Suspicious Processes

lsof -i -P -n

Unexpected processes communicating with external infrastructure deserve immediate attention.

Checking for Unusual Persistence Locations

find /tmp /var/tmp -type f -perm -111 2>/dev/null

Temporary directories are frequently abused for short-lived payloads and suspicious executable files.

The Final Security Lesson: AI Changes the Speed of the Attack, Not the Fundamentals of Defense

Aurora and Gryxa represent an important warning about the direction of cybercrime.

Artificial intelligence is becoming another layer in the attacker’s toolkit.

It can potentially help with planning.

It can assist with troubleshooting.

It can generate scripts.

It can accelerate reconnaissance.

It can reduce the amount of technical knowledge required for certain tasks.

But the fundamental principles of defense remain unchanged.

Protect identities.

Segment networks.

Monitor privileged activity.

Secure backups.

Detect abnormal behavior.

Respond quickly.

And assume that attackers will continue adopting every technology capable of giving them an advantage.

The next generation of cyber threats may not be defined by a completely autonomous AI hacker operating alone.

It may be defined by something more realistic and, in many ways, more dangerous.

A human attacker.

Supported by automation.

Accelerated by AI.

Operating faster than traditional security teams can react.

That is why the future of cybersecurity will not simply be about fighting artificial intelligence.

It will be about ensuring that defenders can use intelligence, automation, visibility, and speed better than the people trying to break in.

▶️ Related Video (80% Match):

🕵️‍📝Let’s dive deep and fact‑check.

🎓 Live Courses & Certifications:

Join Undercode Academy for Verified Certifications

🚀 Request a Custom Project:

Secure, high-velocity infrastructure and disruptive technological engineering. Contact our engineering team for high-tier development and proprietary systems:
[email protected]
💎 Smart Architecture | 🛡️ Secure by Design | ⭐ Trusted by Thousands

References:

Reported By: thehackernews.com
Extra Source Hub (Possible Sources for article):
https://www.reddit.com/r/AskReddit
Wikipedia
OpenAi & Undercode AI

Image Source:

Unsplash
Undercode AI DI v2

🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]

💬 Whatsapp | 💬 Telegram

📢 Follow UndercodeNews & Stay Tuned:

𝕏 formerly Twitter 🐦 | @ Threads | 🔗 Linkedin | 🦋BlueSky | 🐘Mastodon | 📺Youtube