远程数据库链接安全性

By Cameron Albert-Deitch

卡梅伦·阿尔伯特·迪奇

Social Security numbers. Bank account information. Customer passwords. Every business needs to protect its most valuable data, and most offices have a common last-resort option: If you close and lock the doors, nobody’s going to access your system from the inside by, say, sticking a malicious USB drive into a computer.

社会安全号码。 银行帐户信息。 客户密码。 每个企业都需要保护其最有价值的数据,并且大多数办公室都有一个通用的最后处理选项:如果您关闭并锁上了门,则没人会通过将恶意USB驱动器插入计算机来从内部访问您的系统。 。

With remote workers, keeping your company’s data secure is a lot trickier. “When everyone’s in an office, it’s easy to turn someone’s computer off,” says Jerry Bennett, founder and CEO of Melbourne, Florida-based consulting firm Privateer IT. “But in a remote workforce, you’re dealing with things like HIPAA laws and cybersecurity laws. And you’re dealing with people’s real lives.”

使用远程工作者,确保公司数据的安全性变得非常棘手。 “当每个人都在办公室时,关闭某人的计算机很容易,”佛罗里达州墨尔本咨询公司Privateer IT的创始人兼首席执行官杰里·贝内特(Jerry Bennett)说。 “但是在远程员工队伍中,您正在处理诸如HIPAA法律和网络安全法律之类的问题。 您正在处理人们的现实生活。”

Bennett’s six-year-old startup, which ranked №295 on this year’s Inc. 5000 list of fastest-growing companies in America, has 20 employees. All but one of them work remotely. That presents a challenge for a company that gets paid to advise on cybersecurity issues — and with clients like the U.S. Department of Veterans Affairs and the Defense Intelligence Agency, maintaining data security is especially crucial.

贝内特(Bennett)成立6年,在20位员工中排名第295位,该公司在本年度美国成长最快的公司5000强中排名第295位。 除了其中一个以外,其他所有人都在远程工作 。 对于一家获得薪酬以就网络安全问题提供建议的公司而言,这是一个挑战,而对于像美国退伍军人事务部和美国国防情报局这样的客户,维护数据安全尤为关键。

Those concerns aren’t restricted to startups working with federal agencies. Mark Loveless, a senior security researcher at San Francisco-based GitLab, says data security is always a work in progress — especially for GitLab, a company that creates tools for software developers and has one of the world’s largest all-remote workforces. The nine-year-old company attained a $2.75 billion valuation in September, and currently employs more than 1,100 employees across 65 countries, meaning 65 different sets of cybersecurity laws and compliance regulations.

这些担忧不仅限于与联邦机构合作的初创公司。 总部位于旧金山的GitLab的高级安全研究员Mark Loveless说,数据安全性一直在发展之中-特别是对于GitLab来说,GitLab是一家为软件开发人员创建工具的公司,拥有全球最大的全远程员工队伍之一。 这家拥有9年历史的公司在9月获得了27.5亿美元的估值 ,目前在65个国家/地区拥有1,100多名员工,这意味着65套不同的网络安全法律和法规合规性。

Despite the ever-changing nature of remote data security, Bennett and Loveless agree that these two best practices can make a huge difference for any startup.

尽管远程数据安全性不断变化,但Bennett和Loveless认为,这两种最佳实践可以对任何初创企业产生巨大的影响。

1.软件冗余 (1. Software redundancies)

Bennett and Loveless agree: No one tool will ever be a perfect solution. Bennett says Privateer typically has three to five security tools running on each employee’s laptop, which feature capabilities like remote access, remote wiping or bricking, and secure channels for communication. His favorite, he notes, is fairly common: Microsoft 365 Enterprise, which has multi-factor authentication and the ability to restrict specific users’ access to individual files.

Bennett和Loveless同意:没有一种工具会是完美的解决方案。 Bennett说,Privateer通常在每位员工的笔记本电脑上运行三到五个安全工具,这些工具具有远程访问,远程擦除或砌块等功能以及安全的通信通道。 他指出,他的最爱很普遍:Microsoft 365 Enterprise,它具有多因素身份验证,并且能够限制特定用户对单个文件的访问。

Instead of worrying about security on 1,100 different employee devices, GitLab devotes its attention to properly restricting access to each individual piece of company data — all of which is stored in the cloud. Loveless’s preferred program to enable this: Okta, an identity and access management tool. He refers to the strategy as “fail-close,” enabling multiple layers of protection without burdening users.

GitLab不必担心1100种不同员工设备上的安全性,而是将注意力集中在适当地限制对每个公司数据的访问上,所有这些数据都存储在云中。 Loveless首选的实现此目的的程序:Okta,一种身份和访问管理工具。 他称该策略为“失败关闭”,可在不增加用户负担的情况下实现多层保护。

Access to each piece of data requires specific access credentials, which Okta automates so employees don’t have to constantly reenter passwords. The company also monitors other data access metrics — so, for example, an administrator can be immediately notified if a sensitive piece of data is accessed from an unfamiliar location. Loveless also says that when GitLab last upgraded its security protocols, it kept the old protocols — a more tightly restricted system, with access based on both user credentials and IP address locations — as a “break-the-glass” option to keep the business up and running during emergencies.

访问每条数据都需要特定的访问凭据,Okta会自动执行这些访问凭据,因此员工不必不断重新输入密码。 该公司还监视其他数据访问指标-例如,如果从不熟悉的位置访问了敏感数据,则可以立即通知管理员。 Loveless还说,当GitLab上次升级其安全协议时,它保留了旧协议(一个受到更严格限制的系统,可以同时基于用户凭据和IP地址位置进行访问)作为保持企业业务的“轻巧”选择。在紧急情况下启动并运行。

2.员工培训 (2. Employee training)

The human element can undermine even the world’s strongest security systems. Bennett says he’s constantly training his employees, including a monthly all-hands conference call dedicated specifically to maintaining data security. His company policy: If anything ever smells fishy, for any reason, contact him and wait for a response before proceeding.

人为因素甚至可以破坏世界上最强大的安全系统。 Bennett说,他正在不断地培训他的员工,包括每月一次专门用于维护数据安全性的全体电话会议。 他的公司政策:如果出于任何原因闻到任何腥味,请与他联系并等待响应,然后再继续。

Not all CEOs are security experts, so Bennett recommends hiring one. “You don’t need to hire someone full-time to do it,” he says. “Find someone you have vetted, that you trust, that you can pick up the phone and call. And they’re the smart person that goes and solves the problem.”

并非所有CEO都是安全专家,因此Bennett建议雇用一名。 他说:“您不需要雇用专职人员就可以做到这一点。” “找到您所审查,信任的人,您可以接听电话并打电话。 他们是能够解决问题的聪明人。”

GitLab loads most of its data security training into its onboarding process, which is heavily documented in the company’s sprawling (and publicly available) employee handbook. The goal is for new workers to internalize best practices at their own pace, and each potential change to those protocols is measured by a simple litmus test: Will the increased security be worth the additional hassle to employees?

manbetx客户端打不开将大部分数据安全培训加载到其入职过程中,该文件在公司庞大(且可公开获得)的员工手册中有大量记录。 目标是让新员工按照自己的节奏内部化最佳实践,并且通过简单的石蕊测试来衡量对这些协议的每次潜在更改:增强的安全性是否值得员工额外的麻烦?

The company also works to educate employees on new protocols by holding regular company-wide meetings, which Loveless says are “thoroughly documented” for anyone who misses. “As an all-remote company, we try to really be accommodating of users and team members,” he says. “We try not to make it a dictatorship — you must do this, you must do that. We try to give them choices.”

该公司还通过定期举行公司范围内的会议来对员工进行新规程的教育,洛夫莱斯说,对所有错过的人都“进行了充分的记录”。 他说:“作为一家远程公司,我们试图真正容纳用户和团队成员。” “我们试图不使其成为独裁国家,您必须做到这一点,您必须做到这一点。 我们试图给他们选择。”

翻译自: https://medium.com/inc./remote-work-has-a-hidden-challenge-data-security-heres-how-experts-overcome-it-7fa9f2e3d04c

远程数据库链接安全性


http://www.taodudu.cc/news/show-5044700.html

相关文章:

  • 我玩过这个1992年的沙丘游戏,所以您不必
  • 成为黑客_黑客将成为2020年政府的首选武器
  • 武钢员工安全手册_员工如何成为您最大的网络安全资产
  • NLP-信息抽取-关系抽取-2016:Attention-BiLSTM实体关系分类器【基于双向LSTM及注意力机制的关系分类】【数据集:SemEval-2010 Task 8】
  • 二十一世纪大学英语读写基础教程学习笔记(原文)——9 - In Defense of a Simple Christmas(过个简单的圣诞节)
  • 【翻译】开源促进会没有赢得 Neo4j 诉 PureThink 案的胜利
  • Python|每日一练|幂函数算法|位运算|>>右移|分析神器pysnooper|日志输出:Pow(x, n)
  • HTML5小游戏源码分享【坑爹算术题,尝试逃脱,笨笨的一家,星球大战,小英雄呼呼】
  • 1097: 零起点学算法04——再模仿一个算术题
  • 1098: 零起点学算法05——除法算术题
  • 远古文明的算术题
  • 第四周项目3-小学生算术题
  • 西普实验吧CTF-算术题
  • HTML网页小游戏 算术题判断
  • Java REST API Server 性能比较 Tomcat/Jetty/Grizzly/Undertow
  • Grizzly开发Echo服务器实战
  • Java NIO框架Mina、Netty、Grizzly介绍与对比
  • Grizzly和Netty以及Mina简单性能对比
  • Grizzly NIO框架
  • java 集成grizzly_获得swagger-core 1.5与Jersey和Grizzly合作
  • java 集成grizzly_java – Grizzly Jersey仅在Localhost上收听
  • java 集成grizzly_使用Grizzly的嵌入式Java服务器:如何启用http2
  • Grizzly
  • Grizzly core configuration
  • java grizzly_Grizzly 2.2发布 开源Java NIO框架
  • grizzly 简化NIO事件开发
  • Grizzly FilterChains and Filters
  • Grizzly 内存管理
  • java grizzly_Grizzly简介 | Java Game
  • 使用NIO的server编程框架

远程数据库链接安全性_远程工作面临着隐藏的挑战数据安全性是专家如何克服的挑战相关推荐

  1. mysql连接远程数据库链接超时时间_mysql连接远程数据库链接超时

    {"moduleinfo":{"card_count":[{"count_phone":1,"count":1}],&q ...

  2. mysql数据库链接百分号_数据库百分号怎么用

    {"moduleinfo":{"card_count":[{"count_phone":1,"count":1}],&q ...

  3. nasa数据库cm1数据集_获取下一个地理项目的NASA数据

    nasa数据库cm1数据集 NASA provides an extensive library of data points that they've captured over the years ...

  4. 远程实时监控搭建_远程学习的烦恼正在实时展开

    远程实时监控搭建 重点(Top highlight) 模式匹配(Pattern Matching) Welcome back to Pattern Matching, OneZero's weekly ...

  5. 5g和远程医疗的关系_远程医疗,未来和不断变化的习惯

    5g和远程医疗的关系 As the COVID-19 pandemic continues to spread, Telemedicine platforms are attracting large ...

  6. navicat连接linux远程数据库,使用Navicat forMySql远程连接Linux 系统上的数据库

    使用Navicat for MySql远程连接Linux 系统上的数据库 解决mysql"Access denied for user'root'@'IP地址'"问题1.问题说明: ...

  7. Windows Server 远程桌面链接-由于没有远程桌面授权服务器可以提供许可证

    Windows server 2016 远程登录时报错-由于没有远程桌面授权服务器可以提供许可证 解决方法: 1.在我的电脑上右键菜单中选择-"管理",进入服务器管理器选择 &qu ...

  8. 数据库代码编写_如何将您的职业转变为数据科学-即使您今天不编写代码。

    数据库代码编写 by Sam Chow, PhD 由周星驰博士 如何将您的职业转变为数据科学-即使您今天不编写代码. (How to transition your career into Data ...

  9. 使用Navicat连接远程数据库

    Navicat连接远程数据库 用Navicat连接远程数据库,现将操作步骤汇总一下.亲测有效! 打开Navicat,点击右上角"连接",进入"常规": 输入数据 ...

最新文章

  1. Mac git clone速度太慢
  2. 单片机c语言存数据,单片机中C语言的数据存储与程序编写
  3. 你为什么会沉默,你们为什么又在后退呢?
  4. Dev C++详细配置
  5. 你的adonis用对了吗?不同因素的顺序竟然对结果有很大影响
  6. XP的常见蓝屏代码和解决方案
  7. VB.Net视频教程和VBA简单介绍下载
  8. arm汇编 bic和orr指令
  9. 获取农历时间(几月初几)
  10. Autoware(Architecture Proposal)
  11. mac系统通过ADB与scrcpy实现手机投屏
  12. 独家对话AAAI、ACM、ACL三会会士Raymond J. Mooney | 香侬专栏
  13. jQuery打字练习小游戏代码带音效
  14. 无家可归的iPhone(第2部分)
  15. 强化学习入门 Q-learning与SARSA
  16. php class 构造_PHP 类与构造函数解析
  17. 整理弱网测试时碰到的问题和解决方案
  18. 激光雕刻机图片解析C#上位机stm32f407控制板源码
  19. 记一次Spring cloud和Spring boot版本不一致导致项目启动失败的解决办法!!
  20. 补丁的原理什么?为什么打上补丁可以用新的功能?

热门文章

  1. 计算机科学属与a类吗,双一流大学名单及学科 a类b类有什么区别
  2. 【榜单公布】1024征文结果出炉,快来看看你上榜了没?
  3. 给图片中的人脸添加特效(帽子)
  4. 计算机科学系考研,加州大学洛杉矶分校
  5. [爬虫]采用Go语言爬取天猫商品页面
  6. 北京内推 | 新东方AI研究院招聘ASR/NLP/CV方向算法实习生
  7. java 调用 jacob_java访问com组件_jacob使用指南
  8. Junit的导包及单元测试
  9. ubuntu部署deepsort目标跟踪算法,无人车/无人机应用
  10. 给网站添加一个初音未来代码