What ports should be closed? | At-Bay (2024)

The answer to this question depends on your specific security requirements and network configuration. In general, you should close ports that are not necessary for the normal operation of your system or network.

Here are some ports that are commonly recommended to be closed or filtered:

  1. Port 23 (Telnet): Telnet is an insecure protocol that sends data in plaintext, making it vulnerable to interception and eavesdropping. It is recommended to use SSH instead.
  2. Port 21 (FTP): FTP is also an insecure protocol that sends login credentials and data in plaintext. It is recommended to use SFTP or FTPS instead.
  3. Port 25 (SMTP): SMTP is used for email transmission, and is often targeted by spammers and attackers. It is recommended to restrict SMTP traffic to authorized servers only.
  4. Port 137-139 (NetBIOS): NetBIOS is an older protocol that is often used for file and printer sharing on Windows networks. It is vulnerable to attacks and should be filtered or disabled if not needed.
  5. Port 445 (SMB): SMB is used for file sharing on Windows networks and is often targeted by attackers. It is recommended to filter or restrict SMB traffic to authorized users and servers only.

However, it’s important to note that closing ports can also impact the normal operation of your system or network. It’s recommended to consult with a security professional or IT expert to ensure that your security measures are appropriate for your specific needs.

Read More: How to Close Exposed High-Risk Ports

What ports should be closed? | At-Bay (2024)

FAQs

What ports should be closed? | At-Bay? ›

In general, you should close ports that are not necessary for the normal operation of your system or network. Here are some ports that are commonly recommended to be closed or filtered: Port 23 (Telnet): Telnet is an insecure protocol that sends data in plaintext, making it vulnerable to interception and eavesdropping.

Are there any ports that you would recommend closing? ›

In general, you should close ports that are not necessary for the normal operation of your system or network. Here are some ports that are commonly recommended to be closed or filtered: Port 23 (Telnet): Telnet is an insecure protocol that sends data in plaintext, making it vulnerable to interception and eavesdropping.

What ports should be closed on a firewall? ›

Common High-Risk Ports
PortProtocolRecommended Action
25TCPDisable always. Use SMTPS instead.
110TCPDisable always. Use POP3S instead.
143TCPDisable always. Use IMAPS instead.
80, 8000, 8080, and 8888TCPDisable recommended. Use HTTPS instead.
28 more rows
Apr 6, 2023

What ports should be blocked on a router? ›

Blocking all outbound ports - except core needed ones?
  • HTTP - TCP:80.
  • HTTPS- TCP:443.
  • POP3 - TCP:110 (secure POP is typically TCP:995)
  • IMAP4- TCP:143 (secure IMAP is typically TCP:993)
  • SMTP - TCP:25 (secure SMTP is typically TCP:465)
  • DNS - UDP:53 (external lookups)
  • MS RPC TCP, UDP Port 135.
  • NetBIOS/IP TCP, UDP Port 137-139.
Feb 12, 2024

Which port should be open? ›

So what ports should you open on your firewall? The answer is simple: only the ones, that are required to do your business. If you host a web server, than you would open and forward ports 80 and 443 only for the access to this web server. There is no use to open it for any other computer.

What ports should you block? ›

Which Ports Should You Block On Your Firewall?
ServicePort TypePort Number
NetBIOS/IPTCP, UDP137-139
SMB/IPTCP445
Trivial File Transfer Protocol (TFTP)UDP69
SyslogUDP514
3 more rows
Oct 25, 2021

How do you check what ports are closed? ›

Enter "telnet + IP address or hostname + port number" (e.g., telnet www.example.com 1723 or telnet 10.17.xxx.xxx 5000) to run the telnet command in Command Prompt and test the TCP port status. If the port is open, only a cursor will show. If the port is closed, a message will say Connect failed.

What are the most hacked ports? ›

Ports 80, 443, 8080 and 8443 (HTTP and HTTPS)

As the most popular internet protocols, HTTP and HTTPS tend to be targeted by malicious actors. Their actions often involve SQL injections, cross-site scripting, DDoS attacks, and request forgery.

Is port 1433 a security risk? ›

Several vulnerabilities come with using port 1433. These include injection attacks, which can lead to data breaches if not adequately mitigated. Like other database ports, including 1434 and 3306, these are frequently targeted by attackers for the distribution of malware, or as direct targets in DDoS attacks.

Why should ports be closed? ›

Open port vulnerabilities pose a significant security risk to your organization. If left exposed, ports are a gateway for hackers to breach your network and steal your data.

Should I close port 80 on my router? ›

Many administrators who manage web servers on their network tend to block traffic for port 80 (HTTP) and only allow 443 (HTTPS) with the hope that it will secure their network. This is a myth, and this article demonstrates why port 80 is no different than port 443 if your goal is to make your network secure.

Which type of port is most vulnerable to attacks? ›

HTTP and HTTPS (Ports 80, 443, 8080, and 8443): These hotly-targeted ports are used for HTTP and HTTPS protocols and are vulnerable to attacks such as cross-site scripting, SQL injections, cross-site request forgeries, and DDoS attacks.

What port do most routers use? ›

Most wireless routers have at least two ports: one WAN port and one or more LAN ports. In all homes and most small businesses, the WAN port connects to a high-speed modem, like a DSL or cable modem, which in turn connects the router to the Internet.

How do I decide which port to use? ›

Port numbers between 1 and 1024 have been assigned to various services by the Internet Assigned Numbers Authority. Do not use port numbers below 1024 other than 389 or 636 for directory services as they will conflict with other services. Additionally, port numbers below 1024 are accessible by root only.

What ports need to be open for internet access? ›

Ports
  • 21 - FTP (control connection)
  • 22 - SSH.
  • 23 - Telnet.
  • 25 - SMTP.
  • 80 - HTTP.
  • 110 - POP3.
  • 143 - IMAP4.
  • 443 - HTTPS (HTTP over TLS or SSL)

Is it safe to open ports on my router? ›

Open ports aren't dangerous by default, rather it's what you do with the open ports at a system level, and what services and apps are exposed on those ports, that should prompt people to label them dangerous or not. The reason people call for closed ports because less open ports reduces your attack surface.

Why should you close ports? ›

Open port vulnerabilities pose a significant security risk to your organization. If left exposed, ports are a gateway for hackers to breach your network and steal your data.

What does closing ports do? ›

So when you close a port that is forwarded to the server, you will protect the server / service that is listening on this port. But usually you wouldn't be forwarding public connections to a service that is not required for your business. So in many cases, just closing a port is not an option.

How do I close a port? ›

Here are the steps for Windows:
  1. Find the process ID (PID) of the port (replace the 'portNumber' with the number) netstat -ano | findstr :portNumber. Copy the PID number for the next step.
  2. Kill the process. First, try this (replace typeyourPIDhere with the number you copied above): taskkill /PID typeyourPIDhere /F.
Mar 30, 2020

What indicates a port is closed? ›

Answer. A closed port indicates that no application or service is not listening for connections on that port. A closed port can open up at any time if an application or service is started. A filter port indicates that a firewall, filter, or other network issue is blocking the port.

Top Articles
How Hearing Loss Can Qualify for Disability Benefits | Atticus
The Filipino Doctor - Doctor Information, Health Articles, Drug Knowledge
Parke County Chatter
Hertz Car Rental Partnership | Uber
Bellinghamcraigslist
The Best Classes in WoW War Within - Best Class in 11.0.2 | Dving Guides
Athletic Squad With Poles Crossword
Wfin Local News
The Powers Below Drop Rate
South Ms Farm Trader
Mid90S Common Sense Media
Troy Athens Cheer Weebly
Local Dog Boarding Kennels Near Me
Navy Female Prt Standards 30 34
Powerball winning numbers for Saturday, Sept. 14. Check tickets for $152 million drawing
Swgoh Blind Characters
Libinick
Faurot Field Virtual Seating Chart
Webcentral Cuny
Sussur Bloom locations and uses in Baldur's Gate 3
Plaza Bonita Sycuan Bus Schedule
Del Amo Fashion Center Map
Renfield Showtimes Near Paragon Theaters - Coral Square
Jayme's Upscale Resale Abilene Photos
Craigslist Ludington Michigan
Cona Physical Therapy
O'reilly's In Mathis Texas
Kqelwaob
Craftsman Yt3000 Oil Capacity
Noaa Marine Forecast Florida By Zone
3473372961
10 Most Ridiculously Expensive Haircuts Of All Time in 2024 - Financesonline.com
Metra Schedule Ravinia To Chicago
Craigslist Mount Pocono
Chuze Fitness La Verne Reviews
The TBM 930 Is Another Daher Masterpiece
Ashoke K Maitra. Adviser to CMD's. Received Lifetime Achievement Award in HRD on LinkedIn: #hr #hrd #coaching #mentoring #career #jobs #mba #mbafreshers #sales…
Wo ein Pfand ist, ist auch Einweg
Academy Sports New Bern Nc Coupons
Gravel Racing
Lbl A-Z
Charli D'amelio Bj
6576771660
Studentvue Calexico
The Sports Academy - 101 Glenwest Drive, Glen Carbon, Illinois 62034 - Guide
Verizon Forum Gac Family
Tito Jackson, member of beloved pop group the Jackson 5, dies at 70
Game Akin To Bingo Nyt
Powah: Automating the Energizing Orb - EnigmaticaModpacks/Enigmatica6 GitHub Wiki
Sdn Dds
Latest Posts
Article information

Author: Carmelo Roob

Last Updated:

Views: 5664

Rating: 4.4 / 5 (65 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Carmelo Roob

Birthday: 1995-01-09

Address: Apt. 915 481 Sipes Cliff, New Gonzalobury, CO 80176

Phone: +6773780339780

Job: Sales Executive

Hobby: Gaming, Jogging, Rugby, Video gaming, Handball, Ice skating, Web surfing

Introduction: My name is Carmelo Roob, I am a modern, handsome, delightful, comfortable, attractive, vast, good person who loves writing and wants to share my knowledge and understanding with you.