From 6d399cc089288a0551ca91ce1e4bee95f6df6f20 Mon Sep 17 00:00:00 2001 From: mgalitzki Date: Wed, 30 Dec 2020 10:50:58 +0200 Subject: [PATCH 1/3] fixed Wrong argument --- .../Integrations/IllusiveNetworks/IllusiveNetworks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packs/IllusiveNetworks/Integrations/IllusiveNetworks/IllusiveNetworks.py b/Packs/IllusiveNetworks/Integrations/IllusiveNetworks/IllusiveNetworks.py index 5e7e340b820b..e421f5f42f81 100755 --- a/Packs/IllusiveNetworks/Integrations/IllusiveNetworks/IllusiveNetworks.py +++ b/Packs/IllusiveNetworks/Integrations/IllusiveNetworks/IllusiveNetworks.py @@ -584,7 +584,7 @@ def delete_deceptive_servers_command(client: Client, args: dict) -> Tuple: def get_incidents_command(client: Client, args: dict) -> Tuple: incident_id = args.get("incident_id") has_forensics = args.get("has_forensics", None) - host_names = argToList(args.get('host_names')) + host_names = argToList(args.get('hostnames')) limit = args.get("limit", 10) offset = args.get("offset", 0) start_date = args.get("start_date", None) From 26dee77ed62cb593b785493c14ed13f9becece16 Mon Sep 17 00:00:00 2001 From: mgalitzki Date: Wed, 30 Dec 2020 10:57:03 +0200 Subject: [PATCH 2/3] added releasenotes --- .../Integrations/IllusiveNetworks/IllusiveNetworks.yml | 2 +- Packs/IllusiveNetworks/ReleaseNotes/1_0_6.md | 5 +++++ Packs/IllusiveNetworks/pack_metadata.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 Packs/IllusiveNetworks/ReleaseNotes/1_0_6.md diff --git a/Packs/IllusiveNetworks/Integrations/IllusiveNetworks/IllusiveNetworks.yml b/Packs/IllusiveNetworks/Integrations/IllusiveNetworks/IllusiveNetworks.yml index 3b11685a6826..6c9cb4bbb7bc 100755 --- a/Packs/IllusiveNetworks/Integrations/IllusiveNetworks/IllusiveNetworks.yml +++ b/Packs/IllusiveNetworks/Integrations/IllusiveNetworks/IllusiveNetworks.yml @@ -637,7 +637,7 @@ script: description: Retrieve forensics artifacts from Illusive's forensics execution: false name: illusive-get-forensics-artifacts - dockerimage: demisto/python3:3.8.3.9324 + dockerimage: demisto/python3:3.8.6.14516 feed: false isfetch: true longRunning: false diff --git a/Packs/IllusiveNetworks/ReleaseNotes/1_0_6.md b/Packs/IllusiveNetworks/ReleaseNotes/1_0_6.md new file mode 100644 index 000000000000..f65b7147586b --- /dev/null +++ b/Packs/IllusiveNetworks/ReleaseNotes/1_0_6.md @@ -0,0 +1,5 @@ + +#### Integrations +##### IllusiveNetworks +- Fixed an issue where the *hostnames* argument on the **illusive-get-incidents** command was not used correctly. +- Upgraded the Docker image to demisto/python3:3.8.6.14516. \ No newline at end of file diff --git a/Packs/IllusiveNetworks/pack_metadata.json b/Packs/IllusiveNetworks/pack_metadata.json index 8268c7844236..fa114f5c311a 100755 --- a/Packs/IllusiveNetworks/pack_metadata.json +++ b/Packs/IllusiveNetworks/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Illusive Networks", "description": "Enrich SOC incident triage and investigation data with valuable Illusive information and forensics, and manage the way Illusive deploys deceptions across the network.", "support": "partner", - "currentVersion": "1.0.5", + "currentVersion": "1.0.6", "author": "Illusive Networks", "url": "https://www.illusivenetworks.com", "email": "support@illusivenetworks.com", From f1cd160a5a5db6193d8e6e4bb1d31e758ed83cb2 Mon Sep 17 00:00:00 2001 From: roysagi <50295826+roysagi@users.noreply.github.com> Date: Wed, 30 Dec 2020 13:53:15 +0200 Subject: [PATCH 3/3] Update 1_0_6.md --- Packs/IllusiveNetworks/ReleaseNotes/1_0_6.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Packs/IllusiveNetworks/ReleaseNotes/1_0_6.md b/Packs/IllusiveNetworks/ReleaseNotes/1_0_6.md index f65b7147586b..c8365c35d40c 100644 --- a/Packs/IllusiveNetworks/ReleaseNotes/1_0_6.md +++ b/Packs/IllusiveNetworks/ReleaseNotes/1_0_6.md @@ -1,5 +1,5 @@ #### Integrations ##### IllusiveNetworks -- Fixed an issue where the *hostnames* argument on the **illusive-get-incidents** command was not used correctly. -- Upgraded the Docker image to demisto/python3:3.8.6.14516. \ No newline at end of file +- Fixed an issue where the *hostnames* argument in the **illusive-get-incidents** command was not used correctly. +- Upgraded the Docker image to demisto/python3:3.8.6.14516.