ImageVerifierCode 换一换
格式:PPT , 页数:25 ,大小:650KB ,
资源ID:379177      下载积分:2000 积分
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝扫码支付 微信扫码支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【http://www.mydoc123.com/d-379177.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(Business Logic Abuse Detection in Cloud Computing .ppt)为本站会员(eastlab115)主动上传,麦多课文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文库(发送邮件至master@mydoc123.com或直接QQ联系客服),我们立即给予删除!

Business Logic Abuse Detection in Cloud Computing .ppt

1、Business Logic Abuse Detection in Cloud Computing Systems Grzegorz Koaczek,1st International IBM Cloud Academy ConferenceResearch Triangle Park, NC April 19-20,2012,Agenda,Introduction Business logic abuses Spatial statistics Detection of business logic abuses Conclusions,Introduction,Ten most inter

2、esting to industry consumers and security professionals security service categories according to Cloud Security Alliance (2011): 1: Identity and Access Management 2: Data Loss Prevention 3: Web Security 4: Email Security 5: Security Assessments 6: Intrusion Management 7: Security Information and Eve

3、nt Management (SIEM) 8: Encryption 9: Business Continuity and Disaster Recovery 10: Network Security,Introduction,Some of these categories are well known and typical for a very broad range of computer systemsThe importance of the others is relatively new and strictly related to cloud and service ori

4、ented systems e.g.: web security identity and access management security information and event management,Introduction,One of such security related research area, which is crucial for further evolution of Cloud Computing is business logic abuse detection. Business logic abuse is the abuse of the leg

5、itimate business logic of a website or other function that allows interaction. Business logic abuse is usually aimed to exploit in some way the system that supports certain business logic e.g. by an illicit use of a legitimate website function.,Business logic abuses,Examples of business logic abuse:

6、 password guessing Password guessing is a mechanism for a intruder to gain access to an account without having the passwordusing the credit card verification function of a website to confirm validity and expiration dates of stolen credit cardsmass registering accounts or stealing accounts on a websi

7、te to send spam to the websites users, and scraping “personal identifiable information”,Business logic abuses,Detection of business logic abuse is difficult because the offenders are using the same functionality as the legitimate users and therefore, their actions are likely intermixed with real act

8、ions. For example in password guessing Intruder is using the login function of the website to perpetrate his fraud The website doesnt want to turn off the login function, but still needs to stop the intruder from stealing accounts,Business logic abuses,While the intruder is using a legitimate flow o

9、n a website or other application, so disabling that flow would influence also the interactions of legitimate users. This is why the new and versatile methods are required to support the Cloud Computing with appropriate services that could secure them from this type of risk,Business logic abuses,One

10、of possible solution of the business logic abuses is anomaly detection approach. The proposition how to solve the problem of business logic abuses by detection of anomalies in statistical spatial analysis reports is the main point of the current presentation.,Spatial statistics,Spatial analysis is t

11、he process of discovering interesting and previously unknown, but potentially useful patterns from spatial datasets. Extracting interesting and useful patterns from spatial datasets is more challenging than extracting the corresponding patterns from traditional data. This difficulty arises from the

12、complexity of spatial relationships and spatial auto-correlation,Spatial statistics,The research focuses on a statistical model to represent observations of interactions among services constituting some composite services delivered by cloud computing environment. The spatial relationships which are

13、often used as a synonymous with geographical distance between objects, in this case have been redefined as the logical distance between services in an execution graph. The execution graph is created as the description of the sequence in which atomic services must be executed to provide required func

14、tionality.,Spatial statistics,Composite services description is generated from the high level description of business processes. This means that the distance between services is measured as a distance between nodes in a graph rep-resenting composite service execution plan This model has been used fo

15、r estimation and description of spatial correlations among network nodes.,Spatial statistics,Spatial outliers are observations which appear to be inconsistent with their neighborhoods. A spatial outlier can be defined as a spatially referenced object whose non-spatial attribute values differ signifi

16、cantly from those of other spatially referenced objects in its spatial neighborhood. Informally, a spatial outlier is a local instability. For example, an atomic service (e.g. password validation) executed several times during single complex service execution (e.g. user authentication using LDAP) ca

17、n be assumed as an abnormal behavior and so as a potential business logic abuse.,Detection of business logic abuses,The aim of this research was to verify the possibility to detect the abrupt changes in execution of the composite services in cloud computing environment. Following spatial analysis me

18、thods were applied: Moran-I tests analysis Local Moran tests analysis Spatial correlogram analysis,Detection of business logic abuses,For testing purposes, two types of composite services have been generatedThe general assumption for both execution plans is that the first service executed is a servi

19、ce denoted by V1 and then, all subsequent services are executed one by one till the last service in the plan.,Detection of business logic abuses,For both variants of composite services two scenarios have been simulated and then investigated with the spatial statistical methods: secure behavior the e

20、xecution of atomic services exactly follows the execution plan business logic abuse demonstrates the influence of the potential business logic abuses on the spatial correlations measured during the complex service execution.,Detection of business logic abuses,The execution plan of the first composit

21、e service has been disturbed by repeating execution of the service V2. This can be interpreted e.g. as the password guessing.,Detection of business logic abuses,The execution of the second complex service, multipart complex service, has been disturbed by simultaneously executing the hidden complex s

22、ervice composed by services V3, V5,V7,V8 . This can be interpreted as e.g. privileges escalation or intruder search for additional functionalities.,Detection of business logic abuses,Moran-I test results The first scenario with normal execution of the composite services there is significant positive

23、 spatial correlation of the execution time of the atomic services. The second scenario with business logic abuses the value of the spatial correlation is negative,Detection of business logic abuses,Detection of business logic abuses,Local Moran test results (simple composite service) The first scena

24、rio with normal execution of the composite services there is no significant positive local spatial correlations there are no clusters of services and also there are no outliers The second scenario with business logic abuses as in the previous scenario there are no valid positive local correlations a

25、nd so there are no clusters the service V2 is local outlier local Moran test give us significant information about the source of the problems while executing composite service,Detection of business logic abuses,Spatial correlogram Spatial correlogram allows to tests and visualize whether the observe

26、d value of a variable at one location is independent of values of that variable at neighboring locations. Positive spatial autocorrelation indicates that similar values appear close to each other, or cluster, in space Negative spatial autocorrelation indicates that neighboring values are dissimilar

27、or that similar values are dispersed. Null spatial autocorrelation indicates that the spatial pattern is random. In this research the correlogram of input/output flows of the corresponding network nodes has been investigated.,Detection of business logic abuses,Conclusions,The paper presented an orig

28、inal approach to detection of logical business abuses appearing during execution of complex services in cloud systems. The proposed method of logical business abuses identification benefits form the statistical spatial analysis. The presented method of composite services execution analysis can be us

29、ed to support various security related tasks for example can be used as anomaly detection technique or for detecting frauds. The preliminary results discussed in this paper are very promising, so the further research in this field has been planned. Presented spatial analysis based method can be used

30、 for detection of services which are spatial outliers in a cloud services. The services which would be classified as spatial outliers could indicate problems with resources utilization planning or suspicious functionality of the service.,Thank you for your attention,The research presented in this work was partially supported by the European Union within the European Regional Development Fund program no. POIG.01.03.01-00-008/08: New SOA information technologies for industry and information society,

copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
备案/许可证编号:苏ICP备17064731号-1