CRLGOct 23, 2020

Reducing Bias in Modeling Real-world Password Strength via Deep Learning and Dynamic Dictionaries

arXiv:2010.12269v543 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the issue of unreliable password security analyses for cybersecurity practitioners by reducing overestimation in threat modeling, though it is incremental in improving existing dictionary attack methods.

The paper tackles the problem of modeling real-world password strength by reducing bias in dictionary attacks, introducing a deep learning-based method that automatically approximates advanced guessing strategies without supervision, resulting in more robust password strength estimates.

Password security hinges on an in-depth understanding of the techniques adopted by attackers. Unfortunately, real-world adversaries resort to pragmatic guessing strategies such as dictionary attacks that are inherently difficult to model in password security studies. In order to be representative of the actual threat, dictionary attacks must be thoughtfully configured and tuned. However, this process requires a domain-knowledge and expertise that cannot be easily replicated. The consequence of inaccurately calibrating dictionary attacks is the unreliability of password security analyses, impaired by a severe measurement bias. In the present work, we introduce a new generation of dictionary attacks that is consistently more resilient to inadequate configurations. Requiring no supervision or domain-knowledge, this technique automatically approximates the advanced guessing strategies adopted by real-world attackers. To achieve this: (1) We use deep neural networks to model the proficiency of adversaries in building attack configurations. (2) Then, we introduce dynamic guessing strategies within dictionary attacks. These mimic experts' ability to adapt their guessing strategies on the fly by incorporating knowledge on their targets. Our techniques enable more robust and sound password strength estimates within dictionary attacks, eventually reducing overestimation in modeling real-world threats in password security. Code available: https://github.com/TheAdamProject/adams

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes