Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Other Discussions
  3. The Back Room
  4. Alert alert alert alert......

Alert alert alert alert......

Scheduled Pinned Locked Moved The Back Room
csharpquestionc++asp-net
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rickard Andersson20
    wrote on last edited by
    #1

    My ZoneAlarm is alerting all the time when I'm out and surfing! Most of all alerts is incoming connections to some UDP ports. I have no damn idea what the heck is listening on these ports! Is it Windows programs or what? Do you know perhaps where I can get info on what is listening on the ports? Rickard Andersson@Suza Computing C# and C++ programmer from SWEDEN! UIN: 50302279 E-Mail: nikado@pc.nu Speciality: I love C#, ASP.NET and C++!

    K R 2 Replies Last reply
    0
    • R Rickard Andersson20

      My ZoneAlarm is alerting all the time when I'm out and surfing! Most of all alerts is incoming connections to some UDP ports. I have no damn idea what the heck is listening on these ports! Is it Windows programs or what? Do you know perhaps where I can get info on what is listening on the ports? Rickard Andersson@Suza Computing C# and C++ programmer from SWEDEN! UIN: 50302279 E-Mail: nikado@pc.nu Speciality: I love C#, ASP.NET and C++!

      K Offline
      K Offline
      KaRl
      wrote on last edited by
      #2

      Rickard Andersson wrote: My ZoneAlarm is alerting all the time when I'm out and surfing! That's why I use Outpost, the warnings are less intrusive :) I think some script kiddies are trying to connect to your computer (connection on UDP 137 could crash a Win95/98, that's why it's often tested :~ ). Doesn't ZoneAlarm indicate the IP address of the people trying to connect?


      Angels banished from heaven have no choice but to become demons Cowboy Bebop

      R 1 Reply Last reply
      0
      • R Rickard Andersson20

        My ZoneAlarm is alerting all the time when I'm out and surfing! Most of all alerts is incoming connections to some UDP ports. I have no damn idea what the heck is listening on these ports! Is it Windows programs or what? Do you know perhaps where I can get info on what is listening on the ports? Rickard Andersson@Suza Computing C# and C++ programmer from SWEDEN! UIN: 50302279 E-Mail: nikado@pc.nu Speciality: I love C#, ASP.NET and C++!

        R Offline
        R Offline
        Russell Morris
        wrote on last edited by
        #3

        Rickard Andersson wrote: I have no damn idea what the heck is listening on these ports! Unlike TCP, where a virtual circuit is openned and agreed upon by the sender and receiver, UDP doesn't require anyone have registered interest in receiving UDP packets from a sender in order for that sender to send those packets. For instance, I could write a small program right now (if I had your IP) that would send data to your UDP port 12345, even though no application on your machine is "listening" to UDP port 12345. This is in contrast to TCP, where I would first have to open a connection (the virtual circuit) to your TCP port 12345 before I could send data. This, of course, would fail because you don't have any app that is listening for client connections on TCP port 12345. So, long story short, the UDP packets you are receiving might be unsolicited. -- Russell Morris "Have you gone mad Frink? Put down that science pole!"

        R 1 Reply Last reply
        0
        • R Russell Morris

          Rickard Andersson wrote: I have no damn idea what the heck is listening on these ports! Unlike TCP, where a virtual circuit is openned and agreed upon by the sender and receiver, UDP doesn't require anyone have registered interest in receiving UDP packets from a sender in order for that sender to send those packets. For instance, I could write a small program right now (if I had your IP) that would send data to your UDP port 12345, even though no application on your machine is "listening" to UDP port 12345. This is in contrast to TCP, where I would first have to open a connection (the virtual circuit) to your TCP port 12345 before I could send data. This, of course, would fail because you don't have any app that is listening for client connections on TCP port 12345. So, long story short, the UDP packets you are receiving might be unsolicited. -- Russell Morris "Have you gone mad Frink? Put down that science pole!"

          R Offline
          R Offline
          Rickard Andersson20
          wrote on last edited by
          #4

          Cool information you gave me! Thank you! This "question" perhaps sound like a programming question... eek... :~ :suss: Rickard Andersson@Suza Computing C# and C++ programmer from SWEDEN! UIN: 50302279 E-Mail: nikado@pc.nu Speciality: I love C#, ASP.NET and C++!

          1 Reply Last reply
          0
          • K KaRl

            Rickard Andersson wrote: My ZoneAlarm is alerting all the time when I'm out and surfing! That's why I use Outpost, the warnings are less intrusive :) I think some script kiddies are trying to connect to your computer (connection on UDP 137 could crash a Win95/98, that's why it's often tested :~ ). Doesn't ZoneAlarm indicate the IP address of the people trying to connect?


            Angels banished from heaven have no choice but to become demons Cowboy Bebop

            R Offline
            R Offline
            Rickard Andersson20
            wrote on last edited by
            #5

            KaЯl wrote: Doesn't ZoneAlarm indicate the IP address of the people trying to connect? Oooohh yes! The "IP Look Up" utility I have tells me where the IP come from, sometimes it's from Nish (India), sometimes Thiland, Korea.... etc. etc.... :) Rickard Andersson@Suza Computing C# and C++ programmer from SWEDEN! UIN: 50302279 E-Mail: nikado@pc.nu Speciality: I love C#, ASP.NET and C++!

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups