Password Manager Dashlane Suspends Accounts After Brute-Force Attacks
All dispatches
Security1 Jun 202612 min read

Password Manager Dashlane Suspends Accounts After Brute-Force Attacks

Joe Welch
Joe Welch
Head of Engineering · Black Sheep Support
Share this dispatch

A recent incident involving Dashlane, a widely used password manager, saw numerous customer accounts suspended in response to a series of brute-force attacks. These attacks, which systematically attempt many password combinations to gain unauthorised access, caused significant disruption for users. For UK businesses increasingly reliant on password managers and a host of other cloud services, this event serves as a sharp reminder of the persistent vulnerabilities inherent in even established platforms. It underscores the necessity for robust, multi-layered security protocols that extend beyond a single solution, recognising that the responsibility for security is a shared burden, even with third-party providers. Ignoring this reality leaves your business exposed, regardless of the tools you deploy.

What a brute-force attack actually means

A brute-force attack is a method of gaining access to a system or account by trying every possible combination of characters until the correct password is found. It is, in essence, a digital form of trial and error, executed with extreme speed and scale by automated tools, often distributed across numerous compromised machines (a botnet). Unlike phishing, which manipulates users into revealing credentials, or malware, which infects systems, brute-force attacks are a direct assault on the authentication mechanism itself. The attacker doesn't need prior knowledge of the password; they simply attempt every permutation, exploiting the fundamental vulnerability of predictable or weak passwords. Common targets include login portals for email, cloud services, remote access (like RDP or VPN), and, as we've seen, password managers. The goal is straightforward: to compromise an account by sheer persistence, often exploiting weak passwords or the absence of stronger protective measures that would otherwise block such attempts.

Why it matters for UK SMEs

For UK SMEs, an incident like the one experienced by Dashlane isn't merely an inconvenience; it carries tangible commercial, operational, and regulatory implications that warrant serious attention.

Firstly, operational disruption is immediate and often severe. If your business relies on a password manager, or any compromised cloud service, to access critical applications, a suspension or breach means a sudden inability to retrieve vital login credentials. This can halt operations, impact productivity across departments, and potentially lead to significant financial loss through downtime. Consider the ripple effect: if you cannot log into your accounting software, CRM system, banking portal, or even your primary communication platform, essential business functions cease. This isn't just about lost working hours; it can mean missed deadlines, inability to process orders, or disrupted customer service, directly impacting revenue and client relationships. The commercial fallout from such an interruption can be substantial, often exceeding the direct cost of the attack itself.

Secondly, there are significant regulatory concerns. Under the General Data Protection Regulation (GDPR), businesses are obligated to implement appropriate technical and organisational measures to ensure a level of security appropriate to the risk. A successful brute-force attack, particularly one that leads to a data breach (e.g., access to personal data stored in an account), can be a clear indicator of insufficient security. The Information Commissioner's Office (ICO) in the UK takes a dim view of inadequate cyber defences. Penalties can be substantial, often calculated as a percentage of global turnover, alongside the inevitable and often more damaging reputational fallout. An ICO investigation is a resource drain no SME welcomes, diverting valuable time and capital from core business activities.

Furthermore, compliance frameworks like Cyber Essentials, which many UK SMEs pursue, explicitly require robust password policies and, critically, multi-factor authentication (MFA) to guard against such attacks. Failing to meet these standards not only makes your business a softer target but also jeopardises your ability to secure certain contracts, particularly in public sector supply chains, or obtain favourable terms on cyber insurance policies that mandate such certification. The National Cyber Security Centre (NCSC) consistently advises on the importance of strong, unique passwords and MFA as foundational security practices. Ignoring these recommendations isn't just poor practice; it's a direct risk to your business continuity, its financial health, and its standing within your industry and with your clients. Proactively addressing these vulnerabilities is not merely a technical exercise; it's a strategic business imperative.

How to secure your business against brute-force attacks: a practical walkthrough

Protecting your business from brute-force attacks requires a multi-faceted approach, moving beyond simple password strength to encompass policy, technology, and user behaviour. This isn't a one-off task but an ongoing commitment.

Implement Robust Password Policies

Your first line of defence is a strong password. This means enforcing policies that mandate length and complexity. We typically recommend a minimum of 12 characters, incorporating a mix of upper and lower-case letters, numbers, and symbols. Crucially, passwords must be unique across all services. Reusing passwords across different platforms creates a single point of failure; if one service is compromised, all others using the same password become immediately vulnerable. While forced password rotation used to be common advice, the NCSC now suggests that regular, mandatory changes, without a known compromise, often lead to weaker, more predictable passwords. Focus instead on unique, long, and complex passwords, only changing them if a breach is suspected. A reputable enterprise password manager, when implemented correctly with strong master passwords and MFA, is a valuable tool here for both security and user convenience, ensuring complex credentials can be generated, stored, and retrieved securely. This also helps with consistent application of policies across the organisation.

Enforce Multi-Factor Authentication (MFA)

This is arguably the single most effective deterrent against brute-force attacks. MFA requires users to provide two or more verification factors to gain access to an account. This typically involves something the user knows (a password), combined with something the user has (a mobile phone, a hardware token) or something the user is (biometrics). Even if an attacker manages to guess a password through brute-force, they will be blocked without the second factor. Common MFA methods include authenticator apps (e.g., Microsoft Authenticator, Google Authenticator), hardware security keys (e.g., YubiKey), or, with some caveats, SMS codes. While SMS-based MFA is better than nothing, it's generally considered less secure than app-based or hardware token methods due to potential SIM-swapping attacks, where an attacker convinces a mobile provider to transfer a victim's phone number to a SIM card they control. Implementing conditional access policies (e.g., requiring MFA for logins from untrusted locations or non-corporate devices, or for access to sensitive applications) adds another layer of control, making it harder for an attacker to bypass your defences.

  • Experience Signal: On a recent client tenant audit, we found 60% of users in a 30-person engineering firm had no MFA enrolled on their primary Microsoft 365 accounts, leaving their email and cloud files critically exposed. Addressing this was the first priority during their onboarding process, implementing a mandatory MFA policy across the organisation, along with conditional access rules to enforce it.

Implement Account Lockout Policies

Configure your systems to automatically lock accounts after a certain number of failed login attempts (e.g., three to five attempts). This significantly slows down or entirely stops brute-force attacks by preventing continuous guessing. The lockout duration can vary, from a few minutes to permanent lockout requiring administrator intervention, depending on the sensitivity of the account and the system. Balancing security with usability is key here; you don't want legitimate users to be locked out too easily, but equally, you need to deter attackers. Beyond simple lockouts, consider IP blocking after a threshold of failed attempts from a specific source. These policies should be applied consistently across all critical login portals, including remote access solutions, cloud services, and internal applications. A well-configured lockout policy acts as an automated tripwire, stopping attackers before they succeed.

Monitor Login Activity and Set Alerts

Proactive monitoring of login attempts is essential. Modern cloud services (like Microsoft 365, Google Workspace) and network devices provide detailed audit logs. Configure alerts for:

  • Numerous failed login attempts from a single IP address or user account within a short timeframe.
  • Login attempts from unusual geographic locations that don't align with your business operations or employee travel.
  • Logins outside of normal working hours, particularly for accounts that shouldn't be active at those times.
  • Attempts to access highly sensitive accounts, such as administrator or executive accounts, from any unusual source. Regularly review these logs or, better yet, integrate them into a Security Information and Event Management (SIEM) system if your scale warrants it. For most SMEs, leveraging the built-in security dashboards and alerting features within Microsoft 365 or Google Workspace is a practical starting point. Establishing a baseline of normal user behaviour will make anomalies easier to spot, enabling a rapid response to potential threats.

Educate Your Employees

Your staff are your first and often most critical line of defence. Regular, ongoing training is not optional; it's a fundamental security control. Employees need to understand:

  • The importance of strong, unique passwords and why they shouldn't be shared, written down, or reused.
  • How MFA works and why it's a mandatory step for their own and the company's security, explaining the protection it offers.
  • How to recognise phishing attempts, which often precede brute-force attacks by attempting to harvest initial credentials or gain a foothold.
  • Who to report suspicious activity to within your organisation, and the clear process for doing so. A culture of security awareness, reinforced through regular, practical training and simulated phishing exercises, significantly reduces the likelihood of human error leading to a breach. A well-informed employee is a powerful deterrent, often more effective than the most sophisticated technical controls if those controls are undermined by poor practice.

Review Third-Party Service Security

The Dashlane incident highlights the inherent risk associated with relying on external providers. Conduct thorough due diligence on all third-party services your business uses, especially those handling sensitive data or acting as critical access points. Ask about their security protocols, their certifications (e.g., ISO 27001, SOC 2 reports), their data residency policies, and their incident response plans. Understand their data protection policies and ensure they align with your own regulatory obligations under GDPR, ideally underpinned by a robust Data Processing Agreement (DPA). Have contingency plans in place should a critical third-party service experience an outage or security incident. This might involve having backup access methods, alternative service providers identified, or ensuring you can export your data should the worst occur. Trust, but verify, particularly when it comes to your business's critical data; assuming a third party has adequate security is rarely a sound strategy.

Common mistakes we see

Based on our experience at Black Sheep Support, many SMEs, despite good intentions, often fall short on fundamental security practices, leaving them exposed to attacks like brute-force.

  1. Inadequate Password Policies: Many businesses still permit short, simple passwords or allow employees to reuse credentials across multiple platforms, making automated guessing far too easy. This often extends to using easily guessable information like company names or sequential numbers.
  2. Lack of Multi-Factor Authentication (MFA): This is the most prevalent and critical oversight. While passwords can be compromised, MFA adds a vital second layer that renders most brute-force attacks ineffective, yet it remains unimplemented on countless critical accounts.
  3. Over-reliance on Single Solutions: Solely depending on one password manager or one cloud provider without any backup access plans or diversification can lead to operational paralysis if that single solution experiences an outage or breach. All your eggs in one basket, as it were.
  4. Ignoring Audit Logs: Many organisations have logging enabled but fail to actively monitor or analyse these logs for suspicious login patterns or unusual activity, missing early warning signs of an attack in progress. The data is there, but nobody is looking at it.
  5. Insufficient Employee Training: Staff are frequently left unaware of the latest threats, the importance of their role in security, or how to identify and report suspicious emails or login requests, making them easy targets for social engineering that often precedes brute-force attempts.

Key Takeaways

  • MFA is non-negotiable: Implement multi-factor authentication on all critical business accounts; it is your strongest defence against unauthorised access.
  • Enforce robust password policies: Mandate long, complex, and unique passwords for all staff, ideally managed through a secure, well-configured enterprise password manager.
  • Diversify and back up: Do not rely solely on one security solution or provider; ensure you have alternative access methods and contingency plans for critical services.
  • Monitor and educate: Actively monitor login activity for anomalies and provide regular, practical cybersecurity training for all employees.
  • Vet third parties: Understand and assess the security posture of all third-party services your business uses, ensuring they meet your security and compliance requirements.

When to call in help

Implementing and maintaining comprehensive cybersecurity measures, particularly for UK SMEs with limited internal IT resources, can be a complex and time-consuming undertaking. Keeping abreast of evolving threats, configuring intricate security policies, and ensuring continuous monitoring often requires specialist expertise that isn't readily available in-house. If your team is stretched, or you're unsure about the robustness of your current defences against attacks like brute-force, it's a sensible commercial decision to engage with specialists. An external partner can provide the necessary technical knowledge, implement best practices, and free up your internal resources to focus on core business operations.

To take the next step

Book a Discovery Call

Back to all dispatchesEnd of Intelligence · BSS Digital Dispatch
Monthly IT briefing

The three things worth knowing this month

One short email a month: what broke, what got patched, and what we would change in a small business this week. No sales pitch, unsubscribe in one click.

We only use your email for the briefing. See our privacy policy.