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.
No Stupid Questions
No such thing. Ask away!
!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.
The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:
Rules (interactive)
Rule 1- All posts must be legitimate questions. All post titles must include a question.
All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.
Rule 2- Your question subject cannot be illegal or NSFW material.
Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.
Rule 3- Do not seek mental, medical and professional help here.
Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.
Rule 4- No self promotion or upvote-farming of any kind.
That's it.
Rule 5- No baiting or sealioning or promoting an agenda.
Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.
Rule 6- Regarding META posts and joke questions.
Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.
On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.
If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.
Rule 7- You can't intentionally annoy, mock, or harass other members.
If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.
Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.
Rule 8- All comments should try to stay relevant to their parent content.
Rule 9- Reposts from other platforms are not allowed.
Let everyone have their own content.
Rule 10- Majority of bots aren't allowed to participate here.
Credits
Our breathtaking icon was bestowed upon us by @Cevilia!
The greatest banner of all time: by @TheOneWithTheHair!
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.
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.
Others haven't suggested this yet, but a single device, like your laptop, even with one connection, can have two IPs.
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.
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
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 mean, Windows already fucks us metaphorically
This is where you find that shit is so bloated and pointlessly connected that it's running on a washing machine.
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.
At least get WPA2
I don't even think my current wifi kit has WPA (1) as an option. It's WPA2 or 3 only I'm pretty sure.
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.
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.
The mac address can also tell you the hardware vendor.
Is your IP adres same as localhost and you are using Windows Pro, then probably IIS is installed on your device.
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.
How insanely small was the transfer? Like 1 bit?
9 packets
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?
You can enable IIS on almost any windows flavor.
https://helpdeskgeek.com/windows-10/install-and-setup-a-website-in-iis-on-windows-10/
Fair point.
As a note, I don't recall all of them saying 'Windows Server' in the top left of that page.
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.php
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 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.
Thanks as you can tell, I’m not an expert in any of this.
I will run this as you described.
I did the nmap based on input from ChatGPT, it had me do a Ping base scan with nmap. It turned up nothing because that IP address did not return a Ping.
This has me really curious.
I’m concerned that the website I opened in Safari on my phone is bringing up a cache on my browser and is not actually live.
I tried to open it from an iPad and it did not load. Iit still loads off my phone even though I have rebooted everything.
In case it helps your troubleshooting, ICMP (ping) is typically disabled by default on Windows.
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
Even if it isn't changing IP, you still want it in your DHCP table so that IP doesn't accidentally get assigned to something else. It's unlikely on a small network but it can happen.
Thanks! I did not know DHCP allocation was optional on a home network.
"home" isn't descriptive enough. you can run some VERY powerful, in depth stuff if you were so inclined on a "home" network.
That is weird. Running development environments maybe? Docker with windows iis?