{
  "192.168.1.1": {
    "hostname": "gateway.corp.local",
    "os": "RouterOS 6.49",
    "open_ports": [
      22,
      80,
      443,
      8080
    ],
    "services": {
      "22": "SSH OpenSSH 7.4",
      "80": "HTTP nginx/1.14",
      "443": "HTTPS nginx/1.14",
      "8080": "HTTP-proxy"
    }
  },
  "192.168.1.10": {
    "hostname": "dc01.corp.local",
    "os": "Windows Server 2019",
    "open_ports": [
      53,
      88,
      135,
      139,
      389,
      445,
      464,
      636,
      3268,
      3389
    ],
    "services": {
      "53": "DNS",
      "88": "Kerberos",
      "139": "NetBIOS",
      "389": "LDAP",
      "445": "SMB Microsoft-DS",
      "3389": "RDP"
    }
  },
  "192.168.1.20": {
    "hostname": "webserver.corp.local",
    "os": "Ubuntu 20.04",
    "open_ports": [
      21,
      22,
      80,
      443
    ],
    "services": {
      "21": "FTP vsftpd 3.0.3 (anonymous login allowed)",
      "22": "SSH OpenSSH 8.2",
      "80": "HTTP Apache/2.4.41",
      "443": "HTTPS Apache/2.4.41"
    }
  },
  "192.168.1.30": {
    "hostname": "sqlserver.corp.local",
    "os": "Windows Server 2016",
    "open_ports": [
      1433,
      3389,
      445
    ],
    "services": {
      "1433": "MSSQL Server 2019 (sa:blank password)",
      "3389": "RDP (default credentials)",
      "445": "SMB"
    }
  },
  "192.168.1.100": {
    "hostname": "devbox.corp.local",
    "os": "Ubuntu 18.04",
    "open_ports": [
      22,
      8080,
      8443,
      9200
    ],
    "services": {
      "22": "SSH (password: dev123)",
      "8080": "HTTP Tomcat 9.0",
      "9200": "Elasticsearch 7.x (no auth)"
    }
  }
}