Skip to main content

Juice jacking


Juice jacking is a form of hacking that compromises a device's USB charging port or charging cable, allowing hackers to break into a device without the owner's knowledge. Hackers can upload malware onto the device or extricate data from a connected device.



How does juice jacking work?



Juice jacking occurs via a device's charging port or cable. The vulnerability lies in the amount and various ways the charging port and cable are used.



A USB port can transfer data, as well as charge a device. While a USB connector has five pins, only one is necessary for charging a connected device and two of the remaining five are used for transferring data. When connected to a computer's USB port via a cord for charging, the user also has the option to move files between the device and computer. This is when malware can be uploaded to a phone or data can be accessed.



A juice-jacking attack may copy sensitive data from the device, including passwords, files, contacts, texts and voicemails. Because a cable is used to both charge or transfer data for many devices, such as tablets and smartphones, it is easy for malicious hackers to use them in an attack.



It is hard to track specific kinds of malware crimes because people may not realize they have been a victim of an attack or may have no way of knowing how the attack happened once they realize their device is infected.



Types of juice jacking



There are several types of juice jacking, including the following:

  • Data theft. In data theft juice-jacking attacks, the user is not aware that his or her sensitive information has been stolen. Depending how long a device is left plugged into a compromised cable or port, very large amounts of data may be compromised. Given enough time and storage space, hackers may even be able to make a full backup of the data on a device.

  • Malware installation. When malware installation juice-jacking attacks occur, the malware placed on the device may do a great deal of damage, including manipulation of a phone or computer, spying on a user, locking the user out of the device or stealing information.

  • Multi-device attack. On top of harming the device plugged into a compromised charger, a device charged by infected cables may in turn infect other cables and ports with the same malware as an unknowing carrier of the virus.

  • Disabling attack. Some malware uploaded through a charging device can lock the owner out of their device, giving full access to the hacker.

How to protect against juice jacking



Users can guard against juice-jacking attacks by using a protective USB dongle attachment that only allows a charge through a charging port but does not allow any data to transfer. This kind of protective device works by temporarily disabling the data pin on a USB charger until the owner wants to transfer data with a trusted cord and port.



Another way to prevent this type of attack is to avoid using any chargers that are plugged into open spaces or charging kiosks in places like airports, libraries, train stations or shopping malls. In addition, it is a best practice to never accept free promotional charging devices or devices from unverified sources or people.



It's recommended to only use personal chargers purchased from safe sources and to store them as securely as other devices. Anytime someone plugs a smartphone or other device into a public charger, that person may be risking compromising all the personal information stored on that device.



It is also important to keep devices and software programs updated. New protections are always being created for new kinds of attacks.



Devices used for juice jacking attacks



USB ports and phone charging cables are the most common devices used in juice-jacking attacks. Other less common devices that may be used in juice-jacking attempts include routers, computers, video game console USB ports, automobile cigarette chargers and power banks.

Comments

Popular posts from this blog

Ghosting

Ghosting is to cease communications without notification. The use of the word "ghost" as a verb originated in social media in reference to dating, but the term is now used by employers to describe employees and potential employees who suddenly disappear. Typically, ghosting is used to describe: Job candidates who suddenly stop responding to messages. New hires who fail to show up for their first day of work. Employees who do not show up for a shift. Employees who leave work in the middle of the day and never come back. Some analysts blame ghosting on millennial entitlement. The reasoning is that members of the millennial generation have been brought up to feel they are special -- so special, in fact, that they do not need to follow conventional rules of behavior. Other analysts, however, maintain that ghosting behavior stems from changes in the job market and the phenomenon is simply a reflection of the laws of supply and demand in a healthy jo...

Data deduplication

Data deduplication -- often called intelligent compression or single-instance storage -- is a process that eliminates redundant copies of data and reduces storage overhead. Data deduplication techniques ensure that only one unique instance of data is retained on storage media, such as disk, flash or tape. Redundant data blocks are replaced with a pointer to the unique data copy. In that way, data deduplication closely aligns with incremental backup, which copies only the data that has changed since the previous backup. For example, a typical email system might contain 100 instances of the same 1 megabyte (MB) file attachment. If the email platform is backed up or archived, all 100 instances are saved, requiring 100 MB of storage space. With data deduplication, only one instance of the attachment is stored; each subsequent instance is referenced back to the one saved copy. In this example, a 100 MB storage demand drops to 1 MB. Target vs. source deduplication Data deduplica...

A Graphics Processing Unit (GPU)

A graphics processing unit (GPU) is a computer chip that performs rapid mathematical calculations, primarily for the purpose of rendering images. A GPU may be found integrated with a central processing unit (CPU) on the same circuit, on a graphics card or in the motherboard of a personal computer or server. In the early days of computing, the CPU performed these calculations. As more graphics-intensive applications such as AutoCAD were developed; however, their demands put strain on the CPU and degraded performance. GPUs came about as a way to offload those tasks from CPUs, freeing up their processing power. NVIDIA, AMD, Intel and ARM are some of the major players in the GPU market. GPU vs. CPU A graphics processing unit is able to render images more quickly than a central processing unit because of its parallel processing architecture, which allows it to perform multiple calculations at the same time. A single CPU does not have this capability, although multi...