Not all passwords provide equal protection. Some formats are more resistant to brute-force attacks than others. As an example, Microsoft Office 2013 and 2016 employ a smart encryption scheme that is very slow to decrypt. Even the fastest available GPU units found in NVIDIA’s latest GeForce GTX 1080 will only allow trying some 7100 passwords per second.
One solution is employing a custom dictionary, possibly containing the user’s passwords that were easier to break. Observing the common pattern in those other passwords may allow creating a custom mask that could greatly reduce the number of possible combinations.
The number of combinations to try might still be in the order of billions, which would take many months or years to try. In these situations, employing multiple computers (each equipped with top of the line GPU acceleration hardware) to run the attack reduces the time required to try all possible combinations. Tools such as Elcomsoft Distributed Password Recovery provide linear scalability with zero overhead, meaning that 5, 10 or 100 computers will break the password 5, 10 or 100 times faster than a single PC. The more computers have joined the attack, the less time is required to finish the job.
This approach works great if you already have a data center equipped with fast hardware. If, however, you were to build a dedicated data center from scratch, you may be shocked with the final bill. Hardware and maintenance costs, electricity and air-conditioning bills (you’ll have to pay for, and dissipate, some 500W per computer) will add up quickly.
For those customers who require the fastest recovery speed without building and maintaining a dedicated data center, we are offering the ability to run Elcomsoft Distributed Password Recovery in the cloud. Using a cloud service means you’re getting a high-performance distributed network without having to build your own data center.
Elcomsoft Distributed Password Recovery can be installed into your Amazon EC2 account. Depending on your budget and requirements, Amazon EC2 can easily scale to speed up the job, and can be scaled back when not in use. Elcomsoft Distributed Password Recovery running in an Amazon cloud is a perfect solution for occasional password recovery tasks and one-off jobs.
This is how to build a distributed system for breaking passwords in Amazon EC2.
Selecting EC2 Instances
The first thing to do when building a network for breaking passwords is choosing the type of instances. Since a single GPU unit can work as fast as (if not faster than) 20 to 40 computers without a GPU, we’ll need instances equipped with graphic accelerators. At this time, Amazon offers a single instance type equipped with a GPU: the G2 instances.
Source: https://aws.amazon.com/ec2/instance-types/
Launching Agents in Amazon EC2 Cloud
Creating EDPR agent in Amazon EC2 is a fast and simple procedure. Please follow these steps:
You have just added an Amazon EC2 instance to your distributed network. Repeat the process to add more instances.
At this time (July 2016), Amazon G2 instances employ NVIDIA K520 GPUs based on the Kepler architecture from 2014. With GPU performance doubling every year, you cannot expect these instances to compete with the latest and greatest Pascal-based boards such as NVIDIA GTX 1080. In our tests, each Amazon EC2 instance equipped with 8 GPU cores (g2.8xlarge) is about 2.8 times slower compared to a PC with a single GTX 1080 board. However, you are free to set up as many additional instances as required, and release them as soon as the job is finished. This is what sets Amazon EC2 apart and makes it competitive compared to maintaining a dedicated data center.