common security issues on the internet

27
Common Security Issues in the World Wide Web, and how to mitigate them in Web Development

Upload: harllynne-moltio

Post on 04-Aug-2015

50 views

Category:

Technology


2 download

TRANSCRIPT

Page 1: Common Security Issues on the Internet

Common Security Issuesin the World Wide Web,

and how to mitigate them in Web Development

Page 2: Common Security Issues on the Internet
Page 3: Common Security Issues on the Internet

HACKERS

Bad ones want to make money out of what they know through copying other people’s private information.

Hackers can pose a serious threat to your security.

Page 4: Common Security Issues on the Internet
Page 5: Common Security Issues on the Internet

HACKERS

They are people who attempt to breach online security measures for a number of reasons:

Good hackers would just want to emphasize shortfalls to corporations and other website owners so that they can tighten their security up.

Page 6: Common Security Issues on the Internet
Page 7: Common Security Issues on the Internet

VIRUSES

Programs which are designed in order to gain entry onto unsuspecting users’ computers.

attempt to duplicate themselves before spreading via email, networks and/or removable storage devices.

Page 8: Common Security Issues on the Internet

VIRUSES

Corrupt or destroy data; otherwise damage the operation of the machine on which they reside.

Can be acquired through email, peer-to-peer downloading, internet messaging services and downloading infected files found on the internet.

Page 9: Common Security Issues on the Internet

SPYWARE

To collect personal information and browsing habits in order to deliver targeted advertising to you as you browse the web,

Spyware is software and, like a virus, is often deceptively added to the user’s machine.

Page 10: Common Security Issues on the Internet
Page 11: Common Security Issues on the Internet

 WORMSIt is a self-replicating program which will attempt to spread itself (network, via routers, internet, email) which could cause disruption to computer.

Unlike a virus, a worm does not need to attach itself to another program in order to spread.

Page 12: Common Security Issues on the Internet

SQL INJECTION

• Hackers could get access to your database by injecting SQL commands through the input fields in your website.

• To protect your website from SQL injection, setting up SQL parameters is a great help with this issue.

Page 13: Common Security Issues on the Internet

PHISHING

Phishing is a type of scam where the scammers disguise as a trustworthy source in attempt to obtain private information such as passwords, and credit card information, etc. through the internet.

Page 14: Common Security Issues on the Internet

PHISHING

In some respects, phishing is a confidence trick, designed by would-be thieves in order to part unsuspecting computer users from their most precious personal and/or financial information.

Page 15: Common Security Issues on the Internet

SPAMMING

Spam is any form of unsolicited message like email, private forum message or even Tweet.

Spammers can send many thousands of spam messages out every hour of the day with no cost.

Therefore, even an incredibly tiny response rate can lead to huge profits for the spammers.

Page 16: Common Security Issues on the Internet
Page 17: Common Security Issues on the Internet

SPAMMING

Spam messages don’t usually pose any threat to your security but can be incredibly annoying and distracting.

However, spammers could hide other unwelcome items (viruses, worms, spyware and other malware) within their spam messages.

Page 18: Common Security Issues on the Internet

IDENTITY THEFTThis crime can seriously damage a victim’s finances for many years.

Identity thieves acquire information about someone through a variety of means of which the favourite is phishing.

Page 19: Common Security Issues on the Internet

IDENTITY THEFT

If they can get personal data, such as names, dates of birth, social security numbers, etc, then they can quite literally steal the identity of the owner of that information.

Page 20: Common Security Issues on the Internet

IDENTITY THEFT

These thieves fake their identity and use the victim’s identity in committing crimes, such as credit card fraud, bank fraud and other financial misdemeanour

These will then be blamed upon the victim who will then have a very hard time and difficulty with clearing their names and recovering their money.

Page 21: Common Security Issues on the Internet

CROSS-SITE SCRIPTING (XSS)

• This is the injecting of scripting codes that may have malicious codes that could allow the attacker to gain access to your CMS codes, especially with e-commerce websites, whereas information stored in the database are vulnerable to such attacks (Added Bytes https://www.addedbytes.com ).

Page 22: Common Security Issues on the Internet

CROSS-SITE SCRIPTING (XSS)

• To solve this issue, as a web developer, you should turn off your trace and track support on the server and better yet, remove unwanted characters.

Page 23: Common Security Issues on the Internet

CROSS-SITE REQUEST FORGERY (CSRF)

• It is one form of website attack where the attacker is an authenticated user of the website. The attack, however, is not known to the user (Added Bytes https://www.addedbytes.com ).

Page 24: Common Security Issues on the Internet

ERROR MESSAGES • The error messages that you

should display and provide the users in your website should be generic and not specific.

• In displaying error messages with user Id and password inputs, the error message should indicate that either of the two field inputs are incorrect.

Page 25: Common Security Issues on the Internet

SOFTWARE FLAWS

• Flaws allows the internet criminals or hacker to enter a system or access files even password is not entered.

Page 26: Common Security Issues on the Internet

DATA POISONING

• Data that are stored in the database are lost. If it is not detected earlier the original data is hard to restore or return to original state.