• Seasm0ke@lemmy.world
    link
    fedilink
    arrow-up
    11
    ·
    4 hours ago

    Following, I want to know what god awful iot device this is. Refrigerator? Toaster oven? Vibrating dildo? The suspense is killing me

  • r00ty@kbin.life
    link
    fedilink
    arrow-up
    38
    ·
    edit-2
    9 hours ago

    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.

  • 9point6@lemmy.world
    link
    fedilink
    arrow-up
    50
    ·
    11 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?

    • RestrictedAccount@lemmy.worldOP
      link
      fedilink
      arrow-up
      17
      ·
      10 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@lemmy.world
        link
        fedilink
        arrow-up
        23
        ·
        10 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?

          • 9point6@lemmy.world
            link
            fedilink
            arrow-up
            14
            ·
            edit-2
            9 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

            • thermal_shock@lemmy.world
              link
              fedilink
              English
              arrow-up
              2
              ·
              3 hours ago

              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 no. it’s usually instant.

            • Agent641@lemmy.world
              link
              fedilink
              arrow-up
              8
              ·
              9 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.

      • oracle@lemmy.world
        link
        fedilink
        arrow-up
        5
        arrow-down
        1
        ·
        10 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

  • rtxn@lemmy.world
    link
    fedilink
    English
    arrow-up
    59
    ·
    12 hours ago

    The default home page for Microsoft IIS, the web server built into Windows Server (and probably some desktop builds too).

  • dingdongmetacarples@lemmy.world
    link
    fedilink
    arrow-up
    22
    ·
    edit-2
    10 hours ago

    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.

  • Blackmist@feddit.uk
    link
    fedilink
    English
    arrow-up
    10
    ·
    8 hours ago

    This is where you find that shit is so bloated and pointlessly connected that it’s running on a washing machine.

  • thisbenzingring@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    19
    ·
    10 hours ago

    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.

    • r00ty@kbin.life
      link
      fedilink
      arrow-up
      9
      ·
      9 hours ago

      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.

  • peopleproblems@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    9 hours ago

    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.

  • Kelly@lemmy.world
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    2
    ·
    12 hours ago

    Home network or corporate?

    Its a windows server, if you are using widows too you can try establishing a RDP connection with Remote Desktop Connection.

      • Kelly@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        ·
        10 hours ago

        Eyeballing the login screen may give some insight, you’re right that its probably unwise to try real creds if you don’t recognize the server.

  • Chocrates@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    11 hours ago

    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?

    • elvith
      link
      fedilink
      arrow-up
      2
      ·
      5 hours ago

      Is the traffic encrypted?

      If it is, look at the certificate. Which hostname is it for primarily? Which SAN (Subject Alternative Name - basically a list of all other hostnames the certificate is valid for) are set, if any? Which Certificate Authority issued the certificate or is it self signed?

  • artvabas@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    10 hours ago

    Is your IP adres same as localhost and you are using Windows Pro, then probably IIS is installed on your device.