Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#742 from svram/patch-6
Browse files Browse the repository at this point in the history
add information on social engineering
  • Loading branch information
dhcodes authored Oct 12, 2017
2 parents 0b553b8 + 37af504 commit 38fd178
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions src/pages/security/social-engineering/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,33 @@ title: Social Engineering
---
## Social Engineering

This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/security/social-engineering/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
Social Engineering is the art of gaining access to a secured system or resource by exploiting human behavior. It involves tricking people into breaking normal security procedures. Most attack vectors rely heavily on leveraging technical skills to find gaps in the security system. Social Engineering relies heavily on having a good understanding of human psychology. Thoroughly researching the target before an attack makes social engineering a powerful tool in the hands of the attacker.

#### Traits of a good Social Engineering Hacker

* Demonstrates high emotional intelligence
* Intuitive understanding of human psychology
* Charming and persuasive
* Patient and observant
* Adept at predicting human behavior based on exploiting the human need to be helpful, curious, greedy and vain

#### Some examples of Social Engineering hacks

* Baiting: Leaving a malware infected USB at a coffee shop in the hope that someone is curious enough to plug it in and check it out. Once the person plugs the USB in, malware is installed on their computer.

* Pretexting: Telling lies to gain access to private information. An example would be impersonating a bank officer and asking people for personal information to 'confirm their account'.

* Phishing: Sending an email which looks like it is from a trusted source to bait the user into clicking a link (to install malware) or replying with private information.

<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.

<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->

#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
Read on more information on social engineering hacks and steps you can take to protct yourself from one:
[What is Social Engineering?](https://www.webroot.com/us/en/home/resources/tips/online-shopping-banking/secure-what-is-social-engineering)

[Protect Yourself from Social Engineering Attacks](http://www.makeuseof.com/tag/protect-8-social-engineering-attacks/)

[7 Best Social Engineering Hacks Ever](https://www.darkreading.com/the-7-best-social-engineering-attacks-ever/d/d-id/1319411?)



0 comments on commit 38fd178

Please sign in to comment.