书签 分享 收藏 举报 版权申诉 / 29
上传文档赚钱

类型Windows-Vista-Security--West-Virginia-UniversityWindows-Vista的安全-PPT课件.ppt

  • 上传人(卖家):三亚风情
  • 文档编号:3604899
  • 上传时间:2022-09-24
  • 格式:PPT
  • 页数:29
  • 大小:650KB
  • 【下载声明】
    1. 本站全部试题类文档,若标题没写含答案,则无答案;标题注明含答案的文档,主观题也可能无答案。请谨慎下单,一旦售出,不予退换。
    2. 本站全部PPT文档均不含视频和音频,PPT中出现的音频或视频标识(或文字)仅表示流程,实际无音频或视频文件。请谨慎下单,一旦售出,不予退换。
    3. 本页资料《Windows-Vista-Security--West-Virginia-UniversityWindows-Vista的安全-PPT课件.ppt》由用户(三亚风情)主动上传,其收益全归该用户。163文库仅提供信息存储空间,仅对该用户上传内容的表现方式做保护处理,对上传内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知163文库(点击联系客服),我们立即给予删除!
    4. 请根据预览情况,自愿下载本文。本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
    5. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007及以上版本和PDF阅读器,压缩文件请下载最新的WinRAR软件解压。
    配套讲稿:

    如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。

    特殊限制:

    部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。

    关 键  词:
    Windows Vista Security West Virginia UniversityWindows 安全 PPT 课件
    资源描述:

    1、Windows Vista SecurityBy:Chris ReberApril 22,2019AgendanVista Security OverviewnUser Account ControlnAuthenticationnFirewall EnhancementnWindows Service HardeningnData ProtectionVista Security EnhancementsnWindows Vista is hailed as the most secure Windows version yet.nMicrosoft utilized a secure de

    2、velopmental lifecycle to create the system.nThey hardened the services and added enhancements for 64-bit computing.nThere are new User,Network,and Application Security Options.nNew Data Protection Options.nAdded security options in IE7.User Account ControlsnAllows users to be productive and change c

    3、ommon settings while running as a standard user,without requiring administrative privileges.nPrevents users from making potentially dangerous changes to their computers,without limiting their ability to run applications.AuthenticationnIncludes new authentication architecture that is easier for third

    4、-party developers to extend.nThis will lead to a wider choice of smart cards,fingerprint scanners,and other forms of strong authentication.Firewall EnhancementsnThe new outbound filtering in the firewall provides administrative control over peer-to-peer sharing applications and other similar applica

    5、tions that businesses want to restrict.Windows Service HardeningnLimits the damage attackers can do in the unlikely event that they are able to successfully compromise a service.nIncreased to Six Service Accounts.nThe risk of attackers making permanent changes to the Windows Vista client or attackin

    6、g other computers on the network is reduced.Data ProtectionnBitLocker nHelps prevent unauthorized access to data on lost or stolen computers by combining two major data-protection procedures.nEncrypting the entire Windows operating system volume on the hard disk.nVerifying the integrity of early boo

    7、t components and boot configuration data.BitLocker RequirementsnTwo NTFS-formatted volumes:nA boot volume with a minimum size of 1.5GB,where the OS boots from.nAnd the system volume which contains the operating system.nTrusted Platform Module(TPM v1.2).nTrusted Computing Group(TCG)-compliant BIOS fo

    8、r use with TPM.BitLocker ModesnTransparent Operation ModenUser Authentication ModenUSB Key ModeTransparent Operation ModenThis mode exploits the capabilities of the TPM 1.2 hardware to provide for a transparent user experience.nThe user logs onto Windows Vista as normal.nThe key used for the disk en

    9、cryption is sealed(encrypted)by the TPM chip and will only be released to the OS loader code if the early boot files appear to be unmodified.User Authentication ModenThis mode requires that the user provide some authentication to the pre-boot environment in order to be able to boot the OS.nTwo authe

    10、ntication modes are supported:na pre-boot PIN entered by the user nor a USB key.USB Key ModenThe user must insert a USB device that contains a startup key into the computer to be able to boot the protected OS.nNote that this mode requires that the BIOS on the protected machine supports the reading o

    11、f USB devices in the pre-OS environment.Combinations of ModesnThe following combination of the modes are supported:nTPM nTPM+PIN nTPM+PIN+USB Key nTPM+USB Key nUSB Key BitLocker Key RelationshipsBitLocker RelationshipsBitLocker RelationshipsBitLocker EncryptionnAES-CBC+Elephant DiffusernThere are fo

    12、ur separate operations in each encryption.The plaintext is exclusive-orred(xorred)with a sector key,then run through two(unkeyed)diffusers,and finally encrypted with AES in CBC mode.AES-CBC+diffuserSector Key CreationnWhere E()is the AES encryption function,Ksec is the 128 or 256-bit key for this co

    13、mponent.ne()is the encoding function used in the AES-CBC layer,and e(s)is the same as e(s)except that the last byte of the result has the value 128.nThe sector key Ks is repeated as many times as necessary to get a key the size of the block,and the result is xorred into the plaintext.Diffuser A(Encr

    14、yption)nThe value i is a loop counter that goes around the data array Acycles=5 times.(Remember that all indices are modulo n,so the wrap-around is automatic.)The addition is modulo 232,is the rotate-left operator,and R(a):=9;0;13;0 is an array of 4 constants that specify the rotation amounts.Diffus

    15、er B(Encryption)nDiffuser B is very similar to Diffuser A,however,the R(b):=0;10;0;25 and the Bcycles is only 3.AES-CBC nThe AES key KAES is either 128 bits or 256 bits,depending on the selected version.The block size is a always a multiple of 16 bytes,so no padding is necessary.nE()is the AES encry

    16、ption function,and e()is an encoding function that maps each sector number s into a unique 16-byte value.nNote that IVs depends on the key and the sector number,but not on the data.AES-CBC+diffuserCurrent LimitationsnBitlocker only available on Windows Vista Ultimate,Enterprise and Server 2019.nVist

    17、a can only encrypt the system volume,further capability to be added with SP1.Security ConcernsnNo Back Door for Law EnforcementnWhen operating in“Transparent Operation Mode”or“User Authentication Mode”the system is vulnerable to“Cold Boot Attacks”nWhen in USB Key-only mode a piece of software could

    18、read and record the key for later use to exploit the machine.AgendanVista Security OverviewnUser Account ControlnAuthenticationnFirewall EnhancementnWindows Service HardeningnData ProtectionnQuestionsQuestionsReferencesntechnet2.microsoft/WindowsVista/en/library/ba1a3800-ce29-4f09-89ef-65bce923cdb51

    19、033.mspx?mfr=truen207.46.196.114/windowsserver2019/en/library/2d130e11-a796-43b7-98ed-d389cad285f51033.mspx?mfr=truenen.wikipedia.org/wiki/BitLocker_Drive_Encryptionn“AES-CBC+Elephant diffuser A Disk Encryption Algorithm for Windows Vista”,Niels Ferguson,Microsoft,August 2019n“Security Enhancements in Windows Vista”,Microsoft Corp,May 2019.microsoft/presspass/newsroom/security/VistaSecurity.mspx

    展开阅读全文
    提示  163文库所有资源均是用户自行上传分享,仅供网友学习交流,未经上传用户书面授权,请勿作他用。
    关于本文
    本文标题:Windows-Vista-Security--West-Virginia-UniversityWindows-Vista的安全-PPT课件.ppt
    链接地址:https://www.163wenku.com/p-3604899.html

    Copyright@ 2017-2037 Www.163WenKu.Com  网站版权所有  |  资源地图   
    IPC备案号:蜀ICP备2021032737号  | 川公网安备 51099002000191号


    侵权投诉QQ:3464097650  资料上传QQ:3464097650
       


    【声明】本站为“文档C2C交易模式”,即用户上传的文档直接卖给(下载)用户,本站只是网络空间服务平台,本站所有原创文档下载所得归上传人所有,如您发现上传作品侵犯了您的版权,请立刻联系我们并提供证据,我们将在3个工作日内予以改正。

    163文库