移动代码安全.pptVIP

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
第13章:移动代码安全 西安电子科技大学 电子对抗研究所 Mobile Code / Mobile Agent C/S MODEL?C: ? ; S: R/C CODE ON DEMAND?C:R ; S:C REMOTE COMPUTING?C:C; S:R MOBILE AGENT?C:C ; S:R MALICIOUS CODE 1 、MOBILE CODE ATTACKS THE ENVIRONMENT WHERE IT IS EXECUTED. 代理对代理平台的攻击 对驻留在代理平台上的信息的非法访问; 以预期和破坏性的方式授权访问 。 BEAR SOME SIMILARITY WITH TROJAN HORSES MALICIOUS HOST 2、MALICIOUS HOST 一个接收代理平台能很容易的分离、捕获一个代理,并通过如下方式攻击它:提取信息、毁坏或修改它的代码或状态、拒绝请求服务、或简单的重新初始化或终止它。 THREATS FROM OTHER AGENTS 3 、代理对其它代理的威胁 一个代理通过使用几个普通方法就可以攻击另一代理。这包括伪造事务,窃听谈话,或者干涉一个代理活动。 THREATS FROM OTHER ENTITIES 4 、其它实体对代理系统的威胁 即使假设当前运行的代理和代理平台都是行为良好的,代理框架外部的和内部的其它实体也可能有扰乱,损坏,或破坏代理系统活动的企图 PROTECTIONO OF A HOST FROM A MOBILE CODE TWO DIRECTIONS: A mobile code infrastructure that is gradually enhanced with authenticatin,data integrity and access control mechanism. Verification of mobile code semantics. Safe Interpreters running straight binaries presents some serious security problems. A common approach is to forgo compiled executables and instead to interpret the mobile code instead. Interpreter has fine-grained control over the applet Can examine each instruction or statement The safety of the system is reduced to the correctness of the security policy implemented by the interpreter Fault Isolation Interpreters suffer a serious performance overhead. The untrusted code is loaded into its own part of the address space known as a fault domain . The code is instrumented to be sure that each load,store,or jump instructions is to an address in the fault domain. Fault Isolation?two ways 1 : insert a conditional check of the address and raise an exception if it is invalid , or 2: simply overwrite the upper bits of the address to correspond to those of the fault domain. At much lower cost than interpreters Sandbox ?a restricted environment Code Verification Although software fault isolation certainly provides mobile code safety with higher performance than interpretation, we are stil

文档评论(0)

ddwg + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档