UPDATE 10/4 6:47 EDT
I have been going through all the comments. THANKS!!! I did not know about the techniques listed, so they are extremely helpful. Sorry for the slow update. As I mentioned below, I got behind with this yesterday so work cut into my evening.
I ran a port scan. The first syntax, -p, brought no joy. The nmap software itself suggested changing to -Pn. That brought an interesting response:
nmap -Pn 1-9999 <Local IP Addr>
Starting Nmap 7.93 ( https://nmap.org ) at 2024-10-04 11:44 BST
Failed to resolve “1-9999”. Nmap scan report for <Local IP Address> Host is up (0.070s latency). All 1000 scanned ports on 192.168.0.46 are in ignored states. Not shown: 990 filtered tcp ports (no-response), 10 filtered tcp ports (host-unreach) Nmap done: 1 IP address (1 host up) scanned in 6.03 seconds Just to be absolutely sure, I turned off my work computer (the only windows box on my network) and reran the same syntax with the same results.
As I read this, there is definitely something on my network running windows that is not showing up on the DHCP.
UPDATE 10/6
I am working through all these suggestions. I am sorry for the slow responses, but I have my hands full with family weekend. I will post more next tomorrow. But I did do one thing that has me scratching my head and wondering if this may be a wild goose chase.
I ran the nmap again per below with a completely fictional IP address within my normal range. It gave the exact same results:
nmap -A -T4 -p- -Pn <Fictional IP>
Starting Nmap 7.93 ( https://nmap.org ) at 2024-10-05 13:36 BST Nmap scan report for <Fictional IP>
Host is up (0.054s latency).
All 65535 scanned ports on <Fictional IP> are in ignored states.
Not shown: 65525 filtered tcp ports (no-response), 10 filtered tcp ports (host-unreach)
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 182.18 seconds
So, as others have saId this is just an unconfigured IIS server, which implies it’s either a windows machine, or a windows based VM, well or someone put the default IIS files on another server, but that’s unlikely.
When you say “weird” IP I’d wonder what you mean by that.
I think since it’s probably a windows machine, from another windows machine typing nbtstat -A <ip> should give you the computer name and workgroup or domain they belong to. See if it matches anything you expect on your network.
If not, maybe it’s time to change your WPA wifi key.
Thanks. I ran nbtstat and it came up empty.
Edit: Also, I am big on wired networks. I mostly save WI-FI for smart and mobile devices. There is a lot of stuff on Ethernet that does not need a password.
As everyone else has said this is the out of the box default page that comes with Microsoft IIS web server on windows server.
Though I feel like you’d know if you had a copy of windows server running on your network somewhere—is the IP in your usual network subnet?
The only windows box on my network is my company laptop. It is on a different IP address than that one.
It IS in my normal range, but it is NOT listed on my Router’s DHCP client list.
Have you recently installed visual studio or are doing any .NET development? It could possibly be a containerised version of IIS
If you completely turn off your windows device and try to access the IP from another device does it still resolve?
Great Idea! My windows box is off and I can still see it from my phone.
Hmm
I’d maybe try systematically turning any other devices off you think could potentially have the grunt to run windows server in a container or VM.
Do you have a Mac/Linux machine handy? If you run
arp -a
in one terminal and ping the unusual IP in another, that should give you a corresponding MAC address for the device. You can then look up the MAC address and see if it gives you any more info about the device running it—it might not but you never know. You can use something like https://dnschecker.org/mac-lookup.phpI guess next you could look at taking that MAC and blocking it in your router control panel and see if anything starts complaining
I guess next you could look at taking that MAC and blocking it in your router control panel and see if anything starts complaining
I love the “see who screams” method, my coworkers do not. it’s usually instant.
In addition, you might like to do a portscan on that IP address to see if any other ports reaveal something more interesting.
You can run this in cmd prompt, I think, if nmap is available on your windows machine:
nmap -p 1-9999 192.168.1.1
IIS can only run on a windows OS, so it must be a windows physical machine or VM connected to your network.
Any device can decide to set it’s own IP so that’s not too far fetched. Have any IoT crap like a water softener or colorful lights or speakers or cameras?
I have quite a few smart home devices. But the only “crappy IoT things” is an air purifier that is controlled by phone.
Unfortunately, I bought quite a few T-Link products before the IC revealed that they are dangerous.
It is worth exploring.
Edit TP-Link
Ah I have a TP-link router as well, two actually, and Im not monitoring my home network at all. Your experience makes me think I should!
You can enable IIS on almost any windows flavor.
https://helpdeskgeek.com/windows-10/install-and-setup-a-website-in-iis-on-windows-10/
Following, I want to know what god awful iot device this is. Refrigerator? Toaster oven? Vibrating dildo? The suspense is killing me
Nobody wants windows on a vibrating dildo
I mean, Windows already fucks us metaphorically
Bro, you gotta keep us updated, I’m surprisingly invested in this now.
I lost my entire morning to this yesterday. I had to work late to catch up. There are some good ideas in here I’m starting on now.
This is where you find that shit is so bloated and pointlessly connected that it’s running on a washing machine.
If you can, power stuff off and check if that web page is still available. Start with any Windows machines. It could be a virtual machine running inside of something else though.
Edit: here’s how to disable that web server https://superuser.com/a/1377078 . I’d do that on any Windows machines as well.
There was an appliance where the wifi chip was at the end of the power cable, embedded inside the plug. From the outside, you couldn’t really tell. It was there so radiation inside the box couldn’t affect the wireless signal as much.
I can imagine some genius thinking it’s a good idea to run a server from inside a cable or a connected home appliance.
Sounds like purchasing got a deal on surplus spook gear.
Windows IIS probably from around the time of windows 8 so maybe 2012. Probably running on either windows server 2012 (like exchange, an active directory domain controller, or if you are unlucky sharepoint) or some weirdly configured appliance running windows 8 ish enterprise.
nmap -A -T4 -p- <IP>
How insanely small was the transfer? Like 1 bit?
9 packets
does your router give you the MAC address of the device? You can look it up to see who manufactured it and then narrow down. This could be a device that has a web service running is all you are seeing right now.
Don’t need the router. If you’re on windows or linux, you just ping the ip then enter ‘arp -a <ip>’ it will show the MAC address for the IP from your machine’s arp cache.
It does not show up on the DHCP table, nor does it reflect pings.
You can always start looking at how to use WireShark to sniff the packets and learn more about what is coming and going from that system. WireShark can be a daunting tool but if you look at some videos or walk through you should be able to get a handle on how to make it reveal only the one devices network traffic
I have Wireshark, but haven’t really had a reason to learn it. I mostly just stare at the traffic rolling by the way they do on The Matrix. This is on the list to try.
The default home page for Microsoft IIS, the web server built into Windows Server (and probably some desktop builds too).
Depending on your router, it could have a docker setup with Windows on it. I’ve seen some strange shit on cheap routers with far too much processing power and storage.
I will probably have to shut all the devices off and put them back one by one. OMG that will take a long time.
Get the MAC address from the ARP table, and look up the OIN, should help you determine if it’s virtual or physical, and if physical the type of NIC it’s using.
That is IIS, all it means is you are probably talking to a windows server. Is the traffic encrypted? What port is it going to?