Ethical Hacking - Introduction to Computer Security

Vibrant Technologies & Computers
Vibrant Technologies & ComputersVibrant Technologies & Computers
Ethical Hacking - Introduction to Computer Security
Introduction To Computer SecurityIntroduction To Computer Security
• By :- Vibrant Technologies &
Computers
• In 1983, Kevin Mitnick did an intrusion on a Pentagon’s
computer
• Robert Tappan Morris created the first worm and sent it from
MIT to the web and caused $50,000 of damages
• In 1994, Vladimir Levin intruded in an American bank
computer and stole 10 millions dollars
• Jonathan James “c0mrade”, 16 years old, infiltrated a NASA
computer in 1999 and had access to data worth 1,7 millions
dollars
• Today (CSI Report, 2007):
o 46% of companies have admitted to suffering financial losses due to security
incidences. The reported loss amounted to a total of approximately
$66,930,000.
o 39% of companies have been unable (or unwilling) to estimate the cost of
their losses.
• Financial Losses, Personal losses, Privacy losses, Data
Losses, Computer Malfunction and more…..
Computer Security
Computer SecurityComputer Security
• Computer and Network security was not at all
well known, even about 12 years ago
• Today, it is something everyone is aware of the
need, but not sure what is really means
• Interesting topic of threats, countermeasures,
risks, stories, events and paranoia
o With some mathematics, algorithms, designs and software issues
mixed in
o Yet, not enough people, even security specialists understand the
issues and implications
Media StoriesMedia Stories
• Consumers are
bombarded with media
reports narrating dangers
of the online world
o Identity Theft
o Embezzlement and fraud
o Credit card
theft
o Corporate
Loss
• Just “fear
mongering”?
Security? What is that?Security? What is that?
• Lock the doors and windows and you are secure
o NOT
• Call the police when you feel insecure
o Really?
• Computers are powerful, programmable machines
o Whoever programs them controls them (and not you)
• Networks are ubiquitous
o Carries genuine as well as malicious traffic
• End result: Complete computer security is unattainable, it is
a cat and mouse game
o Similar to crime vs. law enforcement
Goals of Computer SecurityGoals of Computer Security
• Integrity:
o Guarantee that the data is what we expect
• Confidentiality
o The information must just be accessible to the authorized people
• Reliability
o Computers should work without having unexpected problems
• Authentication
o Guarantee that only authorized persons can access to the resources
Security BasicsSecurity Basics
• What does it mean to be secure?
o “Include protection of information from theft or corruption, or
the preservation of availability, as defined in the security policy.”
- The Wikipedia
• Types of Security
o Network Security
o System and software security
o Physical Security
• Very little in computing is inherently secure, you must
protect yourself!
o Software cannot protect software (maybe hardware can)
o Networks can be protected better than software
Some Types of AttacksSome Types of Attacks
• What are some common attacks?
o Network Attacks
• Packet sniffing, man-in-the-middle, DNS hacking
o Web attacks
• Phishing, SQL Injection, Cross Site Scripting
o OS, applications and software attacks
• Virus, Trojan, Worms, Rootkits, Buffer Overflow
o Social Engineering
• (NOT social networking)
• Not all hackers are evil wrongdoers trying to
steal your info
o Ethical Hackers, Consultants, Penetration testers,
Researchers
Need to know:
Networking,
Web
Programming,
Operating
Systems,
Programming
languages and
compilers.
Network AttacksNetwork Attacks
• Packet Sniffing
o Internet traffic consists of data “packets”, and
these can be “sniffed”
o Leads to other attacks such as
password sniffing, cookie
stealing session hijacking,
information stealing
• Man in the Middle
o Insert a router in the path between client and
server, and change the packets as they pass
through
• DNS hijacking
o Insert malicious routes into DNS tables to send
traffic for genuine sites to malicious sites
Need to know:
Networking
protocols,
routing, TCP-IP
Web AttacksWeb Attacks
• Phishing
o An evil website pretends to be a trusted website
o Example:
• You type, by mistake, “mibank.com” instead of “mybank.com”
• mibank.com designs the site to look like mybank.com so the user
types in their info as usual
• BAD! Now an evil person has your info!
• SQL Injection
o Interesting Video showing an example
• Cross Site Scripting
o Writing a complex Javascript program that steals data left by
other sites that you have visited in same browsing session
Need to know:
Web
Programming,
Javascript,
SQL
VirusVirus
• Definition
o Piece of code that automatically reproduces itself.
It’s attached to other programs or files, but requires
user intervention to propagate.
• Infection (targets/carriers)
o Executable files
o Boot sectors
o Documents (macros), scripts (web pages), etc.
• Propagation
is made by the user. The mechanisms are storage
elements, mails, downloaded files or shared folders
Infection
Propagation
Payload
WormWorm
• Definition
o Piece of code that automatically reproduces
itself over the network. It doesn’t need the user
intervention to propagate (autonomous).
• Infection
o Via buffer overflow, file sharing, configuration
errors and other vulnerabilities.
• Target selection algorithm
o Email addresses, DNS, IP, network
neighborhood
• Payload
o Malicious programs
o Backdoor, DDoS agent, etc.
infection
Propagation
engine
Payload
Target
Selection
algorithm
Scanning
engine
Backdoor, trojan, rootkitsBackdoor, trojan, rootkits
• Goal
o The goal of backdoor, Trojan and rootkits is to take possession of a machine
subsequently through an infection made via a backdoor.
• Backdoor
o A backdoor is a program placed by a black-hacker that allows him to access a system.
A backdoor have many functionalities such as keyboard-sniffer, display spying, etc.
• Trojan
o A Trojan is a software that seems useful or benign, but is actually hiding a malicious
functionality.
• Rootkits (the ultimate virus)
o Rootkits operate like backdoor and Trojan, but also modify existing programs in the
operating system. That allows a black-hacker to control the system without being
detected. A rootkit can be in user-mode or in kernel-mode.
Social EngineeringSocial Engineering
Social EngineeringSocial Engineering
• Why is this social engineering?
o Manipulating a person or persons into divulging
confidential information
• I am not dumb, so does this really apply to me?
o YES! Attackers are ALSO not dumb.
o Social Engineers are coming up with much better
and much more elaborate schemes to attack users.
o Even corporate executives can be tricked into
revealing VERY secret info
• What can I do to protect myself?
o NEVER give out your password to ANYBODY.
o Any system administrator should have the ability to
change your password without having to know an
old password
Need to know:
How to win friends
(victims) and influence
(scam) people (not
CS).
Password AttacksPassword Attacks
• Password Guessing
o Ineffective except in targeted cases
• Dictionary Attacks
o Password are stored in computers as hashes, and these hashes can
sometimes get exposed
o Check all known words with the stored hashes
• Rainbow Tables
o Trade off storage and computation – uses a large number of pre-
computed hashes without having a dictionary
o Innovative algorithm, that can find passwords fast!
• e.g. 14 character alphanumeric passwords are found in about 4-
10 minutes of computing using a 1GB rainbow table
Computer Security IssuesComputer Security Issues
• Vulnerability is a point where a system is susceptible to
attack.
• A threat is a possible danger to the system. The danger might
be a person (a system cracker or a spy), a thing (a faulty
piece of equipment), or an event (a fire or a flood) that might
exploit a vulnerability of the system.
• Countermeasures are techniques for protecting your system
Vulnerabilities in SystemsVulnerabilities in Systems
• How do viruses, rootkits enter a system?
o Even without the user doing something “stupid”
• There are vulnerabilities in most software systems.
o Buffer Overflow is the most dangerous and common one
• How does it work?
o All programs run from memory.
o Some programs allow access to reserved memory locations when
given incorrect input.
o Hackers find out where to place incorrect input and take control.
o Easy to abuse by hackers, allows a hacker complete access to all
resources
How can you achieve security?How can you achieve security?
• Many techniques exist for ensuring computer and network security
o Cryptography
o Secure networks
o Antivirus software
o Firewalls
• In addition, users have to practice “safe computing”
o Not downloading from unsafe websites
o Not opening attachments
o Not trusting what you see on websites
o Avoiding Scams
CryptographyCryptography
• Simply – secret codes
• Encryption
o Converting data to unreadable codes to prevent anyone form
accessing this information
o Need a “key” to find the original data – keys take a few million-
trillion years to guess
• Public keys
o An ingenious system of proving you know your password without
disclosing your password. Also used for digital signatures
o Used heavily in SSL connections
• Hashing
o Creating fingerprints of documents
Cryptographic ProtocolsCryptographic Protocols
Symmetric encryption
Authentication
Asymmetric encryption
Public Key Infrastructure
Why Care?Why Care?
• Online banking, trading, purchasing may be insecure
o Credit card and identity theft
• Personal files could be corrupted
o All school work, music, videos, etc. may be lost
• Computer may become too slow to run
o If you aren't part of the solution you are part of the problem
• Pwn2Own contest - 2008
o Mac (Leopard) fell first via Safari, Vista took time but was hacked
via Flash Player, Ubuntu stood ground.
• Upon discovery, vulnerabilities can be used against many computers
connected to the internet.
ThankThank You !!!You !!!
For More Information click below link:
Follow Us on:
http://vibranttechnologies.co.in/ethical-hacking-classes-in-
mumbai.html
1 sur 24

Recommandé

Computer Security par
Computer SecurityComputer Security
Computer SecurityGreater Noida Institute Of Technology
132 vues21 diapositives
All about Hacking par
All about HackingAll about Hacking
All about HackingMadhusudhan G
2.5K vues29 diapositives
Hacking (cs192 report ) par
Hacking (cs192 report )Hacking (cs192 report )
Hacking (cs192 report )Elipeta Sotabento
4.3K vues16 diapositives
Hacking and Types of Hacker. par
Hacking and Types of Hacker.Hacking and Types of Hacker.
Hacking and Types of Hacker.Coder Tech
13.6K vues24 diapositives
Ethical Hacking par
Ethical HackingEthical Hacking
Ethical HackingLalit Kumar
563 vues20 diapositives
Ethical hacking par
Ethical hackingEthical hacking
Ethical hackingVipinYadav257
431 vues25 diapositives

Contenu connexe

Tendances

Ethical Hacking par
Ethical HackingEthical Hacking
Ethical HackingRohit Trimukhe
131 vues24 diapositives
Threats par
ThreatsThreats
Threatssbmiller87
696 vues50 diapositives
CNIT 123 Ch 1: Ethical Hacking Overview par
CNIT 123 Ch 1: Ethical Hacking OverviewCNIT 123 Ch 1: Ethical Hacking Overview
CNIT 123 Ch 1: Ethical Hacking OverviewSam Bowne
7.9K vues30 diapositives
Computer Hacking - An Introduction par
Computer Hacking - An IntroductionComputer Hacking - An Introduction
Computer Hacking - An IntroductionJayaseelan Vejayon
44.7K vues17 diapositives
Bar Camp 11 Oct09 Hacking par
Bar Camp 11 Oct09 HackingBar Camp 11 Oct09 Hacking
Bar Camp 11 Oct09 HackingBarcamp Kerala
680 vues72 diapositives
Hacking par
HackingHacking
HackingDianna Marie Manalo
397 vues36 diapositives

Tendances(19)

CNIT 123 Ch 1: Ethical Hacking Overview par Sam Bowne
CNIT 123 Ch 1: Ethical Hacking OverviewCNIT 123 Ch 1: Ethical Hacking Overview
CNIT 123 Ch 1: Ethical Hacking Overview
Sam Bowne7.9K vues
Security in computer systems fundamentals par Manesh T
Security in computer systems fundamentalsSecurity in computer systems fundamentals
Security in computer systems fundamentals
Manesh T140 vues
Ch 3: Network and Computer Attacks par Sam Bowne
Ch 3: Network and Computer AttacksCh 3: Network and Computer Attacks
Ch 3: Network and Computer Attacks
Sam Bowne1.7K vues
Trends in electronic crimes and its impact on businesses like yours par MotherGuardians
Trends in electronic crimes and its impact on businesses like yoursTrends in electronic crimes and its impact on businesses like yours
Trends in electronic crimes and its impact on businesses like yours
MotherGuardians810 vues
Basic security concepts_chapter_1 par abdifatah said
Basic security concepts_chapter_1Basic security concepts_chapter_1
Basic security concepts_chapter_1
abdifatah said396 vues
Certified Ethical Hacking - Book Summary par udemy course
Certified Ethical Hacking - Book SummaryCertified Ethical Hacking - Book Summary
Certified Ethical Hacking - Book Summary
udemy course4.4K vues
Corporate Intelligence: Bridging the security and intelligence community par antitree
Corporate Intelligence: Bridging the security and intelligence communityCorporate Intelligence: Bridging the security and intelligence community
Corporate Intelligence: Bridging the security and intelligence community
antitree1.6K vues
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 9 - Network... par yaminohime
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 9 - Network...Understanding Computers: Today and Tomorrow, 13th Edition Chapter 9 - Network...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 9 - Network...
yaminohime 4.1K vues
Cyber crimeppt1-samweg1 (1) par Samwed Jain
Cyber crimeppt1-samweg1 (1)Cyber crimeppt1-samweg1 (1)
Cyber crimeppt1-samweg1 (1)
Samwed Jain182 vues
Understanding computer attacks and attackers - Eric Vanderburg - JURINNOV par Eric Vanderburg
Understanding computer attacks and attackers - Eric Vanderburg - JURINNOVUnderstanding computer attacks and attackers - Eric Vanderburg - JURINNOV
Understanding computer attacks and attackers - Eric Vanderburg - JURINNOV
Eric Vanderburg1.1K vues

En vedette

Security and ethical issues - Arber Hoxhallari par
Security and ethical issues - Arber HoxhallariSecurity and ethical issues - Arber Hoxhallari
Security and ethical issues - Arber HoxhallariArber Hoxhallari
1.5K vues10 diapositives
Security And Ethical Challenges Of Infornation Technology par
Security And Ethical Challenges Of Infornation TechnologySecurity And Ethical Challenges Of Infornation Technology
Security And Ethical Challenges Of Infornation Technologyparamalways
20.6K vues19 diapositives
Ethics for IT Professionals par
Ethics for IT ProfessionalsEthics for IT Professionals
Ethics for IT ProfessionalsProf. Erwin Globio
40.8K vues30 diapositives
Computer Ethics par
Computer EthicsComputer Ethics
Computer Ethicspoonam.rwalia
49.8K vues21 diapositives
Ethical Issues and Challenges par
Ethical Issues and ChallengesEthical Issues and Challenges
Ethical Issues and ChallengesElijah Ezendu
43.6K vues35 diapositives
Ethics in Information Technology par
Ethics in Information TechnologyEthics in Information Technology
Ethics in Information TechnologyAtul Kumar Pandey
52.5K vues12 diapositives

En vedette(9)

Security and ethical issues - Arber Hoxhallari par Arber Hoxhallari
Security and ethical issues - Arber HoxhallariSecurity and ethical issues - Arber Hoxhallari
Security and ethical issues - Arber Hoxhallari
Arber Hoxhallari1.5K vues
Security And Ethical Challenges Of Infornation Technology par paramalways
Security And Ethical Challenges Of Infornation TechnologySecurity And Ethical Challenges Of Infornation Technology
Security And Ethical Challenges Of Infornation Technology
paramalways20.6K vues
Ethical Issues and Challenges par Elijah Ezendu
Ethical Issues and ChallengesEthical Issues and Challenges
Ethical Issues and Challenges
Elijah Ezendu43.6K vues
Computer ethics par Jagan Nath
Computer ethicsComputer ethics
Computer ethics
Jagan Nath81.5K vues
Computer Ethics Presentation par guest65a1c4
Computer Ethics PresentationComputer Ethics Presentation
Computer Ethics Presentation
guest65a1c458K vues

Similaire à Ethical Hacking - Introduction to Computer Security

Cybercrime par
CybercrimeCybercrime
CybercrimeTouqeerAhmed30
12 vues16 diapositives
Information security Presentation par
Information security Presentation  Information security Presentation
Information security Presentation dhirujapla
635 vues23 diapositives
Workshop on Cyber security and investigation par
Workshop on Cyber security and investigationWorkshop on Cyber security and investigation
Workshop on Cyber security and investigationMehedi Hasan
432 vues96 diapositives
Computer Security and Ethics par
Computer Security and EthicsComputer Security and Ethics
Computer Security and EthicsMohsin Riaz
3.2K vues46 diapositives
Computer security par
Computer securityComputer security
Computer securityKawsar Ahmed
269 vues23 diapositives
Computer ethics par
Computer ethicsComputer ethics
Computer ethicsBenjamin Sangalang
773 vues18 diapositives

Similaire à Ethical Hacking - Introduction to Computer Security(20)

Information security Presentation par dhirujapla
Information security Presentation  Information security Presentation
Information security Presentation
dhirujapla635 vues
Workshop on Cyber security and investigation par Mehedi Hasan
Workshop on Cyber security and investigationWorkshop on Cyber security and investigation
Workshop on Cyber security and investigation
Mehedi Hasan432 vues
Computer Security and Ethics par Mohsin Riaz
Computer Security and EthicsComputer Security and Ethics
Computer Security and Ethics
Mohsin Riaz3.2K vues
Ethics in IT and System Usage par tushki92
Ethics in IT and System UsageEthics in IT and System Usage
Ethics in IT and System Usage
tushki921.2K vues
Workshop on Cyber security par Mehedi Hasan
Workshop on Cyber security Workshop on Cyber security
Workshop on Cyber security
Mehedi Hasan101 vues
Internet security powerpoint par Arifa Ali
Internet security powerpointInternet security powerpoint
Internet security powerpoint
Arifa Ali41.9K vues
Internet security powerpoint par Arifa Ali
Internet security powerpointInternet security powerpoint
Internet security powerpoint
Arifa Ali1.7K vues
Marcos de Pedro Neoris authenware_cybersecurity step1 par Marcos De Pedro
Marcos de Pedro Neoris authenware_cybersecurity step1Marcos de Pedro Neoris authenware_cybersecurity step1
Marcos de Pedro Neoris authenware_cybersecurity step1
Marcos De Pedro477 vues
IT Security Awareness-v1.7.ppt par OoXair
IT Security Awareness-v1.7.pptIT Security Awareness-v1.7.ppt
IT Security Awareness-v1.7.ppt
OoXair1K vues

Plus de Vibrant Technologies & Computers

Buisness analyst business analysis overview ppt 5 par
Buisness analyst business analysis overview ppt 5Buisness analyst business analysis overview ppt 5
Buisness analyst business analysis overview ppt 5Vibrant Technologies & Computers
480 vues31 diapositives
SQL Introduction to displaying data from multiple tables par
SQL Introduction to displaying data from multiple tables  SQL Introduction to displaying data from multiple tables
SQL Introduction to displaying data from multiple tables Vibrant Technologies & Computers
574 vues28 diapositives
SQL- Introduction to MySQL par
SQL- Introduction to MySQLSQL- Introduction to MySQL
SQL- Introduction to MySQLVibrant Technologies & Computers
406 vues36 diapositives
SQL- Introduction to SQL database par
SQL- Introduction to SQL database SQL- Introduction to SQL database
SQL- Introduction to SQL database Vibrant Technologies & Computers
482 vues22 diapositives
ITIL - introduction to ITIL par
ITIL - introduction to ITILITIL - introduction to ITIL
ITIL - introduction to ITILVibrant Technologies & Computers
524 vues60 diapositives
Salesforce - Introduction to Security & Access par
Salesforce -  Introduction to Security & Access Salesforce -  Introduction to Security & Access
Salesforce - Introduction to Security & Access Vibrant Technologies & Computers
169 vues37 diapositives

Plus de Vibrant Technologies & Computers(20)

Dernier

Microsoft Power Platform.pptx par
Microsoft Power Platform.pptxMicrosoft Power Platform.pptx
Microsoft Power Platform.pptxUni Systems S.M.S.A.
80 vues38 diapositives
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit... par
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...ShapeBlue
117 vues25 diapositives
Keynote Talk: Open Source is Not Dead - Charles Schulz - Vates par
Keynote Talk: Open Source is Not Dead - Charles Schulz - VatesKeynote Talk: Open Source is Not Dead - Charles Schulz - Vates
Keynote Talk: Open Source is Not Dead - Charles Schulz - VatesShapeBlue
210 vues15 diapositives
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online par
KVM Security Groups Under the Hood - Wido den Hollander - Your.OnlineKVM Security Groups Under the Hood - Wido den Hollander - Your.Online
KVM Security Groups Under the Hood - Wido den Hollander - Your.OnlineShapeBlue
181 vues19 diapositives
State of the Union - Rohit Yadav - Apache CloudStack par
State of the Union - Rohit Yadav - Apache CloudStackState of the Union - Rohit Yadav - Apache CloudStack
State of the Union - Rohit Yadav - Apache CloudStackShapeBlue
253 vues53 diapositives
Network Source of Truth and Infrastructure as Code revisited par
Network Source of Truth and Infrastructure as Code revisitedNetwork Source of Truth and Infrastructure as Code revisited
Network Source of Truth and Infrastructure as Code revisitedNetwork Automation Forum
52 vues45 diapositives

Dernier(20)

Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit... par ShapeBlue
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
ShapeBlue117 vues
Keynote Talk: Open Source is Not Dead - Charles Schulz - Vates par ShapeBlue
Keynote Talk: Open Source is Not Dead - Charles Schulz - VatesKeynote Talk: Open Source is Not Dead - Charles Schulz - Vates
Keynote Talk: Open Source is Not Dead - Charles Schulz - Vates
ShapeBlue210 vues
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online par ShapeBlue
KVM Security Groups Under the Hood - Wido den Hollander - Your.OnlineKVM Security Groups Under the Hood - Wido den Hollander - Your.Online
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online
ShapeBlue181 vues
State of the Union - Rohit Yadav - Apache CloudStack par ShapeBlue
State of the Union - Rohit Yadav - Apache CloudStackState of the Union - Rohit Yadav - Apache CloudStack
State of the Union - Rohit Yadav - Apache CloudStack
ShapeBlue253 vues
Digital Personal Data Protection (DPDP) Practical Approach For CISOs par Priyanka Aash
Digital Personal Data Protection (DPDP) Practical Approach For CISOsDigital Personal Data Protection (DPDP) Practical Approach For CISOs
Digital Personal Data Protection (DPDP) Practical Approach For CISOs
Priyanka Aash153 vues
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive par Network Automation Forum
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveAutomating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive
NTGapps NTG LowCode Platform par Mustafa Kuğu
NTGapps NTG LowCode Platform NTGapps NTG LowCode Platform
NTGapps NTG LowCode Platform
Mustafa Kuğu365 vues
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue par ShapeBlue
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlueCloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue
ShapeBlue94 vues
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ... par ShapeBlue
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...
ShapeBlue79 vues
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... par Bernd Ruecker
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
Bernd Ruecker50 vues
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda... par ShapeBlue
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
ShapeBlue120 vues
"Surviving highload with Node.js", Andrii Shumada par Fwdays
"Surviving highload with Node.js", Andrii Shumada "Surviving highload with Node.js", Andrii Shumada
"Surviving highload with Node.js", Andrii Shumada
Fwdays53 vues
Why and How CloudStack at weSystems - Stephan Bienek - weSystems par ShapeBlue
Why and How CloudStack at weSystems - Stephan Bienek - weSystemsWhy and How CloudStack at weSystems - Stephan Bienek - weSystems
Why and How CloudStack at weSystems - Stephan Bienek - weSystems
ShapeBlue197 vues
Igniting Next Level Productivity with AI-Infused Data Integration Workflows par Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software385 vues
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue par ShapeBlue
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlueMigrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue
ShapeBlue176 vues
Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O... par ShapeBlue
Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O...Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O...
Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O...
ShapeBlue88 vues

Ethical Hacking - Introduction to Computer Security

  • 2. Introduction To Computer SecurityIntroduction To Computer Security • By :- Vibrant Technologies & Computers
  • 3. • In 1983, Kevin Mitnick did an intrusion on a Pentagon’s computer • Robert Tappan Morris created the first worm and sent it from MIT to the web and caused $50,000 of damages • In 1994, Vladimir Levin intruded in an American bank computer and stole 10 millions dollars • Jonathan James “c0mrade”, 16 years old, infiltrated a NASA computer in 1999 and had access to data worth 1,7 millions dollars • Today (CSI Report, 2007): o 46% of companies have admitted to suffering financial losses due to security incidences. The reported loss amounted to a total of approximately $66,930,000. o 39% of companies have been unable (or unwilling) to estimate the cost of their losses. • Financial Losses, Personal losses, Privacy losses, Data Losses, Computer Malfunction and more….. Computer Security
  • 4. Computer SecurityComputer Security • Computer and Network security was not at all well known, even about 12 years ago • Today, it is something everyone is aware of the need, but not sure what is really means • Interesting topic of threats, countermeasures, risks, stories, events and paranoia o With some mathematics, algorithms, designs and software issues mixed in o Yet, not enough people, even security specialists understand the issues and implications
  • 5. Media StoriesMedia Stories • Consumers are bombarded with media reports narrating dangers of the online world o Identity Theft o Embezzlement and fraud o Credit card theft o Corporate Loss • Just “fear mongering”?
  • 6. Security? What is that?Security? What is that? • Lock the doors and windows and you are secure o NOT • Call the police when you feel insecure o Really? • Computers are powerful, programmable machines o Whoever programs them controls them (and not you) • Networks are ubiquitous o Carries genuine as well as malicious traffic • End result: Complete computer security is unattainable, it is a cat and mouse game o Similar to crime vs. law enforcement
  • 7. Goals of Computer SecurityGoals of Computer Security • Integrity: o Guarantee that the data is what we expect • Confidentiality o The information must just be accessible to the authorized people • Reliability o Computers should work without having unexpected problems • Authentication o Guarantee that only authorized persons can access to the resources
  • 8. Security BasicsSecurity Basics • What does it mean to be secure? o “Include protection of information from theft or corruption, or the preservation of availability, as defined in the security policy.” - The Wikipedia • Types of Security o Network Security o System and software security o Physical Security • Very little in computing is inherently secure, you must protect yourself! o Software cannot protect software (maybe hardware can) o Networks can be protected better than software
  • 9. Some Types of AttacksSome Types of Attacks • What are some common attacks? o Network Attacks • Packet sniffing, man-in-the-middle, DNS hacking o Web attacks • Phishing, SQL Injection, Cross Site Scripting o OS, applications and software attacks • Virus, Trojan, Worms, Rootkits, Buffer Overflow o Social Engineering • (NOT social networking) • Not all hackers are evil wrongdoers trying to steal your info o Ethical Hackers, Consultants, Penetration testers, Researchers Need to know: Networking, Web Programming, Operating Systems, Programming languages and compilers.
  • 10. Network AttacksNetwork Attacks • Packet Sniffing o Internet traffic consists of data “packets”, and these can be “sniffed” o Leads to other attacks such as password sniffing, cookie stealing session hijacking, information stealing • Man in the Middle o Insert a router in the path between client and server, and change the packets as they pass through • DNS hijacking o Insert malicious routes into DNS tables to send traffic for genuine sites to malicious sites Need to know: Networking protocols, routing, TCP-IP
  • 11. Web AttacksWeb Attacks • Phishing o An evil website pretends to be a trusted website o Example: • You type, by mistake, “mibank.com” instead of “mybank.com” • mibank.com designs the site to look like mybank.com so the user types in their info as usual • BAD! Now an evil person has your info! • SQL Injection o Interesting Video showing an example • Cross Site Scripting o Writing a complex Javascript program that steals data left by other sites that you have visited in same browsing session Need to know: Web Programming, Javascript, SQL
  • 12. VirusVirus • Definition o Piece of code that automatically reproduces itself. It’s attached to other programs or files, but requires user intervention to propagate. • Infection (targets/carriers) o Executable files o Boot sectors o Documents (macros), scripts (web pages), etc. • Propagation is made by the user. The mechanisms are storage elements, mails, downloaded files or shared folders Infection Propagation Payload
  • 13. WormWorm • Definition o Piece of code that automatically reproduces itself over the network. It doesn’t need the user intervention to propagate (autonomous). • Infection o Via buffer overflow, file sharing, configuration errors and other vulnerabilities. • Target selection algorithm o Email addresses, DNS, IP, network neighborhood • Payload o Malicious programs o Backdoor, DDoS agent, etc. infection Propagation engine Payload Target Selection algorithm Scanning engine
  • 14. Backdoor, trojan, rootkitsBackdoor, trojan, rootkits • Goal o The goal of backdoor, Trojan and rootkits is to take possession of a machine subsequently through an infection made via a backdoor. • Backdoor o A backdoor is a program placed by a black-hacker that allows him to access a system. A backdoor have many functionalities such as keyboard-sniffer, display spying, etc. • Trojan o A Trojan is a software that seems useful or benign, but is actually hiding a malicious functionality. • Rootkits (the ultimate virus) o Rootkits operate like backdoor and Trojan, but also modify existing programs in the operating system. That allows a black-hacker to control the system without being detected. A rootkit can be in user-mode or in kernel-mode.
  • 16. Social EngineeringSocial Engineering • Why is this social engineering? o Manipulating a person or persons into divulging confidential information • I am not dumb, so does this really apply to me? o YES! Attackers are ALSO not dumb. o Social Engineers are coming up with much better and much more elaborate schemes to attack users. o Even corporate executives can be tricked into revealing VERY secret info • What can I do to protect myself? o NEVER give out your password to ANYBODY. o Any system administrator should have the ability to change your password without having to know an old password Need to know: How to win friends (victims) and influence (scam) people (not CS).
  • 17. Password AttacksPassword Attacks • Password Guessing o Ineffective except in targeted cases • Dictionary Attacks o Password are stored in computers as hashes, and these hashes can sometimes get exposed o Check all known words with the stored hashes • Rainbow Tables o Trade off storage and computation – uses a large number of pre- computed hashes without having a dictionary o Innovative algorithm, that can find passwords fast! • e.g. 14 character alphanumeric passwords are found in about 4- 10 minutes of computing using a 1GB rainbow table
  • 18. Computer Security IssuesComputer Security Issues • Vulnerability is a point where a system is susceptible to attack. • A threat is a possible danger to the system. The danger might be a person (a system cracker or a spy), a thing (a faulty piece of equipment), or an event (a fire or a flood) that might exploit a vulnerability of the system. • Countermeasures are techniques for protecting your system
  • 19. Vulnerabilities in SystemsVulnerabilities in Systems • How do viruses, rootkits enter a system? o Even without the user doing something “stupid” • There are vulnerabilities in most software systems. o Buffer Overflow is the most dangerous and common one • How does it work? o All programs run from memory. o Some programs allow access to reserved memory locations when given incorrect input. o Hackers find out where to place incorrect input and take control. o Easy to abuse by hackers, allows a hacker complete access to all resources
  • 20. How can you achieve security?How can you achieve security? • Many techniques exist for ensuring computer and network security o Cryptography o Secure networks o Antivirus software o Firewalls • In addition, users have to practice “safe computing” o Not downloading from unsafe websites o Not opening attachments o Not trusting what you see on websites o Avoiding Scams
  • 21. CryptographyCryptography • Simply – secret codes • Encryption o Converting data to unreadable codes to prevent anyone form accessing this information o Need a “key” to find the original data – keys take a few million- trillion years to guess • Public keys o An ingenious system of proving you know your password without disclosing your password. Also used for digital signatures o Used heavily in SSL connections • Hashing o Creating fingerprints of documents
  • 22. Cryptographic ProtocolsCryptographic Protocols Symmetric encryption Authentication Asymmetric encryption Public Key Infrastructure
  • 23. Why Care?Why Care? • Online banking, trading, purchasing may be insecure o Credit card and identity theft • Personal files could be corrupted o All school work, music, videos, etc. may be lost • Computer may become too slow to run o If you aren't part of the solution you are part of the problem • Pwn2Own contest - 2008 o Mac (Leopard) fell first via Safari, Vista took time but was hacked via Flash Player, Ubuntu stood ground. • Upon discovery, vulnerabilities can be used against many computers connected to the internet.
  • 24. ThankThank You !!!You !!! For More Information click below link: Follow Us on: http://vibranttechnologies.co.in/ethical-hacking-classes-in- mumbai.html

Notes de l'éditeur

  1. CS = Computer Security