Jump to content

what is port 1262


Recommended Posts


You should be fine to block this port on the firewall, as it has some known exploits attached to it, such as DDoS and remote code execution attacks. I found this on another site, but won't link to it because of some page content.

Go to the command prompt (Start>Run>cmd)

Enter netstat -ano

You will get a report of Active Connections

Report includes: Protocol, Local Address, Foreign Address, State, PID

e.g.

Proto Local Address Foreign Address State PID

UDP 127.0.0.1:1262/udp *:* 1262/udp

Write down the PID (process identifier) associated with port 1262/udp (Also note the Local Address, Foreign Address, Protocol and State.)

Next, start the Windows Task Manager

Select the Processes tab in Task Manager

Search for the PID you wrote down previously

netstat parameter -s displays per-protocol statistics. By default, statistics are shown for IP, IPv6, ICMP, ICMPv6, TCP, TCPv6, UDP, and UDPv6

This will at least tell you what is using that port and lead you on a path to see whether or not this is causing a problem on your system.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...