What the CDSL Malware Attack Teaches Organizations About VAPT?

Most organizations believe that completing an annual Vulnerability Assessment and Penetration Testing (VAPT) exercise is enough to satisfy cybersecurity requirements. The 2022 malware attack on Central Depository Services Limited (CDSL) tells a very different story. Despite undergoing a VAPT assessment only months before the incident, CDSL experienced a malware attack that disrupted settlement operations across India’s securities market.

Following an extensive forensic investigation, the Securities and Exchange Board of India (SEBI) identified multiple security control failures that enabled attackers to compromise the environment and remain undetected. The investigation revealed a recurring theme. The issue was not the absence of cybersecurity investments. The organization had security tools, endpoint protection, and periodic VAPT assessments. The problem was that one system was excluded from critical security controls.

That overlooked system became the attacker’s entry point. For organizations planning Vulnerability Assessment and Penetration Testing, the CDSL incident demonstrates an important reality.

 “ A VAPT assessment will only be effective when all the critical and non critical systems are included within its scope

When One Server Becomes the Weakest Link

Every major cyber incident has a beginning. In the CDSL attack, investigators traced the compromise back to an Azure-hosted Active Directory Federation Services (ADFS) server that had been deployed during the COVID 19 remote working period.

Originally introduced to enable secure remote authentication and single sign-on capabilities, the server gradually became part of the production environment.

Unfortunately, it never became part of the organization’s security perimeter.

According to the SEBI investigation, the ADFS server:

  • Was internet-facing.
  • Was not classified as a critical asset.
  • Was excluded from Vulnerability Assessment and Penetration Testing.
  • Was not integrated into the Security Information and Event Management (SIEM) platform.
  • Was not protected through Privileged Identity Management (PIM).
  • It had weak, non-expiring admin credentials. A domain-admin account had an easily guessable password set to “never expire.” 
  • The RDP port was left open to the internet.

Attackers exploited this single gap to gain access without triggering any meaningful security alerts.

This incident demonstrates why effective Vulnerability Assessment and Penetration Testing (VAPT) should start with comprehensive asset discovery. Security assessments limited to known production systems can overlook unmanaged or forgotten assets that significantly increase an organization’s attack surface.

also read: Coinbase Data Breach: Bribery Leads to USD 400 Million Loss

What Happened During the November 2022 CDSL Malware Attack?

On 18 November 2022, shortly after end-of-day processing completed, CDSL detected that several servers and employee workstations had become inaccessible due to a malware attack.

As part of its incident response, the organization isolated compromised systems, segmented affected network areas, and restored critical infrastructure within a newly deployed, clean virtual LAN (VLAN) environment to prevent further spread and support secure recovery.

Although containment prevented wider propagation across market participants, several critical depository services experienced significant disruption. Because of the disruption, settlement transactions originally planned for 18 November were postponed until 20 November. The delay affected normal settlement operations and temporarily disrupted activities across India’s securities ecosystem.

The incident demonstrated how a cybersecurity event affecting a single organization can rapidly impact an entire financial market.

How One Overlooked Internet-Facing Server Became the Initial Attack Vector

The SEBI forensic investigation identified asset visibility as one of the primary factors behind the CDSL malware attack. An internet-facing Active Directory Federation Services (ADFS) server was not classified as a critical asset, despite being externally accessible. This single oversight created multiple security gaps that attackers exploited.

Because the server was excluded from the organization’s critical asset inventory, it was also left out of the Vulnerability Assessment and Penetration Testing (VAPT) scope. In addition, its logs were not integrated with the SIEM platform, Privileged Identity Management (PIM) controls were not implemented, and security monitoring did not adequately cover the system. As a result, the attackers gained access and operated with minimal visibility before the incident was detected.

This incident demonstrates an important cybersecurity lesson: an organization’s attack surface extends to every internet-facing asset. If even one externally accessible system is overlooked during asset discovery or excluded from VAPT, it can become the initial attack vector that puts the entire environment at risk.

Also read: Critical FortiOS Flaw Allows Unauthorized Access and Full Device Takeover

Five Critical Security Gaps Identified by the SEBI Investigation

1. Internet-Facing Infrastructure Outside the VAPT Scope

SEBI’s investigation concluded that the ADFS server should have been classified as a critical internet-facing system under updated regulatory guidance.

Because it was excluded, the organization’s security assessment never evaluated its attack surface.

External Penetration Testing should always include:

  • Internet-facing authentication servers
  • VPN gateways
  • Remote access infrastructure
  • Cloud-hosted virtual machines
  • Identity services

One missing asset can invalidate an otherwise successful security assessment.

2. Exposed Remote Desktop Protocol (RDP)

Investigators also found that network vulnerability assessment scanning had not been performed against the affected infrastructure. As a result, an internet accessible Remote Desktop Protocol (RDP) service remained exposed.

The exposed RDP service provided attackers with a pathway into the environment that should have been identified during External Infrastructure VAPT.

3. Weak Privileged Credentials

The forensic investigation identified multiple privileged access weaknesses, including:

  • Weak administrative password
  • Password configured to never expire
  • Long-term privileged access
  • Excessive administrative permissions

These weaknesses enabled attackers to maintain persistence after the initial compromise. Modern Penetration Testing should never focus solely on software vulnerabilities. Privilege escalation testing and identity security reviews are equally important.

4. Missing Multi-Factor Authentication

The compromised system lacked two-factor authentication for remote administrative access. Even when attackers obtain credentials, MFA significantly increases the difficulty of successful compromise. Identity protection should always complement Vulnerability Assessment.

5. SIEM Visibility Gaps

One of the most significant findings of the SEBI investigation was that the compromised server was not integrated with the organization’s Security Information and Event Management (SIEM) platform. As a result, security logs from the server were not collected or correlated, allowing malicious activity to continue without effective detection. The investigation also noted that alerts generated by existing security tools were not properly acknowledged or investigated, delaying the organization’s response to the attack.

This incident highlights the complementary roles of Vulnerability Assessment and Penetration Testing (VAPT) and a Security Operations Center (SOC). While VAPT helps identify and remediate security weaknesses before attackers can exploit them, a SOC continuously monitors systems to detect and respond to active threats. Organizations need both proactive security testing and continuous monitoring to build a resilient cybersecurity posture.

Why the Existing VAPT Failed to Prevent the Attack

One of the most important lessons from the CDSL incident is that the organization had already completed a Vulnerability Assessment and Penetration Testing (VAPT) exercise several months before the malware attack. However, the investigation found that the issue was not how often VAPT was conducted, but what it covered. The internet-facing ADFS server, the attackers’ entry point, was excluded from the assessment scope, leaving a critical gap in the organization’s security posture.

This highlights an important reality for security leaders: a clean VAPT report does not automatically mean an organization is secure. It only reflects the systems, applications, and infrastructure that were actually tested. If critical internet-facing assets are omitted, significant vulnerabilities can remain undiscovered until attackers exploit them.

The Business Impact: How the CDSL Cyberattack Disrupted Market Operations

The technical compromise quickly evolved into an operational crisis.

According to the SEBI order:

  • Settlement processes were disrupted for approximately 46 hours.
  • Inter-depository transfers remained unavailable for more than 54 hours.
  • Corporate actions, pledge processing, and off-market transfers were delayed.
  • Critical market settlement activities scheduled for 18 November were completed only on 20 November through coordinated recovery efforts.

The incident illustrates how cybersecurity failures can extend far beyond IT systems and directly affect business continuity, regulatory compliance, and customer confidence.

Five Cybersecurity Lessons Every Organization Should Learn from the CDSL Attack

NoCybersecurity LessonKey Takeaway
1Maintain a Complete Inventory of Internet-Facing AssetsIdentify, classify, and continuously monitor every internet-facing server, application, and service to eliminate blind spots.
2Include Every Critical System Within the VAPT ScopeEnsure all critical infrastructure, identity services, and externally accessible assets are included in every VAPT assessment.
3Perform Both External and Internal Penetration TestingCombine External Penetration Testing to identify attack vectors with Internal Penetration Testing to uncover privilege escalation and lateral movement risks.
4Validate Remediation After Every AssessmentConfirm that identified vulnerabilities have been successfully remediated and can no longer be exploited.
5Combine VAPT with Continuous Security MonitoringPair Vulnerability Assessment and Penetration Testing (VAPT) with continuous Security Operations Center (SOC) monitoring to detect and respond to threats in real time.

How SecuCenter Helps Organizations Strengthen Their Security Posture

At SecuCenter, we approach Vulnerability Assessment and Penetration Testing as a continuous risk reduction program rather than a compliance exercise.

Our VAPT services include:

  • Vulnerability Assessment
  • External Penetration Testing
  • Internal Penetration Testing
  • Network VAPT
  • Web Application Penetration Testing
  • API Security Testing
  • Cloud Security Assessment
  • Active Directory Security Assessment
  • Infrastructure Security Assessment
  • Wireless Security Testing
  • Configuration Review
  • Remediation Validation
  • Executive Reporting
  • Compliance Ready Reporting
  • Managed VAPT Services

Our assessments are designed to identify overlooked assets, validate real-world attack paths, and provide actionable remediation guidance before threat actors discover the same weaknesses.

Also read: A Critical Vulnerability Rating of 10/10 Has Been Confirmed By Microsoft

The Biggest Cybersecurity Risk Is Often the System You Forgot to Test

The CDSL malware attack is more than a story about malware. It is a reminder that cybersecurity failures often begin with overlooked assets, incomplete visibility, and assumptions about what is or is not critical. One internet-facing authentication server, excluded from Vulnerability Assessment and Penetration Testing, became the initial foothold that enabled attackers to disrupt one of India’s most critical financial infrastructures.

Organizations should not treat VAPT as a once-a-year compliance requirement. Effective security requires continuous asset discovery, comprehensive testing of external and internal attack surfaces, timely remediation, and ongoing monitoring.

The most valuable lesson from the CDSL incident is simple:

Attackers only need one system that defenders forgot to test.

The Human Firewall: What Kevin Mitnick Can Teach Us About Financial Fraud Today

The world’s most famous hacker never needed to “hack” much

Kevin Mitnick spent years as the FBI’s most-wanted computer criminal, breaking into networks at Nokia, Motorola, Sun Microsystems, and Pacific Bell. But the uncomfortable truth in his own account of that era is this: most of his access didn’t come from exploiting code. It came from exploiting people.

He’d call an employee, sound confident, use the right internal jargon, claim to be from IT or a manager under pressure, and ask for what he needed. A password. A callback number. A “quick favor.” He called this social engineering, and he was so effective at it that prosecutors reportedly told a judge he could start a nuclear war by whistling into a payphone. That claim was absurd. But the underlying fear it revealed wasn’t: that a sufficiently convincing human voice can bypass almost any technical safeguard.

Mitnick spent the years after prison until he died in 2023 teaching companies exactly this lesson through his books and security consulting work: the strongest firewall in the world means nothing if someone can be talked past it.

Nowhere is that more true today than in financial fraud.

How Social Engineering Evolved into Modern Financial Fraud

The techniques Mitnick pioneered on landlines in the 1990s haven’t gone away. They’ve been repackaged for online banking, mobile payments, and messaging apps. The core move is unchanged: create urgency and get the target to act before they think.

A few patterns are dominating financial fraud across the US, UK, and Australia right now:

  • Bank impersonation scams -A call, text, or email claims to be from your bank’s fraud department, warning of “suspicious activity” and asking you to “verify” your account, move money to a “safe account,” or read out a one-time passcode. In the UK, this is often called authorised push payment (APP) fraud; you’re persuaded to send the money yourself, so it doesn’t look like a traditional hack.
  • Government and tax authority impersonation -Callers or emails pose as the IRS (US), HMRC (UK), or the ATO (Australia), claiming unpaid tax, a legal case, or a refund that requires “verification” of your bank details or an urgent payment via gift cards or crypto.
  • Tech support scams -A pop-up or cold call claims your computer is infected and remote access is needed to “fix” it; the access is then used to move money out of your accounts while you watch.
  • Romance and investment scams -Relationships built over weeks or months on dating apps or social media, eventually pivoting to requests for money, or introducing a “guaranteed” cryptocurrency or trading opportunity (sometimes called pig butchering scams).
  • Business Email Compromise (BEC) -Fraudsters impersonate a company executive, supplier, or solicitor/lawyer by email, asking finance staff to urgently change bank details on an invoice or wire funds for a “confidential deal.”

Every one of these succeeds the same way Mitnick’s calls did decades ago, not by breaking encryption, but by breaking judgment under manufactured pressure.

Why Social Engineering Works on Smart People

One of Mitnick’s most repeated points, later echoed across the security industry, is that social engineering isn’t about tricking gullible people; it’s about exploiting normal, healthy human instincts:

  • Trust in authority: we’re conditioned to comply when someone claims to be a bank, the police, or a government agency.
  • Fear and urgency: panic shuts down the part of the brain that would otherwise pause and verify.
  • Reciprocity and rapport: a friendly, patient scammer who “helps” you first earns the trust needed to ask for more later.
  • Technical intimidation: most people won’t challenge someone who sounds like they understand banking or IT systems better than they do.

None of this requires a single line of malicious code. It requires a script, a phone, and a target who hasn’t been trained to pause.

How to Build a Human Firewall Against Social Engineering Attacks

Mitnick’s later career was built on a simple premise: organizations spend heavily on technical controls and comparatively little on preparing people to recognize manipulation. The same gap shows up individually with financial fraud. A few habits close most of it:

a) Verify Independently, Never Through the Channel That Contacted You

If a call, text, or email claims to be your bank or a government agency, hang up and call the organization back using the number on the back of your card, or the official number from their website — never one given to you during the contact.

b)Authority Claimed Over the Phone, or Email Means Nothing on Its Own

Legitimate banks and tax authorities do not ask you to move money to a “safe account,” do not request one-time passcodes, and do not demand payment via gift cards, wire transfer, or cryptocurrency.

c) Urgency Is the Tell, Not the Threat

Legitimate institutions rarely require you to act within minutes. Pressure to skip verification is itself the strongest signal something is wrong.

d) No Legitimate Needs Your One-Time Passcode, PIN, or Full Card Details Ever

Not your bank, not “IT support,” not a “financial advisor” you’ve never met in person.

e) Treat Unsolicited Financial Opportunities with the Same Suspicion as Unsolicited Threats

Guaranteed investment returns, unexpected romantic interest that turns into financial requests, “insider” trading tips these use the same rapport-building playbook as impersonation scams, just with a friendlier tone.

What to Do If You’ve Been Targeted by a Social Engineering Scam

In all three countries, speed matters; funds can sometimes still be frozen or recalled if reported within the first hours after a transfer.

Kevin Mitnick’s Lasting Lesson for Cybersecurity and Financial Fraud Prevention

Mitnick’s own transformation from the person exploiting trust to the person teaching organizations how to defend against it carried one consistent message: technology can be patched, but human trust has to be trained. Banks harden their systems every year. Fraudsters don’t bother trying to break them. They call the person holding the account instead, because it’s still the easiest way in.

The best defense against social engineering isn’t smarter technology. It’s a habit of pausing, verifying independently, and refusing to let urgency decide for you.

Top 10 SOC Challenges In 2026:Key Threats & Fixes

In today’s threat landscape, SOCs face mounting pressure from alert fatigue, tool sprawl, and a shortage of skilled analysts. A recent ISC² report reveals a global cybersecurity workforce gap of over 4 million professionals, leaving many SOCs critically understaffed. Meanwhile, cyberattacks are growing in volume and sophistication, demanding round-the-clock vigilance. For many organizations, maintaining an effective SOC in-house has become an uphill battle. This blog explores the most pressing SOC challenges and how outsourcing with Secucenter for SOC staffing and SOC monitoring can bridge gaps, reduce burnout, and boost security posture, without compromising control or compliance.

Secucenter is a white-label SOC partner designed to support MSSPs in overcoming these limitations. By extending expert SOC capabilities, we empower providers to grow with confidence, meet client demands, and strengthen their service offerings. In this blog, we will explore the key challenges MSSPs face and how Secucenter helps solve them.

Top SOC Challenges: What Security Operations Must Prepare For?

From a myriad of SOC challenges, let’s discuss the 10 most relevant and constantly nagging ones we solve with our white label SOC team. Here are the top SOC challenges in 2026:

SOC Challenges 2025
  • Intelligent Threat Evolution
  • Burnout Behind the Screens
  • Alert Fatique
  • Round-the-Clock Monitoring
  • Meeting Scalability
  • Regulatory and Compliance Pressures
  • High Operational Costs
  • Maintaining service quality
  • Integration Challenges
  • Growing Competition

1. Intelligent Threat Evolution

Modern cyber threats are stealthy, AI-driven, and constantly evolving to bypass traditional defenses. MSSPs face mounting pressure to keep pace, but talent shortages, tool overload, and rising client expectations make it difficult to respond effectively.

Intelligent Threat Evolution in soc

Without the right expertise and proactive strategies, threats can linger undetected, putting client environments at serious risk and stretching MSSP resources thin.

Our Solution: Proactive Threat Hunting

Our team of SOC engineers is well-advanced in their stream of cybersecurity, having experience detecting and dealing with threats effectively. By introducing proactive measures to hunt threats, we assure MSSPs and their clients the safety of their systems from malicious actors. 

2. Burnout Behind the Screens

Running a 24/7 SOC isn’t just about tools and alerts; it’s about people. MSSPs are constantly balancing high client expectations with low analyst availability. The result? Overworked teams, missed threats, and rising turnover. Many MSSPs find themselves stuck in a loop: scrambling to fill roles, chasing false positives, and trying to keep morale up while the threat landscape keeps shifting.

Our Solution: Skilled and Certified Security Experts

We have highly skilled experts who are certified cyber specialists. With limited talent and short-staffed MSSPs, addressing a high volume of cases with our talented team of SOC experts can be as easy as it gets. We take the burden of finding talent and managing overhead costs, providing a valuable extension to your team.

3. Alert Fatigue

Every beep, ping, or flash on a dashboard could be the start of a breach or just another false alarm. For SOC teams, it’s a never-ending storm of alerts. While automation helps filter the noise, high-priority flags still demand human eyes.

ALERT FATIQUE IN SOC

The problem MSSPs face is too many alerts and not enough people. Over time, even the best analysts start to tune out, and that’s when real threats slip through the cracks. 

Our Solution: Synchronize Automation With Your Team

Our expertise in various tools enables MSSPs to streamline all their clients’ alerts effectively. Though our proactive methods grab onto any threats, ticketing alerts ensure every issue is addressed efficiently and with due diligence. We analyze every alert, no matter how minor, to identify patterns and detect similar issues in the future.

4. Round-The-Clock Monitoring

Cyber threats don’t clock out, but your team eventually has to. For many MSSPs, maintaining true 24/7 monitoring is easier said than done. Nights, weekends, and holidays often mean skeleton crews or on-call rotations, and burnout hits fast. 

Our Solution: Enhanced Security Capabilities

Our SOC monitoring service strengthens MSSPs’ security posture with 24/7 monitoring and advanced threat detection techniques, ensuring potential issues are swiftly identified and addressed. By providing enhanced security features, we enable MSSPs to deliver comprehensive services that protect their clients’ systems and devices from threats at all times.

5. Meeting Scalability

No two clients are the same; some need deep-dive threat analysis, others just want the basics. As MSSPs grow, so do client expectations, and suddenly the team that handled five clients with ease is now drowning with fifteen.

soc monitoring

Scaling isn’t just about adding tools; it’s about people, processes, and bandwidth. Without the right support, MSSPs often face a tough choice: take on more and risk quality, or stay small and limit growth.

Our Solution: Scalability and Business Growth

We help MSSPs scale their operations effortlessly by aligning our goals with your clients’ needs, which can pave the way to your business growth. Our adaptable Cybersecurity services are built to meet changing needs by providing complete protection as your customer base and security requirements grow. We support you through scalability, allowing you to focus on core business activities, delivering exceptional value to your customers while we manage your cybersecurity needs.

Also Read: Top SOC Tools in 2026

6. Regulatory and Compliance Pressures

Compliance with appropriate security regulations such as GDPR, HIPAA, and PCI DSS is necessary for MSSPs to function with different clients across different bases. MSSPs must navigate a complex web of regulations, which can vary by industry and region, to ensure client compliance.

security compliance in soc

However, maintaining this can be overwhelming by keeping their resources updated and versatile to meet every need. 

Our Solution: Comprehensive Regulatory Fulfillment

We deliver in-depth reports and comprehensive documentation designed to assist you in meeting regulatory compliance requirements. Our resources not only ensure that you adhere to all necessary guidelines but also provide actionable insights that can drive informed decision-making and enhance your operational efficiency.

7. High Operational Costs

Staying ahead in cybersecurity means constant reinvestment in new tools, training, and talent. But for MSSPs, tight margins make that tough. Upgrading tech and hiring skilled analysts isn’t just expensive; it’s often out of reach.

security operations center

Many MSSPs find themselves stuck, forced to choose between staying competitive and staying within budget. The result? Slowed growth, outdated systems, and missed opportunities to better serve their clients.

Our Solution: Cost Efficiency and Financial Savings
With our years of experience, we have learned how MSSPs looking to operate on a wider range struggle to meet their goal with a budget cap. We help MSSPs achieve significant cost savings by enhancing operational efficiency and reducing expenses related to staffing, training, and maintaining an in-house SOC. 

8. Maintaining Service Quality

Every client expects top-tier service, but not every client is the same. MSSPs often support businesses across different industries, each with unique compliance requirements, risk tolerances, and infrastructure setups. Juggling these varied needs while maintaining consistent service quality is a constant challenge. Limited resources, shifting priorities, and complex client environments make it hard to give each customer the dedicated attention they expect, leading to missed SLAs, slow response times, and strained relationships.

Our Solution: Aiding MSSPs to Maintain Service Quality

To ensure consistent service quality for a growing client base, Secucenter provides trained specialists who follow standardized processes to streamline operations and reduce variability. By following the frameworks, we are on par with your team and ensure we enhance the user experience of every client. Regular audits play a key role as well, identifying gaps, ensuring compliance, and reinforcing accountability. Together, these practices create a strong foundation for trust, performance, and long-term client satisfaction in a competitive, fast-paced security landscape.

Also Read: SOC Trends in 2026

9. Integration challenges

Security tools are essential to SOC advancement and MSSP growth, but integrating them effectively remains a significant hurdle. Each client environment presents unique requirements, often involving different platforms, compliance standards, and existing infrastructure.

soc staffing

Aligning these varied systems into a cohesive, functional security stack is both time-consuming and resource-intensive. 

Our Solution: Expert Assistance

Our dedicated SOC experts are highly skilled in every significant SOC tool and offer their professional services in integrating tools into clients’ systems and devices. Our specialists work closely with clients to ensure that every integration enhances the overall security posture, effectively protecting sensitive data and responding to potential threats with precision.

10. Growing Competition

The global market for MSSPs is expected to surpass $77 billion by 2030, due to increasing cyber threats and a growing demand for outsourced protection. While this growth signals opportunity, it also introduces intense competition. Thousands of MSSPs are competing for attention, many providing similar services. Establishing a clear USP, like 24/7 support or proactive threat detection, is essential. 

Our Solution: Competitive Advantage

At Secucenter, you can always find a solution that supports your MSSP goal. We ride with your requirements, meeting client requirements on time, addressing high-priority concerns, and escalating major threats. By having a SOC partner that offers 24/7 service in major areas like staffing and monitoring, you gain a competitive advantage as a leader in the industry.

Ready To Take The Next Step?

MSSPs serve as the foundation of cybersecurity protection, and their growth depends on their core competencies. As a Whitelabel SOC partner, we are dedicated to offering our expertise to MSSPs in overcoming the above SOC challenges and even more. If you are looking for growth, reliability, and versatility, then Secucenter is only a call away.

Frequently Asked Questions (FAQ’s)

1. How can we reduce alert fatigue that overwhelms our SOC team?

Typically, placing an automation tool, creating shifts, and improving alert prioritization would fix the issue, albeit temporarily. Thus, Seucenter offers its expert SOC services to MSSPs who are looking to eliminate alert fatigue in their team while ensuring their client queries are addressed effectively.

2. What strategies help address the shortage of skilled SOC analysts?

Through our SOC staffing, we are able to address the shortage of skilled SOC analysts. Our team of SOC engineers is experienced with all the advancements there are and can be placed seamlessly with your existing team.

3. How do we improve incident response times during peak workloads?

To enhance incident response times during peak workloads, we focus on prioritizing incident triage and automation, ensuring clear communication, and utilizing incident response tools to streamline processes.

Protect Your Business Today To Scale Tomorrow

Most breaches begin with a gap no one was watching. Tell us what you're protecting and our SOC analysts will pressure-test your defenses and show you exactly where you stand.

Phone

+1 607 360 5504

Sales Office - United States

651, N Broad St, Middletown
Delaware-19709

Operations Center- India

Level 17, TransAsia Cyber Park
Kochi, Kerala-682030

Data privacy notice. All submissions are protected via TLS 1.3 encryption in transit and processed within our secure, air-gapped data environment. We never resell your data.