commonfields: id: OSQueryOpenSockets version: -1 name: OSQueryOpenSockets script: '' type: python subtype: python2 tags: - OSQuery deprecated: true comment: "Deprecated. Use OSQueryBasicQuery with query='select distinct pid, family, protocol, local_address, local_port, remote_address, remote_port, path from process_open_sockets where path `<>` '' or remote_address `<>` '';' instead." system: true args: - name: system required: true default: true description: The System to remote execute on, can be a list of systems scripttarget: 0 dependson: must: - OSQueryBasicQuery timeout: 0s fromversion: 6.0.0 dockerimage: demisto/python:2.7.18.24398 tests: - No tests (auto formatted)