Home / Companies / Descope / Blog / September 2022

September 2022 Summaries

2 posts from Descope

Filter
Month: Year:
Post Summaries Back to Blog
Account takeover (ATO) is a form of identity theft in which cybercriminals gain unauthorized access to legitimate accounts using stolen credentials, leading to severe consequences like data exfiltration, financial theft, and software supply chain attacks. The rise in ATO fraud is attributed to factors such as the availability of breached credentials, rampant password reuse, and the proliferation of online accounts, which expand the attack surface for cybercriminals. Corporate account takeover (CATO) specifically targets work accounts, potentially compromising sensitive company information. ATO methods include brute force attacks, credential stuffing, phishing, and keystroke logging malware. Mitigation strategies include adopting passwordless authentication, implementing multi-factor authentication (MFA), and monitoring for abnormal user activity to detect and respond to potential account takeover attempts swiftly. The growing threat of ATO emphasizes the need for organizations to enhance their security measures to protect against these increasingly sophisticated attacks.
Sep 28, 2022 1,360 words in the original blog post.
Brute force attacks are cyberattacks where attackers attempt to guess shared secrets like passwords or encryption keys by systematically trying every possible combination, often using automation, exploit kits, and botnets. These attacks can be online, where attackers try numerous username-password combinations on login forms, or offline, where they decrypt password hashes without triggering security measures. Various forms of brute force attacks exist, including simple, dictionary, reverse, hybrid, rainbow table, password spraying, and credential stuffing, each with distinct methods of guessing or using stolen credentials. Prevention strategies include implementing passwordless authentication, multi-factor authentication (MFA), and enforcing stringent password and login hygiene, such as complex password requirements, account lockout after failed attempts, and CAPTCHA checks. These measures help mitigate the risk and impact of brute force attacks, which are often the initial entry point for more extensive cyberattacks.
Sep 28, 2022 1,319 words in the original blog post.