diff --git a/Packs/OSQuery/ReleaseNotes/1_0_8.md b/Packs/OSQuery/ReleaseNotes/1_0_8.md new file mode 100644 index 000000000000..2ce745a68e42 --- /dev/null +++ b/Packs/OSQuery/ReleaseNotes/1_0_8.md @@ -0,0 +1,4 @@ + +#### Scripts +##### OSQueryOpenSockets +Maintenance and stability enhancements. diff --git a/Packs/OSQuery/Scripts/OSQueryOpenSockets/OSQueryOpenSockets.yml b/Packs/OSQuery/Scripts/OSQueryOpenSockets/OSQueryOpenSockets.yml index 4aa17e652499..5eabf24808ca 100644 --- a/Packs/OSQuery/Scripts/OSQueryOpenSockets/OSQueryOpenSockets.yml +++ b/Packs/OSQuery/Scripts/OSQueryOpenSockets/OSQueryOpenSockets.yml @@ -8,7 +8,7 @@ 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." +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 diff --git a/Packs/OSQuery/pack_metadata.json b/Packs/OSQuery/pack_metadata.json index ea02b137d6c4..bd4e8523ff80 100644 --- a/Packs/OSQuery/pack_metadata.json +++ b/Packs/OSQuery/pack_metadata.json @@ -2,7 +2,7 @@ "name": "OS Query", "description": "Run OS query on a linux system.", "support": "xsoar", - "currentVersion": "1.0.7", + "currentVersion": "1.0.8", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "",