Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Internet security

From Wikipedia, the free encyclopedia
Branch of computer security
icon
This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Internet security" – news ·newspapers ·books ·scholar ·JSTOR
(April 2009) (Learn how and when to remove this message)

Internet security is a branch ofcomputer security focused on theInternet. It includesbrowser security,web application security, andnetwork security as it applies to otherapplications oroperating systems as a whole. Its objective is to establish rules and measures to improveInternet safety andInternet privacy, including to protect againstcyberattacks andcybercrime. The Internet is an inherentlyinsecure channel for information exchange, with risk ofintrusion andInternet fraud, includingphishing,[1]viruses,trojans,ransomware andworms.

Manycountermeasures are used to combat Internet security threats andweb threats, includingencryption and ground-up engineering.[2]

Threats

[edit]

Malicious software

[edit]

Malicious software comes in many forms, such asviruses,Trojan horses,spyware, and worms.

  • Malware, a portmanteau of malicious software, is any software used to disrupt computer operation, gather sensitive information, or gain access to private computer systems. Malware is defined by its malicious intent, acting against the requirements of the computer user, and does not include software that unintentionally causes harm due to some deficiency. The term badware applies to both malware and unintentionally harmful software.
  • Abotnet is a network ofcomputers that have been taken over by a robot orbot that performs large-scale malicious acts for its creator.
  • Computer viruses are programs that can replicate their structures or effects by infecting other files or structures on a computer. The typical purpose of a virus is to take over a computer to steal data.
  • Computer worms are programs that can replicate themselves throughout a computer network.
  • Ransomware is a type of malware that restricts access to the computer system that it infects, and demands a ransom in order for the restriction to be removed.
  • Scareware is a program of usually limited or no benefit, containing malicious payloads, that is sold via unethical marketing practices. The selling approach uses social engineering to cause shock, anxiety, or the perception of a threat, generally directed at an unsuspecting user.
  • Spyware refers to programs that surreptitiously monitor activity on a computer system and report that information to others without the user's consent.
  • One particular kind of spyware iskey logging malware. Often referred to as keylogging or keyboard capturing, is the action of recording (logging) the keys struck on akeyboard.
  • ATrojan horse, commonly known as aTrojan, is a general term for malware that pretends to be harmless, so that a user will be convinced to download it onto the computer.

Denial-of-service attacks

[edit]
Main article:Denial-of-service attack

Adenial-of-service attack (DoS) or distributed denial-of-service attack (DDoS) is an attempt to make a computer resource unavailable to its intended users. It works by making so many service requests at once that the system is overwhelmed and becomes unable to process any of them. DoS may targetcloud computing systems.[3] According to business participants in an international security survey, 25% of respondents experienced a DoS attack in 2007 and another 16.8% in 2010.[citation needed] DoS attacks often use bots (or a botnet) to carry out the attack.

Phishing

[edit]
Main article:Phishing

Phishing targets online users in an attempt to extract sensitive information such as passwords and financial information.[4] Phishing occurs when the attacker pretends to be a trustworthy entity, either via email or a web page. Victims are directed to web pages that appear to be legitimate, but instead route information to the attackers. Tactics such asemail spoofing attempt to make emails appear to be from legitimate senders, or long complexURLs hide the actual website.[5][6] Insurance groupRSA claimed that phishing accounted for worldwide losses of $10.8 billion in 2016.[7] Attackers may useAI to create more convincing phishing attacks, such asdeepfakes with audio or video that seem to be real messages from a trusted person but are actually fake.[8]

Man in the middle

[edit]
Main article:Man-in-the-middle attack

A man-in-the-middle (MITM) attack is a type of cyber attack. Cybercriminals can intercept data sent between people to steal, eavesdrop or modify data for certain malicious purposes, such as extorting money andidentity theft. Public WiFi is often insecure because monitoring or intercepting Web traffic is unknown.[9]

Application vulnerabilities

[edit]
Main article:Application security

Applications used to access Internet resources may contain security vulnerabilities such asmemory safety bugs or flawed authentication checks. Such bugs can give network attackers full control over the computer.[10][11]

Countermeasures

[edit]

Network layer security

[edit]
Internet security
protocols
Key management
Application layer
Domain Name System
Internet Layer

TCP/IP protocols may be secured withcryptographic methods andsecurity protocols. These protocols includeSecure Sockets Layer (SSL), succeeded byTransport Layer Security (TLS) forweb traffic,Pretty Good Privacy (PGP) for email, andIPsec for network layer security.[12]

Threat modeling

[edit]

Threat modeling tools help people to proactively analyze the cyber security posture of a system or system of systems and in that way prevent security threats.

Multi-factor authentication

[edit]
Main article:Multi-factor authentication

Multi-factor authentication (MFA) is anaccess control method in which auser is granted access only after successfully presenting separate pieces of evidence to anauthentication mechanism – two or more from the following categories: knowledge (something they know), possession (something they have), and inference (something they are).[13][14] Internet resources, such as websites and email, may be secured using this technique.

Security token

[edit]
Main article:Security token

Some online sites offer customers the ability to use a six-digit code which randomly changes every 30–60 seconds on a physicalsecurity token. The token has built-in computations and manipulates numbers based on the current time. This means that every thirty seconds only a certain array of numbers validate access. The website is made aware of that device's serial number and knows the computation and correct time to verify the number. After 30–60 seconds the device presents a new random six-digit number to log into the website.[15]

Electronic mail security

[edit]

Background

[edit]

Email messages are composed, delivered, and stored in a multiple step process, which starts with the message's composition. When a message is sent, it is transformed into a standard format according to RFC 2822.[16] Using a network connection, the mail client sends the sender's identity, the recipient list and the message content to the server. Once the server receives this information, it forwards the message to the recipients.

Pretty Good Privacy (PGP)

[edit]
Main article:Pretty Good Privacy

Pretty Good Privacy provides confidentiality by encrypting messages to be transmitted or data files to be stored using an encryption algorithm such asTriple DES orCAST-128. Email messages can be protected by using cryptography in various ways, such as the following:

  • Digitally signing the message to ensure its integrity and confirm the sender's identity.
  • Encrypting the message body of an email message to ensure its confidentiality.
  • Encrypting the communications between mail servers to protect the confidentiality of both message body and message header.

The first two methods, message signing and message body encryption, are often used together; however, encrypting the transmissions between mail servers is typically used only when two organizations want to protect emails regularly sent between them. For example, the organizations could establish avirtual private network (VPN) to encrypt communications between their mail servers.[17] Unlike methods that only encrypt a message body, a VPN can encrypt all communication over the connection, including email header information such as senders, recipients, and subjects. However, a VPN does not provide a message signing mechanism, nor can it provide protection for email messages along the entire route from sender to recipient.

Message Authentication Code

[edit]
Main article:Message Authentication Code

AMessage authentication code (MAC) is a cryptography method that uses asecret key to digitally sign a message. This method outputs a MAC value that can be decrypted by the receiver, using the same secret key used by the sender. The Message Authentication Code protects both a message'sdata integrity as well as itsauthenticity.[18]

Firewalls

[edit]
Main article:Firewall (computing)

Acomputer firewall controls access to a single computer. A network firewall controls access to an entire network. A firewall is a security device — computer hardware or software — that filters traffic and blocks outsiders. It generally consists of gateways and filters. Firewalls can also screen network traffic and block traffic deemed unauthorized.

Web security

[edit]

Firewalls restrict incoming and outgoingnetwork packets. Only authorized traffic is allowed to pass through it. Firewalls create checkpoints between networks and computers. Firewalls can block traffic based on IP source and TCP port number. They can also serve as the platform for IPsec. Using tunnel mode, firewalls can implement VPNs. Firewalls can also limit network exposure by hiding the internal network from the public Internet.

Types of firewall

[edit]
Packet filter
[edit]

A packet filter processes network traffic on a packet-by-packet basis. Its main job is to filter traffic from a remote IP host, so a router is needed to connect the internal network to the Internet. The router is known as ascreening router, which screens packets leaving and entering the network.

Stateful packet inspection
[edit]

In astateful firewall thecircuit-level gateway is aproxy server that operates at the network level of anOpen Systems Interconnect (OSI) model and statically defines what traffic will be allowed. Circuit proxies forwardnetwork packets (formatted data) containing a given port number, if theport is permitted by thealgorithm. The main advantage of a proxy server is its ability to provideNetwork Address Translation (NAT), which can hide the user's IP address from the Internet, effectively protecting internal information from the outside.

Application-level gateway
[edit]

Anapplication-level firewall is a third-generation firewall where aproxy server operates at the very top of the OSI model, theIP suite application level. A network packet is forwarded only if a connection is established using a known protocol. Application-level gateways are notable for analyzing entire messages rather than individual packets.

Browser choice

[edit]
Main article:Browser security

Web browser market share predicts the share of hacker attacks. For example,Internet Explorer 6, which used to lead the market,[19] was heavily attacked.[20]

Protections

[edit]

User awareness

[edit]

As cyberthreats become more complex, user education is essential for improving internet security. Important areas of attention consist of:

  • Users should have the ability to spotphishing emails by looking for odd sender addresses, cliched salutations, and language that seems urgent. Both simulated phishing exercises and real-world examples can be incorporated into training programs.
  • Enablingtwo-factor authentication (2FA) and stressing the usage of strong, one-of-a-kind passwords are essential for protecting personal information. Additionally, users need to understand the dangers of oversharing onsocial media and how crucial it is to change their privacy settings.
  • It's critical to educate people on how to spot secure websites (search forHTTPS), steer clear of dubious downloads, and use caution when clicking links. Also, users need to be aware of the dangers of utilizing open WiFi networks without aVPN.

Antivirus

[edit]
Main article:Antivirus software

Antivirus software can protect a programmable device by detecting and eliminatingmalware.[21] A variety of techniques are used, such as signature-based, heuristics,rootkit, and real-time.

Password managers

[edit]
Main article:Password manager

Apassword manager is a software application that creates, stores and provides passwords to applications. Password managers encrypt passwords. The user only needs to remember a single master password to access the store.[22]

Security suites

[edit]

Security suites were first offered for sale in 2003 (McAfee) and containfirewalls,anti-virus,anti-spyware and other components.[23] They also offer theft protection, portable storage device safety check, private Internet browsing, cloudanti-spam, a file shredder or make security-related decisions (answering popup windows) and several were free of charge.[24]

See also

[edit]

References

[edit]
  1. ^Rhee, M. Y. (2003).Internet Security: Cryptographic Principles, Algorithms and Protocols. Chichester:Wiley.ISBN 0-470-85285-2.
  2. ^"101 Data Protection Tips: How to Keep Your Passwords, Financial & Personal Information Safe in 2020".Digital Guardian. 2019-12-16. Retrieved2020-10-23.
  3. ^Yan, Q.; Yu, F. R.; Gong, Q.; Li, J. (2016). "Software-Defined Networking (SDN) and Distributed Denial of Service (DDoS) Attacks in Cloud Computing Environments: A Survey, Some Research Issues, and Challenges".IEEE Communications Surveys and Tutorials.18 (1):602–622.doi:10.1109/COMST.2015.2487361.S2CID 20786481.
  4. ^Izak, Belarua."Welke virusscanners zijn het beste voor macOS High Sierra".Virusscanner MAC (in Dutch). Archived fromthe original on 5 January 2018. Retrieved4 January 2018.
  5. ^Ramzan, Zulfikar (2010)."Phishing attacks and countermeasures". In Stamp, Mark; Stavroulakis, Peter (eds.).Handbook of Information and Communication Security. Springer.ISBN 978-3-642-04117-4.
  6. ^van der Merwe, Alta; Loock, Marianne; Dabrowski, Marek (2005).Characteristics and responsibilities involved in a Phishing attack. Trinity College Dublin. pp. 249–254.ISBN 978-1-59593-169-6. Retrieved4 January 2018.
  7. ^Long, Mathew (February 22, 2017)."Fraud Insights Through Integration". RSA. Archived fromthe original on October 20, 2018. RetrievedOctober 20, 2018.
  8. ^"Deepfake Phishing".Information Technology - University of Florida. Retrieved2025-09-21.
  9. ^Bonné, Bram; Rovelo, Gustavo; Quax, Peter; Lamotte, Wim (2017-07-01)."Insecure Network, Unknown Connection: Understanding Wi-Fi Privacy Assumptions of Mobile Device Users".Information.8 (3): 76.doi:10.3390/info8030076.hdl:1942/23947.ISSN 2078-2489.
  10. ^"Improving Web Application Security: Threats and Countermeasures".msdn.microsoft.com. 14 July 2010. Retrieved2016-04-05.
  11. ^"Justice Department charges Russian spies and criminal hackers in Yahoo intrusion".Washington Post. Retrieved15 March 2017.
  12. ^"Securing the Network Layer Against Malicious Attacks".TDK Technologies. October 27, 2020.
  13. ^"Two-factor authentication: What you need to know (FAQ) – CNET".CNET. Retrieved2015-10-31.
  14. ^"How to extract data from an iCloud account with two-factor authentication activated".iphonebackupextractor.com. Retrieved2016-06-08.
  15. ^Margaret Rouse (September 2005)."What is a security token?". SearchSecurity.com. Retrieved2014-02-14.
  16. ^Resnick, Peter W. (2001). Resnick, P (ed.)."Internet Message Format".tools.ietf.org.doi:10.17487/RFC2822. Retrieved2021-05-01.
  17. ^"Virtual Private Network". NASA. Archived fromthe original on 2013-06-03. Retrieved2014-02-14.
  18. ^"What Is a Message Authentication Code?". Wisegeek.com. Retrieved2013-04-20.
  19. ^"Browser Statistics". W3Schools.com. Retrieved2011-08-10.
  20. ^Bradly, Tony."It's Time to Finally Drop Internet Explorer 6". PCWorld.com. Retrieved2010-11-09.
  21. ^Larkin, Eric (2008-08-26)."Build Your Own Free Security Suite".PCWorld. Archived fromthe original on 2010-11-06. Retrieved2010-11-09.
  22. ^"USE A FREE PASSWORD MANAGER"(PDF). scsccbkk.org. Archived fromthe original(PDF) on 2016-01-25. Retrieved2016-06-17.
  23. ^Rebbapragada, Narasu."All-in-one Security". PC World.com. Archived fromthe original on October 27, 2010. Retrieved2010-11-09.
  24. ^"Free products for PC security". 2015-10-08.

External links

[edit]
Wikimedia Commons has media related toInternet security.
Threats
vectorial version
vectorial version
Defenses
Related
security
topics
Retrieved from "https://en.wikipedia.org/w/index.php?title=Internet_security&oldid=1319753694"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp