OBJECT

OpenPorts

The open ports of an IP

link GraphQL Schema definition

  • type OpenPorts {
  • port: Int!
  • scanTime: Time!
  • # an open port's last discovery source
  • source: OpenPortsSource!
  • # name of protocol most likely used in this port
  • name: String!
  • # description of protocol most likely used in this port
  • description: String
  • }