Skip to main content

Social Engineering & Cybercrime

Cybercrime, like regular crime, appears in a variety of forms. There are direct violations, such as the unauthorized hacking of an account, and there are more subtle varieties, such as posing as a Facebook friend, that involve tricking victims into unwittingly handing over their sensitive information. The latter form of cybercriminal activity is known as “social engineering.” While the term is not specific to internet crime, it is often used in regard to cyberattacks because cyber crooks have mastered these techniques as a means to perform a host of unlawful online actions.

In basic terms, social engineering is a way to manipulate people into divulging confidential data. The term, as it relates to computer crimes, was popularized by former hacker Kevin Mitnick, who discovered that it was much easier to trick a victim into unwittingly providing his password than to spend the time and effort to hack into an account. Mitnick, now a computer security consultant, was the most wanted cybercriminal in the U.S. at the time of his arrest in 1995. The reformed hacker has admitted that social engineering was the most effective method he employed during his extensive cybercriminal exploits.
When Mitnick began his hacking career, internet crime was still in its very early stages; for example, the young cybercriminal used social engineering to bypass the punch card system of the Los Angeles bus system and to manipulate phone lines in order to receive free long distance calls. These days, as cyberattacks become more prevalent and sophisticated, there are many more opportunities to use social engineering techniques. Social networks in particular provide ideal forums for such methods as the platforms connect friends and acquaintances. Since users trust other members of their networks, hackers use the system to their advantage. For instance, by breaking into an account and spamming the victim’s friends, cyber crooks can trick other victims into clicking on malicious links infected with malware.
While social networks are one of the most common popular platforms for social engineering techniques, these methods have been applied to all types of cybercrime. Phishing schemes, used to fraudulently obtain confidential information, are common scams that use such tactics to dupe victims. Typically, in a phishing scam, a cyber-thief will send a fake email that appears to come from a legitimate institution, such as a bank. The email will alert the victim of a security alert, prompting him to enter his sensitive data, such as an ATM pin, into a false webpage that is controlled by the cyber crook.
The cybersecurity landscape is constantly evolving; therefore, social engineering techniques, paired with network vulnerabilities, provide ample opportunities to steal sensitive information. As internet users continue to reveal more of their personal data on sites like Facebook, social engineering is sure to become an even more popular device for hackers and cybercriminals. As a result, users can no longer trust every online interaction or message they receive. Be alert and avoid the common traps that cyber attackers employ.

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...