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
It’s the default page for a Windows Server running IIS web server.
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?
That is weird. Running development environments maybe? Docker with windows iis?
Yeah, that’s a company server, specifically for the local network group
It IS in my normal range, but it is NOT listed on my Router’s DHCP client list.
Why would an internal server change IP all the time? DHCP is for silly things like laptops that turn on and off eleventy times a day
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
You can enable IIS on almost any windows flavor.
https://helpdeskgeek.com/windows-10/install-and-setup-a-website-in-iis-on-windows-10/
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.
Hmm. That would mean it’s likely one of the following (well perhaps more options, but these spring to mind)
- A windows machine that has the network set as a public network, or netbios specifically blocked on LAN.
- A windows machine that has all the netbios services disabled.
- Not a windows machine, or a container as others suggested that’s running some kind of IIS install
- Not a windows machine at all but for some weird reason IIS files and a web server setup.
I think you suggested in another comment, that it’s not in your DHCP client list but has an IP in your normal range. Which suggests it is setup with a static IP. That is odd.
Some other people suggested it could be a container that is using a real IP rather than the NAT that docker etc usually use. I do know that you can use real IPs in containers, I’ve done it on my NAS to get a “proper” linux install on top of the NAS lite linux that is provided. But I would have expected that you’d know about that, since it would require someone to actually choose the IP address to use.
If you have managed switches you could find which port on which switch the MAC address (as found by lookuping up the arp record for the IP using arp -a) is on (provided the switch allows access to the forwarding tables). Of course, if they’re on Wi-Fi it’s only going to lead to the access point they’re connecting to.
The default home page for Microsoft IIS, the web server built into Windows Server (and probably some desktop builds too).
Following, I want to know what god awful iot device this is. Refrigerator? Toaster oven? Vibrating dildo? The suspense is killing me
Maybe I want my vibrating dildo to take an hour to load and come with spyware
Hey, I’m not normally one to judge but it seems like a bad idea to call yourself spyware. Either you’re going to blow your cover or it’s just negative self talk.
I have a Bluetooth controlled vibrator. Reverse engineered the app (which has a chat function) and it has a blacklist of words (mainly Chinese) you’re not allowed to text using the app.
I did not check if your horny chat gets copied to Chinese spy agencies, but I suspect that will be done on the server.