Packed with amazing data about the world in 201
Only those who have the patience to do simple things,perfectly ever acquire the skill to do difficult things easily.
Protected Voices: Social Engineering
The FBI’s Protected Voices initiative provides cybersecurity recommendations to political campaigns on multiple topics, including social engineering, to help mitigate the risk of cyber influence operations targeting U.S. elections.
Video Transcript
Hello, I’m Jay, a special agent with the FBI.
Welcome to social engineering—or, more bluntly, targeted lies designed to get you to let your guard down. Social engineering is the most common technique deployed by criminals, adversaries, competitors, and spies to exploit humans and computer networks. That's because it's all too simple—you don't need any technical skills to be successful.
Social engineering is the use of deception, through manipulation of human behavior, to target and manipulate you into divulging confidential or personal information and using it for fraudulent purposes. In the context of information security, social engineering might also mean psychologically manipulating people to take action to inadvertently give adversaries access to protected information or assets. Social engineering can also be used to embarrass and humiliate campaigns, voter groups, and others.
Phishing, phishing campaigns and spear-phishing are just a few examples of social engineering.
Phishing is the fraudulent practice of sending an email, which appears to come from a reputable source, to lure someone to reveal personal information or click on a link. Just like when you go fishing, you throw a hook into a body of water to bait a fish to bite on the hook. In this case that’s done by a malicious email.
Phishing campaigns generally target a group of individuals or companies by sending multiple fraudulent, but enticing emails, in the hope that at least one person falls for the bait. These emails are often designed to look official—as if coming from your campaign itself, a trusted vendor, donor, or other known sender.
Spear-phishing, on the other hand, is a very targeted and customized email to lure the targeted victim to take action. Typically the adversary has done some research on the victim to understand what would make this specific person fall for the scam. Criminal and foreign sponsored governments, cyber adversaries, use spear-phishing emails to get access to protected networks. Sometimes simply dropping the name of someone the target knows is enough to lower their guard.
So let’s talk about how and why cyber adversaries prefer social engineering tactics.
It’s easy, low cost, and widely successful. It’s easy because there are off-the-shelf apps or social-engineering exploitation kits available online. These kits aggregate open-source information about you from various social media sites to help the attacker craft a highly convincing spear-phish email.
Cyber advisories can also mirror a legitimate website by using off-the-shelf tools, so that they can direct you to a fake website that looks authentic to capture your login credentials.
And sometimes, the phishing needs no technology at all beyond a well-written email, with just enough social finesse to get you to reveal sensitive information.
If you download a malicious email attachment or click on a malicious link or log in to a fake mirrored website, you might be letting an attacker sneak past even the most robust cybersecurity defenses. Depending on the structure of your computer network, a successful phishing attack could compromise your entire network. So, how can you minimize your risk of becoming a victim?
Two simple techniques will help you guard against these attacks.
First, before you open an email attachment or click on a link, even from people you know, look at the email header to see exactly what the sender’s email address is. Adversaries often change one letter, symbol or number in an email address so that it closely resembles a legitimate email address. If you don’t see that tiny change, you may be replying to a cyber adversary instead of a trusted friend. The same thing is true for embedded links. Hover your mouse over the link, and make sure it doesn’t have any masquerading characters.
Second, be careful when handling emails that contain attachments. If you don’t know the sender, call the person before you open it. If you do know the sender but weren’t expecting an attachment, call the person before you open the attachment. When possible, avoid using the phone number listed in the email. Also, avoid opening emails on mission-critical systems, where sensitive data resides. An infection on such a system may result in significant loss of information.
These techniques sound pretty simple. But in the context of political campaigns, it can be challenging to abide by them, particularly because you’re constantly communicating with constituents, most of whom you don’t know personally. So, how can you balance your critical need to communicate with constituents against your need to safeguard your computer networks?
Training and creating awareness is one of the most important steps your campaign can take. It’s extremely important for your campaign to educate staff and volunteers about social engineering as an attack vector. That puts your staff in a better position to detect these attempts and avoid becoming victims.
You can get as creative as you want to deliver these training sessions. We’ve seen some organizations send out controlled phishing emails to their employees to determine if extra training is required for those who have trouble identifying phishing emails. You may also want to provide reference sheets or training videos about social engineering.
Encourage campaign staff and volunteers to think about all the information they’re publicly sharing on social media and review and restrict privacy settings on social media accounts regularly. Information that seems innocuous—such as office locations, meeting date and times, names of people written on a whiteboard in the background of a selfie shared online—can give adversaries information they can use to target you.
Adversaries may also target your personal email accounts and might even try to connect with you on social media. As a general rule, don’t accept friend requests from people you don’t know.
At the end of the day, you, the human user, are the first line of defense against social engineering attacks. Your campaign should consider educating all staff and volunteers about how social engineering works and the harm it can cause. The more training, the better. Make it a regular part of your campaign week. Ask your colleagues to watch this video, or pass the information to them yourselves.
The social engineering tips won’t keep your campaign’s information systems safe from every kind of cyber threat, but they will help you significantly minimize your risk.
Remember, your voice matters, so protect it.
Packed with amazing data about the world in 201的更多相关文章
- 13 Amazing Component Sets Driving Success In Delphi Berlin On Android And IOS
There are quite a few Firemonkey component sets available for Delphi Berlin which can get you ahead ...
- My journey introducing the data build tool (dbt) in project’s analytical stacks
转自:https://www.lantrns.co/my-journey-introducing-the-data-build-tool-dbt-in-projects-analytical-stac ...
- SAE J1850 VPW Implement
---恢复内容开始--- OBDII Interface Project When I can ever find enough time away from schoolwork, I try to ...
- Ogre 1.8 terrain 和 paging 组件
以下转自:http://hi.baidu.com/xocoder/item/e8d87cf53d87612b753c4cfd OGRE地形生成 OGRE可以通过两个接口来生成地形,分别是void Te ...
- CPU二则
CPU二则 CPU二则 aligned load & unaligned load non-temporal store(streaming store) 参考文献 aligned load ...
- 转:Ogre TerrainGroup地形赏析
1.1 参考 http://www.ogre3d.org/tikiwiki/tiki-index.php?page=Ogre+Terrain+System http://www.ogre3d.org ...
- OpenStack_Swift源代码分析——Ring的rebalance算法源代码具体分析
1 Command类中的rebalnace方法 在上篇文章中解说了,创建Ring已经为Ring加入设备.在加入设备后须要对Ring进行平衡,平衡 swift-ring-builder object.b ...
- Video processing systems and methods
BACKGROUND The present invention relates to video processing systems. Advances in imaging technology ...
- [Windows] Access SMBIOS
SMBIOS architecture System Management BIOS (SMBIOS) is the premier standard for delivering managemen ...
随机推荐
- es6 中,大多数开发者和 babel 之类的工具默认添加 use strict 到 JS 文件的头部,确保采用严格模式
严格模式(use strict) 有助于防止问题用法,并且它也有助于安全使用 JavaScript. 在 ES5 中, 严格模式是可选项,但是在 ES6 中,许多特性要求必须使用严格模式. 因此大多数 ...
- PHP中的11个魔术方法总结:__construct,、__destruct、__call等
PHP中的魔术方法总结 :__construct, __destruct , __call, __callStatic,__get, __set, __isset, __unset , __sleep ...
- POJ1135 Domino Effect
题目:http://poj.org/problem?id=1135 只是求以1为起点的最短路罢了.稍稍判断一下在边上的情况. 多亏提醒:毒数据——n==1!一定要dis [ k ] >= ans ...
- IONIC 页面之间传递参数
HomePage 定义goToMyPage方法,传递id和name MyPage接收参数
- bzxoj1090 字符串折叠
Description 折叠的定义如下: 1. 一个字符串可以看成它自身的折叠.记作S S 2. X(S)是X(X>1)个S连接在一起的串的折叠.记作X(S) SSSS…S(X个S). ...
- 在HTML标签的事件后面直接写JS代码
<input type="button" onclick="document.getElementdByTagName('div')[0].innrtHTML='S ...
- dubbo框架及dubbo环境搭建
https://blog.csdn.net/liuhaiabc/article/details/52781351 dubbo框架及dubbo环境搭建
- Django1.7开发博客
转自: http://www.pycoding.com/articles/category/django 基于最新的django1.7写的,通俗易懂,非常适合新手入门. 感谢博主! 参考教程: htt ...
- PHP-Socket服务端客户端发送接收通信实例详解
原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 .作者信息和本声明.否则将追究法律责任.http://fighter.blog.51cto.com/1318618/1533957 So ...
- oracle如何导出owner和tablespace
原文转载至:http://bbs.csdn.net/topics/390819138 --用户创建语句,权限语句select dbms_metadata.get_ddl('USER','SCOTT') ...