<!DOCTYPE html>

<html>

<head>

<title>Securitybyte Conference 2011 - India's Largest Information Security Conference</title>

<link rel="icon" type="image/png" href="favicon.ico" />

<link rel="stylesheet" type="text/css" media="all" href="style.css" />

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>

<script type="text/javascript" src="js/marquee.js"></script> 

<script type="text/javascript" src="js/jquery.form.js"></script>

<script type="text/javascript" src="js/jquery.validate.js"></script>

<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>

<script type="text/javascript" src="js/jquery.stickysidebar.js"></script>

<script type="text/javascript">

$(document).ready(function() {

	//Leadership Form
	$('form.leadership').validate({
		errorContainer: $('form.leadership div.error'),
		errorPlacement: function(error, element) {},
		meta: 'validate',
		rules: {
			full_name: {
				required: true
			},
			position: {
				required: true
			},
			company: {
				required: true
			},
			email: {
				required: true,
				email: true
			}
		}
	});
    var options = { 
        success: showResponse,
		resetForm: true
    };
	function showResponse(responseText, statusText, xhr, $form) {
		if(responseText != 'sent') {
			alert('There were technical issues submitting your request, please try again at a later time.');
		} else {
			alert('Thank you for the application. We will contact you as soon as possible.');		
		}
	}
   $('form.leadership').ajaxForm(options);
	//Cleanup
	$('ul.periods li').addClass('clearfix');
	//Events
	$('div.schedule ul.tabs a').click(function() {
		$('div.schedule ul.tabs li').removeClass('selected');
		$(this).parent().addClass('selected');
		$('div.schedule').find('div.timetable').hide();
		$('div.schedule').find('#' + $(this).attr('rel')).fadeIn(); 
	});
	$('div.schedule div.next a, a.tab-launcher').click(function() {
		$('ul.tabs li').removeClass('selected');
		$('ul.tabs li.' + $(this).attr('rel')).addClass('selected');
		$('div.schedule').find('div.timetable').hide();
		$('div.schedule').find('#' + $(this).attr('rel')).fadeIn();
		$('html, body').animate({ scrollTop: ($('ul.tabs li.' + $(this).attr('rel')).offset().top - 15) }, { duration: 'slow', easing: 'swing'});		
	});
	$('div.lightbox a.close, div#overlay').click(function() {
		$('div.lightbox').fadeOut();
		$('div#overlay').fadeOut();
	});
	$('ul#navigation a, a.register, a.all-speakers, a.summit-apply, li.summit, .lightbox-launcher, a.speaker').live('click', function() {
		if($(this).attr('rel')) {
			$('div#overlay').fadeIn();
			$('#' + $(this).attr('rel')).fadeIn();
		}
	});
	//Next bio
	$('div.bio a.next').click(function() {
		$(this).parents('div.bio').hide();
		if($(this).parents('div.bio').next().length == 0) {
			$('div.bio:first-child').fadeIn(200);
		} else {
			$(this).parents('div.bio').next().fadeIn(200);
		}
	});
	//Previous bio
	$('div.bio a.previous').click(function() {
		$(this).parents('div.bio').hide();
		if($(this).parents('div.bio').prev().length == 0) {
			$('div.bio:last-child').fadeIn(200);
		} else {
			$(this).parents('div.bio').prev().fadeIn(200);
		}
	});
    
    //Fill marquee with bios
	/** $('body').prepend('<div id="cake"></div>');
    $('div.lightbox.bio').each(function() {
        var id = $(this).attr('id');
        var name = $(this).find('h3.name').text();
        var flag_url = $(this).find('img.flag').attr('src');
        if(id && name && flag_url) {
            $('div#marquee, #cake').append(
				'\n<a class="speaker" rel="' + id + '">\n'
					+ '\t<img src="' + flag_url + '" />\n'
					+ '\t<span class="name">' + name + '</span>\n'
				+'</a>'
			);
        }
    }); **/
    
    //Speaker's Marquee
    marqueeInit({
        uniqueid: 'marquee',
        style: {
            'height': '30px',
            'width': '900px'
        },
        inc: 10,
        mouse: 'cursor driven',
        moveatleast: 1,
        neutral: 300,
        savedirection: true
    });
    
	$('div#legend').stickySidebar({
		timer: 400,
        easing: 'easeInOutBack'
	});
});
</script>

<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-24550698-1']);
  _gaq.push(['_trackPageview']);
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
</script>

</head>

<body>

<!--[if lte IE 6]>
<div style="background: #fbe3e4; color: #8a1f11; border-bottom: 2px #fbc2c4 solid; padding: 15px; text-align: center;">
	We're sorry, but your browser is not supported. Please upgrade to 
	<a style="color: #8a1f11; font-weight: bold;" target="_blank" href="http://windows.microsoft.com/en-US/internet-explorer/downloads/ie">Internet Explorer 7+</a>
	or use an <a style="color: #8a1f11; font-weight: bold;" target="_blank" href="http://www.browserchoice.eu">alternative browser.</a>
</div>
<![endif]-->

<div id="world">

	<div id="global-wrapper">
	
		<div id="header">
		
			<h1 id="logo">
				<img src="img/logo.png" alt="Securitybyte" />
			</h1>
						
			<ul id="navigation">
				<li>
					<a rel="sponsor">Sponsor Us</a>
				</li>
				<li>
					<a rel="register">Register</a>
				</li>
			</ul>
			
		</div>

		<div id="feature" class="social">
			<div class="follow">
				<div class="left">
					Follow us on 
					<a href="http://www.linkedin.com/company/securitybyte" target="_blank">
						<img src="img/logo-linkedin.png" alt="LinkedIn" />
					</a> and 
					<a href="http://twitter.com/securitybyte" target="_blank">
						<img src="img/logo-twitter.png" alt="Twitter" />
					</a>
				</div>
				<div class="right">
					<span class="linkedin">
						<script type="text/javascript" src="http://platform.linkedin.com/in.js"></script><script type="in/share" data-url="http://securitybyte.org" data-counter="right"></script>
					</span>
					<span class="twitter">
						<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://securitybyte.org" data-text="Securitybyte is India's largest information security conference" data-count="horizontal" data-via="securitybyte">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
					</span>
					<span class="google">
						<g:plusone size="medium" href="http://securitybyte.org/"></g:plusone>
					</span>
				</div>
			</div>
			<div class="inner">
				<div class="left">
					<div class="blurb">
						<p>India's Largest</p><br class="clear" />
						<p>Information Security</p><br class="clear" />
						<p>Conference</p><br class="clear" />
					</div>
				</div>
				<div class="info">
					<h2>Securitybyte 2011</h2>
					<p class="text">
						Bringing national and international security strategists and technicians together to discuss security.
					</p>
					<p class="date">September 6-9 2011</p>
					<p class="location">Vivanta by Taj - Yeshwantpur, Bangalore, India</p>
					<a class="map lightbox-launcher" rel="map">Map</a>
				</div>
			</div>
		</div>
		
		<div id="content">
			
			<div id="speakers-marquee">
				<div class="title">
					<img src="img/speakers.png" alt="Speakers" />
				</div>
				<div class="marquee">
					<div id="marquee">
						<a class="speaker" rel="polyakov">
							<img src="img/flag-russia.png" />
							<span class="name">Alexander Polyakov</span>
						</a>
						<a class="speaker" rel="bavisi">
							<img src="img/flag-usa.png" />
							<span class="name">Jay Bavisi</span>
						</a>
						<a class="speaker" rel="tipton">
							<img src="img/flag-usa.png" />
							<span class="name">Hord Tipton</span>
						</a>
						<a class="speaker" rel="nicolaou">
							<img src="img/flag-cyprus.png" />
							<span class="name">George Nicolaou</span>
						</a>
						<a class="speaker" rel="marshall">
							<img src="img/flag-usa.png" />
							<span class="name">Richard H.L. Marshall</span>
						</a>
						<a class="speaker" rel="fite">
							<img src="img/flag-usa.png" />
							<span class="name">Bryan Fite</span>
						</a>
						<a class="speaker" rel="sonawane">
							<img src="img/flag-india.png" />
							<span class="name">Kishor Sonawane</span>
						</a>
						<a class="speaker" rel="heiland">
							<img src="img/flag-usa.png" />
							<span class="name">Deral Heiland</span>
						</a>
						<a class="speaker" rel="suto">
							<img src="img/flag-usa.png" />
							<span class="name">Larry Suto</span>
						</a>
						<a class="speaker" rel="mccoll">
							<img src="img/flag-nz.png" />
							<span class="name">John McColl</span>
						</a>
						<a class="speaker" rel="bumgarner">
							<img src="img/flag-usa.png" />
							<span class="name">John Bumgarner</span>
						</a>
						<a class="speaker" rel="kuppan">
							<img src="img/flag-india.png" />
							<span class="name">Lavakumar Kuppan</span>
						</a>
						<a class="speaker" rel="nitin">
							<img src="img/flag-india.png" />
							<span class="name">Nitin Kumar</span>
						</a>
						<a class="speaker" rel="vipin">
							<img src="img/flag-india.png" />
							<span class="name">Vipin Kumar</span>
						</a>
						<a class="speaker" rel="rucci">
							<img src="img/flag-usa.png" />
							<span class="name">Antonio A. Rucci</span>
						</a>
						<a class="speaker" rel="vivek">
							<img src="img/flag-india.png" />
							<span class="name">Vivek Ramachandran</span>
						</a>
						<a class="speaker" rel="kotowicz">
							<img src="img/flag-poland.png" />
							<span class="name">Krzysztof Kotowicz</span>
						</a>
						<a class="speaker" rel="raman">
							<img src="img/flag-india.png" />
							<span class="name">Nithya Raman</span>
						</a>
						<a class="speaker" rel="mookhey">
							<img src="img/flag-india.png" />
							<span class="name">Kanwal K. Mookhey</span>
						</a>
						<a class="speaker" rel="bishan">
							<img src="img/flag-india.png" />
							<span class="name">Bishan Singh</span>
						</a>
						<a class="speaker" rel="bala">
							<img src="img/flag-usa.png" />
							<span class="name">Bala Sathiamurthy</span>
						</a>
						<a class="speaker" rel="jakhar">
							<img src="img/flag-india.png" />
							<span class="name">Aseem Jakhar</span>
						</a>
						<a class="speaker" rel="orru">
							<img src="img/flag-poland.png" />
							<span class="name">Michele Orru</span>
						</a>
					</div>
				</div><!-- marquee end -->
			</div>
		
			<div id="main">
				<!-- <div class="schedule-download">
					<h3>Schedule</h3>
					<a href=#>
						<img src="img/download-pdf.png" alt="Download PDF" />
					</a>
				</div> -->
				<div id="legend">
					<img src="img/legend.png" alt="Legend" />
				</div>
				<div class="schedule">
					<ul class="tabs">
						<li class="selected conference">
							<a rel="conference">Conference</a>
						</li>
						<li class="workshops">
							<a rel="workshops">Workshops</a>
						</li>
						<li class="events">
							<a rel="events">Events</a>
						</li>
					</ul>
					<div id="conference" class="timetable full">
						<ul class="periods">
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">From Printer to Owned: Leveraging Multifunction 
                                        Printers During Penetration Testing</h4>
										<p>
                                            In this presentation we go beyond the common printer
                                            issues and focus on configuration data available
                                            on multifunction printers (MFP) that can be leveraged to gain
                                            access to other core network systems. During this
                                            presentation I will be discussing how poor printer security,
                                            and discovered vulnerabilities can be leveraged to harvest
                                            a wealth of information from MFP devices
                                            including usernames, email addresses, and authentication
                                            information including SMB, Email, LDAP passwords.
                                            I will also be discussing the real world penetration
                                            testing scenarios and how MFP data was gathered and used to 
                                            successful gain administrative access into core systems,
                                            including email servers, file servers and Active directory 
                                            domains on multiple occasions. We will also explore 
                                            MFP device vulnerabilities including authentication 
                                            bypass, information leakage flaws, and XSS flaws. Tying 
                                            this altogether we will discuss the development of an
                                            automated process for harvesting the information from
                                            MFP devices with the beta release of the tool 'PRAEDA'
                                        </p>
										<div class="about">
											<h5>About Deral Heiland</h5>
											<div class="wrapper">
												<img class="portrait" src="img/speakers/heiland.png" />
												<p class="bio">
                                                    Deral Heiland CISSP, serves as a Senior Security Engineer where he is responsible for security assessments, and consulting for corporations and government agencies. In addition, Deral is the founder of Layered Defense Research a group of security professionals responsible for discovering and publishing multiple vulnerabilities.
													<a class="more lightbox-launcher" rel="heiland">Read more</a>
												</p>
											</div>
										</div>
									</div>
								</div>
							</li>
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">Security threats on social networks</h4>
										<p>
                                            Over the past few years, there has been an explosion of social networking, which has reinvented communication as we know it- creating new opportunities to develop friendships and business contacts all over the world. According to comScore, today, Facebook is the 4th largest U.S. web property in audience size with 157.2 million visitors in May 2011, representing its all-time high and a gain of 3.2 million visitors vs. the previous month. Linkedin.com (33.4 million visitors) and Twitter.com (27.0 million) also reached all-time U.S. audience highs in May 2011.
                                        </p>
										<div class="about">
											<h5>About Nithya Raman</h5>
											<div class="wrapper">
												<img class="portrait" src="img/speakers/raman.png" />
												<p class="bio">
                                                    Nithya is a threat researcher at Symantec, with a focus on web based threats. She has
                                                    over 6 years of experience in the field of information security, and has been working with the
                                                    Norton Safe Web product over the past 3 years. She has done extensive research on search
                                                    engine optimization poisoning and has developed the detection methodology (patent pending)
                                                    implemented in Norton Safe Web.
													<a class="more lightbox-launcher" rel="raman">Read more</a>
												</p>
											</div>
										</div>
									</div>
								</div>
							</li>
							
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="business">Does Critical Infrastructure Need to be Smart?</h4>
										<p>
										What could compel governments and other organizations to expose critical infrastructure to
										public networks like the Internet? SCADA (computer systems that monitor and control industrial,
										infrastructure, or facility-based processes), Power Grids, Sensitive Sensors Networks and Manufacturing
										Controls Systems are critical infrastructure that needs to be operated securely. The security of these
										environments have historically been predicated on physical separation, virtual isolation, and controlled
										communications between different networks. This presentation will focus on Smart Grid components,
										including trends and attack surfaces so that we can better understand the steps necessary in protecting
										critical infrastructure.
                                        </p>
										<div class="about">
											<h5>About Bryan K. Fite</h5>
											<div class="wrapper">
												<img class="portrait" src="img/speakers/fite.png" />
												<p class="bio">
													Bryan K. Fite a committed security practitioner and entrepreneur is currently a Global Program
													Security &amp; Compliance Director with British Telecom (BT). Having spent over 20 years in
													mission-critical environments, Bryan is uniquely qualified to advise organizations on what works
													and what doesn't.
													<a class="more lightbox-launcher" rel="fite">Read more</a>
												</p>
											</div>
										</div>
									</div>
								</div>
							</li>
							
                            <li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">A Crushing Blow At the Heart of SAP J2EE Engine</h4>
										<p>
                                            Nowadays SAP NetWeaver platform is the most widespread
                                            platform for developing enterprise business applications.
                                            It's becoming popular security topic but still not cowered well.
                                            This talk will be focused on one of the black holes called 
                                            SAP J2EE engine. Some of the critical SAP products like SAP 
                                            Portal, SAP Mobile, SAP XI and many other applications lay
                                            on J2EE engine which is apart from ABAP engine is less 
                                            discussed but also critical.
                                        </p>
										<div class="about">
											<h5>About Alexander Polyakov</h5>
											<div class="wrapper">
												<img class="portrait" src="img/speakers/polyakov.png" />
												<p class="bio">
                                                    Alexander Polyakov aka @sh2kerr, CTO at ERPSCAN, head of DSecRG and architect of ERPSCAN Security scanner for SAP. His expertise covers security of enterprise business-critical software like ERP, CRM, SRM, RDBMS, banking and processing software. 
													<a class="more lightbox-launcher" rel="polyakov">Read more</a>
												</p>
											</div>
										</div>
									</div>
								</div>
							</li>
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">Enabling Un-trusted Mashups</h4>
										<p>Web mashups are the ultimate manifestation of user generated
										content, arguably primed for an unprecedented growth. This notion is
										already being hyper realized with proliferation of open social
										platforms where user is the developer, user and the distributor
										network.</p>
										<p>Mashups are everywhere, but in a avatar that is intrinsically
										insecure. They run on a technology stack that was never written with
										consideration of the former. Either the un-trusted mashup code runs
										with the same privileges as trusted parent code served from the host
										site or it is iframed. While iframes do have some security benefits,
										they mostly provide a false sense of security due to provisions that
										can be easily exploited by a malicious user. Then there is the third
										kind that was invented specifically to solve this conundrum - the
										virtual web sand boxing that enable the required secure behavior but
										with its own trade-offs and limitations.</p>
										<p>In this talk you will witness live demos of various attacks on
										mashups, potential solutions, their drawbacks and relevant risk
										management approaches.</p>
										<div class="about">
											<h5>About Bishan Singh</h5>
											<div class="wrapper">
												<img class="portrait" src="img/speakers/bishan.png" />
												<p class="bio">
													Bishan (Bish) is from the Yahoo security group, called Paranoids. In his
													current role, he works with engineers at Yahoo SDC Bangalore to build
													secure and defensible applications.His role transcends to various
													groups at Yahoo from Ads, Media, Open Social to Cloud Security.
													<a class="more lightbox-launcher" rel="bishan">Read more</a>
												</p>
											</div>
										</div>
									</div>
								</div>
							</li>
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">HTML5: Something Wicked This Way Comes</h4>                                                                   
										<p>HTML5 is quickly gaining media attention and popularity among browser vendors and web developers. Having tremendous features, together with its sister specifications like Drag &amp; Drop API, File API or Geolocation it allows developers to build rich web applications that easily blend with desktop &amp; mobile environments.</p>
										<p>The talk will be focused on finding the weakest link and combining several recent attack techniques to turn a security vulnerability into a successful exploit.</p>
										<p>We'll show how to build a successful advanced UI-Redressing attacks (also known as clickjacking), presenting the latest findings in this field, including malicious games and quizes. We'll work on file upload functionalities in current web applications and see how attackers might use HTML5 APIs for their advantage. Putting all these building blocks together will enable us to launch an attack and exploit even the otherwise unexploitable vulnerabilities.</p>
										<div class="about">
											<h5>About Krzysztof Kotowicz</h5>
											<div class="wrapper">
												<img class="portrait" src="img/speakers/kotowicz.png" />
												<p class="bio">
													Web security researcher specialized in the discovery and exploitation of HTML5 vulnerabilities. 
													Author of multiple recognized HTML5/UI redressing attack vectors. Penetration Tester with Securing.pl. 
													IT security trainer with Niebezpiecznik.pl and author of the "Hacking HTML5" training program.
													<a class="more lightbox-launcher" rel="kotowicz">Read more</a>
												</p>
											</div>
										</div>
									</div>
								</div>
							</li>
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">Hacking Corporate Telephony</h4>                                                                   
										<p>This talk focuses on hacking corporate phone systems. Every company has
										a PABX and Voice Mail system, they may even have video conferencing and
										VoIP systems. Generally telephony systems fall outside the grasp of
										network security, although still remain highly vulnerable to attack.
										This talk focuses on the methods used to compromise corporate phone
										systems, and is based on original research and observations from my work
										in the field of telephony security. The days of teenage phone phreakers
										may be over, but phone systems still remain vulnerable to attack.
										Corporate telephony services are an attractive target for many types of
										malicious individuals, from industrial spies to fraudsters and hackers,
										the phone system has become the one untapped entry point into your
										business. This talk will cover techniques and tools of the trade used to
										perform telephony security reviews and use case studies specific to
										India and the current technology in use.</p>
										<div class="about">
											<h5>About John McColl</h5>
											<div class="wrapper">
												<img class="portrait" src="img/speakers/mccoll.png" style="height: 110px" />
												<p class="bio">
													John McColl is a Security Consultant for Security-Assessment.com based
													in Auckland New Zealand. John specializes in telecommunications systems
													and regularly performs security audits of PBX, Voicemail and other
													Telecommunications systems.
													<a class="more lightbox-launcher" rel="mccoll">Read more</a>
												</p>
											</div>
										</div>
									</div>
								</div>
							</li>
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">Runtime thread injection and execution in Linux processes</h4>
										<p>Windows malware conveniently uses the CreateRemoteThread() api to delegate critical tasks inside of
										other processes. However till now there is no API on Linux to perform such operation. This paper talks
										about my research on creating an API similar to createRemoteThread() on *nix OSes. 
										The aim of the research is to show how a simple debugging functionality in *nix oses can be exploited by
										a malware to hide itself and delegate(inject) the critical(malicious) operation to an innocent process. 
										The Proof of concept toolkit code named "Jugaad" currently works on Linux, allocates space inside a process
										and injects and executes arbitrary payload as a thread
										into that process. It utilizes the ptrace() functionality to manipulate other processes on the system.
										ptrace() is an API generally used by debuggers to manipulate(debug) a program. The talk will conclude with 
										options for protecting against any such kind of attacks.</p>
										<div class="about">
											<h5>About Aseem Jakhar</h5>
											<div class="wrapper">
												<img class="portrait" src="img/speakers/jakhar.png" />
												<p class="bio">
													Aseem "@" Jakhar is the chief researcher at Payatu Labs, a startup in information security trainings and consulting, with extensive experience in system programming, security research and consulting. He has worked on various security products and tools. He has been a speaker at various security conferences including Xcon, Blackhat EU, Clubhack, IBM Security & Privacy Bangalore, Cocon, ISACA Bangalore, Bangalore Cyber secuity summit, National Police Academy Cyber crime seminar Hyderabad.
													<a class="more lightbox-launcher" rel="jakhar">Read more</a>
												</p>
											</div>
										</div>
									</div>
								</div>
							</li>
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">Alternative Exploitation Vectors (A study of CVE-3333)</h4>
										<p>Standard vulnerability and exploitation methodologies do not apply anymore, a security researcher is
                                        not only required to know how a vulnerability occurs but how it's created. This presentation challenges
                                        what you know about CVE2010-3333 through publically available sources and how this vulnerability was
                                        exploited by the underground hacking community.</p>
										<div class="about">
											<h5>About George Nicolaou</h5>
											<div class="wrapper">
												<img class="portrait" src="img/speakers/nicolaou.png" />
												<p class="bio">
                                                    George Nicolaou works as an independent security consultant and researcher, he received his BSc in
                                                    Computer Science and MSc in Advanced Computing Security from the University of Bath in UK in which
                                                    he pursued research involving malware and vulnerability analysis.
													<a class="more lightbox-launcher" rel="nicolaou">Read more</a>
												</p>
											</div>
										</div>
									</div>
								</div>
							</li>
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">Ground BeEF: Cutting, devouring and digesting the legs off a browser</h4>
										<p>Browser security is still one of the trickiest challenges to afford
                                        nowadays. A lot of efforts has been spent on mitigating browser
                                        exploitation from heap and stack overflows, pointers dereference and other
                                        memory corruption bugs. On the other hand there is still an almost
                                        unexplored landscape.</p>
                                        <p>
                                        The presentation will cover the following main areas, among other things:<br />
                                            Cutting: stealth activities, target enumeration and analysis.<br />
                                            Devouring: internal network fingerprint via JS, exploiting internal<br />
                                            services through the browser, keylogging, browser pwnage.<br />
                                            Digesting: persistence, tunneling sqlmap/Burp through BeEF proxy, DOM<br />
                                            Snitch and XSSrays integration.
                                        </p>
										<div class="about">
											<h5>About Michele Orru</h5>
											<div class="wrapper">
												<img class="portrait" src="img/speakers/orru.png" />
												<p class="bio">
                                                    Michele Orru' a.k.a. antisnatchor is an IT and ITalian security guy who
                                                    works as a Penetration Tester for The Royal Bank of Scotland Group in
                                                    Warsaw, Poland.He mainly focuses his research on web application security.
													<a class="more lightbox-launcher" rel="orru">Read more</a>
												</p>
											</div>
										</div>
									</div>
								</div>
							</li>
                            <li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">The Data Theft Epidemic in India</h4>
                                        <p>Have you noticed that every time you buy a particular service or product (say an insurance policy), very shortly you get a call or SMS for a very much related service or product (say a mutual fund or home loan)? This talk looks at the Indian scenario, where data theft is rampant and is beginning to affect each and every individual. Through the use of case studies the presentation tries to dig deeper into how such information is getting leaked out and the sort of market that exists for this data.</p>
										<div class="about">
											<h5>About Kanwal K. Mookhey</h5>
											<div class="wrapper">
												<img class="portrait" src="img/speakers/mookhey.png" />
												<p class="bio">
													Kanwal K. Mookhey (CISA, CISSP, CISM) is the Principal Consultant and
													Founder at <a href="http://www.niiconsulting.com" target="_blank">Network Intelligence</a> as well as the
													Founder of <a href="http://www.iisecurity.in" target="_blank">The Institute of Information Security</a>. He is
													an internationally well-regarded expert in the field of IT governance,
													information risk management, forensic fraud investigations, compliance, and
													business continuity.
													<a class="more lightbox-launcher" rel="mookhey">Read more</a>
												</p>
											</div>
										</div>
									</div>
								</div>
							</li>
                            <li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">Enterprise Wi-Fi Worms, Backdoors and Botnets for Fun and Profit</h4>
										<p>This talk will demonstrate how an attacker can abuse the hosted network
                                        feature available on Windows 7 and Windows Server 2008 R2 to create a
                                        network worm, which uses wireless LANs protected by WPA2-PSK for
                                        propagation.Such a worm could avoid both the authorized enterprise wired and
                                        wireless network entirely, and thus evade all anti-worm propagation defenses.
                                        This is possible, as the worm would use its own private wireless network for
                                        propagation. As WPA2-PSK probably has millions of deployments world wide and
                                        is typically used at Homes,SOHO and smallcompanies,this makes the vulnerable
                                        footprint quite large.</p>
										<div class="about">
											<h5>About Vivek Ramachandran</h5>
											<div class="wrapper">
												<img class="portrait" src="img/speakers/vivek.png" />
												<p class="bio">
													Vivek is a world renowned security researcher and 
                                                    evangelist. His expertise includes computer and network
                                                    security, exploit research, wireless security, computer
                                                    forensics, embedded systems security, compliance and 
                                                    e-Governance.
													<a class="more lightbox-launcher" rel="vivek">Read more</a>
												</p>
											</div>
										</div>
									</div>
								</div>
							</li>
							<li class="single">
								<div class="description-wrapper">
									<div class="description">
										More Coming Soon
									</div>
								</div>
							</li>
						</ul>
						<div class="next">
							<a rel="workshops">View workshops &rsaquo;</a>
						</div>
					</div><!-- day 1 timetable end -->
					<div id="workshops" class="timetable full">
						<ul class="periods">
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">Reverse Engineering</h4>
                                        <p>Reverse Engineering is one of the most technical fields in computer science. It is intended for people
                                        that seek to understand how software work behind those
                                         fancy user interfaces with their text boxes and
                                        buttons. Reverse Engineering can be associated with
                                         malware analysis, compiled code reconstruction,
                                        software exploitation, software hardening and other
                                         fields of computing. The purpose of this course
                                        is to introduce the student to these fields with 
                                        hands-on examples and interactive in-class discussions
                                        where the students are called to participate in the
                                         analysis and understanding of the targeted software.
                                        The students who will fully understand and acquire
                                         the transferred knowledge passed to them in this
                                        course, will be proven to be valuable security professionals
                                         in the software and security industry.</p>
                                        <div class="about">
											<h5>About George Nicolaou</h5>
											<div class="wrapper">
												<img class="portrait" src="img/speakers/nicolaou.png" />
												<p class="bio">
                                                    George Nicolaou works as an independent security consultant and researcher, he received his BSc in
                                                    Computer Science and MSc in Advanced Computing Security from the University of Bath in UK in which
                                                    he pursued research involving malware and vulnerability analysis.
													<a class="more lightbox-launcher" rel="nicolaou">Read more</a>
												</p>
											</div>
										</div>
									</div>
								</div>
							</li>
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="business">Insider Threads</h4>
                                        <p>This talk will focus on some of the pre-conditions of insider threats, how to detect them,
										and how their social networking can play a major role in your decision-making process about
										hiring the right person for that key role in your organization. Government, contractors, private
										industry, healthcare and global markets all operate in ubiquitous environments, yet in most
										cases, have unique challenges and hiring practices. I'll talk about the relevance of Social
										Networking and embracing it (It's not going away) and provide some approaches to help
										minimize risk to your organization. We'll take a deep dive look into open source searches you or
										your HR should be performing on the Internet that may expose someone who could potentially
										be a liability to you and your company.</p>
										<div class="about">
											<h5>About Antonio Rucci</h5>
											<div class="wrapper">
												<img class="portrait" src="img/speakers/rucci.png" />
												<p class="bio">
													With more than 28 years of counterintelligence and security experience, Tony Rucci currently in IC
													Programs for the Global Security Directorate (GSD) at the Oak Ridge National Laboratory (ORNL),
													Department of Energy, Oak Ridge, Tennessee. 
													<a class="more lightbox-launcher" rel="rucci">Read more</a>
												</p>
											</div>
										</div>
									</div>
								</div>
							</li>
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">Basics of Web Hacking</h4>
                                        <p>Introduction and adaptation of new technologies like Ajax, Rich Internet Applications
                                        (RIA) and Web Services has changed the dimension of Web Application Hacking and
                                        focus has shifted to hack into Web 2.0 space. We are witnessing new ways of hacking
                                        next generation web based applications components like Flex, Silverlight and HTML
                                        5 across popular web sites like Facebook, Twitter, Google etc to name a few. In this
                                        dynamically changing scenario in the era of Web 2.0 it is important to understand
                                        new threats that emerge in order to build constructive strategies to protect corporate
                                        application assets. Application layers are evolving and lot of client side attack vectors
                                        are on the rise like Ajax based XSS, CSRF, Widget injections, RSS exploits, Mashup
                                        manipulations and client side logic exploitations. At the same time various new attack
                                        vectors are evolving around SOA, Cloud and Mobile by attacking SOAP, XML-RPC and
                                        REST. It is time to understand these advanced attack vectors and associated risks.</p>
										<div class="about">
											<h5>About Shreeraj Shah</h5>
											<div class="wrapper">
												<img class="portrait" src="img/speakers/shah.png" />
												<p class="bio">
													Shreeraj Shah is the founder of Blueinfy, an application
													security company. Prior to founding Blueinfy, he was
													founder and board member at Net Square. He also worked with
													Foundstone (McAfee), Chase Manhattan Bank and IBM in security space.
													<a class="more lightbox-launcher" rel="shah">Read more</a>
												</p>
											</div>
										</div>
									</div>
								</div>
							</li>
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">Exploitation using Metasploit</h4>
										<div class="about">
											<h5>About Kanwal K. Mookhey</h5>
											<div class="wrapper">
												<img class="portrait" src="img/speakers/mookhey.png" />
												<p class="bio">
													Kanwal K. Mookhey (CISA, CISSP, CISM) is the Principal Consultant and
													Founder at <a href="http://www.niiconsulting.com" target="_blank">Network Intelligence</a> as well as the
													Founder of <a href="http://www.iisecurity.in" target="_blank">The Institute of Information Security</a>. He is
													an internationally well-regarded expert in the field of IT governance,
													information risk management, forensic fraud investigations, compliance, and
													business continuity.
													<a class="more lightbox-launcher" rel="mookhey">Read more</a>
												</p>
											</div>
										</div>
									</div>
								</div>
							</li>
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">Building Secure Software J2EE</h4>
									</div>
								</div>
							</li>
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">Building Secure Software .NET</h4>
										<p class="speaker">by <strong>Jerry Hoff</strong></p>
									</div>
								</div>
							</li>
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">Pentesting</h4>
										<p class="speaker">by <strong>Chris Nickerson</strong></p>
									</div>
								</div>
							</li>
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">Wireless hacking</h4>
										<p class="speaker">by <strong>Vivek Ramachandra</strong></p>
									</div>
								</div>
							</li>
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">CISSP bootcamp</h4>
										<p class="speaker">by <strong>ISC2</strong></p>
									</div>
								</div>
							</li>
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">CEH bootcamp</h4>
										<p class="speaker">by <strong>EC-Council</strong></p>
									</div>
								</div>
							</li>
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="business">Workshop � day Richard from DHS</h4>
										<p class="speaker">by <strong>Insider Threat</strong></p>
									</div>
								</div>
							</li>
							<li class="single">
								<div class="description-wrapper">
									<div class="description">
										More Details Coming Soon
									</div>
								</div>
							</li>
						</ul>
					</div><!-- workshops timetable end -->
					<div id="events" class="timetable full">
						<ul class="periods">
							<li class="single">
								<div class="description-wrapper">
									<div class="description">
										<a class="tab-launcher" rel="conference">
											<h4>Conference (25 Talks)</h4>
										</a>
									</div>
								</div>
							</li>
							<li class="single">
								<div class="description-wrapper">
									<div class="description">
										<a class="lightbox-launcher" rel="call-for-paper">
											<h4>Call for Paper/Call for Training</h4>
										</a>
									</div>
								</div>
							</li>
							<li class="summit" rel="summit">
								<div class="description-wrapper">
									<div class="description">
										India Technology Leadership Summit<br />
										"Be social or Be secure"
									</div>
								</div>
							</li>
							<li>
								<div class="description-wrapper">
									<div class="description">
										<h4 class="technical">PacketWars&trade;**</h4>
										<p style="margin-bottom: 5px;"><strong>PacketWars&trade;</strong> is a sport like nothing you have ever experienced! 
										Games known as Battles pit individual players each other in a race against time to achieve predefined objectives, win prizes
										and attain FAME. Operating in the shadows of the Internet beyond the rule of TCP/IP and
										devoid of compassion, a secret war rages. Sometimes spilling over into the �real� world, digital
										battles are waged to advance the will of the combatants.</p>
										<p>The combatants are as varied as their skills and motivation. Every engagement is unique. It is our
										duty to chronicle these events. Join us as we open a portal to extreme hacking. Do you have what
										it takes to survive? BYOL (Bring Your Own Laptop), if you want to join!</p>
										<p style="color: #777"><strong>**All conference attendees will get FREE access to PacketWars�</strong></p>
										<div class="about">
											<h5>About Angus Blitter</h5>
											<div class="wrapper">
												<img class="portrait" src="img/speakers/wars.png" />
												<p class="bio">
												Angus is the founder of Hack Sec Klahn, a like-minded group of technologists. Angus
												is also the creator of <a href="http://packetwars.com" target="_blank">PacketWars&trade;</a> the World's first Cyber Sport. Angus believes
												diversity is good for the species and hackers are a national resource. Old school, grey hat and previously
												plump, Angus still likes to eat, drink and hack.
												</p>
											</div>
										</div>
									</div>
								</div>
							</li>
						</ul>
					</div><!-- events timetable end -->
				</div>
			</div>
			<div id="sidebar">
				<div class="pricing">
					<h3>Pricing</h3>
					<ul>
						<li>
							<h4>Day 1 &amp; 2</h4>
							<p>Rs. 8,500 + 10.3% ST</p>
							<p class="usd">Approx. USD $210</p>
						</li>
						<li>
							<h4>Workshops</h4>
							<p>1-Day Training: Rs. 12,500 + 10.3% ST</p>
							<p class="usd">Approx. USD $310</p>
							<p>2-Day Training: Rs. 25,000 + 10.3% ST </p>
							<p class="usd">Approx. USD $620</p>
						</li>
						<li>
							<h4>Events</h4>
							<p>FREE with conference admission</p>
						</li>
						<li>
							<h4>Earlybird Discount</h4>
							<p>Save 10% when you register now until August 15th 2011.</p>
						</li>
						<li class="inline">
							<h4>Group Discount:</h4>
							<p>Please <a href="mailto:secretariat@securitybyte.org">inquire</a>.</p>
						</li>
					</ul>
					<a class="register" rel="register">Register</a>
				</div>
				<div class="summit">
					<h3>
						India<br />
						Technology Leadership<br />
						Summit 2011<br />
					</h3>
					<p>Invite only! <a class="summit-apply" rel="summit">Apply now</a></p>
				</div>
				<div class="sponsors">
					<h3>Sponsors</h3>
                    <a href="http://www.etanetserve.com/" target="_blank">
                        <img src="img/logos/eta.png" alt="ETA NET Serve" />
                    </a>
                    <a href="http://hakin9.org/" target="_blank">
                        <img src="img/logos/hackin9.png" alt="Hackin9 IT Security Magazine" />
                    </a>
                    <a href="https://www.isc2.org/" target="_blank">
                        <img src="img/logos/isc2.png" alt="ISC2" />
                    </a>
                    <a href="http://www.eccouncil.org/" target="_blank">
                        <img src="img/logos/ec-council.png" alt="EC Council" />
                    </a>
				</div> 
			</div>
		</div>
		
		<div id="footer">
			<div class="inner">
				<div class="contact-us">
					<h3>Contact Us</h3>
					<div class="left">
						<p>
						<h4>Conference Management:</h4>
						Conferences &amp; Incentives Management (I) Pvt. Ltd.<br />
						Email: <a href="mailto:secretariat@securitybyte.org">secretariat@securitybyte.org</a><br />
						Tel: +91 80 40745800 (IST),
						Fax: +91 80 40745899 (IST)<br />
						Web: <a href="http://www.cimindia.net" target="_blank">www.cimindia.net</a></p>
					</div>
					<div class="right">
						<p>
						<h4>Organizer:</h4>
						Nish Bhalla<br />
						Email: <a href="mailto:nish.bhalla@securitybyte.org">nish.bhalla@securitybyte.org</a><br />
						Mobile: 09650521975 (IST)<br />
						Tel: +1 (201) 390-9198 (EST)</p>
					</div>
				</div>
				<div class="sponsor-us">
					<h3>Sponsor Us</h3>
					<p>If you'd like to sponsor SecurityByte 2011, 
					please contact Conferences & Incentives Management.</p>
					<p><a class="lightbox-launcher" rel="sponsor">Click here</a> for more information.</p>
				</div>
			</div>
			<div class="follow">
				<div class="left">
					Follow us on 
					<a href="http://www.linkedin.com/company/securitybyte" target="_blank">
						<img src="img/logo-linkedin.png" alt="LinkedIn" />
					</a> and 
					<a href="http://twitter.com/securitybyte" target="_blank">
						<img src="img/logo-twitter.png" alt="Twitter" />
					</a>
				</div>
				<div class="right">
					<span class="linkedin">
						<script type="text/javascript" src="http://platform.linkedin.com/in.js"></script><script type="in/share" data-url="http://securitybyte.org" data-counter="right"></script>
					</span>
					<span class="twitter">
						<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://securitybyte.org" data-text="Securitybyte is India's largest information security conference" data-count="horizontal" data-via="securitybyte">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
					</span>
					<span class="google">
						<g:plusone size="medium" href="http://securitybyte.org/"></g:plusone>
					</span>
				</div>
			</div>
		</div>

	</div><!-- global-wrapper end -->

</div><!-- world end -->

<div id="overlay"></div>

<div id="speakers" class="lightbox">
	<div class="inner">
		<div class="info">
			<a class="close"></a>
			<h3>Speakers</h3>
			<ul class="speakers-list">
				<li>
					<div class="picture">
						<img src="img/sample-34.png" />
					</div>
					<div class="meta">
						<span class="name">Hord Tipton,</span>
						<span class="company">Former CIO - US Department of Interior; Executive Director-ISC2</span>
						<img src="img/flag-usa.png" />
					</div>
				</li>
				<li>
					<div class="picture">
						<img src="img/sample-34.png" />
					</div>
					<div class="meta">
						<span class="name">Jay Bavisi,</span>
						<span class="company">President and Co-Founder, EC-Council</span>
						<img src="img/flag-usa.png" />
					</div>
				</li>
				<li>
					<div class="picture">
						<img src="img/sample-34.png" />
					</div>
					<div class="meta">
						<span class="name">Lavakumar Kuppan,</span>
						<span class="company">Royal Bank of Scotland</span>
						<img src="img/flag-india.png" />
					</div>
				</li>
				<li>
					<div class="picture">
						<img src="img/sample-34.png" />
					</div>
					<div class="meta">
						<span class="name">Vipin Kumar,</span>
						<span class="company">NVLabs</span>
						<img src="img/flag-india.png" />
					</div>
				</li>
				<li>
					<div class="picture">
						<img src="img/sample-34.png" />
					</div>
					<div class="meta">
						<span class="name">Nitin Kumar,</span>
						<span class="company">NVLabs</span>
						<img src="img/flag-india.png" />
					</div>
				</li>
				<li>
					<div class="picture">
						<img src="img/sample-34.png" />
					</div>
					<div class="meta">
						<span class="name">Dinis Cruz,</span>
						<span class="company">O2</span>
						<img src="img/flag-uk.png" />
					</div>
				</li>
				<li>
					<div class="picture">
						<img src="img/sample-34.png" />
					</div>
					<div class="meta">
						<span class="name">John McColl,</span>
						<span class="company">Security-Assessment.com</span>
						<img src="img/flag-nz.png" />
					</div>
				</li>
				<li>
					<div class="picture">
						<img src="img/sample-34.png" />
					</div>
					<div class="meta">
						<span class="name">John Bumgarner,</span>
						<span class="company">Research Director - US Cyber Consequences Unit</span>
						<img src="img/flag-usa.png" />
					</div>
				</li>
				<li>
					<div class="picture">
						<img src="img/sample-34.png" />
					</div>
					<div class="meta">
						<span class="name">Larry Suto,</span>
						<span class="company">CTO at Strategic Data Command</span>
						<img src="img/flag-usa.png" />
					</div>
				</li>
				<li>
					<div class="picture">
						<img src="img/sample-34.png" />
					</div>
					<div class="meta">
						<span class="name">Deral Heiland,</span>
						<span class="company">Researcher</span>
						<img src="img/flag-usa.png" />
					</div>
				</li>
				<li>
					<div class="picture">
						<img src="img/sample-34.png" />
					</div>
					<div class="meta">
						<span class="name">Kishor Sonawane,</span>
						<span class="company">Security Compass</span>
						<img src="img/flag-india.png" />
					</div>
				</li>
				<li>
					<div class="picture">
						<img src="img/sample-34.png" />
					</div>
					<div class="meta">
						<span class="name">Bryan K. Fite,</span>
						<span class="company">British Telecom</span>
						<img src="img/flag-usa.png" />
					</div>
				</li>
			</ul>
		</div>
	</div>
</div>

<div id="call-for-paper" class="lightbox">
	<div class="inner">
		<div class="info">
			<a class="close"></a>
			<h3>CFP/CTP</h3>
			<div class="text">
				<p>Securitybyte is proud to announce its Second Annual International Information
				Security Conference, "Securitybyte 2011" in Bangalore, India. This 4-day event
				features two days of conferences and two days of post-conference hands-on Trainings
				&amp; Certifications covering every aspect of Information Security. The Securitybyte
				conference features some of the most respected names in the Security space and is
				focused around new research and innovation. The Securitybyte Conference 2011 is
				planned for Sept 6th through 9th, 2011 at Vivanta by Taj - Yeshwantpur in Bangalore, India.</p>
				<p>The two-day conference (Sept 6th &amp; 7th) will have the following three
				tracks:</p>
				<ul>
				  <li>Basic</li>
				  <li>Deep Technical</li>
				  <li>Manager</li>
				</ul>
				<p><strong>Submission Deadline:</strong> The first round of submission of papers for
				conference talks and trainings should be done no later than June 30th, 2011. Please
				send all your submissions to <a href=
				"mailto:mailto:cfp@securitybyte.org">cfp@securitybyte.org</a>, keeping subject line
				as "SB 2011 CFP Submission".</p><br />
				<h3>TOPICS</h3>
				<p>Got a new attack against any technology or device? We want to see it.</p>
				<p>Topics of interest include, but are not limited to, the following:</p>
				<h4>Technology-Focused</h4>
				<ul>
				  <li>Application &amp; Web Security</li>
				  <li>SOA &amp; Cloud Security</li>
				  <li>Electronic Device Security (Cell Phones / PDA's)</li>
				  <li>Defeating Biometrics</li>
				  <li>3G/4G Cellular Network Security</li>
				  <li>WLAN, RFID and Bluetooth Security</li>
				  <li>Data Recovery and Incident Response</li>
				  <li>Virtualization Security</li>
				  <li>Satellite Hacking</li>
				  <li>Hacking Electronic Voting systems</li>
				  <li>Next-gen BOTNets</li>
				  <li>Worms &amp; Malware</li>
				  <li>Protocol exploits</li>
				  <li>Database Security</li>
				  <li>Forensic &amp; Cyber security</li>
				  <li>Social Engineering</li>
				  <li>Hacker media/film presentations</li>
				  <li>Firmware &amp; Hardware hacking</li>
				  <li>Physical Security</li>
				  <li>Embedded systems hacking</li>
				  <li>Smartcard technologies</li>
				  <li>Credit card and financial instrument technologies</li>
				</ul>
				<h4>Regulatory &amp; Law</h4>
				<ul>
				  <li>Copyright infringement and anti-copyright infringement enforcement
				  technologies</li>
				  <li>Critical infrastructure issues</li>
				  <li>Data security and privacy issues</li>
				  <li>Identity theft, identity creation &amp; identity fraud</li>
				  <li>Corporate Espionage</li>
				</ul>
				<h4>Management</h4>
				<ul>
				  <li>Enterprise Risk management framework</li>
				  <li>SOA Governance</li>
				  <li>Understanding the true value of GRC</li>
				  <li>Information Security Governance</li>
				  <li>Cloud Computing</li>
				  <li>Unified Compliance Framework</li>
				  <li>Security Metrics</li>
				</ul>
				<h4>National Security</h4>
				<ul>
				  <li>Cyber forensics</li>
				  <li>Cyber warfare</li>
				  <li>Cyber Espionage</li>
				  <li>Next hyphenGen Cyber threats</li>
				  <li>Critical Infrastructure protection</li>
				  <li>Surveillance &amp; counter-surveillance</li>
				</ul>
				<h4>Speaker Submission:</h4>
				<p>Please use the following submission form template to respond:</p>
				<ul>
					<li>Name, title, address, email, and phone/contact number</li>
					<li>Short biography, qualifications, occupation, achievements, and affiliations
					(limit 250 words.)</li>
					<li>Summary or abstract of your presentation (limit 1250 words.)</li>
					<li>Technical requirements (video, internet, wireless, audio, etc.)</li>
					<li>References (Contact name, title, and email address of two conferences you have
					spoken at or comparable references.)</li>
				</ul>
				<p><em>Training Submission: (Sept 8th &amp; 9th, 2011)</em></p>
				<p><strong>Please include the following information for your training
				proposal:</strong></p>
				<ul>
					<li>Name, title, address, email, and phone/contact number</li>
					<li>Short biography, qualifications, occupation, achievements, and affiliations
					(limit 250 words)</li>
					<li>Training Overview</li>
					<li>Who should attend</li>
					<li>Course Syllabus</li>
					<li>Length</li>
					<li>Proposed Pricing</li>
					<li>Technical Requirements (Videos, internet, wireless, audio, laptop, etc.)</li>
					<li>Hands-on/ Demo-based/ labs</li>
					<li>References (Contact name, title, and email address of two conferences you have
					taught at or comparable references)</li>
				</ul>
				<p>Please note, product or vendor pitches are not accepted. If your talk involves an
				advertisement for a new product or service your company is offering, please do not
				submit a proposal.</p>
			</div>
		</div>
	</div>
</div>

<div id="summit" class="lightbox">
	<div class="inner">
		<div class="info">
			<a class="close"></a>
			<h3>CEO invite-only event</h3>
			<div class="text">
				<h4>Be Social or Be Secure</h4>
				<p>Join us for an exclusive panel and networking event for upper management only. Send us your contact information
				if you are interested in attending. Please note, only accepted individuals will be notified.</p>
				<form class="leadership" action="dispatcher-devel.php" method="POST">
					<fieldset>
						<label>Full Name:</label>
						<input type="text" name="full_name" />
					</fieldset>
					<fieldset>
						<label>Company:</label>
						<input type="text" name="company" />
					</fieldset>
					<fieldset>
						<label>Position:</label>
						<input type="text" name="position" />
					</fieldset>
					<div class="checkboxes">
						<h5>How would you like to be contacted?</h5>
						<fieldset>
							<input checked type="radio" name="contact_method" value="email" id="radio-email" />
							<label for="radio-email">Email</label>
						</fieldset>
						<fieldset>
							<input type="radio" name="contact_method" value="phone" id="radio-phone" />
							<label for="radio-phone">Phone</label>
						</fieldset>
					</div>
					<fieldset>
						<label>Email:</label>
						<input type="text" name="email" />
					</fieldset>
					<fieldset>
						<label>Phone:</label>
						<input type="text" name="phone" />
					</fieldset>
					<div class="error">Please correct the form above and try again.</div>
					<div class="submit">
						<input type="image" src="img/submit.png" alt="Submit" value="Submit" />
					</div>
				</form>
			</div>
		</div>
	</div>
</div>

<div id="map" class="lightbox">
	<div class="inner">
		<div class="info">
			<a class="close"></a>
			<h3>Venue</h3>
			<div class="text">
				<p>The four-day Securitybyte 2011 conference will take place at <strong>Vivanta by Taj - Yeshwantpur</strong> located in the heart of India's Silicon Valley, Bangalore, India.</p>
			</div>
			<div class="map">
				<iframe width="100%" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.ca/maps?q=Vivanta+by+Taj+-+Yeshwantpur&amp;ie=UTF8&amp;hl=en&amp;hq=Vivanta+by+Taj+-+Yeshwantpur&amp;hnear=&amp;radius=15000&amp;t=h&amp;ll=13.059070,77.517050&amp;spn=0.0217,0.035083&amp;z=14&amp;iwloc=A&amp;cid=12170574804935242141&amp;output=embed"></iframe>
			</div>
		</div>
	</div>
</div>

<div id="register" class="lightbox">
	<div class="inner">
		<div class="info">
			<a class="close"></a>
			<h3>Register</h3>
			<div class="text">
				<p>Registration will be opening in the next few weeks.</p>
				
				<p>For more info or to learn more, please <a href="mailto:secretariat@securitybyte.org">contact us</a>.</p>
			</div>
		</div>
	</div>
</div>

<div id="speaker-bios">
	<div id="orru" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/orru.png" />
					</div>
					<div class="meta">
						<h3 class="name">Michele Orru</h3>
						<img class="flag" src="img/flag-poland.png" />
						<span class="company">Penetration Testing Specialist, The Royal Bank of Scotland Group</span>
					</div>
				</div>
				<div class="text">
					<p>Michele Orru' a.k.a. antisnatchor is an IT and ITalian security guy who
                    works as a Penetration Tester for The Royal Bank of Scotland Group in
                    Warsaw, Poland. He mainly focuses his research on web application security.
                    Besides his nasty passion about black, gray, white hat hacking and BeEF
                    (being one of the most active core developers) he enjoys to leave alone
                    his Mac while fishing on salted water and praying for Kubrick resurrection.</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
    <div id="jakhar" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/jakhar.png" />
					</div>
					<div class="meta">
						<h3 class="name">Aseem Jakhar</h3>
						<img class="flag" src="img/flag-india.png" />
						<span class="company">Payatu Labs</span>
					</div>
				</div>
				<div class="text">
					<p>Aseem "&#64;" Jakhar is the chief researcher at Payatu Labs, a startup in information security trainings and consulting, with extensive experience in system programming, security research and consulting. He has worked on various security products and tools. He has been a speaker at various security conferences including Xcon, Blackhat EU, Clubhack, IBM Security & Privacy Bangalore, Cocon, ISACA Bangalore, Bangalore Cyber secuity summit, National Police Academy Cyber crime seminar Hyderabad. He is also the founder of null - The open security community (registered not-for-profit organization, <a href="http://null.co.in" target="_blank">http://null.co.in</a>). The focus and mission of null is advanced security research, awareness and assisting Govt./private organizations with security issues. null currently has eight active chapters throughout India and is now planning to expand outside India as well. One of the null initiatives is nullcon security conference <a href="http://nullcon.net" target="_blank">http://nullcon.net</a> which is a favourite go-to destination for hackers and security professionals in the Indian sub-continent.</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
    <div id="bala" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/bala.png" />
					</div>
					<div class="meta">
						<h3 class="name">Bala Sathiamurthy</h3>
						<img class="flag" src="img/flag-usa.png" />
						<span class="company">Director � Information Security, Yahoo Inc.</span>
					</div>
				</div>
				<div class="text">
					<p>I focus on securing large scale distributed production software across Yahoo!
                    networks. My team is responsible for building and maintaining all software tools and
                    libraries that are used by engineers across Yahoo! to build secure products. My team
                    also conducts security reviews of major product initiatives across Yahoo! to ensure
                    they are secure by design and implementation, and are in compliance with Yahoo!
                    application security policy and guidelines. We also provide training and support to
                    Yahoo! developers to educate them on most common security vulnerabilities and
                    show them best practices to mitigate them.</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
	<div id="bishan" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/bishan.png" />
					</div>
					<div class="meta">
						<h3 class="name">Bishan Singh</h3>
						<img class="flag" src="img/flag-india.png" />
						<span class="company">Yahoo SDC</span>
					</div>
				</div>
				<div class="text">
					<p>
						Bishan (Bish) is from the Yahoo security group, called Paranoids. In his
						current role, he works with engineers at Yahoo SDC Bangalore to build
						secure and defensible applications. His role transcends to various
						groups at Yahoo from Ads, Media, Open Social to Cloud Security. In his
						early years, he founded and lead the security consulting business for a
						start-up, Sumeru, later heading the application security practice at IBM
						GBS. More recently, Bishan was with Foundstone (a division of McAfee)
						where he worked as Principal Consultant.
					</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
	<div id="mookhey" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/mookhey.png" />
					</div>
					<div class="meta">
						<h3 class="name">Kanwal K. Mookhey</h3>
						<img class="flag" src="img/flag-india.png" />
						<span class="company">Founder, Network Intelligence and The Institute of Information Security</span>
					</div>
				</div>
				<div class="text">
					<p>Kanwal K. Mookhey (CISA, CISSP, CISM) is the Principal Consultant and
					Founder at <a href="http://www.niiconsulting.com" target="_blank">Network Intelligence</a> as well as the
					Founder of <a href="http://www.iisecurity.in" target="_blank">The Institute of Information Security</a>. He is
					an internationally well-regarded expert in the field of IT governance,
					information risk management, forensic fraud investigations, compliance, and
					business continuity. He has more than a decade of experience in this field,
					having worked with prestigious clients such as the The Indian Navy, The
					United Nations, Abu Dhabi &amp; Dubai Stock Exchanges, State Bank of India,
					Saudi Telecom, Capgemini, BNP Paribas, the Mumbai Crime Branch and manyothers.</p>
					<p>His skills and know-how encompass risk management, compliance, business
					continuity, application security, computer forensics, and penetration
					testing. He is well-versed with international standards such as COBIT, ISO
					27001, PCI DSS, BS 25999, and ITIL / ISO 20000.</p>
					<p>He is the author of two books (Linux Security And Controls by ISACA, and
					Metasploit Framework, by Syngress Publishing), and of numerous articles on
					information security. He has also presented at conferences such as OWASP,
					Blackhat, Interop, IT Underground and others.</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
    <div id="raman" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/raman.png" />
					</div>
					<div class="meta">
						<h3 class="name">Nithya Raman</h3>
						<img class="flag" src="img/flag-india.png" />
						<span class="company">Senior Security Value Analyst, Symantec</span>
					</div>
				</div>
				<div class="text">
					<p>Nithya is a threat researcher at Symantec, with a focus on web based threats. She has
                    over 6 years of experience in the field of information security, and has been working with the
                    Norton Safe Web product over the past 3 years. She has done extensive research on search
                    engine optimization poisoning and has developed the detection methodology (patent pending)
                    implemented in Norton Safe Web. She has been involved in research and detection of various
                    other web based threats including malware on social networks. During the course of her career,
                    she has also worked on vulnerability scanning/assessment and application security.</p>
                    <p>Qualifications: BE(CSE), CISM, CISSP, CEH, ISO27001-Implementation, Security+</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
    <div id="kotowicz" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/kotowicz.png" />
					</div>
					<div class="meta">
						<h3 class="name">Krzysztof Kotowicz</h3>
						<img class="flag" src="img/flag-poland.png" />
						<span class="company">Securing (www.securing.pl)</span>
					</div>
				</div>
				<div class="text">
					<p>Web security researcher specialized in the discovery and exploitation of HTML5 vulnerabilities. Author of multiple recognized HTML5/UI redressing attack vectors. Penetration Tester with Securing.pl. IT security trainer with Niebezpiecznik.pl and author of the "Hacking HTML5" training program.</p>
					<p>Experienced web application developer, has created secure e-commerce systems, intranet and social networking applications. Contributes to various open-source projects and also develops his own open-source solutions - <a href="http://github.com/koto" target="_blank">http://github.com/koto</a></p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
    <div id="vivek" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/vivek.png" />
					</div>
					<div class="meta">
						<h3 class="name">Vivek Ramachandran</h3>
						<img class="flag" src="img/flag-india.png" />
						<span class="company">CEO, Binary Security Solutions</span>
					</div>
				</div>
				<div class="text">
                    <p>Vivek is a world renowned security researcher and evangelist. His expertise includes computer and network security, exploit research, wireless security, computer forensics, embedded systems security, compliance and e-Governance. He is the author of the books � "Wireless Penetration Testing using Backtrack" and "The Metasploit Megaprimer", both up for worldwide release in 2011. Vivek is a B.Tech from IIT Guwahati and an advisor to the computer science department's Security Lab.</p>
                    <p>Vivek is an internationally acclaimed speaker and has spoken in dozens of conferences worldwide. Some of his well known talks include � "WEP Cloaking Exposed" at Defcon 15, Las Vegas, USA and "The Caffe Latte Attack" at Toorcon, San Diego, USA. Both these talks were covered extensively by international media including BBC Online, Network World, The Register, Mac World, Computer Online etc.</p>
                    <p>In 2006, Microsoft declared Vivek as one of the winners of the Microsoft Security Shootout Contest held in India among an estimated 65,000 participants. The competition was aimed at finding leading Security Experts in India. Vivek was also awarded a Team Achievement Award by Cisco Systems for his contribution to the 802.1x and Port Security modules in the Catalyst 6500 series of switches. These are high end security features used in Enterprises.</p>
                    <p>He is well known in the hacking and security community as the founder of SecurityTube.net, a free video based computer security education portal. SecurityTube gets an estimated 100,000 monthly visitors and is considered one of top sites for security education. Vivek's videos on Wireless Megaprimer, Exploit Research, Assembly Language Programming, Buffer Overflows, Metasploit videos etc. have received thousands of views and hundreds of appreciating comments from the community.</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
    <div id="rucci" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/rucci.png" />
					</div>
					<div class="meta">
						<h3 class="name">Antonio A. Rucci</h3>
						<img class="flag" src="img/flag-usa.png" />
						<span class="company">Oak Ridge National Laboratory</span>
					</div>
				</div>
				<div class="text">
					<p>With more than 28 years of counterintelligence and security experience, Tony Rucci currently in IC
					Programs for the Global Security Directorate (GSD) at the Oak Ridge National Laboratory (ORNL),
					Department of Energy, Oak Ridge, Tennessee. Mr. Rucci was hired by ORNL in 2004 as a Technical
					Security and Intelligence Programs Manager to spearhead the design and accreditation of the
					Multiprogram Research Facility. After accreditation, Mr. Rucci served as the Director of Intelligence
					Operations and in 2007, assumed responsibilities as the Collection Manager and Cyber Initiatives. In
					2010, was given an opportunity to reach back to his community of interest and become an IC Programs
					Developer for the Global Security Directorate.</p>
					<p>Prior to his employment with ORNL, Mr. Rucci retired after 21 years as a United States Army
					Counterintelligence (CI) Warrant Officer / Special Agent, having served in a variety of leadership
					positions and conducted numerous security and espionage investigations to protect our national
					interests, culminating with his final assignment as the Counterintelligence Operations Officer for the
					Director of Security, White House Military Office.</p>
					<p>During the attacks of 11 September 2001, Mr. Rucci and the Director of Security quickly formulated
					a plan of action and implemented it. Mr. Rucci relocated with the First Lady where he served as the
					military support officer providing critical assistance in establishing contact between the President
					and the First Lady. He also used his extensive knowledge of communications protocol and continuity
					of government plans to help the United States Secret Service interact with Department of Defense
					elements to develop plans to provide for the safety of the First Lady.</p>
					<p>Mr. Rucci was the lead counterintelligence officer on over 70 Presidential visits to foreign countries.
					During these trips, he performed diverse tasks to ensure the White House Military Office mission
					was successfully performed, provided force protection measures to ensure the security of military
					forces, provided critical intelligence to the Military Aide to the President and the United States Secret
					Service, which affected the President of the United States. Mr. Rucci accomplished this by fusing
					disparate information from national intelligence agencies, host country law enforcement agencies, and
					Department of State personnel into a coherent, succinct threat picture.</p>
					<p>Mr. Rucci retired from the U.S. Army and left the White House in December 2004 but continues to
					serve the intelligence community and national security efforts in his current capacity with Oak Ridge
					National Laboratory. Tony speaks regularly at government and industry events on such topics as Critical
					Infrastructure Protection, Spear Phishing, Social Networking and Insider Threats. Mr. Rucci and his Pam are �Proud Empty Nesters� and reside in Knoxville, Tennessee.</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
	<div id="vipin" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/vipin.png" />
					</div>
					<div class="meta">
						<h3 class="name">Vipin Kumar</h3>
						<img class="flag" src="img/flag-india.png" />
						<span class="company">NVLabs</span>
					</div>
				</div>
				<div class="text">
					<p>Vipin is an independent security consultant and 
					analyst at NVLabs. He has experience in system and 
					network security as well as programming and project design. 
					He likes to develop specialized software and/or stuffs 
					related to windows kernel. He holds MCSE and a Bachelor
					of Technology in Computer Science. His previous work 
					consists of bootkit,vbootkit,nvbit- Bitlocker 
					Volumes access tool from linux.</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
	<div id="nitin" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/nitin.png" />
					</div>
					<div class="meta">
						<h3 class="name">Nitin Kumar</h3>
						<img class="flag" src="img/flag-india.png" />
						<span class="company">NVLabs</span>
					</div>
				</div>
				<div class="text">
					<p>Nitin is an independent Security Engineer and researcher 
					at NVLabs. He has been involved in Network Security 
					Analysis and Penetration Techniques. He likes reverse 
					engineering, researching OS and Network Security. 
					He is a recent graduate in Bachelor of Technology, 
					Computer Science and holds RHCE certification. 
					His clients include some of mostreputed organizations. 
					His previous work consists of bootkit, vbootkit,
					nvbit- Bitlocker Volumes access tool from linux.</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
	<div id="kuppan" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/kuppan.png" />
					</div>
					<div class="meta">
						<h3 class="name">Lavakumar Kuppan</h3>
						<img class="flag" src="img/flag-india.png" />
						<span class="company">Independent Security Researcher</span>
					</div>
				</div>
				<div class="text">
					<p>Lavakumar is a Web Security Researcher with 
					over 5 years of Penetration testing experience. 
					He has authored multiple security tools like 
					'Shell of the Future', JS-Recon, Imposter and
					the HTLM5 based Distributed Computing System
					- Ravan. He has discovered several novel attacks,
					one of his techniques was voted by peers and experts 
					as the 5th best 'hack' of 2010. His works
					have been covered by leading media portals including 
					the Forbes. All his research and 
					tools are available at the Attack and Defense
					Labs website. He has spoken at multiple conferences 
					like BlackHat, OWASP AppSec Asia &amp; SecurityByte 2009,
					ClubHack, NullCon etc on topics ranging from browser 
					exploitation to HTML5 Security.</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
	<div id="bumgarner" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/bumgarner.png" />
					</div>
					<div class="meta">
						<h3 class="name">John Bumgarner</h3>
						<img class="flag" src="img/flag-usa.png" />
						<span class="company">Chief Technology Officer, U.S. Cyber Consequences Unit</span>
					</div>
				</div>
				<div class="text">
					<p>John Bumgarner is the Research Director for Security Technology and Chief Technology Officer of the U.S. Cyber Consequences Unit, an independent, non-profit research organization that investigates the strategic and economic consequences of cyber attacks.  He has over 20 years of work experience in information security, military special operations, intelligence, and physical security.  His private sector certifications include CISSP, GIAC (Gold), and duel Masters degrees in Information Systems Management and Security Management.</p>
					<p>In John's work as a security researcher, he has discovered many widely discussed cyber vulnerabilities, uncovered many previously undetected cyber attacks, and invented important new cyber-attack techniques.  He has served as an expert source for national and international news organizations, including Business Week, BBC, CBS, CNN, The Los Angeles Times, The Wall Street Journal, and The Guardian in London.  His articles have appeared in the journal of the Information System Security Association, the Homeland Security Journal, the Information Operations Journal, the Counter Terrorist magazine, the Asia-Pacific Defense Forum and other leading security publications.</p> 
					<p>John is the author of the U.S. Cyber Consequences Unit's much-acclaimed analysis of the August 2008 cyber campaign against Georgia.  He is also the co-author, along with Scott Borg, of the US-CCU Cyber Security Check List, which is currently used by cyber security professionals in over eighty countries.</p>
					<p>John is a popular speaker, who has addressed many conventions and conferences, including the Network Centric Warfare conference in Brussels, the Cyber Defense conference in Denmark, the Cyber Conflict Policy and Legal conference in Estonia, the World Cyber Security Technology Research Summit in Ireland, the Cyber Warfare conference in London, and the National Defense Industrial Association Cyber Security Symposium in the United States.</p> 
					<p>The institutions where he has been a guest lecturer include the Center on Terrorism and Irregular Warfare at the Naval Postgraduate School and the International Security Studies Program at the Fletcher School. He is featured in the International Spy Museum's �Weapons of Mass Disruption� cyber warfare exhibit in Washington, D.C.</p>
					<p>During his distinguished military career he received approximately three dozen decorations and awards, including the Meritorious Service Medal, the Army Commendation Medal, the Army Achievement Medal, the Navy and Marine Corps Achievement Medal.</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
	<div id="mccoll" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/mccoll.png" />
					</div>
					<div class="meta">
						<h3 class="name">John McColl</h3>
						<img class="flag" src="img/flag-nz.png" />
						<span class="company">Security-Assessment.com</span>
					</div>
				</div>
				<div class="text">
					<p>John McColl is a Security Consultant for Security-Assessment.com based
                    in Auckland New Zealand. John specializes in telecommunications systems
                    and regularly performs security audits of PBX, Voicemail and other
                    Telecommunications systems.</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
	<div id="suto" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/na.png" />
					</div>
					<div class="meta">
						<h3 class="name">Larry Suto</h3>
						<img class="flag" src="img/flag-usa.png" />
						<span class="company">CTO at Strategic Data Command</span>
					</div>
				</div>
				<div class="text">
					<p>Bio coming soon.</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
	<div id="heiland" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/heiland.png" />
					</div>
					<div class="meta">
						<h3 class="name">Deral Heiland</h3>
						<img class="flag" src="img/flag-usa.png" />
						<span class="company">Senior Security Engineer at CDW</span>
					</div>
				</div>
				<div class="text">
					<p>Deral Heiland CISSP, serves as a Senior Security Engineer at
					CDW where he is responsible for security assessments,
					and consulting for corporations and government agencies.
					In addition, Deral is the founder of Ohio Information
					Security Forum a not for profit organization that focuses 
					on information security training and education. Deral is also 
					a member of the foofus.net security team, a group of security 
					professionals focused on penetration testing, security research 
					and tool development. Deral has also presented at numerous 
					conferences including ShmooCon, Defcon, AFCEA InfoTech, Ohio 
					Digital Government Summit. Deral has also spoken on a number 
					of occasions as a guest speaker at various universities 
					including University of Wisconsin, University of Northern Kentucky, 
					Murray State University and also been a guest lecturer at the Airforce
					Institute of Technology (AFIT). Deral has over 18 years of experience
					in the Information Technology field, and has held multiple positions
					including: Senior Network Analyst, Network Administrator, Database
					Manager, Financial Systems Manager and Senior Information Security 
					Analyst where he was responsible for delivering security guidance and
					leadership in the area of risk 
					and vulnerability management for a global Fortune 500 manufacturer.</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
	<div id="sonawane" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/sonawane.png" />
					</div>
					<div class="meta">
						<h3 class="name">Kishor Sonawane</h3>
						<img class="flag" src="img/flag-india.png" />
						<span class="company">Security Compass</span>
					</div>
				</div>
				<div class="text">
					<p>Kishor has total 7 yrs of experience in Information Security 
					and provided consulting services for variety of International, 
					domestic clients. His clientele includes Financial Institutes, 
					Largest Government Bank in India, Largest private sector bank in 
					India, County government of California, Share Broking Firm, Chamber 
					of Commerce in Middle East, Largest car Distributor in KSA, U
					nited Nations, Google Store, Stock Exchange, Credit Card Processing
					Organizations, Largest Cell Phone Manufacturer, Software Firms, 
					and many more private sector companies.</p>
					<p>Kishor has discovered / reported vulnerabilities in various applications such as:</p>
					<ul>
						<li>Yahoo</li>
						<li>Hotmail MSN</li>
						<li>Orkut (beta version)</li>
						<li>Oracle Applications Server 11i</li>
						<li>Flexcube (I-Flex Solutions)</li>
						<li>Orkut Worm</li>
					</ul>
					<p>Kishor holds his Masters degree in Computer Science (M.C.S.)
					from Pune University. He is a Certified in BS7799-2 
					Implementation and Assessment.</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
	<div id="fite" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/fite.png" />
					</div>
					<div class="meta">
						<h3 class="name">Bryan K. Fite</h3>
						<img class="flag" src="img/flag-usa.png" />
						<span class="company">British Telecom</span>
					</div>
				</div>
				<div class="text">
					<p>Bryan K. Fite a committed security practitioner and 
					entrepreneur is currently a Global Program Security &amp;
					Compliance Director with British Telecom (BT). Having 
					spent over 20 years in mission-critical environments, 
					Bryan is uniquely qualified to advise organizations on 
					what works and what doesn't. Bryan has worked with organizations 
					in every major vertical throughout the world and has established 
					himself as a trusted advisor. 
					"The challenges facing organizations today require a 
					business reasonable approach to managing risk and protecting information assets."</p>
					<p><strong>Professional Highlights</strong></p>
					<ul>
						<li>Founded Meshco� Producers of PacketWars�</li>
						<li>Introduced Forensix� computer forensics collection, analysis and visualization suite</li>
						<li>Released AFIRM: Active Forensic Intelligent Response Method to the general public</li>
						<li>Founded GETSecure� a full service security practice; products, professional services, managed services and training.</li>
						<li>Co-Founded SecureIT� (acquired by Verisign) a pure play security practice; products, services and training</li>
					</ul>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
    <div id="marshall" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/marshall.png" />
					</div>
					<div class="meta">
						<h3 class="name">Richard H.L. Marshall</h3>
						<img class="flag" src="img/flag-usa.png" />
						<span class="company">Director of Global Cybernetic Management, DHS</span>
					</div>
				</div>
				<div class="text">
					<p>Mr. Marshall, a member of the Senior Cryptologic Executive Service (SES) and the Defense Intelligence Senior Executive Service (DISES) is the Director of Global Cyber Security Management, National Cyber Security Division, Department of Homeland Security (DHS) by special arrangement between the Director, National Security Agency (DIRNSA) and the Secretary of DHS. Within DHS he leads the direction of the following programs: National Cybersecurity Education Strategy; Software Assurance; Research and Standards Integration; Supply Chain Risk Management; and Cybersecurity Education and Workforce Development.</p>
					<p>Mr. Marshall was previously the Senior Information Assurance (IA) Representative, Office of Legislative Affairs at the National Security Agency (NSA) where he served as the Agency's point of contact for all NSA Information Security (INFOSEC) matters concerning Congress. He devised the IA legislative strategy, helped shaped the passage of the revised Foreign Intelligence Surveillance Act and was instrumental in shaping the Comprehensive National Cybersecurity Initiative.</p>
					<p>In 2001, Mr. Marshall was selected by Dick Clarke, the Cyber Advisor to the President to serve as the Principal Deputy Director, Critical Infrastructure Assurance Office (CIAO), where he led a team of 40 dedicated professionals in developing, coordinating and implementing the Administration's National Security for Critical Infrastructure Protection initiative and the National Cyber Security Strategy to address potential threats to the nation's critical infrastructures. He persuasively articulated the business case for enhancing information assurance in government and private sectors, and championed national outreach and awareness of information assurance issues to key stakeholders such as owners and operators of critical infrastructures, opinion influencers, business leaders, and government officials.</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
    <div id="nicolaou" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/nicolaou.png" />
					</div>
					<div class="meta">
						<h3 class="name">George Nicolaou</h3>
						<img class="flag" src="img/flag-cyprus.png" />
						<span class="company">Astalavista</span>
					</div>
				</div>
				<div class="text">
					<p>George Nicolaou works as an independent security consultant and researcher, he received his BSc in
                    Computer Science and MSc in Advanced Computing Security from the University of Bath in UK in which
                    he pursued research involving malware and vulnerability analysis. Additionally, George is the head of
                    Research and Development department of the Astalavista community for many years now. His interests
                    involve Reverse Engineering, Malware Analysis, Penetration Testing, Cryptography, various sports such
                    as martial arts and socialising.</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
	<div id="tipton" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/tipton.png" />
					</div>
					<div class="meta">
						<h3 class="name">Hord Tipton</h3>
						<img class="flag" src="img/flag-usa.png" />
						<span class="company">Former CIO � US Department of Interior; Executive Director-ISC2</span>
					</div>
				</div>
				<div class="text">
					<p>Hord Tipton is the former chief information officer for the U.S. Department of the Interior. He is now a board member for ISC2, the organization that maintains the certified information security engineering professional exam and credentialing process. In January 2007, he retired from the government to become president of Ironman Technologies. He previously served as CIO in the Bureau of Land Management's Energy and Minerals, and Resource Use and Protection. He also served as state director for the Bureau of Land Protection, director for offshore minerals and international affairs for the Minerals Management Service, and as acting director of the Office of Surface Mining and Reclamation and Enforcement. Tipton holds a master's degree in engineering administration from the University of Tennessee. He received the President's Meritorious Service Rank Award and the Silver Executive Leadership Award from the Secretary of the Interior.</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
	<div id="bavisi" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/bavisi.png" />
					</div>
					<div class="meta">
						<h3 class="name">Jay Bavisi</h3>
						<img class="flag" src="img/flag-usa.png" />
						<span class="company">President and Co-Founder, EC-Council</span>
					</div>
				</div>
				<div class="text">
					<p>Sanjay Bavisi is the Co-Founder and President of EC-Council, 
					a global Leader in Information Security Education, Training, 
					and Certification. He is the Co-founder of the world famous 
					Certified Ethical Hacker (C|EH), Computer Hacking Forensic 
					Investigator (C|HFI), Secure Analyst (E|CSA), and Licensed 
					Penetration Tester (L|PT) programs. With 27 Infosec facing 
					certifications in all, ECC's direct interest is in supporting 
					the global need for Security Certified Professionals 
					in the realm of Ethical Hacking among many other domains.</p>
					<p>He is an Information Security Evangelist and Information 
					Security Architect that shares the platform with law and policy 
					makers at various international conferences and seminars. 
					His key expertise is in the area of Ethical Hacking, Information 
					Assurance and Computer Forensics with a special focus in the 
					government space internationally.Jay is also a contributing 
					author of the Computer and Information Security Handbook 
					published by Elsevier in 2009.</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
    <div id="polyakov" class="lightbox bio">
		<div class="inner">
			<div class="info">
				<a class="previous"></a>
				<a class="next"></a>
				<a class="close"></a>
				<div class="top">
					<div class="picture">
						<img src="img/speakers/polyakov.png" />
					</div>
					<div class="meta">
						<h3 class="name">Alexander Polyakov</h3>
						<img class="flag" src="img/flag-russia.png" />
						<span class="company">CTO ERPScan</span>
					</div>
				</div>
				<div class="text">
					<p>Alexander Polyakov aka @sh2kerr, CTO at ERPSCAN, head of DSecRG and architect of ERPSCAN Security scanner for SAP. His expertise covers security of enterprise business-critical software like ERP, CRM, SRM, RDBMS, banking and processing software. He is the manager of OWASP-EAS ( OWASP subproject), a well-known security expert of the enterprise applications of such vendors as SAP and Oracle, who published a significant number of the vulnerabilities found in the applications of these vendors. He is the writer of multiple whitepapers devoted to information security research, and the author of the book "Oracle Security from the Eye of the Auditor: Attack and Defense" (in Russian). He is also one of the contributors to Oracle with Metasploit project. Alexander spoke at the international conferences like BlackHat, HITB (EU/ASIA), Source, DeepSec, CONFidence, Troopers.</p>
				</div>
			</div>
		</div>
	</div><!-- bio end -->
    
</div>

<div id="sponsor" class="lightbox">
	<div class="inner">
		<div class="info">
			<a class="close"></a>
			<h3>Sponsor Us</h3>
			<div class="text">
				<p>Securitybyte is proud to welcome you to the second Annual 
				International Information Security gathering Securitybyte 2011, 
				September 6 through September 9, 2011 in Bangalore, India. 
				Spread over four days, this event brings together thought 
				leaders from around the globe to discuss and debate the 
				important security issues , solutions and deliver the latest 
				knowledge in one place to protect your organization from threats today.</p>
				<p>In today's changing security landscape you can't leave anything to chance.
				Securitybyte Conference is the most regarded comprehensive forum in
				information security, offering enterprise and technical Professionals
				one-stop learning. Learn about the latest trends and technologies, 
				get access to new best practices, and gain insight into the practical
				and pragmatic perspectives on the most critical technical and business
				issues facing you today. This year's conference will gather leading 
				information security strategists, ethical hackers, and researchers 
				to present their new findings, threats, defense, attacks, 
				and countermeasures including best practices and guidelines.</p>
				<p><strong>For more information, please download the full sponsorship guide below:</strong></p>
			</div>
			<a href="files/security-byte-sponsor-2011.pdf" class="download-full-details" target="_blank">
				<img src="img/download-full-details.png" alt="Download Full Details (PDF)" />
			</a>
		</div>
		<div class="contact">
			<h4>To sponsor, Contact the conference committee:</h4>
			<div class="container">
				<div class="left">
					<strong>Conferences & Incentives Management<br />
					(I) Pvt. Ltd.</strong><br />
					101, First Floor, Infantry Court, 130,<br />
					Infantry Road, Bangalore � 560001
				</div>
				<div class="right">
					<strong>Email:</strong> <a href="mailto:secretariat@securitybyte.org">secretariat@securitybyte.org</a><br />
					<strong>Tel:</strong> +91 80 40745800, Fax: +91 80 40745899,<br />
					<strong>Web:</strong> <a href="http://www.cimindia.net" target="_blank">www.cimindia.net</a>
				</div>
			</div>
		</div>
	</div>
</div>

<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
</body>

</html>