15
Security In Cloud Vikash Ranjan Jha Computer Science & Engineering 0701224225

Security in cloud

Embed Size (px)

DESCRIPTION

It tells few aspects of security in cloud and changes in security of Cloud Computing Concept.

Citation preview

Page 1: Security in cloud

Security In Cloud

Vikash Ranjan JhaComputer Science

& Engineering0701224225

Page 2: Security in cloud

Cloud

Internet

?

Page 3: Security in cloud

Cloud Computing

? SAASIAAS

PAAS

Security As A

Service

Page 4: Security in cloud

Where You Can Find Cloud Computing

Page 5: Security in cloud

Conficker allow to install software remotely

Security Threats

Phishing

BotsMalware

Spam Waledec Valentine worm

Page 6: Security in cloud

Security Threats

Page 7: Security in cloud

SQL INJECTION

$sql = select * from test where user=“vikash” and pass=“ranjan”

' or '1'='1' or '1'='1';/*'

Hackers May use

$query = sprintf("SELECT * FROM Users where UserName='%s' and Password='%s'", mysql_real_escape_string($Username), mysql_real_escape_string($Password)); mysql_query($query);

Prevention

Page 8: Security in cloud

Security Should Be Maintained At

1. Client

2. Hosting

3. Domain

Page 9: Security in cloud

Classical Approach Of Internet

Page 10: Security in cloud

Information Get Encrypted In Cloud Computing

Page 11: Security in cloud

File Encryption

Page 12: Security in cloud

2 Factor Authentication

1.

2.

Finger Prints, Face Marks

Page 13: Security in cloud

Conclusion

Security in Cloud Computing Concept Of Internet is more than classical concept of Internet , but even then there is a need to take more attention towards Style of coding, and Server administrator should be always ensure that connected ports are secured not a single should be left open.

Page 14: Security in cloud
Page 15: Security in cloud