Ping monitoring tool

Ping monitoring

Ping is a network command that is primarily used to determine if a local host can exchange (send and receive) data with another host. Based on the information returned, it can be inferred that the TCP/IP parameters are set correctly and are functioning properly. Under normal circumstances, Ping will return several parameters with a loss … Read more

Security Orchestration 101

The threat of cyber security and cyber attacks has never been as high as it is right now does security orchestration is the solution. Security Orchestration Our modern world is incredibly dependent on the internet and online connectivity in a way that wasn’t even possible previously. All of us have internet-enabled devices in our pockets, … Read more

4 Easy methods for how to check if port is open on Windows

In this how to check if port is open article, we will try to answer all the how-to questions we receive on our website. We will add a new question from time to time base on new how to questions that users will ask. For general question, we will try to answer it for the … Read more

Windows File Hash Tool

We, on the open port website, build a new tool that you can use, a file hash tool, It calls FileHasher it can give you several hash signatures about a selected file, include MD5, SHA1, SHA256, CRC32, file entropy and more. we build it for some test that we had to do with hash signature, and now … Read more

Open Port Viewer

Open Port Viewer is an easy to use GUI tool to get the current list of used ports on your system. Please right-click and run as Administrator to get the module name (exe file) of the owner process. One of the newly added features is to show the remote address IP number and hostname (domain). … Read more

How to check UDP port status open or not.

This check udp port article will talk about the User Datagram Protocol, what is used for and the tool to use it. User Datagram Protocol (UDP) is like a send and forget protocol. To check if the UDP port is open or not, you should receive a response from the port. The UDP Socket: With User Datagram … Read more