13
HONEY POT IN CLOUD COMPUTING

Honey pot in cloud computing

  • Upload
    -

  • View
    1.842

  • Download
    3

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Honey pot in cloud computing

HONEY POT IN CLOUD COMPUTING

Page 2: Honey pot in cloud computing

ContentsIntroduction

Cloud SecurityHoney Pot

ImplementationComponents

Types of Honey potsHoney Pots as Service

Page 3: Honey pot in cloud computing

Introduction Over Dependency on Cloud Services:

Age Old Methods

Page 4: Honey pot in cloud computing

Cloud SecurityIssues faced by Customers :Low info about products Host source unknown and Re-access

Issues faced by Cloud providers:SegregationFirewalls

Page 5: Honey pot in cloud computing

Honey Pot as a Solution

Page 6: Honey pot in cloud computing

Honey Pot in Cloud

Page 7: Honey pot in cloud computing

Implementation

Page 8: Honey pot in cloud computing

Actual Implementation

Page 9: Honey pot in cloud computing

COMPONENTSCloud Controller Cluster Controller Honey Controller Filter and Redirection Engine Log Storage System

Page 10: Honey pot in cloud computing

TYPES OF HONEYPOTlow-interaction honeypots Honeyd is a low-interaction honeypot. Developed by Niels Provos,

Honeyd is OpenSource and designed to run primarily on Unix systems (though it has been ported to Windows). Honeyd works on the concept of monitoring unused IP space. Anytime it sees a connection attempt to an unused IP, it intercepts the connection and then interacts with the attacker, pretending to be the victim. By default, Honeyd detects and logs any connection to any UDP or TCP port. When an attacker connects to the emulated service, not only does the honeypot detect and log the activity, but it captures all of the attacker's interaction with the emulated service. In the case of the emulated FTP server, we can potentially capture the attacker's login and password, the commands they issue, and perhaps even learn what they are looking for or their identity. It all depends on the level of emulation by the honeypot.

Page 11: Honey pot in cloud computing

TYPES OF HONEYPOTHigh-interaction honeypots Honeynets are a prime example of high-interaction honeypot.

Honeynets are not a product, they are not a software solution that you install on a computer. Honeyents are an architecture, an entire network of computers designed to attacked. The idea is to have an architecture that creates a highly controlled network, one where all activity is controlled and captured. The bad guys find, attack, and break into these systems on their own initiative. When they do, they do not realize they are within a Honeynet. All of their activity, like emails , files uploads, are captured without them knowing it. Honeynet controls the attacker's activity. Honeynets do this using a Honeywall gateway. This gateway allows inbound traffic to the victim systems, but controls the outbound traffic using intrusion prevention technologies. This gives the attacker the flexibility to interact with the victim systems, but prevents the attacker from harming other non-Honeynet computers.

Page 12: Honey pot in cloud computing

HONEYPOT AS A SERVICETo make business profit out of it the customer

should be provided with an option to buy Honeypot when purchasing the instances as Honeypots are mostly needed for large networks where security and data reliability is of great concern . The customer must be given the logs containing information about the attackers and also the statistics about the attacks. This will help them to safeguard their resources against future attacks. The customer then will take necessary actions against the attackers.

Page 13: Honey pot in cloud computing

CONCLUSION

Honeypots can be used for production purposes by preventing, detecting, or responding to attacks.

Honeypots can also be used for research,

gathering information on threats so we can better understand and defend against them.