[FIREWALL] 239.255.255.250 port1900 SSDP
Solved
ka'sa
Posted messages
906
Registration date
Status
Member
Last intervention
-
starsis Posted messages 1 Status Member -
starsis Posted messages 1 Status Member -
firewall alert IP 239.255.255.250 port 1900 SSDP
If you have the aforementioned firewall warning, please read on.
After installing a firewall, it alerted me to connection attempts, first from a service (ssdpsrv.exe), which I promptly removed from startup, and then secondly from explorer, which was trying to connect to the IP address 239.255.255.250 on port 1900, an address that would correspond to a university in Southern
California.
Other people (few, I only found one person discussing the topic online) had the same issue, which is probably why the MS site explains that this is used among other things for plug and play ...
After investigation, I realized that this IP address is "hardcoded" in ssdpapi.dll, I don’t know what it does or is supposed to do, but what I do know is that I would like to be asked for my opinion beforehand (at least I would like that).
And since I am not asked for my opinion, I tried a trick, which apparently works well, it's to replace the IP 239.255.255.250 with 127.0.0.1 in the said dll using a hex editor.
Be careful, I tested it, it seems to work, but standard precautions should be taken (backup of the original...), on the other hand, to overwrite the faulty original, you need to restart in minimal mode, otherwise, if Windows is started, it will tell you that this dll
is in use by itself.
For those who don’t want to use a hex editor but still want to apply this method, just send an email and voilà!
New info, a security patch released at the beginning of the year 2002, for a vulnerability in plug and play (how strange), addresses and thus replaces ssdapi.dll, if you apply it, you'll need to repeat the process (I of course have the modified new version at your disposal).
Since I do not have XP and often receive the same question posed for this system, an Internet user, Thierry (he will recognize himself), kindly provided me with feedback to solve this problem on XP, I reproduce his words below:
It is SSDP Client API DLL, a component interacting with the UPnP network function in Win XP.
Microsoft offers a fix for XP, Q315000, which does not resolve this issue....
You need to disable the "SSDP Discovery Service", or set it to manual.
You can also go into the registry, H_K_L_M / SYSTEM / CurrentControlSet / Services and modify the "Start" value of the service, (2, Auto, 3 Manual, 4 Disabled).
A firewall seems effective in blocking ports 1900 and 5000.
Another nice Internet user "out of order" sent me this:
hello regarding your topic on the IP address 239.255.255.250 I noticed the same issue on my OS win XP pro, without sp1 pack, my kerio 4 firewall indeed detects the phenomenon.
I found this solution, it seems to work.
The services are necessary for the proper functioning of the operating system and several applications that remain alert at all times to be launched as soon as you request them.
Let me explain...
In fact, your computer contacts the address 239.255.255.250 (IANA server group, important name resolution servers on the Internet) via port 1900 using the SSDP (Simple Service Discovery Protocol) to locate all
Plug and play machines.
Since attacks via this port have been recognized for a long time, we will disable this procedure without delay.
But rather than taking you to disable the SSDP and UPnP services (ports 1900 and 5000 respectively), use this tiny executable (22Ko) from Steve Gibson here
http://grc.com/files/UnPnP.exe
to do this work for you. It will notify you if your computer needs intervention
Thanks to these contributing Internet users for this information, moreover the site given by "out of order" is that of "Steve Gibson", the first to have found an MS spy, thus allowing me to add an essential reference that I had omitted.
someone had asked me the question (on another site), I am reposting it here, if it can help someone.
<source http://www.svdovenko.freesurf.fr/informatique.htm >
kasa
internet: interconnection between computers network
computer: order given by god...
If you have the aforementioned firewall warning, please read on.
After installing a firewall, it alerted me to connection attempts, first from a service (ssdpsrv.exe), which I promptly removed from startup, and then secondly from explorer, which was trying to connect to the IP address 239.255.255.250 on port 1900, an address that would correspond to a university in Southern
California.
Other people (few, I only found one person discussing the topic online) had the same issue, which is probably why the MS site explains that this is used among other things for plug and play ...
After investigation, I realized that this IP address is "hardcoded" in ssdpapi.dll, I don’t know what it does or is supposed to do, but what I do know is that I would like to be asked for my opinion beforehand (at least I would like that).
And since I am not asked for my opinion, I tried a trick, which apparently works well, it's to replace the IP 239.255.255.250 with 127.0.0.1 in the said dll using a hex editor.
Be careful, I tested it, it seems to work, but standard precautions should be taken (backup of the original...), on the other hand, to overwrite the faulty original, you need to restart in minimal mode, otherwise, if Windows is started, it will tell you that this dll
is in use by itself.
For those who don’t want to use a hex editor but still want to apply this method, just send an email and voilà!
New info, a security patch released at the beginning of the year 2002, for a vulnerability in plug and play (how strange), addresses and thus replaces ssdapi.dll, if you apply it, you'll need to repeat the process (I of course have the modified new version at your disposal).
Since I do not have XP and often receive the same question posed for this system, an Internet user, Thierry (he will recognize himself), kindly provided me with feedback to solve this problem on XP, I reproduce his words below:
It is SSDP Client API DLL, a component interacting with the UPnP network function in Win XP.
Microsoft offers a fix for XP, Q315000, which does not resolve this issue....
You need to disable the "SSDP Discovery Service", or set it to manual.
You can also go into the registry, H_K_L_M / SYSTEM / CurrentControlSet / Services and modify the "Start" value of the service, (2, Auto, 3 Manual, 4 Disabled).
A firewall seems effective in blocking ports 1900 and 5000.
Another nice Internet user "out of order" sent me this:
hello regarding your topic on the IP address 239.255.255.250 I noticed the same issue on my OS win XP pro, without sp1 pack, my kerio 4 firewall indeed detects the phenomenon.
I found this solution, it seems to work.
The services are necessary for the proper functioning of the operating system and several applications that remain alert at all times to be launched as soon as you request them.
Let me explain...
In fact, your computer contacts the address 239.255.255.250 (IANA server group, important name resolution servers on the Internet) via port 1900 using the SSDP (Simple Service Discovery Protocol) to locate all
Plug and play machines.
Since attacks via this port have been recognized for a long time, we will disable this procedure without delay.
But rather than taking you to disable the SSDP and UPnP services (ports 1900 and 5000 respectively), use this tiny executable (22Ko) from Steve Gibson here
http://grc.com/files/UnPnP.exe
to do this work for you. It will notify you if your computer needs intervention
Thanks to these contributing Internet users for this information, moreover the site given by "out of order" is that of "Steve Gibson", the first to have found an MS spy, thus allowing me to add an essential reference that I had omitted.
someone had asked me the question (on another site), I am reposting it here, if it can help someone.
<source http://www.svdovenko.freesurf.fr/informatique.htm >
kasa
internet: interconnection between computers network
computer: order given by god...
17 answers
-
"In fact, your computer contacts the address 239.255.255.250 (IANA server group, important name resolution servers on the Internet) via port 1900 using the SSDP (Simple Service Discovery Protocol) to identify all devices" --> Definition of IANA: The IANA allocates IP addresses and AS number blocks to RIRs
Basically, the IANA owns the IP range 0.0.0.0 to 255.255.255.255 (all)
And the address 239.255.255.250 is a multicast IP address that is not routed on the Internet and is reserved for the SSDP protocol. In short, if you ping this IP, the machine that responds to you will be a machine on your local network and nothing else.
In no case is name resolution done via multicast IPs, otherwise it would be chaos and the Internet would already be down.
@++-
Thank you for this topic, I have disabled UPNP and SSDP
But I have a question, my firewall blocked it while the packet was trying to go from the trust zone to the untrust zone.
So it somehow routed it? Unless my firewall sends everything from "trust" to "untrust" before blocking it, and it's just the interface that presents it this way...
-