• Netizen Cybersecurity Bulletin (August 28th, 2025)

    Overview:

    • Phish Tale of the Week
    • NetScaler ADC and Gateway Security Bulletin: CVE-2025-7775, CVE-2025-7776, CVE-2025-8424
    • PromptLock: The First AI-Powered Ransomware Emerges Using OpenAI’s gpt-oss:20b
    • How can Netizen help?

    Phish Tale of the Week

    Often times phishing campaigns, created by malicious actors, target users by utilizing social engineering. For example, in this email, the actors are appearing as Coinbase. They’re sending us a text message, telling us that our Coinbase account was logged into, and we need to call support if it wasn’t us. It seems both urgent and genuine, so why shouldn’t we? Luckily, there’s plenty of reasons that point to this being a scam.

    Here’s how we can tell not to call this number:

    1. The first warning sign for this SMS is the context in which it was sent. When I recieved this SMS, I immediately knew not to click on the link due to the fact that I do not have a Coinbase account. On top of that, it’s very apparent that this message was blasted out to random numbers: the message doesn’t even include my name or attempt to provide any level of familiarity.
    2. The second warning signs in this email is the messaging. This message tries to create a sense of urgency in order to get you to take action by using language such as “If this was not you.” Phishing and smishing scams commonly attempt to create a sense of urgency/confusion in their messages in order to get you to click their link without thinking about it first. Always be sure to thoroughly inspect the style and tone of all texts before following a link or other attachment sent through SMS.
    3. The final warning sign for this email is the wording; in our case the smisher suggests we call a random number, something that Coinbase support would never do. All of these factors point to the above being a smishing text, and a very unsophisticated one at that.


    General Recommendations:

    smishing attack will typically direct the user to click on a link where they will then be prompted to update personal information, such as a password, credit card, social security, or bank account information. A legitimate company already has this sensitive information and would not ask for it again, especially via your text messages. 

    1. Scrutinize your messages before clicking anything. Have you ordered anything recently? Does this order number match the one I already have? Did the message come from a store you don’t usually order supplies from or a service you don’t use? If so, it’s probably a phishing attempt.
    2. Verify that the sender is actually from the company sending the message.
    3. Did you receive a message from someone you don’t recognize? Are they asking you to sign into a website to give Personally Identifiable Information (PII) such as credit card numbers, social security number, etc. A legitimate company will never ask for PII via instant message or email.
    4. Do not give out personal or company information over the internet.
    5. Do not click on unrecognized links or attachments. If you do proceed, verify that the URL is the correct one for the company/service and it has the proper security in place, such as HTTPS.

    Many smishing messages pose a sense of urgency or even aggressiveness to prompt a form of intimidation. Any SMS requesting immediate action should be vetted thoroughly to determine whether or not it is a scam. Also, beware of messages that seek to tempt users into opening an attachment or visiting a link. For example, “Fix your account now” may draw the question “What is wrong with my account?” and prompt you to click a suspicious link.


    Cybersecurity Brief

    In this month’s Cybersecurity Brief:

    NetScaler ADC and Gateway Security Bulletin: CVE-2025-7775, CVE-2025-7776, CVE-2025-8424

    Citrix has released a security bulletin addressing three high-severity vulnerabilities affecting NetScaler ADC (formerly Citrix ADC) and NetScaler Gateway (formerly Citrix Gateway). The flaws are tracked as CVE-2025-7775, CVE-2025-7776, and CVE-2025-8424. One of these, CVE-2025-7775, is confirmed to be under active exploitation in the wild, making immediate patching critical for organizations relying on these products.

    The following product versions are vulnerable:

    • NetScaler ADC and Gateway 14.1 before 14.1-47.48
    • NetScaler ADC and Gateway 13.1 before 13.1-59.22
    • NetScaler ADC 13.1-FIPS and NDcPP before 13.1-37.241-FIPS and NDcPP
    • NetScaler ADC 12.1-FIPS and NDcPP before 12.1-55.330-FIPS and NDcPP

    Secure Private Access on-premises or hybrid deployments using NetScaler instances are also affected. Citrix-managed cloud services and Adaptive Authentication have already been patched by the vendor.

    Vulnerability Details

    CVE-2025-7775

    This memory overflow flaw can lead to remote code execution or denial of service. It impacts systems configured as Gateways (VPN, ICA Proxy, CVPN, RDP Proxy), AAA vservers, or load balancers bound with IPv6 services. Content routing virtual servers with HDX are also at risk. The issue has a CVSS v4.0 base score of 9.2 and is being actively exploited.

    CVE-2025-7776

    A memory overflow vulnerability that results in unpredictable system behavior and denial of service. It is triggered when a Gateway VPN vserver has a PCoIP profile bound to it. The CVSS v4.0 base score is 8.8.

    CVE-2025-8424

    An improper access control issue impacting the management interface of NetScaler. Attackers who can reach the NSIP, cluster management IP, or SNIP with management access could exploit it. This vulnerability is rated with a CVSS v4.0 score of 8.7.

    Citrix strongly urges all affected customers to upgrade their appliances to the following fixed versions or later:

    • NetScaler ADC and Gateway 14.1-47.48
    • NetScaler ADC and Gateway 13.1-59.22
    • NetScaler ADC 13.1-FIPS and NDcPP 13.1-37.241
    • NetScaler ADC 12.1-FIPS and NDcPP 12.1-55.330

    No workarounds exist. Organizations running end-of-life versions such as 12.1 and 13.0 must migrate to supported releases that contain the fixes.

    Exploitation of CVE-2025-7775 has already been confirmed. Security teams should immediately review their NetScaler configurations for signs of compromise, paying special attention to AAA vservers, VPN vservers, IPv6-bound load balancers, and PCoIP profiles.

    The vulnerabilities were reported by Jimi Sebree of Horizon3.ai, Jonathan Hetzer of Schramm & Partner, and François Hämmerli, working with Citrix to protect customers.

    To read more about this article, click here.


    PromptLock: The First AI-Powered Ransomware Emerges Using OpenAI’s gpt-oss:20b

    ESET researchers have identified a new proof-of-concept ransomware family, codenamed PromptLock, that leverages artificial intelligence to generate its malicious payloads in real time. This marks one of the first documented cases of ransomware built directly around a large language model (LLM), raising new concerns about AI’s role in accelerating cybercrime.

    PromptLock is written in Golang and integrates with OpenAI’s recently released gpt-oss:20b model using the Ollama API. Instead of relying on precompiled binaries, the ransomware dynamically generates Lua scripts during execution, guided by hardcoded prompts. These scripts are capable of:

    • Enumerating the local filesystem
    • Inspecting and selecting target files
    • Exfiltrating chosen data
    • Encrypting files across platforms

    Because the Lua payloads are created at runtime, the indicators of compromise (IoCs) may vary between infections. This variability makes detection more difficult and complicates the work of defenders.

    The ransomware uses the SPECK 128-bit encryption algorithm and can operate on Windows, Linux, and macOS environments. Analysis of current samples suggests it could also be adapted for destructive capabilities, though data-wiping functionality does not yet appear to be active.

    ESET assesses that PromptLock is currently a proof-of-concept rather than a fully weaponized strain deployed at scale. Artifacts linked to PromptLock were uploaded to VirusTotal from the United States on August 25, 2025. No active ransomware campaigns have been confirmed to date.

    One key feature is that PromptLock does not require downloading the full LLM model, which could be many gigabytes in size. Instead, attackers can configure the malware to communicate with a remote server running the model via the Ollama API. This approach reduces the footprint on infected systems while maintaining the flexibility of AI-driven payload generation.

    The appearance of PromptLock illustrates how AI can lower the barrier to entry for cybercriminals. By outsourcing payload generation to an LLM, attackers can:

    • Create variable, unpredictable payloads that evade signature-based defenses
    • Automate the customization of ransom notes and infection routines
    • Scale ransomware development even with limited technical expertise

    This trend is part of a broader shift. Earlier this month, Anthropic confirmed that it banned two groups using its Claude model to develop ransomware variants with advanced encryption and anti-recovery mechanisms. Separately, researchers have warned of novel prompt injection techniques such as PROMISQROUTE, which abuses model-routing systems to downgrade protections and bypass AI safety filters.

    Defenders should treat PromptLock as an early warning of where ransomware development may be heading. AI-powered malware offers attackers agility and adaptability that traditional static analysis will struggle to keep up with.

    To read more about this article, click here.


    How Can Netizen Help?

    Founded in 2013, Netizen is an award-winning technology firm that develops and leverages cutting-edge solutions to create a more secure, integrated, and automated digital environment for government, defense, and commercial clients worldwide. Our innovative solutions transform complex cybersecurity and technology challenges into strategic advantages by delivering mission-critical capabilities that safeguard and optimize clients’ digital infrastructure. One example of this is our popular “CISO-as-a-Service” offering that enables organizations of any size to access executive level cybersecurity expertise at a fraction of the cost of hiring internally. 

    Netizen also operates a state-of-the-art 24x7x365 Security Operations Center (SOC) that delivers comprehensive cybersecurity monitoring solutions for defense, government, and commercial clients. Our service portfolio includes cybersecurity assessments and advisory, hosted SIEM and EDR/XDR solutions, software assurance, penetration testing, cybersecurity engineering, and compliance audit support. We specialize in serving organizations that operate within some of the world’s most highly sensitive and tightly regulated environments where unwavering security, strict compliance, technical excellence, and operational maturity are non-negotiable requirements. Our proven track record in these domains positions us as the premier trusted partner for organizations where technology reliability and security cannot be compromised.

    Netizen holds ISO 27001, ISO 9001, ISO 20000-1, and CMMI Level III SVC registrations demonstrating the maturity of our operations. We are a proud Service-Disabled Veteran-Owned Small Business (SDVOSB) certified by U.S. Small Business Administration (SBA) that has been named multiple times to the Inc. 5000 and Vet 100 lists of the most successful and fastest-growing private companies in the nation. Netizen has also been named a national “Best Workplace” by Inc. Magazine, a multiple awardee of the U.S. Department of Labor HIRE Vets Platinum Medallion for veteran hiring and retention, the Lehigh Valley Business of the Year and Veteran-Owned Business of the Year, and the recipient of dozens of other awards and accolades for innovation, community support, working environment, and growth.

    Looking for expert guidance to secure, automate, and streamline your IT infrastructure and operations? Start the conversation today.


  • Why Small Businesses Are Prime Targets for Ransomware —And How to Avoid Becoming One

    Ransomware attacks no longer just affect large corporations and government agencies. In fact, small and mid-sized businesses (SMBs) have become one of the most frequently targeted groups by ransomware operators. Their limited IT budgets, inconsistent patching practices, and reliance on third-party services create a perfect environment for threat actors to exploit.


    Why Ransomware Groups Target Small Businesses

    Threat actors are not only after billion-dollar payouts, they are also opportunistic. Small businesses often lack dedicated cybersecurity personnel and rely on outdated or misconfigured systems, making initial access much easier. Once inside, attackers can rapidly encrypt files or exfiltrate sensitive data for double-extortion tactics.

    1. Lower Barriers to Entry

    Many SMBs rely on legacy systems, shared credentials, weak remote desktop configurations, or improperly secured VPNs. These provide a wide attack surface with minimal resistance. Tools like Cobalt Strike, PowerShell Empire, or even off-the-shelf ransomware kits allow attackers to exploit these weaknesses with little technical sophistication.

    2. Slower Detection and Response

    Without a 24/7 security operations center (SOC) or centralized alerting, malicious activity often goes unnoticed for hours or days. This delay gives attackers ample time to disable backups, escalate privileges, and deploy ransomware payloads across endpoints and file servers.

    3. High Ransom Payment Rate

    Many small businesses cannot afford prolonged downtime. This urgency makes them more likely to pay the ransom to resume operations, especially if their data backups are incomplete, encrypted, or unavailable.

    4. Access to Supply Chain Targets

    By compromising an SMB that serves larger clients, attackers can use that access as a pivot point into more lucrative targets. Managed service providers (MSPs), legal firms, and regional logistics companies are frequently used as stepping stones in broader campaigns.


    Common Ransomware Entry Points in SMB Environments

    Understanding how ransomware is typically introduced into SMB networks is the first step toward defending against it:

    • Phishing emails containing malicious attachments or links to credential-harvesting sites
    • Exposed RDP or SSH services with weak credentials or no MFA
    • Compromised third-party software, including remote monitoring and management (RMM) tools
    • Drive-by downloads from hijacked websites or malvertising campaigns
    • Unpatched systems, especially for known vulnerabilities like ProxyShell (Exchange), PrintNightmare, or Fortinet SSL VPN flaws

    Defensive Strategies That Work

    To defend against ransomware, SMBs need a layered approach that combines prevention, detection, and response. The goal is not only to block initial access but also to reduce lateral movement and limit damage if a breach occurs.

    Implement Endpoint Detection and Response (EDR)

    Traditional antivirus tools often fail to catch modern ransomware strains or fileless attacks. EDR solutions provide behavioral analytics, process monitoring, and memory scanning to detect suspicious activity like credential dumping or PowerShell abuse. They also allow incident responders to isolate infected machines and roll back malicious changes.

    Enforce Strong Access Controls

    Limit administrative privileges to only what’s necessary. Enforce multi-factor authentication (MFA) on all remote access portals and cloud applications. Regularly audit accounts and disable stale credentials, especially service accounts with elevated rights.

    Patch High-Value Targets First

    SMBs may not have the resources to patch every system immediately, but they can prioritize. Focus first on systems exposed to the internet, VPN gateways, and assets holding sensitive data. Track patch status through a vulnerability management platform or vulnerability scanning solution.

    Harden Backup Infrastructure

    A reliable and isolated backup can mean the difference between full recovery and financial collapse. Backups should be encrypted, stored offsite or offline, and regularly tested. Disable backup access from user accounts and ensure backups are not on the same domain as production systems.

    Security Awareness Training

    Human error remains a primary cause of ransomware incidents. Train employees to recognize phishing attempts, avoid macro-enabled attachments, and report suspicious activity. Simulated phishing campaigns are an effective way to test resilience and adjust training accordingly.


    How Netizen Helps SMBs Reduce Ransomware Risk

    Netizen provides tailored cybersecurity solutions to help SMBs strengthen their security posture without needing a full-time CISO. Services include:

    • Vulnerability assessments and penetration testing to identify weak points before attackers do.
    • Fully managed phishing campaigns and end-user security awareness programs.
    • Advanced endpoint protection and monitoring solutions for ransomware defense.
    • Automated vulnerability scanning and continuous compliance reporting through our assessment platform.

    Netizen is ISO 27001:2013 and CMMI Level 3 certified and is recognized by the U.S. Department of Labor for hiring and retaining military veterans.

    Looking for expert guidance to secure, automate, and streamline your IT infrastructure and operations? Start the conversation today.


  • Netizen: Monday Security Brief (8/25/2024)

    Today’s Topics:

    • SDocker Fixes CVE-2025-9074: Critical Container Escape Vulnerability in Docker Desktop
    • New Attack Technique Uses RAR Filenames to Deploy VShell Backdoor on Linux
    • How can Netizen help?

    SDocker Fixes CVE-2025-9074: Critical Container Escape Vulnerability in Docker Desktop

    Docker has released an urgent patch addressing CVE-2025-9074, a critical container escape vulnerability impacting Docker Desktop for Windows and macOS. Rated CVSS 9.3, this flaw could allow a malicious container to break out of isolation, compromise host systems, and access sensitive files.

    The issue is fixed in Docker Desktop version 4.44.3, and security teams are strongly advised to update immediately.

    The flaw stems from how Docker Desktop handled access to the Docker Engine API. Researcher Felix Boulet discovered that containers could communicate with the API at 192.168.65[.]7:2375 without authentication.

    This design oversight meant that a malicious or compromised container could:

    • Launch new containers without needing the Docker socket.
    • Bind the host’s C:\ drive (on Windows) to the container, granting read/write access.
    • Escalate privileges by modifying critical system files or DLLs.

    A proof-of-concept (PoC) exploit showed that a simple web request from a container could mount the host filesystem and compromise the system.

    Researcher Philippe Dugre (zer0x64) demonstrated that attackers could escalate privileges to full administrator access. By mounting the host filesystem, an attacker could:

    • Read sensitive files, including credentials.
    • Overwrite system DLLs to persist as an admin.
    • Deploy backdoors for long-term host compromise.

    Linux systems are not impacted by CVE-2025-9074. Docker on Linux communicates with the Engine API through a named pipe rather than a TCP socket, preventing the same attack vector.

    The primary risk comes from malicious containers controlled by threat actors. However, researchers warn that an SSRF (Server-Side Request Forgery) vulnerability in a separate application could also proxy requests to the Docker API, making exploitation possible without direct container access.

    Depending on request methods available (POST, PATCH, DELETE), attackers could remotely spin up privileged containers and escape to the host.

    Mitigation and Recommendations

    • Update immediately to Docker Desktop 4.44.3 or later.
    • Avoid running untrusted containers, particularly from public sources.
    • Restrict Docker Engine API access and monitor for suspicious container launches.
    • Audit host systems for unauthorized file changes or DLL modifications (Windows).

    Organizations that rely on containers in production should treat this as a high-priority incident and integrate Docker security monitoring into their broader DevSecOps practices.


    New Attack Technique Uses RAR Filenames to Deploy VShell Backdoor on Linux

    Cybersecurity researchers have identified a new Linux malware campaign that abuses malicious RAR archive filenames to deliver the VShell backdoor. The technique allows attackers to bypass traditional antivirus detection by hiding payloads in the filename itself rather than in the file contents.

    The attack begins with phishing emails disguised as invitations to a beauty product survey offering a monetary reward. These messages include a RAR archive attachment named yy.rar. Inside the archive is a file with a specially crafted filename containing embedded Bash commands.

    Example filename:

    ziliao2.pdf`{echo,<Base64-encoded command>}|{base64,-d}|bash`
    
    

    When a shell script or command interprets the filename, the embedded payload executes. This leads to the download of an ELF binary tailored to the victim’s architecture, which then connects to a command-and-control server to retrieve and execute the encrypted VShell backdoor.

    Traditional antivirus tools scan file contents, not file names. Since the malicious logic resides in the filename, the payload slips past conventional detection methods. Execution only occurs when the filename is parsed by the shell, not when the archive is extracted, adding another layer of stealth.

    VShell is a Go-based remote access tool used by multiple threat groups, including UNC5174. It provides remote shell access, file operations, process management, port forwarding, and encrypted communication. Because it runs entirely in memory, VShell avoids leaving disk artifacts that could be detected during forensic analysis.

    In addition to VShell delivery, researchers at Picus Security detailed a Linux malware tool called RingReaper. This tool leverages the Linux kernel’s io_uring framework to evade detection by endpoint monitoring tools. By replacing traditional system calls with io_uring primitives, RingReaper avoids hooks commonly used by EDR solutions.

    RingReaper is capable of enumerating system processes, network sessions, and logged-in users, while also enabling privilege escalation through SUID binaries. It can erase traces of its activity after execution, making detection even more difficult.

    Organizations should harden their defenses by sanitizing shell input in scripts, deploying behavioral-based detection systems, and analyzing archive attachments beyond just file content. Linux EDR tools need to adapt to io_uring-based activity, while user awareness training should reinforce caution around unexpected email attachments.


    How Can Netizen Help?

    Founded in 2013, Netizen is an award-winning technology firm that develops and leverages cutting-edge solutions to create a more secure, integrated, and automated digital environment for government, defense, and commercial clients worldwide. Our innovative solutions transform complex cybersecurity and technology challenges into strategic advantages by delivering mission-critical capabilities that safeguard and optimize clients’ digital infrastructure. One example of this is our popular “CISO-as-a-Service” offering that enables organizations of any size to access executive level cybersecurity expertise at a fraction of the cost of hiring internally. 

    Netizen also operates a state-of-the-art 24x7x365 Security Operations Center (SOC) that delivers comprehensive cybersecurity monitoring solutions for defense, government, and commercial clients. Our service portfolio includes cybersecurity assessments and advisory, hosted SIEM and EDR/XDR solutions, software assurance, penetration testing, cybersecurity engineering, and compliance audit support. We specialize in serving organizations that operate within some of the world’s most highly sensitive and tightly regulated environments where unwavering security, strict compliance, technical excellence, and operational maturity are non-negotiable requirements. Our proven track record in these domains positions us as the premier trusted partner for organizations where technology reliability and security cannot be compromised.

    Netizen holds ISO 27001, ISO 9001, ISO 20000-1, and CMMI Level III SVC registrations demonstrating the maturity of our operations. We are a proud Service-Disabled Veteran-Owned Small Business (SDVOSB) certified by U.S. Small Business Administration (SBA) that has been named multiple times to the Inc. 5000 and Vet 100 lists of the most successful and fastest-growing private companies in the nation. Netizen has also been named a national “Best Workplace” by Inc. Magazine, a multiple awardee of the U.S. Department of Labor HIRE Vets Platinum Medallion for veteran hiring and retention, the Lehigh Valley Business of the Year and Veteran-Owned Business of the Year, and the recipient of dozens of other awards and accolades for innovation, community support, working environment, and growth.

    Looking for expert guidance to secure, automate, and streamline your IT infrastructure and operations? Start the conversation today.


  • Why Security Culture is Critical to Reducing Cyber Risk

    After two decades of maturing technical defenses, organizations are confronting a difficult reality: even the strongest tools cannot fully protect them if human behavior is left unaddressed. As technology has advanced, attackers have adapted, shifting focus from purely exploiting infrastructure to targeting people directly. In many breaches, the entry point is not a software flaw but a human one.

    For five years in a row, Verizon’s Data Breach Investigations Report has found that the majority of breaches involve a human element. In 2024, nearly 60% of global breaches were traced back to actions or decisions made by individuals. Yet employees are not the problem. Most failures stem from environments where security is unnecessarily complex, communicated in technical jargon, or treated as a barrier to productivity.


    What Defines Security Culture

    Every organization has a security culture, whether intentional or not. The question is whether it supports secure behavior.

    Security culture refers to the shared beliefs, perceptions, and attitudes about cybersecurity across a workforce. When employees believe security is important, understand their role in it, and see themselves as targets, they are more likely to act securely. When they see it as someone else’s responsibility, or as an obstacle, risk rises quickly.

    Behavior follows environment. If policies, tools, and leadership make security difficult, employees will find workarounds. If those same systems simplify security, people are more likely to make safe choices as part of their daily routines.


    Four Levers That Shape Security Culture

    • Leadership signals – Executives set the tone. If they visibly prioritize security with funding, accountability, and organizational support for the CISO, the message is clear.
    • Security team engagement – The way employees experience security day to day matters. Supportive and approachable teams build trust. Teams that are rigid or unhelpful erode it.
    • Policy design – Policies that are overly technical or inconvenient push employees toward insecure shortcuts. Simple, practical rules reinforce the idea that security is achievable.
    • Security training – Training should be engaging, role-specific, and relevant. When it feels outdated or disconnected, it signals that security is just a checkbox.

    Aligning Culture Across the Organization

    Leadership may set direction, but employees measure culture by what they experience daily. If executives talk about security as a priority but policies are impractical, teams are unapproachable, or training is irrelevant, trust breaks down.

    Aligning leadership, policies, team engagement, and training creates the conditions where security becomes part of normal operations. When employees see that security is supported, achievable, and integrated into their roles, the human risks that attackers exploit are significantly reduced.


    How Can Netizen Help?

    Founded in 2013, Netizen is an award-winning technology firm that develops and leverages cutting-edge solutions to create a more secure, integrated, and automated digital environment for government, defense, and commercial clients worldwide. Our innovative solutions transform complex cybersecurity and technology challenges into strategic advantages by delivering mission-critical capabilities that safeguard and optimize clients’ digital infrastructure. One example of this is our popular “CISO-as-a-Service” offering that enables organizations of any size to access executive level cybersecurity expertise at a fraction of the cost of hiring internally. 

    Netizen also operates a state-of-the-art 24x7x365 Security Operations Center (SOC) that delivers comprehensive cybersecurity monitoring solutions for defense, government, and commercial clients. Our service portfolio includes cybersecurity assessments and advisory, hosted SIEM and EDR/XDR solutions, software assurance, penetration testing, cybersecurity engineering, and compliance audit support. We specialize in serving organizations that operate within some of the world’s most highly sensitive and tightly regulated environments where unwavering security, strict compliance, technical excellence, and operational maturity are non-negotiable requirements. Our proven track record in these domains positions us as the premier trusted partner for organizations where technology reliability and security cannot be compromised.

    Netizen holds ISO 27001, ISO 9001, ISO 20000-1, and CMMI Level III SVC registrations demonstrating the maturity of our operations. We are a proud Service-Disabled Veteran-Owned Small Business (SDVOSB) certified by U.S. Small Business Administration (SBA) that has been named multiple times to the Inc. 5000 and Vet 100 lists of the most successful and fastest-growing private companies in the nation. Netizen has also been named a national “Best Workplace” by Inc. Magazine, a multiple awardee of the U.S. Department of Labor HIRE Vets Platinum Medallion for veteran hiring and retention, the Lehigh Valley Business of the Year and Veteran-Owned Business of the Year, and the recipient of dozens of other awards and accolades for innovation, community support, working environment, and growth.

    Looking for expert guidance to secure, automate, and streamline your IT infrastructure and operations? Start the conversation today.


  • Scattered Spider Hacker “King Bob” Gets 10 Years in Prison

    A 20-year-old Florida man tied to one of the most disruptive cybercrime groups in recent memory has been sentenced to ten years in federal prison and ordered to pay $13 million in restitution to victims.

    Noah Michael Urban of Palm Coast, Florida, better known in underground circles as Sosa, King Bob, Elijah, Gustavo Fring, and Anthony Ramirez, pleaded guilty earlier this year to charges of wire fraud and conspiracy.

    Federal prosecutors said Urban and his co-conspirators engaged in SIM-swapping campaigns that diverted victims’ mobile phone calls and text messages to devices under their control, allowing the theft of at least $800,000 from five individuals between August 2022 and March 2023.

    Although prosecutors initially recommended an eight-year term, the judge imposed a 120-month sentence along with three years of supervised release. The restitution order, which covers both Florida and California cases against Urban, was set at $13 million.


    Scattered Spider Operations

    Urban was indicted in Los Angeles in late 2024 as one of five key members of Scattered Spider, also tracked as Oktapus, Scatter Swine, and UNC3944. The group specialized in SMS phishing (smishing) and voice phishing (vishing) campaigns that targeted employees of U.S. companies. Victims were lured to fraudulent authentication portals mimicking Okta login pages, tricked into entering passwords and MFA codes, and then exploited for access into corporate environments.

    The operation spanned the summer of 2022 and hit more than 130 organizations, including Twilio, LastPass, DoorDash, MailChimp, and Plex. Stolen access enabled follow-on intrusions, theft of proprietary data, and millions of dollars’ worth of stolen cryptocurrency.


    Star Fraud and SIM-Swapping Tactics

    Urban wasn’t just part of Scattered Spider, he also belonged to Star Fraud, a notorious collective of SIM-swappers with a reputation for attacking major telecom providers. Investigations found that Star Fraud members repeatedly compromised mobile carrier employees, gaining temporary control over victims’ phone numbers.

    In one seven-month span in 2022, Star Fraud boasted of 100 separate intrusions into T-Mobile systems, according to logs published by KrebsOnSecurity. These SIM-swapping capabilities were critical to high-profile extortion campaigns, including the MGM Resorts and Caesars Entertainment breaches in 2023.


    Urban’s Online Persona: “The Com” and Leaked Music

    For years, Urban was a fixture in The Com, a largely Telegram- and Discord-based community of English-speaking cybercriminals. Using the moniker King Bob, he frequently bragged about stealing unreleased rap music, or “grails,” often obtained via SIM-swapping techniques. Some of these tracks were sold; others were given away freely on forums.


    Judge Targeted in Hack

    In an extraordinary development, Urban’s case intersected with a direct attack on the judiciary itself. While Urban was in federal custody, a co-defendant in the California prosecution reportedly hacked into a magistrate judge’s email account and accessed sealed documents tied to Urban’s indictment.

    Court transcripts from February 2025 confirm the breach occurred after an attacker impersonated a judge in a call to a court contractor, successfully requesting a password reset. Judge Harvey E. Schlesinger, presiding over Urban’s case, later described it as a “big faux pas” and confirmed the compromise had been traced to Scattered Spider associates attempting to gather intelligence on Urban’s legal proceedings.

    Urban, speaking through one of his online accounts, has insisted his sentence is unjust, claiming the judge in his case failed to account for his age and bias stemming from the incident.


    Broader Implications

    The sentencing of Noah Urban marks a significant milestone in U.S. law enforcement’s pursuit of Scattered Spider and affiliated groups. Yet the threat posed by these actors remains. Scattered Spider continues to operate, reportedly forming new alliances with ShinyHunters and LAPSUS$ under the larger umbrella of The Com. Analysts say these alliances are intended to consolidate resources in response to law enforcement crackdowns, producing more versatile and dangerous operations.

    Flashpoint research has noted Scattered Spider’s wave-based attack strategy, in which entire sectors are targeted in short, concentrated bursts. By focusing on human weaknesses rather than purely technical flaws, groups like Scattered Spider demonstrate how deception remains one of the most effective paths into corporate systems.


    How Can Netizen Help?

    Founded in 2013, Netizen is an award-winning technology firm that develops and leverages cutting-edge solutions to create a more secure, integrated, and automated digital environment for government, defense, and commercial clients worldwide. Our innovative solutions transform complex cybersecurity and technology challenges into strategic advantages by delivering mission-critical capabilities that safeguard and optimize clients’ digital infrastructure. One example of this is our popular “CISO-as-a-Service” offering that enables organizations of any size to access executive level cybersecurity expertise at a fraction of the cost of hiring internally. 

    Netizen also operates a state-of-the-art 24x7x365 Security Operations Center (SOC) that delivers comprehensive cybersecurity monitoring solutions for defense, government, and commercial clients. Our service portfolio includes cybersecurity assessments and advisory, hosted SIEM and EDR/XDR solutions, software assurance, penetration testing, cybersecurity engineering, and compliance audit support. We specialize in serving organizations that operate within some of the world’s most highly sensitive and tightly regulated environments where unwavering security, strict compliance, technical excellence, and operational maturity are non-negotiable requirements. Our proven track record in these domains positions us as the premier trusted partner for organizations where technology reliability and security cannot be compromised.

    Netizen holds ISO 27001, ISO 9001, ISO 20000-1, and CMMI Level III SVC registrations demonstrating the maturity of our operations. We are a proud Service-Disabled Veteran-Owned Small Business (SDVOSB) certified by U.S. Small Business Administration (SBA) that has been named multiple times to the Inc. 5000 and Vet 100 lists of the most successful and fastest-growing private companies in the nation. Netizen has also been named a national “Best Workplace” by Inc. Magazine, a multiple awardee of the U.S. Department of Labor HIRE Vets Platinum Medallion for veteran hiring and retention, the Lehigh Valley Business of the Year and Veteran-Owned Business of the Year, and the recipient of dozens of other awards and accolades for innovation, community support, working environment, and growth.

    Looking for expert guidance to secure, automate, and streamline your IT infrastructure and operations? Start the conversation today.


  • The Value of a vCISO: Fractional Security Leadership, Full-Time Peace of Mind

    Technology now underpins nearly every function of business, from financial systems to customer engagement platforms. This reliance brings with it an unavoidable reality: cybersecurity is no longer optional. A single breach can cause financial loss, reputational damage, and regulatory penalties. For organizations without the resources or need for a full-time Chief Information Security Officer (CISO), the solution increasingly comes in the form of a Virtual Chief Information Security Officer (vCISO).

    A vCISO provides executive-level cybersecurity guidance remotely, often on a part-time or contract basis. Despite not being embedded within the company, their expertise is directly aligned with strengthening security programs, ensuring compliance, and helping organizations manage cyber risk without the cost of a permanent hire.


    What a vCISO Brings to the Table

    A vCISO offers the same caliber of strategic direction as a traditional CISO but with flexibility that makes the role accessible to organizations of all sizes. Their responsibilities typically include:

    • Developing Security Strategies: Crafting a security roadmap that identifies and mitigates risks.
    • Managing Policies and Procedures: Creating, reviewing, and updating frameworks to align with industry standards.
    • Risk Management and Compliance: Conducting assessments, audits, and ensuring adherence to regulations like HIPAA, PCI DSS, or GDPR.
    • Incident Response: Coordinating swift actions during security incidents to contain and mitigate damage.
    • Training and Awareness: Building a security-first culture by educating employees on threats and best practices.
    • Vendor Risk Oversight: Evaluating the security posture of third-party partners and service providers.
    • Budget and Metrics Management: Ensuring investments in security tools are effective and measurable.

    Through these efforts, a vCISO acts as both strategist and safeguard, guiding leadership teams in balancing operational growth with strong defenses.


    Why the Role Has Grown in Importance

    The escalating frequency and sophistication of cyber threats have accelerated demand for vCISO services. Small and mid-sized businesses, often prime targets for attackers, find value in contracting expertise that would otherwise be out of reach. Large enterprises, too, increasingly turn to vCISOs to supplement in-house leadership or address specialized projects.

    The flexibility of the role became especially evident during the Covid-19 pandemic, when businesses shifted to remote operations. vCISOs adapted seamlessly, continuing to provide oversight without disruption—proving the resilience of fractional security leadership.


    The Cost Advantage

    Hiring a full-time CISO can represent a six-figure expense, not including benefits and overhead. By contrast, a vCISO delivers comparable expertise at a fraction of the cost. The model is inherently scalable, allowing organizations to increase or decrease engagement as needs evolve. This makes vCISO services especially practical for companies in transitional phases, whether scaling rapidly, pursuing compliance certifications, or recovering from incidents.

    For many, the biggest financial advantage lies not only in reduced staffing costs but also in preventing the far greater expense of a major breach.


    Selecting the Right vCISO

    Choosing a vCISO requires more than technical vetting. Organizations should begin by identifying specific needs—whether it’s regulatory compliance, risk management, or strengthening incident response. From there, leaders can evaluate candidates on experience within their sector, qualifications, references, and cultural fit. Clear expectations around deliverables and reporting are key to ensuring success.


    Why Netizen Provides a Distinct Advantage

    Our vCISO service combines seasoned expertise with proven processes. As an ISO 27001:2013, ISO 9001:2015, and CMMI V2.0 Level 3 certified company, we bring credibility and rigor to every engagement. Our team delivers more than executive-level guidance, we provide actionable assessments, penetration testing, continuous monitoring, and compliance support through intuitive dashboards that transform complex data into clear insights.

    For businesses seeking high-level security leadership without the overhead of a full-time officer, Netizen offers a strategic partner who makes cybersecurity an enabler of growth rather than a barrier.

    Looking for expert guidance to secure, automate, and streamline your IT infrastructure and operations? Start the conversation today.


  • Understanding Zero Trust Network Access (ZTNA) for Modern Security

    Zero Trust Network Access (ZTNA) is rapidly becoming a foundational security model for modern organizations, especially as hybrid work, cloud adoption, and increasingly sophisticated cyberthreats redefine the perimeter of enterprise IT.

    Unlike traditional models that grant broad network access once a user is authenticated, ZTNA enforces continuous verification for every access request, regardless of whether a user is inside or outside the network. Access is granted based on context such as user identity, device posture, location, and risk profile. The goal is simple: never trust by default.


    Why ZTNA Replaces Legacy Perimeter-Based Security

    Traditional network security hinges on a binary trust model, entities inside the network are trusted, and those outside are not. This approach has become ineffective in the face of cloud computing, remote work, and a distributed workforce. Once inside the network, attackers can often move laterally with minimal resistance. ZTNA is designed to eliminate this risk.

    By shifting to an identity-centric, least-privilege access model, ZTNA makes it more difficult for attackers to exploit user credentials, pivot across systems, or exfiltrate data.


    Core Principles Behind ZTNA

    ZTNA is built around three main principles:

    • Verify explicitly: Authenticate and authorize based on all available data points, including user identity, device health, location, and behavior.
    • Enforce least-privilege access: Limit user access to only the applications or data required for their role.
    • Assume breach: Operate under the premise that your environment is already compromised, and minimize impact by restricting access at every layer.

    These principles are enforced using a combination of modern technologies like identity and access management (IAM), micro-segmentation, and endpoint posture assessments.


    How ZTNA Works: Key Mechanics

    ZTNA enforces secure access through continuous, adaptive control mechanisms:

    Identity Verification and Device Posture

    Access requests begin with verifying who the user is and assessing the state of their device. Multi-factor authentication is common, but device health checks—such as verifying OS patches or the presence of endpoint protection—are equally critical.

    Micro-Segmentation

    Rather than trusting an entire VLAN or subnet, ZTNA divides the network into isolated segments. Access to each segment is tightly controlled, limiting the blast radius of any potential compromise.

    Application-Level Access

    Users are granted access to individual applications, not the full network. This ensures attackers can’t scan for additional resources or discover sensitive internal systems.

    Continuous Risk Evaluation

    ZTNA solutions monitor behavior during the session. If unusual behavior is detected, such as a login from a foreign country or a rapid access pattern, ZTNA can trigger reauthentication or revoke access.


    Key Benefits of ZTNA

    Adopting a Zero Trust Network Access model brings significant security and operational advantages:

    • Reduced attack surface: Resources are invisible to unauthorized users, lowering the chance of discovery or brute-force attacks.
    • Minimized lateral movement: Attackers are contained within the limited environment they gain access to, significantly reducing breach impact.
    • Improved compliance: Role-based access controls and detailed audit logs make it easier to meet regulations like HIPAA, GDPR, or PCI-DSS.
    • Elimination of VPN complexity: ZTNA offers secure remote access without requiring full tunnel VPNs, simplifying user experience and reducing latency.
    • Adaptive security: Continuous verification means ZTNA reacts in real time to changes in risk posture or environmental context.

    ZTNA vs. VPNs and Legacy Models

    Virtual Private Networks (VPNs) offer encrypted tunnels to a trusted network, but once users connect, they often have excessive access. ZTNA replaces this with granular access to only approved applications. VPNs are also difficult to scale and manage, while ZTNA solutions can be deployed with more agility, especially in cloud-native environments.


    ZTNA and SASE: A Modern Partnership

    Secure Access Service Edge (SASE) integrates networking and security into a cloud-native framework. ZTNA is a critical component of SASE, providing the access control portion of the model.

    While SASE handles broader functions such as secure web gateways, firewall-as-a-service, and cloud access security brokers, ZTNA ensures that only authorized users gain application-level access. Together, they offer end-to-end protection and are particularly useful for organizations managing multi-cloud deployments and globally distributed workforces.


    Final Thoughts

    Zero Trust Network Access is no longer optional for modern enterprises. As cyberattacks become more sophisticated and traditional perimeters fade, ZTNA offers a scalable, identity-driven approach to securing access—without hindering productivity. By adopting ZTNA, organizations can move toward a future where trust is earned, risk is minimized, and secure access becomes the default.

    If your organization is considering moving toward Zero Trust or integrating ZTNA into your existing architecture, starting with a proper assessment of your current access model is a critical first step.


    How Can Netizen Help?

    Netizen ensures that security gets built-in and not bolted-on. Providing advanced solutions to protect critical IT infrastructure such as the popular “CISO-as-a-Service” wherein companies can leverage the expertise of executive-level cybersecurity professionals without having to bear the cost of employing them full time. 

    We also offer compliance support, vulnerability assessments, penetration testing, and more security-related services for businesses of any size and type. 

    Additionally, Netizen offers an automated and affordable assessment tool that continuously scans systems, websites, applications, and networks to uncover issues. Vulnerability data is then securely analyzed and presented through an easy-to-interpret dashboard to yield actionable risk and compliance information for audiences ranging from IT professionals to executive managers.

    Netizen is an ISO 27001:2013 (Information Security Management), ISO 9001:2015, and CMMI V 2.0 Level 3 certified company. We are a proud Service-Disabled Veteran-Owned Small Business that is recognized by the U.S. Department of Labor for hiring and retention of military veterans. 

    Questions or concerns? Feel free to reach out to us any time –

    https://www.netizen.net/contact


  • Netizen: Monday Security Brief (8/18/2024)

    Today’s Topics:

    • New “Win-DDoS” Technique Exploits Windows Domain Controllers for Massive DDoS Attacks
    • Attackers Target the Foundations of Crypto: Smart Contracts Under Threat
    • How can Netizen help?

    New “Win-DDoS” Technique Exploits Windows Domain Controllers for Massive DDoS Attacks

    SafeBreach researchers have detailed a new attack method, dubbed Win-DDoS, that allows threat actors to conscript thousands of public-facing Windows Domain Controllers (DCs) into a powerful DDoS botnet without deploying malware or compromising endpoints. The technique, presented at DEF CON 33, abuses flaws in Windows LDAP client code and RPC behavior to redirect LDAP referrals toward a victim server, overwhelming it with traffic.

    The attack leverages the Connectionless LDAP (CLDAP) and LDAP referral mechanism:

    1. An attacker sends an RPC call to a public DC, causing it to act as a CLDAP client.
    2. The DC contacts the attacker’s CLDAP server, which responds with a referral to the attacker’s LDAP server.
    3. The LDAP server sends a list of referral URLs pointing to a single victim IP and port.
    4. The DC repeatedly queries the victim server, creating sustained, high-bandwidth traffic.

    This approach is infrastructure-free for the attacker, requires no code execution or authentication, and leaves minimal forensic traces.

    SafeBreach also introduced TorpeDoS, an RPC-based denial-of-service technique that magnifies the efficiency of a single attacker’s RPC calls to the point where one host can cause an impact comparable to a distributed botnet.

    The research uncovered four denial-of-service vulnerabilities impacting core Windows services:

    • CVE-2025-26673 (CVSS 7.5) – LDAP uncontrolled resource consumption; unauthenticated DoS (patched May 2025).
    • CVE-2025-32724 (CVSS 7.5) – LSASS uncontrolled resource consumption; unauthenticated DoS (patched June 2025).
    • CVE-2025-49716 (CVSS 7.5) – Netlogon uncontrolled resource consumption; unauthenticated DoS (patched July 2025).
    • CVE-2025-49722 (CVSS 5.7) – Print Spooler uncontrolled resource consumption; authenticated adjacent-network DoS (patched July 2025).

    These zero-click, unauthenticated flaws can crash domain controllers and other Windows systems remotely if exposed, posing a threat to both public and internal infrastructure.

    The findings challenge traditional enterprise threat models by showing that:

    • Internal systems can be abused without full compromise.
    • DoS risks extend beyond public-facing services.
    • Large-scale DDoS potential exists without a typical botnet build-out.

    SafeBreach warns that unpatched systems and exposed Domain Controllers significantly increase the risk of both network disruption and targeted outages.


    Attackers Target the Foundations of Crypto: Smart Contracts Under Threat

    Cybercriminals are increasingly turning their attention to smart contracts, the self-executing programs that power decentralized finance (DeFi) and other blockchain-based applications, not only exploiting vulnerabilities in poorly written code but also crafting malicious contracts designed to deceive and drain cryptocurrency wallets.

    A recent scam analyzed by SentinelOne involved a fraudulent Solidity-based smart contract promoted through YouTube tutorials and similar channels. Victims were told they could profit from automated trading arbitrage bots that exploit minor cryptocurrency price differences for maximal extractable value (MEV). In reality, the contract contained obfuscated transfer functions that siphoned funds to an attacker-controlled externally owned account (EOA).

    In one high-profile incident, a single malicious contract drained roughly 244.9 ETH, about $935,000, from victims. Smaller but still significant thefts included a $28,000 Ethereum wallet and another worth $15,000.

    Data from SolidityScan, a CredShields project, shows that since 2020 over $14 billion has been stolen via blockchain manipulation and cryptocurrency fraud. More than 55% of these losses were due to vulnerabilities or bugs in smart contracts, with the remainder attributed to private-key leaks and rug pulls—instances where developers intentionally withdraw all funds from a project.

    Shashank, CEO of CredShields and co-lead of the OWASP Smart Contract Top 10 project, warns that while immutability and transparency are strengths of blockchain systems, these same traits can magnify the damage caused by coding flaws. Even a single logical error can cause irreversible financial loss and severe reputational damage.

    While the DeFi sector is the most visible victim, the risk extends to any industry integrating blockchain and smart contracts, finance, supply chain, logistics, and real estate among them. Common threats include:

    • Unauthorized access to contract functions or data.
    • Oracle manipulation, altering the data inputs that smart contracts rely upon.
    • Logic exploitation, taking advantage of flawed programming to redirect funds or alter outcomes.

    To mitigate these risks, experts recommend:

    • Maintaining an inventory of all deployed smart contracts.
    • Conducting independent audits before and after deployment.
    • Enabling real-time monitoring of contract behavior and transaction patterns.
    • Rejecting obfuscated code in business contracts.

    How Can Netizen Help?

    Founded in 2013, Netizen is an award-winning technology firm that develops and leverages cutting-edge solutions to create a more secure, integrated, and automated digital environment for government, defense, and commercial clients worldwide. Our innovative solutions transform complex cybersecurity and technology challenges into strategic advantages by delivering mission-critical capabilities that safeguard and optimize clients’ digital infrastructure. One example of this is our popular “CISO-as-a-Service” offering that enables organizations of any size to access executive level cybersecurity expertise at a fraction of the cost of hiring internally. 

    Netizen also operates a state-of-the-art 24x7x365 Security Operations Center (SOC) that delivers comprehensive cybersecurity monitoring solutions for defense, government, and commercial clients. Our service portfolio includes cybersecurity assessments and advisory, hosted SIEM and EDR/XDR solutions, software assurance, penetration testing, cybersecurity engineering, and compliance audit support. We specialize in serving organizations that operate within some of the world’s most highly sensitive and tightly regulated environments where unwavering security, strict compliance, technical excellence, and operational maturity are non-negotiable requirements. Our proven track record in these domains positions us as the premier trusted partner for organizations where technology reliability and security cannot be compromised.

    Netizen holds ISO 27001, ISO 9001, ISO 20000-1, and CMMI Level III SVC registrations demonstrating the maturity of our operations. We are a proud Service-Disabled Veteran-Owned Small Business (SDVOSB) certified by U.S. Small Business Administration (SBA) that has been named multiple times to the Inc. 5000 and Vet 100 lists of the most successful and fastest-growing private companies in the nation. Netizen has also been named a national “Best Workplace” by Inc. Magazine, a multiple awardee of the U.S. Department of Labor HIRE Vets Platinum Medallion for veteran hiring and retention, the Lehigh Valley Business of the Year and Veteran-Owned Business of the Year, and the recipient of dozens of other awards and accolades for innovation, community support, working environment, and growth.

    Looking for expert guidance to secure, automate, and streamline your IT infrastructure and operations? Start the conversation today.


  • What Are Human Digital Twins in Cybersecurity?

    Human Digital Twins (HDTs) are an emerging cybersecurity technology used to detect anomalies, insider threats, and credential abuse through behavioral modeling. In enterprise environments where identity threats and advanced persistent threats are growing, HDTs add a new layer of defense by monitoring how users interact with systems, not just who they are. Instead of relying solely on static identity or role-based access controls, HDTs use telemetry and behavioral baselines to continuously verify the authenticity of user actions.

    This article explains how Human Digital Twins work, their technical structure, and how they fit into modern cybersecurity frameworks such as Zero Trust and behavioral threat detection.


    Behavioral Modeling and User Context in Security

    Unlike identity and access management (IAM) tools, which define entitlements, HDTs construct a behavioral profile of each user over time. This model includes metrics such as:

    • Login frequency and session duration
    • Application usage patterns
    • File access sequences
    • Typing cadence and cursor movement
    • Common destinations within internal tools

    These user behavior profiles are continuously updated, allowing organizations to detect account compromise, suspicious lateral movement, or early signs of insider threats, even if access credentials remain valid.


    Detecting Credential Misuse and Insider Threats

    One of the most valuable uses for Human Digital Twins in cybersecurity is detecting compromised accounts. Attackers often bypass firewalls and endpoint protection by stealing valid credentials. Traditional authentication tools may not recognize that an attacker is inside the network if login data appears normal.

    HDTs fill this gap by analyzing what a user does after logging in. For example, if a legitimate employee typically accesses HR tools and suddenly starts querying engineering repositories, the system can compare the behavior to the twin’s baseline and assign a behavioral risk score. This helps detect threat actors using compromised credentials in real time.

    In insider threat scenarios, HDTs can detect subtle behavioral shifts that do not trigger predefined rules but still represent elevated risk. A user working irregular hours or copying atypical data volumes may be flagged for review even if policies were not explicitly violated.


    Technical Architecture of Human Digital Twins

    The underlying architecture of an HDT solution involves telemetry collection, feature extraction, and model training. High-volume data from endpoints, cloud environments, and network sensors is ingested into behavioral analytics engines. These engines use time-series analysis and unsupervised learning to build individual behavioral baselines.

    Integrating HDTs with SIEM (Security Information and Event Management) and SOAR (Security Orchestration, Automation, and Response) platforms allows behavioral alerts to trigger automated responses—such as MFA reauthentication, session termination, or privilege escalation blocks.


    Role of HDTs in Zero Trust Security

    Human Digital Twins are highly effective in Zero Trust architectures, which emphasize continuous verification and risk-based access decisions. While Zero Trust often focuses on identity verification and device posture, HDTs add behavioral fidelity to those assessments.

    For instance, a Zero Trust access gateway may permit a login attempt based on a strong password and healthy device. However, if the user then begins accessing systems they have never used, or transfers files atypically, the HDT system can intervene. This enables adaptive access control, where user privileges are dynamically adjusted based on behavioral context.


    Addressing Behavioral Drift and Privacy Concerns

    Like all AI-driven cybersecurity tools, HDTs are not without operational challenges. Behavioral drift, normal shifts in a user’s work habits due to job role changes or business processes, must be accounted for to reduce false positives. Regular retraining and baseline recalibration are necessary to maintain high detection fidelity.

    Privacy is another consideration. Because HDTs collect detailed interaction data, organizations must implement strong governance policies, including data minimization, pseudonymization, and strict access controls over behavioral models. Compliance with data protection laws such as GDPR and FISMA is essential when deploying HDTs in regulated environments.


    How Can Netizen Help?

    Founded in 2013, Netizen is an award-winning technology firm that develops and leverages cutting-edge solutions to create a more secure, integrated, and automated digital environment for government, defense, and commercial clients worldwide. Our innovative solutions transform complex cybersecurity and technology challenges into strategic advantages by delivering mission-critical capabilities that safeguard and optimize clients’ digital infrastructure. One example of this is our popular “CISO-as-a-Service” offering that enables organizations of any size to access executive level cybersecurity expertise at a fraction of the cost of hiring internally. 

    Netizen also operates a state-of-the-art 24x7x365 Security Operations Center (SOC) that delivers comprehensive cybersecurity monitoring solutions for defense, government, and commercial clients. Our service portfolio includes cybersecurity assessments and advisory, hosted SIEM and EDR/XDR solutions, software assurance, penetration testing, cybersecurity engineering, and compliance audit support. We specialize in serving organizations that operate within some of the world’s most highly sensitive and tightly regulated environments where unwavering security, strict compliance, technical excellence, and operational maturity are non-negotiable requirements. Our proven track record in these domains positions us as the premier trusted partner for organizations where technology reliability and security cannot be compromised.

    Netizen holds ISO 27001, ISO 9001, ISO 20000-1, and CMMI Level III SVC registrations demonstrating the maturity of our operations. We are a proud Service-Disabled Veteran-Owned Small Business (SDVOSB) certified by U.S. Small Business Administration (SBA) that has been named multiple times to the Inc. 5000 and Vet 100 lists of the most successful and fastest-growing private companies in the nation. Netizen has also been named a national “Best Workplace” by Inc. Magazine, a multiple awardee of the U.S. Department of Labor HIRE Vets Platinum Medallion for veteran hiring and retention, the Lehigh Valley Business of the Year and Veteran-Owned Business of the Year, and the recipient of dozens of other awards and accolades for innovation, community support, working environment, and growth.

    Looking for expert guidance to secure, automate, and streamline your IT infrastructure and operations? Start the conversation today.


  • Why Every SMB Needs a Data Retention and Deletion Policy

    Small and mid-sized businesses (SMBs) are accumulating data at a faster pace than ever, yet many lack a formal data retention policy or defined data deletion policy. Without clear governance, this unchecked data sprawl increases exposure to cyberattacks, legal challenges, and regulatory violations. For organizations operating with limited resources, this can be especially dangerous.

    Developing and enforcing a data lifecycle framework is no longer a best practice, it is a necessity. From compliance mandates to cost savings and risk mitigation, a well-designed policy supports both operational and security goals. This guide outlines why a data retention and deletion policy is critical for SMBs and how to implement one effectively.


    The Hidden Risk of Storing Too Much Data

    In many SMB environments, legacy files, inactive accounts, and old backups remain untouched for years. While this may seem harmless, excessive data retention introduces significant cybersecurity and compliance risks. The more sensitive data stored unnecessarily, the larger your attack surface and the greater your liability.

    Old data increases the likelihood of:

    • Regulatory non-compliance, especially for data privacy laws like GDPR or CCPA.
    • Greater impact from a data breach, particularly if PII (personally identifiable information) is exposed.
    • Slower incident response and complex eDiscovery processes.
    • Higher costs for cloud storage, log aggregation, or backup management.

    Consider an SMB in financial services that retains customer records indefinitely. If those records are exfiltrated during a ransomware attack, regulators may penalize the organization for violating data minimization principles—even if the breach was properly disclosed.


    Data Retention and Regulatory Compliance

    Numerous laws dictate how long businesses must keep and when they must delete certain types of records. For SMBs handling sensitive data, understanding these timelines is essential for avoiding fines and legal consequences.

    Examples include:

    • HIPAA: Requires healthcare organizations to keep records for at least 6 years.
    • FINRA/SEC: Financial communications must be retained for up to 7 years.
    • GDPR/CCPA: Require personal data to be deleted when no longer necessary.
    • IRS regulations: Recommend retention of tax records for 7 years.

    Failing to implement a data retention policy aligned with these standards puts small businesses at direct risk of sanctions and audit failures.


    Building a Data Retention and Deletion Policy That Works

    An effective data retention and deletion policy should be practical, enforceable, and regularly reviewed. It must clearly define how long specific data types are retained and how they are securely destroyed. Integration with existing cybersecurity tools is key.

    Key components of a sound policy:

    • Classification of data types (e.g., HR, financial, customer, operational)
    • Clear retention periods based on legal and business requirements
    • Mapping of storage locations including cloud platforms and on-prem systems
    • Secure deletion methods to support data disposal compliance
    • Defined roles and automation rules for enforcement and auditing

    Where possible, SMBs should leverage their existing infrastructure, such as Microsoft 365 retention labels, Google Vault, or endpoint protection platforms, to automate lifecycle enforcement.


    Cybersecurity Benefits of Data Deletion

    Beyond compliance, enforcing a data deletion policy significantly strengthens SMB cybersecurity. Sensitive information retained longer than necessary becomes an easy target for threat actors. Breached backups, archive drives, or inactive cloud folders can still contain valuable credentials, financial records, or customer PII.

    Removing unneeded data:

    • Reduces the amount of information attackers can access
    • Lowers the scope of breach disclosures
    • Simplifies security monitoring and incident response
    • Improves endpoint performance and storage hygiene

    This is especially relevant as ransomware groups increasingly extort stolen data rather than just encrypting it. Effective secure data disposal limits what attackers can steal.


    Practical Tools for Enforcement

    Many data lifecycle management tasks can be handled through affordable or built-in tools. Examples include:

    • Microsoft Purview and Compliance Center: Manages retention rules for Exchange, Teams, SharePoint.
    • Google Workspace Vault: Handles retention and legal holds for Gmail and Drive.
    • Endpoint DLP tools: Flag or restrict data exfiltration from unmanaged systems.
    • Backup platforms: Automatically prune expired recovery points based on defined rules.

    These solutions help enforce your data retention policy at scale and produce audit logs showing proof of compliance.


    Why SMBs Must Act Now

    Unregulated data retention is no longer just a storage issue, it is a cybersecurity liability. A defined data retention and deletion policy enables small businesses to stay compliant, improve security posture, and prepare for potential audits or legal holds. Whether you store financial documents, employee records, or customer data, minimizing unnecessary retention is critical.


    How Can Netizen Help?

    Netizen ensures that security gets built-in and not bolted-on. Providing advanced solutions to protect critical IT infrastructure such as the popular “CISO-as-a-Service” wherein companies can leverage the expertise of executive-level cybersecurity professionals without having to bear the cost of employing them full time. 

    We also offer compliance support, vulnerability assessments, penetration testing, and more security-related services for businesses of any size and type. 

    Additionally, Netizen offers an automated and affordable assessment tool that continuously scans systems, websites, applications, and networks to uncover issues. Vulnerability data is then securely analyzed and presented through an easy-to-interpret dashboard to yield actionable risk and compliance information for audiences ranging from IT professionals to executive managers.

    Netizen is an ISO 27001:2013 (Information Security Management), ISO 9001:2015, and CMMI V 2.0 Level 3 certified company. We are a proud Service-Disabled Veteran-Owned Small Business that is recognized by the U.S. Department of Labor for hiring and retention of military veterans. 

    Questions or concerns? Feel free to reach out to us any time –

    https://www.netizen.net/contact