• @9point6
    link
    435 hours ago

    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?

    • @RestrictedAccountOP
      link
      114 hours ago

      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.

      • @9point6
        link
        194 hours ago

        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?

        • @RestrictedAccountOP
          link
          114 hours ago

          Great Idea! My windows box is off and I can still see it from my phone.

          • @9point6
            link
            8
            edit-2
            3 hours ago

            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

            • @Agent641
              link
              63 hours ago

              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.

      • @polygon6121
        link
        84 hours ago

        That is weird. Running development environments maybe? Docker with windows iis?

      • oracle
        link
        44 hours ago

        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