diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 6466db4..ce9cacc 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -51,3 +51,10 @@ jobs: pushd PyMISPGalaxies poetry run pytest --cov=pymispgalaxies tests/tests.py popd + + - name: Test updated README.md + run: | + pushd tools + python3 update_README_with_index.py + git diff --exit-code ../README.md + popd diff --git a/.vscode/launch.json b/.vscode/launch.json index d4ac7c2..9b6627c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,41 +1,77 @@ { "version": "0.2.0", "configurations": [ + { + "name": "gen_gsma_motif", + "type": "debugpy", + "request": "launch", + "program": "gen_gsma_motif.py", + "console": "integratedTerminal", + "args": "", + "cwd": "${workspaceFolder}/tools" + }, { "name": "gen_mitre_d3fend", "type": "debugpy", "request": "launch", - "program": "${file}", + "program": "gen_mitre_d3fend.py", "console": "integratedTerminal", "args": "", - "cwd": "${fileDirname}" + "cwd": "${workspaceFolder}/tools" + }, + { + "name": "gen_mitre_fight", + "type": "debugpy", + "request": "launch", + "program": "gen_mitre_fight.py", + "console": "integratedTerminal", + "args": "", + "cwd": "${workspaceFolder}/tools" }, { "name": "gen_mitre", "type": "debugpy", "request": "launch", - "program": "${file}", + "program": "gen_mitre.py", "console": "integratedTerminal", "args": "-p ../../MITRE-ATTACK", - "cwd": "${fileDirname}" - }, - { - "name": "gen_interpol_dwvat", - "type": "debugpy", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal", - "args": "-p ../../DW-VA-Taxonomy", - "cwd": "${fileDirname}" + "cwd": "${workspaceFolder}/tools" }, { "name": "gen_mitre_atlas", "type": "debugpy", "request": "launch", - "program": "${file}", + "program": "gen_mitre_atlas.py", "console": "integratedTerminal", "args": "-p ../../atlas-navigator-data", - "cwd": "${fileDirname}" + "cwd": "${workspaceFolder}/tools" + }, + { + "name": "gen_ms_tmss", + "type": "debugpy", + "request": "launch", + "program": "gen_ms_tmss.py", + "console": "integratedTerminal", + "args": "-p ../../Threat-matrix-for-storage-services", + "cwd": "${workspaceFolder}/tools" + }, + { + "name": "gen_ms_atrm", + "type": "debugpy", + "request": "launch", + "program": "gen_ms_atrm.py", + "console": "integratedTerminal", + "args": "-p ../../Azure-Threat-Research-Matrix", + "cwd": "${workspaceFolder}/tools" + }, + { + "name": "gen_interpol_dwvat", + "type": "debugpy", + "request": "launch", + "program": "gen_interpol_dwvat.py", + "console": "integratedTerminal", + "args": "-p ../../DW-VA-Taxonomy", + "cwd": "${workspaceFolder}/tools" }, { "name": "Python Debugger: Current File", diff --git a/README.md b/README.md index efce81f..8153184 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Category: *actor* - source: *https://apt.360.net/aptlist* - total: *42* elements [Ammunitions](https://www.misp-galaxy.org/ammunitions) - Common ammunitions galaxy -Category: *firearm* - source: *https://ammo.com/* - total: *410* elements +Category: *firearm* - source: *https://ammo.com/* - total: *409* elements [[HTML](https://www.misp-galaxy.org/ammunitions)] - [[JSON](https://github.com/MISP/misp-galaxy/blob/main/clusters/ammunitions.json)] @@ -211,6 +211,14 @@ Category: *first-dns* - source: *https://www.first.org/global/sigs/dns/* - total [[HTML](https://www.misp-galaxy.org/first-dns)] - [[JSON](https://github.com/MISP/misp-galaxy/blob/main/clusters/first-dns.json)] +## GSMA MoTIF + +[GSMA MoTIF](https://www.misp-galaxy.org/gsma-motif) - Mobile Threat Intelligence Framework (MoTIF) Principles. + +Category: *attack-pattern* - source: *https://www.gsma.com/solutions-and-impact/technologies/security/latest-news/establishing-motif-the-mobile-threat-intelligence-framework/* - total: *50* elements + +[[HTML](https://www.misp-galaxy.org/gsma-motif)] - [[JSON](https://github.com/MISP/misp-galaxy/blob/main/clusters/gsma-motif.json)] + ## Intelligence Agencies [Intelligence Agencies](https://www.misp-galaxy.org/intelligence-agencies) - List of intelligence agencies @@ -231,7 +239,7 @@ Category: *dwva* - source: *https://interpol-innovation-centre.github.io/DW-VA-T [Malpedia](https://www.misp-galaxy.org/malpedia) - Malware galaxy cluster based on Malpedia. -Category: *tool* - source: *Malpedia* - total: *3039* elements +Category: *tool* - source: *Malpedia* - total: *3038* elements [[HTML](https://www.misp-galaxy.org/malpedia)] - [[JSON](https://github.com/MISP/misp-galaxy/blob/main/clusters/malpedia.json)] @@ -415,7 +423,7 @@ Category: *measure* - source: *MISP Project* - total: *20* elements [Producer](https://www.misp-galaxy.org/producer) - List of threat intelligence producer from security vendors to CERTs including any producer of intelligence at large. -Category: *actor* - source: *MISP Project* - total: *21* elements +Category: *actor* - source: *MISP Project* - total: *22* elements [[HTML](https://www.misp-galaxy.org/producer)] - [[JSON](https://github.com/MISP/misp-galaxy/blob/main/clusters/producer.json)] @@ -423,7 +431,7 @@ Category: *actor* - source: *MISP Project* - total: *21* elements [Ransomware](https://www.misp-galaxy.org/ransomware) - Ransomware galaxy based on https://docs.google.com/spreadsheets/d/1TWS238xacAto-fLKh1n5uTsdijWdCEsGIM0Y0Hvmc5g/pubhtml and http://pastebin.com/raw/GHgpWjar -Category: *tool* - source: *Various* - total: *1706* elements +Category: *tool* - source: *Various* - total: *1789* elements [[HTML](https://www.misp-galaxy.org/ransomware)] - [[JSON](https://github.com/MISP/misp-galaxy/blob/main/clusters/ransomware.json)] @@ -431,7 +439,7 @@ Category: *tool* - source: *Various* - total: *1706* elements [RAT](https://www.misp-galaxy.org/rat) - remote administration tool or remote access tool (RAT), also called sometimes remote access trojan, is a piece of software or programming that allows a remote "operator" to control a system as if they have physical access to that system. -Category: *tool* - source: *MISP Project* - total: *266* elements +Category: *tool* - source: *MISP Project* - total: *265* elements [[HTML](https://www.misp-galaxy.org/rat)] - [[JSON](https://github.com/MISP/misp-galaxy/blob/main/clusters/rat.json)] @@ -463,7 +471,7 @@ Category: *sector* - source: *CERT-EU* - total: *118* elements [Sigma-Rules](https://www.misp-galaxy.org/sigma-rules) - MISP galaxy cluster based on Sigma Rules. -Category: *rules* - source: *https://github.com/jstnk9/MISP/tree/main/misp-galaxy/sigma* - total: *2888* elements +Category: *rules* - source: *https://github.com/jstnk9/MISP/tree/main/misp-galaxy/sigma* - total: *2901* elements [[HTML](https://www.misp-galaxy.org/sigma-rules)] - [[JSON](https://github.com/MISP/misp-galaxy/blob/main/clusters/sigma-rules.json)] @@ -527,7 +535,7 @@ Category: *tea-matrix* - source: ** - total: *7* elements [Threat Actor](https://www.misp-galaxy.org/threat-actor) - Known or estimated adversary groups targeting organizations and employees. Adversary groups are regularly confused with their initial operation or campaign. threat-actor-classification meta can be used to clarify the understanding of the threat-actor if also considered as operation, campaign or activity group. -Category: *actor* - source: *MISP Project* - total: *678* elements +Category: *actor* - source: *MISP Project* - total: *707* elements [[HTML](https://www.misp-galaxy.org/threat-actor)] - [[JSON](https://github.com/MISP/misp-galaxy/blob/main/clusters/threat-actor.json)] @@ -551,7 +559,7 @@ Category: *Threat Groups* - source: *https://app-api.tidalcyber.com/api/v1/group [Tidal References](https://www.misp-galaxy.org/tidal-references) - Tidal References Cluster -Category: *References* - source: *https://app-api.tidalcyber.com/api/v1/references/* - total: *4104* elements +Category: *References* - source: *https://app-api.tidalcyber.com/api/v1/references/* - total: *4261* elements [[HTML](https://www.misp-galaxy.org/tidal-references)] - [[JSON](https://github.com/MISP/misp-galaxy/blob/main/clusters/tidal-references.json)] @@ -559,7 +567,7 @@ Category: *References* - source: *https://app-api.tidalcyber.com/api/v1/referenc [Tidal Software](https://www.misp-galaxy.org/tidal-software) - Tidal Software Cluster -Category: *Software* - source: *https://app-api.tidalcyber.com/api/v1/software/* - total: *961* elements +Category: *Software* - source: *https://app-api.tidalcyber.com/api/v1/software/* - total: *1003* elements [[HTML](https://www.misp-galaxy.org/tidal-software)] - [[JSON](https://github.com/MISP/misp-galaxy/blob/main/clusters/tidal-software.json)] @@ -607,7 +615,7 @@ Category: *military equipment* - source: *Popular Mechanics* - total: *36* eleme [UKHSA Culture Collections](https://www.misp-galaxy.org/ukhsa-culture-collections) - UK Health Security Agency Culture Collections represent deposits of cultures that consist of expertly preserved, authenticated cell lines and microbial strains of known provenance. -Category: *virus* - source: *https://www.culturecollections.org.uk* - total: *6667* elements +Category: *virus* - source: *https://www.culturecollections.org.uk* - total: *6638* elements [[HTML](https://www.misp-galaxy.org/ukhsa-culture-collections)] - [[JSON](https://github.com/MISP/misp-galaxy/blob/main/clusters/ukhsa-culture-collections.json)] diff --git a/clusters/ammunitions.json b/clusters/ammunitions.json index ded25e3..0d48e2d 100644 --- a/clusters/ammunitions.json +++ b/clusters/ammunitions.json @@ -3569,16 +3569,6 @@ "uuid": "9aa0a1b7-c9ff-422c-9ef1-431459e1e1b9", "value": "PMC Bronze 44 Magnum Ammo - 500 Rounds of 180 Grain JHP Ammunition" }, - { - "meta": { - "caliber": "X", - "description": "Tac 7.62x51mm Ammo", - "manufacturer": "PMC", - "name": "PMC X" - }, - "uuid": "0dd1db3c-8d5d-4296-b780-ae5ac7a92fed", - "value": "PMC X - Tac 7.62x51mm Ammo" - }, { "meta": { "caliber": "Bronze 308 Win Ammo", @@ -4110,5 +4100,5 @@ "value": "NobelSport High Brass Field 12 Gauge Ammo - 250 Rounds of 1" } ], - "version": 1 + "version": 2 } diff --git a/clusters/atrm.json b/clusters/atrm.json index 09218e4..911a0aa 100644 --- a/clusters/atrm.json +++ b/clusters/atrm.json @@ -1,18 +1,18 @@ { "authors": [ - "Microsoft", - "Karl Fosaaen", - "Nestori Syynimaa", - "Ryan Cobb", - "Roberto Rodriguez", - "Manuel Berrueta", - "Jonny Johnson", - "Dor Edry", - "Ram Pliskin", - "Nikhil Mittal", - "MITRE ATT&CK", "AlertIQ", - "Craig Fretwell" + "Craig Fretwell", + "Dor Edry", + "Jonny Johnson", + "Karl Fosaaen", + "MITRE ATT&CK", + "Manuel Berrueta", + "Microsoft", + "Nestori Syynimaa", + "Nikhil Mittal", + "Ram Pliskin", + "Roberto Rodriguez", + "Ryan Cobb" ], "category": "atrm", "description": "The purpose of the Azure Threat Research Matrix (ATRM) is to educate readers on the potential of Azure-based tactics, techniques, and procedures (TTPs). It is not to teach how to weaponize or specifically abuse them. For this reason, some specific commands will be obfuscated or parts will be omitted to prevent abuse.", @@ -24,6 +24,7 @@ { "description": "It is possible to view the open ports on a virtual machine by viewing the Virtual Network Interface's assigned Network Security Group", "meta": { + "external_id": "AZT101", "kill_chain": [ "ATRM-tactics:Reconnaissance" ], @@ -37,6 +38,7 @@ { "description": "It is possible to view the IP address on a resource by viewing the Virtual Network Interface", "meta": { + "external_id": "AZT102", "kill_chain": [ "ATRM-tactics:Reconnaissance" ], @@ -50,6 +52,7 @@ { "description": "A resource within Azure is accessible from the public internet.", "meta": { + "external_id": "AZT103", "kill_chain": [ "ATRM-tactics:Reconnaissance" ], @@ -63,6 +66,7 @@ { "description": "An adversary may obtain information about a User within Azure Active Directory. Details may include email addresses, first/last names, job information, addresses, and assigned roles. By default, all users are able to read other user's roles and group memberships within AAD.", "meta": { + "external_id": "AZT104", "kill_chain": [ "ATRM-tactics:Reconnaissance" ], @@ -76,6 +80,7 @@ { "description": "An adversary may obtain information about an application within Azure Active Directory.", "meta": { + "external_id": "AZT105", "kill_chain": [ "ATRM-tactics:Reconnaissance" ], @@ -89,6 +94,7 @@ { "description": "An adversary may obtain information about a role within Azure Active Directory or within Azure Resource Manager.", "meta": { + "external_id": "AZT106", "kill_chain": [ "ATRM-tactics:Reconnaissance" ], @@ -102,6 +108,7 @@ { "description": "An adversary may gather role assignments within Azure Active Directory.", "meta": { + "external_id": "AZT106.1", "kill_chain": [ "ATRM-tactics:Reconnaissance" ], @@ -115,6 +122,7 @@ { "description": "An adversary may gather information about an application role & it's member assignments within Azure Active Directory.", "meta": { + "external_id": "AZT106.2", "kill_chain": [ "ATRM-tactics:Reconnaissance" ], @@ -128,6 +136,7 @@ { "description": "An adversary may gather role assignments for a specific Azure Resource, Resource Group, or Subscription.", "meta": { + "external_id": "AZT106.3", "kill_chain": [ "ATRM-tactics:Reconnaissance" ], @@ -141,6 +150,7 @@ { "description": "An adversary may obtain information and data within a resource.", "meta": { + "external_id": "AZT107", "kill_chain": [ "ATRM-tactics:Reconnaissance" ], @@ -154,6 +164,7 @@ { "description": "An adversary may access a user's personal data if their account is compromised. This includes data such as email, OneDrive, Teams, etc.", "meta": { + "external_id": "AZT108", "kill_chain": [ "ATRM-tactics:Reconnaissance" ], @@ -167,6 +178,7 @@ { "description": "Adversaries may login to AzureAD using valid credentials. By logging in with valid credentials to an account or service principal, the adversary will assume all privileges of that account or service principal. If the account is privileged, this may lead to other tactics, such as persistence or privilege escalation.", "meta": { + "external_id": "AZT201", "kill_chain": [ "ATRM-tactics:Initial Access", "ATRM-tactics:Privilege Escalation", @@ -182,6 +194,7 @@ { "description": "By obtaining valid user credentials, an adversary may login to AzureAD via command line or through the Azure Portal.", "meta": { + "external_id": "AZT201.1", "kill_chain": [ "ATRM-tactics:Initial Access" ], @@ -195,6 +208,7 @@ { "description": "By obtaining a valid secret or certificate, an adversary may login to AzureAD via command line.", "meta": { + "external_id": "AZT201.2", "kill_chain": [ "ATRM-tactics:Initial Access" ], @@ -208,6 +222,7 @@ { "description": "An adversary may potentially gain access to AzureAD by guessing a common password for multiple users.", "meta": { + "external_id": "AZT202", "kill_chain": [ "ATRM-tactics:Initial Access" ], @@ -221,6 +236,7 @@ { "description": "An adversary may lure a victim into giving their access to a malicious application registered in AzureAD.", "meta": { + "external_id": "AZT203", "kill_chain": [ "ATRM-tactics:Initial Access" ], @@ -234,6 +250,7 @@ { "description": "Adversaries may abuse access to virtual machines by executing a script through various methods in order to gain access to the Virtual Machine.", "meta": { + "external_id": "AZT301", "kill_chain": [ "ATRM-tactics:Execution" ], @@ -247,6 +264,7 @@ { "description": "By utilizing the 'RunCommand' feature on a Virtual Machine, an attacker can pass:* **Windows**: PowerShell commands to the VM as SYSTEM.* **Linux**: Shell commands to the VM as root.", "meta": { + "external_id": "AZT301.1", "kill_chain": [ "ATRM-tactics:Execution" ], @@ -260,6 +278,7 @@ { "description": "By utilizing the 'CustomScriptExtension' extension on a Virtual Machine, an attacker can pass PowerShell commands to the VM as SYSTEM.", "meta": { + "external_id": "AZT301.2", "kill_chain": [ "ATRM-tactics:Execution" ], @@ -273,6 +292,7 @@ { "description": "By utilizing the 'Desired State Configuration extension' extension on a Virtual Machine, an attacker can pass PowerShell commands to the VM as SYSTEM.", "meta": { + "external_id": "AZT301.3", "kill_chain": [ "ATRM-tactics:Execution" ], @@ -286,6 +306,7 @@ { "description": "By utilizing Compute Gallery Applications, an attacker can pass MS-DOS or PowerShell commands to the VM as SYSTEM.", "meta": { + "external_id": "AZT301.4", "kill_chain": [ "ATRM-tactics:Execution" ], @@ -299,6 +320,7 @@ { "description": "By utilizing 'command invoke' on an Azure Kubernetes Service (AKS) cluster, an attacker can pass commands to the cluster's VM as SYSTEM", "meta": { + "external_id": "AZT301.5", "kill_chain": [ "ATRM-tactics:Execution" ], @@ -312,6 +334,7 @@ { "description": "By utilizing the 'RunCommand' feature on a virtual machine scale set (Vmss), an attacker can execute a command on an instance or instances of VMs as:* **Windows**: PowerShell commands to the VM as SYSTEM.* **Linux**: Shell commands to the VM as root.", "meta": { + "external_id": "AZT301.6", "kill_chain": [ "ATRM-tactics:Execution" ], @@ -325,6 +348,7 @@ { "description": "By utilizing the serial console feature on an Azure Virtual Machine, an adversary can pass arbitrary commands.", "meta": { + "external_id": "AZT301.7", "kill_chain": [ "ATRM-tactics:Execution" ], @@ -338,6 +362,7 @@ { "description": "Adversaries may abuse access to serverless resources that are able to execute PowerShell or Python scripts on an Azure resource.", "meta": { + "external_id": "AZT302", "kill_chain": [ "ATRM-tactics:Execution" ], @@ -351,6 +376,7 @@ { "description": "By utilizing an Automation Account configured with a Hybrid Worker Group, an attacker can execute Azure commands on any Azure VM within that Hybrid Worker Group.", "meta": { + "external_id": "AZT302.1", "kill_chain": [ "ATRM-tactics:Execution" ], @@ -364,6 +390,7 @@ { "description": "By utilizing an Automation Account configured with a RunAs account, an attacker can execute commands on an Azure VM via RunCommand [(AZT301.1)](../AZT301/AZT301-1.md) if that service principal has the correct role and privileges.", "meta": { + "external_id": "AZT302.2", "kill_chain": [ "ATRM-tactics:Execution" ], @@ -377,6 +404,7 @@ { "description": "By utilizing an Automation Account configured with a Managed Identity, an attacker can execute commands on an Azure VM via RunCommand [(AZT301.1)](../AZT301/AZT301-1.md) if that service principal has the correct role and privileges.", "meta": { + "external_id": "AZT302.3", "kill_chain": [ "ATRM-tactics:Execution" ], @@ -390,6 +418,7 @@ { "description": "By utilizing a Function Application, an attacker can execute Azure operations on a given resource.", "meta": { + "external_id": "AZT302.4", "kill_chain": [ "ATRM-tactics:Execution" ], @@ -403,6 +432,7 @@ { "description": "Adversaries may abuse access to any managed devices in AzureAD by executing PowerShell or Python scripts on them.", "meta": { + "external_id": "AZT303", "kill_chain": [ "ATRM-tactics:Execution" ], @@ -416,6 +446,7 @@ { "description": "An adversary may escalate their privileges if their current account is eligible for role activation via Privileged Identity Management (PIM).", "meta": { + "external_id": "AZT401", "kill_chain": [ "ATRM-tactics:Privilege Escalation" ], @@ -429,6 +460,7 @@ { "description": "An adversary may escalate their privileges from Azure AD to all Azure subscriptions in the tenant if they are a global administrator", "meta": { + "external_id": "AZT402", "kill_chain": [ "ATRM-tactics:Privilege Escalation" ], @@ -442,6 +474,7 @@ { "description": "By modifying the .bashrc file in a CloudShell .IMG file, an adversary may escalate their privileges by injecting commands that will add an arbitrary user account to a desired role and scope.", "meta": { + "external_id": "AZT403", "kill_chain": [ "ATRM-tactics:Privilege Escalation" ], @@ -455,6 +488,7 @@ { "description": "Adversaries may abuse resources that are configured with a service principal or other identity to further their access to the current or other resources.", "meta": { + "external_id": "AZT404", "kill_chain": [ "ATRM-tactics:Privilege Escalation" ], @@ -468,6 +502,7 @@ { "description": "By utilizing a Function Application configured with a managed identity or other identity provider, an attacker can execute Azure operations on a given resource.", "meta": { + "external_id": "AZT404.1", "kill_chain": [ "ATRM-tactics:Privilege Escalation" ], @@ -481,6 +516,7 @@ { "description": "By utilizing a Logic Application configured with a managed identity or other identity provider, an attacker can execute Azure operations on a given resource.", "meta": { + "external_id": "AZT404.2", "kill_chain": [ "ATRM-tactics:Privilege Escalation" ], @@ -494,6 +530,7 @@ { "description": "By utilizing a Function Application, an attacker can execute Azure operations on a given resource.", "meta": { + "external_id": "AZT404.3", "kill_chain": [ "ATRM-tactics:Privilege Escalation" ], @@ -507,6 +544,7 @@ { "description": "By utilizing an App Service configured with a managed identity or other identity provider, an attacker can execute Azure operations on a given resource.", "meta": { + "external_id": "AZT404.4", "kill_chain": [ "ATRM-tactics:Privilege Escalation" ], @@ -520,6 +558,7 @@ { "description": "Adversaries may abuse the assigned permissions on an Azure AD Application to escalate their privileges.", "meta": { + "external_id": "AZT405", "kill_chain": [ "ATRM-tactics:Privilege Escalation" ], @@ -533,6 +572,7 @@ { "description": "By compromising a user, user in a group, or service principal that has an application role over an application, they may be able to escalate their privileges by impersonating the associated service principal and leveraging any privileged assigned application role.", "meta": { + "external_id": "AZT405.1", "kill_chain": [ "ATRM-tactics:Privilege Escalation" ], @@ -546,6 +586,7 @@ { "description": "By compromising a service principal whose application has privileged API permissions, an attacker can escalate their privileges to a higher privileged role.", "meta": { + "external_id": "AZT405.2", "kill_chain": [ "ATRM-tactics:Privilege Escalation" ], @@ -559,6 +600,7 @@ { "description": "By compromising an account who is an 'Owner' over an application that is configured with additional roles or API permissions, an attacker can escalate their privileges by adding a certificate or credentials & logging in as the service principal.", "meta": { + "external_id": "AZT405.3", "kill_chain": [ "ATRM-tactics:Privilege Escalation" ], @@ -572,6 +614,7 @@ { "description": "An adverary may manipulate an account to maintain access in an Azure tenant", "meta": { + "external_id": "AZT501", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -585,6 +628,7 @@ { "description": "An adverary may manipulate a user account to maintain access in an Azure tenant", "meta": { + "external_id": "AZT501.1", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -598,6 +642,7 @@ { "description": "An adverary may manipulate a service principal to maintain access in an Azure tenant", "meta": { + "external_id": "AZT501.2", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -611,6 +656,7 @@ { "description": "An adverary may manipulate the local admin account on an Azure VM", "meta": { + "external_id": "AZT501.3", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -624,6 +670,7 @@ { "description": "An adversary may create an account in Azure Active Directory.", "meta": { + "external_id": "AZT502", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -637,6 +684,7 @@ { "description": "An adversary may create an application & service principal in Azure Active Directory", "meta": { + "external_id": "AZT502.1", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -650,6 +698,7 @@ { "description": "An adversary may create an application & service principal in Azure Active Directory", "meta": { + "external_id": "AZT502.2", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -663,6 +712,7 @@ { "description": "An adversary may create a guest account in Azure Active Directory", "meta": { + "external_id": "AZT502.3", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -676,6 +726,7 @@ { "description": "Adversaries may configure a resource with an HTTP trigger to run commands without needing authentication.", "meta": { + "external_id": "AZT503", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -689,6 +740,7 @@ { "description": "Adversaries may configure a Logic Application with a user account or managed identity and modify the HTTP trigger to run a command via HTTP request.", "meta": { + "external_id": "AZT503.1", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -702,6 +754,7 @@ { "description": "Adversaries may configure a Function Application with a user account or managed identity and modify the HTTP trigger to run a command via HTTP request.", "meta": { + "external_id": "AZT503.2", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -715,6 +768,7 @@ { "description": "Adversaries may create a webhook to a Runbook which allows unauthenticated access into an Azure subscription or tenant.", "meta": { + "external_id": "AZT503.3", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -728,6 +782,7 @@ { "description": "Adversaries may create a WebJob on a App Service which allows arbitrary background tasks to be run on a set schedule", "meta": { + "external_id": "AZT503.4", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -741,6 +796,7 @@ { "description": "By configurating a watcher task and a Runbook, an adversary can establish persistence by executing the Runbook on a triggered event.", "meta": { + "external_id": "AZT504", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -754,6 +810,7 @@ { "description": "Adversaries may create a schedule for a Runbook to run at a defined interval.", "meta": { + "external_id": "AZT505", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -767,6 +824,7 @@ { "description": "Adversaries can modify the rules in a Network Security Group to establish access over additional ports.", "meta": { + "external_id": "AZT506", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -780,6 +838,7 @@ { "description": "Adversaries may configure the target Azure tenant to be managed by another, externel tenant, or its users.", "meta": { + "external_id": "AZT507", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -793,6 +852,7 @@ { "description": "Adversaries may utilize Azure Lighthouse to manage the target tenant from an external tenant", "meta": { + "external_id": "AZT507.1", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -806,6 +866,7 @@ { "description": "Adversaries may use Delegated Administrative Privileges to give themselves administrator access to the target tenant.", "meta": { + "external_id": "AZT507.2", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -819,6 +880,7 @@ { "description": "An adversary may transfer a subscription from a target tenant to an attacker-controlled tenant. This retains the billing account setup by the target and the target tenant administrators will no longer have control over the subscription.", "meta": { + "external_id": "AZT507.3", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -832,6 +894,7 @@ { "description": "An adversary may add an additional identity provider or domain to maintain a backdoor into the tenant.", "meta": { + "external_id": "AZT507.4", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -845,6 +908,7 @@ { "description": "By configuring a policy with the 'DeployIfNotExists' definition, an adverary may establish persistence by creating a backdoor when the policy is triggered.", "meta": { + "external_id": "AZT508", "kill_chain": [ "ATRM-tactics:Persistence" ], @@ -858,6 +922,7 @@ { "description": "An adverary may utilize the resource's functionality to obtain a JWT for the applied Managed Identity Service Principal account.", "meta": { + "external_id": "AZT601", "kill_chain": [ "ATRM-tactics:Credential Access" ], @@ -871,6 +936,7 @@ { "description": "By utilizing access to IMDS, an attacker can request a JWT for a Managed Identity on an Azure VM if they have access to execute commands on the system.", "meta": { + "external_id": "AZT601.1", "kill_chain": [ "ATRM-tactics:Credential Access" ], @@ -884,6 +950,7 @@ { "description": "By utilizing access to IMDS, an attacker can request a JWT for a Managed Identity on an AKS Cluster if they have access to execute commands on the system.", "meta": { + "external_id": "AZT601.2", "kill_chain": [ "ATRM-tactics:Credential Access" ], @@ -897,6 +964,7 @@ { "description": "If a Logic App is using a Managed Identity, an adversary can modify the logic to make an HTTP POST request to reveal the Managed Identity's JWT.", "meta": { + "external_id": "AZT601.3", "kill_chain": [ "ATRM-tactics:Credential Access" ], @@ -910,6 +978,7 @@ { "description": "If a Function App is using a Managed Identity, an adversary can modify the logic respond to an HTTP GET request to reveal the Managed Identity's JWT.", "meta": { + "external_id": "AZT601.4", "kill_chain": [ "ATRM-tactics:Credential Access" ], @@ -923,6 +992,7 @@ { "description": "If an Automation Account is using a Managed Identity, an adversary can create a Runbook to request the Managed Identity's JWT.", "meta": { + "external_id": "AZT601.5", "kill_chain": [ "ATRM-tactics:Credential Access" ], @@ -936,6 +1006,7 @@ { "description": "If a Runbook is utilizing a 'RunAs' account, then an adversary may manipulate the Runbook to reveal the certificate the Service Principal is using for authentication.", "meta": { + "external_id": "AZT602", "kill_chain": [ "ATRM-tactics:Credential Access" ], @@ -949,6 +1020,7 @@ { "description": "If a Function App is using a service principal for authentication, an adversary may manipulate the function app logic to reveal the service principal's secret in plain text.", "meta": { + "external_id": "AZT603", "kill_chain": [ "ATRM-tactics:Credential Access" ], @@ -962,6 +1034,7 @@ { "description": "An adverary may access an Azure KeyVault in an attempt to view secrets, certificates, or keys.", "meta": { + "external_id": "AZT604", "kill_chain": [ "ATRM-tactics:Credential Access" ], @@ -975,6 +1048,7 @@ { "description": "By accessing an Azure Key Vault, an adversary may dump any or all secrets.", "meta": { + "external_id": "AZT604.1", "kill_chain": [ "ATRM-tactics:Credential Access" ], @@ -988,6 +1062,7 @@ { "description": "By accessing an Azure Key Vault, an adversary may dump any or all certificates.", "meta": { + "external_id": "AZT604.2", "kill_chain": [ "ATRM-tactics:Credential Access" ], @@ -1001,6 +1076,7 @@ { "description": "By accessing an Azure Key Vault, an adversary may dump any or all public keys. Note that Private keys cannot be retrieved.", "meta": { + "external_id": "AZT604.3", "kill_chain": [ "ATRM-tactics:Credential Access" ], @@ -1014,6 +1090,7 @@ { "description": "An adverary may access an Azure KeyVault in an attempt to view secrets, certificates, or keys.", "meta": { + "external_id": "AZT605", "kill_chain": [ "ATRM-tactics:Credential Access" ], @@ -1027,6 +1104,7 @@ { "description": "By accessing a Storage Account, an adversary may dump access keys pertaining to the Storage Account, which will give them full access to the Storage Account.", "meta": { + "external_id": "AZT605.1", "kill_chain": [ "ATRM-tactics:Credential Access" ], @@ -1040,6 +1118,7 @@ { "description": "By editing a Runbook, a credential configured in an Automation Account may be revealed", "meta": { + "external_id": "AZT605.2", "kill_chain": [ "ATRM-tactics:Credential Access" ], @@ -1053,6 +1132,7 @@ { "description": "By accessing deployment history of a Resource Group, secrets used in the ARM template may be revealed.", "meta": { + "external_id": "AZT605.3", "kill_chain": [ "ATRM-tactics:Credential Access" ], @@ -1066,6 +1146,7 @@ { "description": "By generating an SAS URI for a resource, an adversary may extract the contents of that resource without authentication at any time.", "meta": { + "external_id": "AZT701", "kill_chain": [ "ATRM-tactics:Impact" ], @@ -1079,6 +1160,7 @@ { "description": "An adversary may create an SAS URI to download the disk attached to a virtual machine.", "meta": { + "external_id": "AZT701.1", "kill_chain": [ "ATRM-tactics:Impact" ], @@ -1092,6 +1174,7 @@ { "description": "By generating a Shared Access Signature (SAS) URI, an adversary can access a container in a Storage Account at any time.", "meta": { + "external_id": "AZT701.2", "kill_chain": [ "ATRM-tactics:Impact" ], @@ -1105,6 +1188,7 @@ { "description": "An adversary can generate a connection string to mount an Azure Storage Account File Share as an NFS or SMB share to their local machine.", "meta": { + "external_id": "AZT702", "kill_chain": [ "ATRM-tactics:Impact" ], @@ -1116,8 +1200,8 @@ "value": "AZT702 - File Share Mounting" }, { - "description": "", "meta": { + "external_id": "AZT703", "kill_chain": [ "ATRM-tactics:Impact" ], @@ -1131,6 +1215,7 @@ { "description": "An adversary may leverage resources found at a 'soft deletion' state, restore them and advance their attack by retrieving contents meant to be deleted", "meta": { + "external_id": "AZT704", "kill_chain": [ "ATRM-tactics:Impact" ], @@ -1144,6 +1229,7 @@ { "description": "An adversary may recover a key vault object found in a 'soft deletion' state.", "meta": { + "external_id": "AZT704.1", "kill_chain": [ "ATRM-tactics:Impact" ], @@ -1157,6 +1243,7 @@ { "description": "An adversary may recover a storage account object found in a 'soft deletion' state.", "meta": { + "external_id": "AZT704.2", "kill_chain": [ "ATRM-tactics:Impact" ], @@ -1170,6 +1257,7 @@ { "description": "An adversary may recover a virtual machine object found in a 'soft deletion' state.", "meta": { + "external_id": "AZT704.3", "kill_chain": [ "ATRM-tactics:Impact" ], @@ -1183,6 +1271,7 @@ { "description": "An adversary may recover a virtual machine object found in a 'soft deletion' state.", "meta": { + "external_id": "AZT705", "kill_chain": [ "ATRM-tactics:Impact" ], @@ -1194,5 +1283,5 @@ "value": "AZT705 - Azure Backup Delete" } ], - "version": 2 + "version": 3 } diff --git a/clusters/gsma-motif.json b/clusters/gsma-motif.json new file mode 100644 index 0000000..9b29e5a --- /dev/null +++ b/clusters/gsma-motif.json @@ -0,0 +1,800 @@ +{ + "authors": [ + "GSMA" + ], + "category": "attack-pattern", + "description": "Mobile Threat Intelligence Framework (MoTIF) Principles. ", + "name": "GSMA MoTIF", + "source": "https://www.gsma.com/solutions-and-impact/technologies/security/latest-news/establishing-motif-the-mobile-threat-intelligence-framework/", + "type": "gsma-motif", + "uuid": "02cb3863-ecb2-4a93-a5ed-18bb6dfd5c89", + "values": [ + { + "description": "The adversaries may monitor radio interface traffic to passively collect information about the radio network configuration or about subscribers in close vicinity of the adversary. (1), (2), (3), (4).", + "meta": { + "external_id": "MOT3001", + "kill_chain": [ + "Techniques:Reconnaissance" + ], + "refs": [ + "page 14 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Borgaonkar, R. & Shaik, A. (2015). LTE and IMSI Catcher Myths. Black Hat USA 2015 (2) Electronic Frontier Foundation. (2019). Gotta Catch 'Em All: Understanding How IMSI-Catchers Exploit Cell Networks. (3) Kumar, P. et.al. (2021). Murat: Multi-RAT False Base Station Detector (Section IIB) (4) Rupprecht, D. et.al. (2018). On Security Research Towards Future Mobile Network Generations. (Section III D)" + ] + }, + "uuid": "ef315196-4c0f-50d5-85b7-eb5fe3757ba3", + "value": "Monitor Radio Interface" + }, + { + "description": "In mobile networks the adversary needs to obtain information about the cell configuration parameters that will be used to prepare for the next phase of an attack that is utilizing the radio interface. Example of configuration could be the physical cell ID (PCI), neighbouring cells, frequencies used, Tracking Area Codes (TAC). (1), (2), (3), (4)", + "meta": { + "external_id": "MOT3001.301", + "kill_chain": [ + "Techniques:Reconnaissance" + ], + "refs": [ + "page 15 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Li, Z. et al. (2017). FBS-Radar: Uncovering Fake Base Stations at Scale in the Wild. (2) Borgaonkar, R. & Shaik, A. (2015). LTE and IMSI Catcher Myths. Black Hat USA 2015 (3) Electronic Frontier Foundation. (2019). Gotta Catch 'Em All: Understanding How IMSI-Catchers Exploit Cell Networks. (4) Quintin, C. (2020). Detecting Fake 4G Base Stations in Real Time. Black Hat USA 2020." + ] + }, + "uuid": "7dcf1eaa-a0c6-51c8-8e5f-dfd2e033cd50", + "value": "Broadcast Channel" + }, + { + "description": "Adversaries may gather information about the victim's identity that can be used during targeting. Information about identities may include a variety of details, including personal data (ex: employee names, email addresses, etc.) as well as sensitive details such as credentials. In mobile networks, the adversary wants to obtain information about subscriber and phone identities to conduct more targeted attacks. Subscriber identity can be, for example, MSISDN, IMSI, GUTI, TMSI.", + "meta": { + "external_id": "MOT1589", + "kill_chain": [ + "Techniques:Reconnaissance" + ], + "refs": [ + "page 16 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) The Register. (2017). After years of warnings, mobile network hackers exploit SS7 flaws to drain bank accounts", + "ATT&CK Enterprise: Gather Victim Identity Information (T1589)" + ] + }, + "uuid": "c2993424-1861-5fab-8bd8-4b3f19082e42", + "value": "Gather Victim Identity Information" + }, + { + "description": "In mobile networks, targeted attacks towards subscribers have to be done using the subscriber identity. Obtaining the identity would allow the attacker to gather more information or initiate more targeted attacks. The adversary gathers phone or subscription related information about subscriber(s). Examples are phone number (MSISDN), IMSI (International Mobile Subscriber Identity), home mobile network operator, S@T browser availability on the UICC, IMEI (International Mobile Equipment Identity). The data might be acquired through interconnection, social engineering, social media or otherwise. (1)", + "meta": { + "external_id": "MOT1589.301", + "kill_chain": [ + "Techniques:Reconnaissance" + ], + "refs": [ + "page 17 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) The Register. (2017). After years of warnings, mobile network hackers exploit SS7 flaws to drain bank accounts", + "ATT&CK Enterprise: Gather Employee Names (T1589.003)," + ] + }, + "uuid": "6a035f24-73f0-5244-bc30-eb8cf5275ef7", + "value": "Phone and Subscription Information" + }, + { + "description": "An adversary may discover operator network related information (identifiers). Adversaries may attempt to get a listing of services running on remote hosts and local network infrastructure devices, including those that may be vulnerable to remote software exploitation. Common methods to acquire this information include port and/or vulnerability scans using tools that are brought onto a system. In mobile networks, the adversary wants to obtain information about subscriber, signalling addresses, supported service at a certain server. The scan may take place from the Internet or the interconnection network or the radio network. Often automated mass scanning events take place.", + "meta": { + "external_id": "MOT1046", + "kill_chain": [ + "Techniques:Discovery" + ], + "refs": [ + "page 17 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) GSMA PRD IR.70 - SMS SS7 Fraud (Public)", + "ATT&CK Enterprise: Network Service Discovery (T1046),\nFiGHT: Network Service Scanning (FGT1046)\nNOTE: These two MITRE techniques are actually the same, however due to an\nerror the FiGHT technique was renamed." + ] + }, + "uuid": "19d9aa24-5b2d-5cd9-bf61-4a50ccabafed", + "value": "Network Service Scanning" + }, + { + "description": "By sending signalling messages to the network, the adversary tries to check if mobile network nodes leak node or network related information, or bypasses defences ((1) (2) below). Using this sub-technique as a preparatory step, the adversary can then tune his further attack steps to send specific attack messages based on this scan. Examples are SS7 scans to evaluate if a Global Title is in use or not. The adversary may also probe which PLMN-ID values are accepted by the HPLMN in Diameter Authentication Information Request (AIR).", + "meta": { + "external_id": "MOT1046.301", + "kill_chain": [ + "Techniques:Discovery" + ], + "refs": [ + "page 18 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Enea. (2017). Designated Attacker - Evolving SS7 Attack Tools (2) Enea. (2018). Diameter Signalling Security - Protecting 4G Networks", + "ATT&CK Enterprise: IP Block Scanning (T1595.001)" + ] + }, + "uuid": "827add59-8d04-57e3-b72a-22484d8ea618", + "value": "Scan Signalling Addresses" + }, + { + "description": "Adversaries may search and gather information about victims from closed sources that can be used during targeting. Information about victims may be available for purchase from reputable private sources and databases, such as paid subscriptions to feeds of technical/threat intelligence data. Adversaries may also purchase information from less-reputable sources such as dark web or cybercrime black markets. Adversaries may search and collect information about the mobile network operator from closed or semi-closed sources. Typical examples are GSMA IR.21, IR.85, FS.30 or T-ISAC, information from insiders or partners. The information acquisition might be done legally or illegally.", + "meta": { + "external_id": "MOT1597", + "kill_chain": [ + "Techniques:Reconnaissance" + ], + "refs": [ + "page 19 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) The Intercept. (2014). Operation AURORAGOLD: How the NSA Hacks Cellphone Networks Worldwide. (2) https://www.wikileaks.org/hackingteam/emails/emailid/72166", + "ATT&CK Enterprise: Search Closed Sources (T1597)" + ] + }, + "uuid": "0c536c66-1918-59f9-9f51-c1460c69c917", + "value": "Search Closed Sources" + }, + { + "description": "The adversary may gather information about the mobile network operator to be used in initial access or for preparation of the attack. This can be network architecture, protocols, ports, Global Titles, roaming partners, suppliers. The adversary may search in closed sources like GSMA roaming database RAEX IR.21 (1), IMEI database (2) or IR.85.", + "meta": { + "external_id": "MOT1597.301", + "kill_chain": [ + "Techniques:Reconnaissance" + ], + "refs": [ + "page 20 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) The Intercept. (2014). Operation AURORAGOLD: How the NSA Hacks Cellphone Networks Worldwide. (2) https://www.wikileaks.org/hackingteam/emails/emailid/72166" + ] + }, + "uuid": "82018f31-afeb-5452-918e-f47e1379d717", + "value": "Mobile Network Operator Sources" + }, + { + "description": "Adversaries may buy, lease, or rent infrastructure that can be used during targeting. For example, commercial service providers exist that offer access to signalling infrastructure or sell False Base Station solutions. Use of these infrastructure solutions allows an adversary to stage, launch, and execute operations. Solutions may help adversary operations blend in with traffic that is seen as normal.", + "meta": { + "external_id": "MOT1583", + "kill_chain": [ + "Techniques:Resource-Development" + ], + "refs": [ + "page 20 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) TBIJ. (2020) Spy companies using Channel Islands to track phones around the world.", + "ATT&CK Enterprise: Acquire Infrastructure (T1583)" + ] + }, + "uuid": "653c42ec-68ae-5372-a2d8-65353df704cf", + "value": "Acquire Infrastructure" + }, + { + "description": "Adversaries may buy, lease, or rent SS7, Diameter, GTP-C signalling infrastructure access or services that can be used during targeting (1), (2), (3). Targeted attacks to mobile network operators may use ‘surveillance as a service’ specialists to achieve their goals (2). Their attacks often blend in with normal traffic coming from partners of the victim mobile network operator and make attribution difficult. Fraudsters and spammers may use specific partner gateways or access to messaging servers for their purposes.", + "meta": { + "external_id": "MOT1583.301", + "kill_chain": [ + "Techniques:Resource-Development" + ], + "refs": [ + "page 21 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) TBIJ. (2020) Spy companies using Channel Islands to track phones around the world. (2) CitizenLab. (2020). Running in Circles Uncovering the Clients of Cyberespionage Firm Circles. (3) TBIJ. (2021). Swiss tech company boss accused of selling mobile network access for spying. (4) Enea (2021) 5G Network Slicing Security in 5G Core Networks (5) Mobileum (2023) OAuth2.0 Security and Protocol Exploit Analysis in 5G Ecosystem" + ] + }, + "uuid": "a7a503d3-cfcb-52f0-b76b-ce5d1604efb6", + "value": "Core Signalling Infrastructure Access" + }, + { + "description": "Adversaries may buy, lease, or obtain physical access to a mobile operator network base station or use their own rogue cellular base (Stingray) station for launching an attack (2) (3). The adversary could set up a rogue cellular base station infrastructure and then use it to eavesdrop on or manipulate cellular device communication. A compromised cellular femtocell could be used to carry out this technique (1).", + "meta": { + "external_id": "MOT1583.302", + "kill_chain": [ + "Techniques:Resource-Development" + ], + "refs": [ + "page 22 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) DePerry, D. & Ritter T. (2013). I Can Hear You Now - Traffic Interception and Remote Mobile Phone Cloning with a Compromised CDMA Femtocell. Black Hat USA2013 (2) Wired (2016). Here's How Much a StingRay Cell Phone Surveillance Tool Costs (3) Alibaba.com. Wholesale imsi catcher 4g For Online Communication" + ] + }, + "uuid": "f165ba28-bf24-5151-ac17-ae9ffa96f124", + "value": "Radio Interface Access" + }, + { + "description": "Adversaries may build capabilities that can be used during targeting. Rather than purchasing, freely downloading, or stealing capabilities, adversaries may develop their own capabilities in-house. This is the process of identifying development requirements and building solutions such as malware, exploits, and self-signed certificates. Adversaries may develop capabilities to support their operations throughout numerous phases of the adversary lifecycle. In mobile networks adversary may develop false base stations (1), mobile exploits, core signalling exploitation tools (2), SIM card exploits, radio exploitation tools and other tools to initiate attacks.", + "meta": { + "external_id": "MOT1587", + "kill_chain": [ + "Techniques:Resource-Development" + ], + "refs": [ + "page 23 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Motherboard. (2018). Here's How Easy It Is to Make Your Own IMSI-Catcher (2) Lighthouse Reports. (2022). Revealing Europe's NSO.", + "ATT&CK Enterprise: Develop Capabilities (T1587)." + ] + }, + "uuid": "eb832cc6-e988-52f8-9a22-391ed593dfe1", + "value": "Develop Capabilities" + }, + { + "description": "Adversary develops special tools for mobile networks that carry out and deliver mobile network targeted exploits. (1) (2)", + "meta": { + "external_id": "MOT1587.301", + "kill_chain": [ + "Techniques:Resource-Development" + ], + "refs": [ + "page 24 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Motherboard. (2018). Here's How Easy It Is to Make Your Own IMSI-Catcher (2) Lighthouse Reports. (2022). Revealing Europe's NSO. (3) Mobileum. (2023) OAuth2.0 Security and Protocol Exploit Analysis in 5G Ecosystem", + "N/A" + ] + }, + "uuid": "61b1a6a4-2140-5479-9ac0-386d4e91839f", + "value": "Mobile Network Tool" + }, + { + "description": "The adversary may get access to the target network via the interconnection interface.", + "meta": { + "external_id": "MOT3002", + "kill_chain": [ + "Techniques:Initial-Access" + ], + "refs": [ + "page 24 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) P1 Security. (2021). All authentication vectors are not made equal." + ] + }, + "uuid": "48318fd2-a653-581e-8c13-7f3846dfbb8f", + "value": "Exploit Interconnection Link" + }, + { + "description": "The adversary may get access to the target network via a direct signalling link connected to the international exchange.", + "meta": { + "external_id": "MOT3002.301", + "kill_chain": [ + "Techniques:Initial-Access" + ], + "refs": [ + "page 25 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Enea. (2022). HiddenArt - A Russian-linked SS7 Threat Actor (2) P1 Security. (2021). All authentication vectors are not made equal." + ] + }, + "uuid": "b4dfe23b-1e4e-5979-b4e4-9b3dcecfddb2", + "value": "International Direct Signalling Link" + }, + { + "description": "The adversary may get access to the target network via a direct signalling link connected to the national exchange.", + "meta": { + "external_id": "MOT3002.302", + "kill_chain": [ + "Techniques:Initial-Access" + ], + "refs": [ + "page 25 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) P1 Security. (2014). SS7map: mapping vulnerability of the international mobile roaming infrastructure" + ] + }, + "uuid": "43af1748-6207-54d4-a402-a4371fcdd5cd", + "value": "National Direct Signalling Link" + }, + { + "description": "The adversary may access the target network by exploiting signalling (i.e. control plane) protocols.", + "meta": { + "external_id": "MOT3003", + "kill_chain": [ + "Techniques:Initial-Access" + ], + "refs": [ + "page 26 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) P1 Security. (2021). All authentication vectors are not made equal." + ] + }, + "uuid": "acd147cf-5a45-5bbf-b74d-7a59175b4c64", + "value": "Exploit via Core Signalling Interface" + }, + { + "description": "The adversary may access the target network by using SS7 protocol.", + "meta": { + "external_id": "MOT3003.301", + "kill_chain": [ + "Techniques:Initial-Access" + ], + "refs": [ + "page 27 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) The Washington Post. (2014). For sale: Systems that can secretly track where cellphone users go around the globe. (2) Lighthouse Reports. (2022). Revealing Europe's NSO. (3) Mc Daid, C. (2020) Watching the Watchers - How Surveillance Companies track you using Mobile Networks. #rC3 2020." + ] + }, + "uuid": "139f89a6-7727-5e80-a3a5-c33ba1e66775", + "value": "SS7 Protocol" + }, + { + "description": "The adversary may access the target network by using Diameter protocol.", + "meta": { + "external_id": "MOT3003.302", + "kill_chain": [ + "Techniques:Initial-Access" + ], + "refs": [ + "page 27 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) P1 Security. (2021). All authentication vectors are not made equal. (2) Mc Daid, C. (2020) Watching the Watchers - How Surveillance Companies track you using Mobile Networks. #rC3 2020." + ] + }, + "uuid": "0bae4fc7-da2e-5b93-91aa-9a3a975db351", + "value": "Diameter Protocol" + }, + { + "description": "The adversary may access the target network by using HTTPS/2 protocol.", + "meta": { + "external_id": "MOT3003.303", + "kill_chain": [ + "Techniques:Initial-Access" + ], + "refs": [ + "page 28 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Mc Daid, C. (2020) Watching the Watchers - How Surveillance Companies track you using Mobile Networks. #rC3 2020.." + ] + }, + "uuid": "2c5d4f4f-7bf8-5b99-b9d9-4b3509ed468f", + "value": "HTTPS/2 Protocol" + }, + { + "description": "Adversaries may breach or otherwise leverage organizations who have access to intended victims. Access through trusted third-party relationship exploits an existing connection that may not be protected or requires more complicated defence mechanisms to detect and prevent unauthorized access to a network. (1) (2)", + "meta": { + "external_id": "MOT1199", + "kill_chain": [ + "Techniques:Initial-Access" + ], + "refs": [ + "page 28 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) The Washington Post. (2014). For sale: Systems that can secretly track where cellphone users go around the globe. (2) Lighthouse Reports. (2022). Revealing Europe's NSO", + "ATT&CK Enterprise: Trusted Relationship (T1199)" + ] + }, + "uuid": "231c6854-14a3-5b1c-974b-2f33107274de", + "value": "Trusted Relationship" + }, + { + "description": "The technique can be conducted by malicious partner or adversaries with access to interconnection networks or roaming partner’s mobile network. The adversary can remotely conduct the attacks by launching signalling messages e.g. related to location tracking, communication interception, or subscriber identify retrieval. (1), (2), (3)", + "meta": { + "external_id": "MOT1199.301", + "kill_chain": [ + "Techniques:Initial-Access" + ], + "refs": [ + "page 29 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) P1 Security (2021). All authentication vectors are not made equal. (2) The Washington Post. (2014). For sale: Systems that can secretly track where cellphone users go around the globe. (3) Lighthouse Reports. (2022). Revealing Europe's NSO (4) Enea. (2022). HiddenArt - A Russian-linked SS7 Threat Actor" + ] + }, + "uuid": "cb5103d5-5852-5184-8dbf-3f40f5ec0b9f", + "value": "Exploit Interconnection Agreements" + }, + { + "description": "Adversaries may use the radio access network to initiate attacks towards the UE or the mobile network.(1) (2) (3) The adversary may leverage vulnerabilities in the protocols that make up the signalling procedures in a radio network, for example network information (SIB1) messages, or the RRC protocol, or NAS protocols to initiate attacks towards the UE or the mobile network.", + "meta": { + "external_id": "MOT3006", + "kill_chain": [ + "Techniques:Initial-Access", + "Techniques:Discovery" + ], + "refs": [ + "page 30 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Borgaonkar, R. & Shaik, A. (2015). LTE and IMSI Catcher Myths. Black Hat USA 2015 (2) Electronic Frontier Foundation. (2019). Gotta Catch 'Em All: Understanding How IMSI-Catchers Exploit Cell Networks. (3) Quintin, C. (2020). Detecting Fake 4G Base Stations in Real Time. Black Hat USA 2020.", + "ATT&CK Mobile: Exploit via Radio Interfaces (T1477). Note: Deprecated" + ] + }, + "uuid": "71f277f6-ded8-5a7e-84d3-fee99280bc66", + "value": "Exploit via Radio Interface" + }, + { + "description": "Adversaries may modify or trigger control plane procedures on the radio interface control plane using Access Stratum (AS) signalling that occurs between the UE and the base station.", + "meta": { + "external_id": "MOT1477.301", + "kill_chain": [ + "Techniques:Initial-Access" + ], + "refs": [ + "page 31 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Electronic Frontier Foundation. (2019). Gotta Catch 'Em All: Understanding How IMSI-Catchers Exploit Cell Networks" + ] + }, + "uuid": "fc78b217-a914-52fe-a139-3bcdc9a07f5c", + "value": "AS Signalling" + }, + { + "description": "Adversaries may modify or trigger Non-Access-Stratum (NAS) signalling related procedures that is generated from a false base station infrastructure. The adversary may impersonate core network elements (such as MME) towards the UE or UE towards the core network elements.", + "meta": { + "external_id": "MOT1477.302", + "kill_chain": [ + "Techniques:Initial-Access", + "Techniques:Discovery" + ], + "refs": [ + "page 32 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) CableLabs: (2019). False Base Station or IMSI Catcher: What You Need to Know. (2) Electronic Frontier Foundation. (2019). Gotta Catch 'Em All: Understanding How IMSI-Catchers Exploit Cell Networks" + ] + }, + "uuid": "fd65d912-3ab1-5543-b488-9d328d56c2e5", + "value": "NAS Signalling" + }, + { + "description": "The adversary leverages the radio broadcast System Information Block1 messages (SIB1) to advertise to the target UEs new cell configuration that in return forces the UE to initiate different procedures like for example, cell re- selection or Tracking Area Update.(1), (2), (3)", + "meta": { + "external_id": "MOT1477.303", + "kill_chain": [ + "Techniques:Initial-Access" + ], + "refs": [ + "page 32 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Aftenposten (2015). New report: Clear signs of mobile surveillance in Oslo, despite denial from Police Security Service. (2) CableLabs: (2019). False Base Station or IMSI Catcher: What You Need to Know. (3) Quintin, C. (2020). Detecting Fake 4G Base Stations in Real Time. Black Hat USA 2020." + ] + }, + "uuid": "ce4ae0c9-9d83-5285-8b3f-40475aff0d19", + "value": "Radio Broadcast Channel (SIB1)" + }, + { + "description": "An adversary may obtain a subscriber permanent or temporary identifier via various means. An adversary may obtain the subscriber identifier by using HLR Lookup, or by monitoring the radio interface. An adversary may obtain identifying information from 5G UEs only after the UE has been bid down (downgraded) to a lower security protocol e.g. 4G, since in 4G and 3G it is possible for the network to ask the UE to send its IMSI (International Subscriber Identifier) in the clear over the radio interface. The 5G UE sends an encrypted permanent identifier (called Subscriber Concealed Identifier (SUCI)) over the radio interface as part of the initial registration to the 5G network. Some non-UE specific information is part of the Subscriber Permanent Identifier or SUPI and is not encrypted (e.g., home network name).", + "meta": { + "external_id": "MOT5019", + "kill_chain": [ + "Techniques:Discovery", + "Techniques:Collection" + ], + "refs": [ + "page 33 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Enea. (2016). Tracking the Trackers: Advanced Rogue Systems Exploiting the SS7 Network", + "Subscriber Profile Identifier Discovery: Intercept bid-down SUPI | MITRE\nFiGHT™\n*= This is the same Technique as MITRE FiGHT, however a different name is\nused, MITRE FiGHT may potentially update in the future" + ] + }, + "uuid": "79253aa8-a5a9-5bda-bd8a-062b1eece315", + "value": "Identify Subscriber" + }, + { + "description": "The adversary can trigger mobile terminating activity, such as making calls to the subscriber’s profile (1), sending silent SMS (2), or trigger notifications from the instant messengers (1), to trigger paging of the subscriber. The technique can be made more stealthy by using silent phone calls or silent SMSs (2) (3), The adversary can monitor the paging activity in the radio network and use that information to correlate the paging with the for identifying the target subscriber identifier.", + "meta": { + "external_id": "MOT5019.301", + "kill_chain": [ + "Techniques:Discovery" + ], + "refs": [ + "page 34 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Shaik, A. et al. (2016). Practical Attacks Against Privacy and Availability in 4G/LTE Mobile Communication Systems. (2) Nohl, K. & Munaut, S. (2010) GSM Sniffing. 27th CCC. (3) Hussain, S. et al. (2019) Privacy Attacks to the 4G and 5G Cellular Paging Protocols Using Side Channel Information.", + "N/A" + ] + }, + "uuid": "aa7dc324-0f5d-5ce8-b0d2-1d872f180693", + "value": "Trigger Subscriber Terminated Activity" + }, + { + "description": "The adversary can retrieve subscriber information such as the IMSI, MSISDN, SUPI, SUCI etc", + "meta": { + "external_id": "MOT5019.302", + "kill_chain": [ + "Techniques:Discovery", + "Techniques:Collection" + ], + "refs": [ + "page 35 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Enea. (2016). Tracking the Trackers: Advanced Rogue Systems Exploiting the SS7 Network", + "N/A" + ] + }, + "uuid": "ca405a15-74d0-575e-9774-253d40c74e53", + "value": "Retrieve Subscriber Identity Information" + }, + { + "description": "The adversary can retrieve subscriber network information such as the current serving network element(s)", + "meta": { + "external_id": "MOT5019.303", + "kill_chain": [ + "Techniques:Discovery", + "Techniques:Collection" + ], + "refs": [ + "page 35 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Enea. (2016). Tracking the Trackers: Advanced Rogue Systems Exploiting the SS7 Network", + "N/A" + ] + }, + "uuid": "2ac5c163-9e09-5d4a-bf32-bad2ad3e2882", + "value": "Retrieve Subscriber Network Information" + }, + { + "description": "Adversaries may attempt to manipulate parameters in the control signalling to make them appear legitimate or benign to mobile subscribers, end nodes and/or security tools. Masquerading occurs when the parameter value is manipulated or abused for the sake of evading defences, or convincing the target to believe it is communicating with a spoofed entity. A typical masquerading operating is manipulation of the source node address.", + "meta": { + "external_id": "MOT1036", + "kill_chain": [ + "Techniques:Defence-Evasion" + ], + "refs": [ + "page 36 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) P1 Security. (2021). All authentication vectors are not made equal. (2) Aftenposten (2015). New report: Clear signs of mobile surveillance in Oslo, despite denial from Police Security Service.", + "ATT&CK Enterprise: Masquerading (T1036)," + ] + }, + "uuid": "9518c6e3-152f-5e9c-9321-acce8347a19d", + "value": "Masquerading" + }, + { + "description": "The adversary may attempt to manipulate the originating address information, such as Global Title Address, Diameter Host or Realm information for the sake of evading defences. The adversary may attempt to manipulate the configured cell ID on the false base station to configure it to a known cell ID in the network to evade detection.", + "meta": { + "external_id": "MOT1036.301", + "kill_chain": [ + "Techniques:Defence-Evasion" + ], + "refs": [ + "page 37 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) P1 Security. (2021). All authentication vectors are not made equal. (2) Aftenposten (2015). New report: Clear signs of mobile surveillance in Oslo, despite denial from Police Security Service. (3) Enea. (2022). HiddenArt - A Russian-linked SS7 Threat Actor" + ] + }, + "uuid": "87cce0fb-1e5a-5b8b-aae5-58fcd4b3186a", + "value": "Originating Entity Spoofing" + }, + { + "description": "The adversary can disguise its signalling messages in order to avoid detection and blocking of their attacks. Examples include using unexpected addresses, unexpected message format or unexpected message encoding.", + "meta": { + "external_id": "MOT3005", + "kill_chain": [ + "Techniques:Defence-Evasion" + ], + "refs": [ + "page 37 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Symsoft & P1 Security. (2018). SS7 and Diameter: Exploit Delivery over signalling protocols. (2) Mc Daid, C. (2019). Simjacker – the next frontier in mobile espionage. VB2019" + ] + }, + "uuid": "7258f576-72e9-5f27-ad69-f84e24a0eb18", + "value": "Disguise Signalling Messages" + }, + { + "description": "The adversary may use an unexpected encoding of the signalling message in order to bypass detection and any defences which may be in place.", + "meta": { + "external_id": "MOT3005.301", + "kill_chain": [ + "Techniques:Defence-Evasion" + ], + "refs": [ + "page 38 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Puzankov, K. (2019) Hidden Agendas: bypassing GSMA recommendations on SS7 networks. HITB AMS SecConf May 2019" + ] + }, + "uuid": "d6e3a64e-518d-59df-89d1-522ebc81c49d", + "value": "Unexpected Encoding" + }, + { + "description": "The adversary can collect several types of user-specific data. Such data include, for instance, subscriber identities, subscribed services, subscriber location or status.", + "meta": { + "external_id": "MOT3004", + "kill_chain": [ + "Techniques:Credential-Access", + "Techniques:Collection" + ], + "refs": [ + "page 38 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) P1 Security. (2021). All authentication vectors are not made equal. (2) Mc Daid, C. (2019). Simjacker – the next frontier in mobile espionage. VB2019" + ] + }, + "uuid": "c1a47611-44fc-5e82-a05e-4958366ba9e3", + "value": "Access Subscriber Data" + }, + { + "description": "The adversary may acquire subscriber authentication information from mobile network registers, such as HLR/HSS/AuC or MSC/VLR, SGSN, MME. For example, the adversary may query subscriber keys, authentication vectors etc. and use this information to tailor further phases of the attack.", + "meta": { + "external_id": "MOT3004.301", + "kill_chain": [ + "Techniques:Credential-Access", + "Techniques:Collection" + ], + "refs": [ + "page 39 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) P1 Security. (2021). All authentication vectors are not made equal." + ] + }, + "uuid": "8161ff0c-485f-5941-854f-e0bd1d1f9b99", + "value": "Subscriber Authentication Data" + }, + { + "description": "Adversaries may sniff network traffic to capture information about an environment, including authentication material, base station configuration and user plane traffic passed over the network.", + "meta": { + "external_id": "MOT1040", + "kill_chain": [ + "Techniques:Collection" + ], + "refs": [ + "page 40 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Kotuliak, M. et al. (2022) LTrack : Stealthy Tracking of Mobile Phones in LTE", + "Network Sniffing, Technique T1040 - Enterprise | MITRE ATT&CK®\nNetwork Sniffing | MITRE FiGHT™ (FGT1040)" + ] + }, + "uuid": "d5712f47-879c-531e-96f7-c46aa1fd591c", + "value": "Network Sniffing" + }, + { + "description": "An adversary may eavesdrop on unencrypted or encrypted traffic to capture information to and from a UE. An adversary may employ a back-to-back false base station to eavesdrop on the communication and relay communication between the intended recipient and the intended source, over the radio interface. The adversary may also passively sniff the radio traffic and capture specific traffic that can be then, if possible, analyzed.(1) When operating a false base station the adversary needs to obtain information about the cell configuration parameters that will be used to prepare for the next phase of an attack that is utilizing the radio interface. Example of configuration could be the Physical Cell ID (PCI), neighbouring cells, frequencies used, Location Area Codes/Tracking Area Codes (LAC/TAC).(2) The adversary may use methods of capturing control plane or user plane traffic on the radio interface.", + "meta": { + "external_id": "MOT1040.501", + "kill_chain": [ + "Techniques:Collection" + ], + "refs": [ + "page 41 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Borgaonkar, R. & Shaik, A. (2015). LTE and IMSI Catcher Myths. Black Hat USA 2015 (2) Li, Z. et al. (2017). FBS-Radar: Uncovering Fake Base Stations at Scale in the Wild. (3) P1 Security. (2021). All authentication vectors are not made equal.", + "Network Sniffing: Radio interface | MITRE FiGHT™ (FGT1040.501)" + ] + }, + "uuid": "c0ec2969-4985-57e1-a11d-1e5c157cef3e", + "value": "Radio Interface" + }, + { + "description": "An adversary may obtain the UE location using radio access or core network. Adversary may employ various means to obtain UE location (coarse, fine) using radio access or core network.", + "meta": { + "external_id": "MOT5012", + "kill_chain": [ + "Techniques:Collection" + ], + "refs": [ + "page 41 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Enea. (2022). HiddenArt - A Russian-linked SS7 Threat Actor (2) Mc Daid, C. (2019). Simjacker – the next frontier in mobile espionage. VB2019 (3) The Washington Post. (2014). For sale: Systems that can secretly track where cellphone users go around the globe", + "Location Tracking, Technique T1430 - Mobile | MITRE ATT&CK®\nLocate UE | MITRE FiGHT™ (FGT5012)" + ] + }, + "uuid": "d14aa06e-105d-5fd8-a521-040564fdb756", + "value": "Locate Subscriber" + }, + { + "description": "An adversary in the core network exploits signalling protocols to obtain the location of the UE. User location tracking is part of normal cellular operation. Adversaries with access to core network or a core network function (NF) can misuse signalling protocols (e.g., SS7, GTP and Diameter or the SBI API calls), or exploit vulnerabilities in the signalling plane, in order to obtain location information for a given UE.", + "meta": { + "external_id": "MOT5012.501", + "kill_chain": [ + "Techniques:Collection" + ], + "refs": [ + "page 42 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Enea. (2022). HiddenArt - A Russian-linked SS7 Threat Actor. (2) Mc Daid, C. (2020) Watching the Watchers - How Surveillance Companies track you using Mobile Networks. #rC3 2020..", + "Locate UE: Core Network Function Signaling | MITRE FiGHT™\n(FGT5012.004)" + ] + }, + "uuid": "6e07b027-229c-5581-b079-633bc8f73a8c", + "value": "Core Network Function Signalling" + }, + { + "description": "Adversaries may search freely available websites and/or domains for information about victims that can be used during targeting. Information about victims may be available in various online sites, such as social media, new sites, or those hosting information about business operations such as hiring or requested/rewarded contracts.(1)(2)(3) Adversaries may gather subscription or residence related information about subscriber(s). Examples are phone number (MSISDN), home address, home mobile network operator. Adversaries may gather information about the mobile network operator to be used in initial access or for preparation of the attack. This can be network architecture, protocols, ports, Global Titles, roaming partners, or suppliers (4).", + "meta": { + "external_id": "MOT1593", + "kill_chain": [ + "Techniques:Reconnaissance" + ], + "refs": [ + "page 43 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Cyware Hacker News. (2019). How Hackers Exploit Social Media To Break Into Your Company. (2) Security Trails. (2019). Exploring Google Hacking Techniques. (3) Offensive Security. (n.d.). Google Hacking Database. Retrieved October 23, 2020. (4) Holtmanns, S. (2018). Secure Interworking Between Networks in 5G Service Based Architecture. ETSI Security Week 2018.", + "Search Open Websites/Domains, Technique T1593 - Enterprise | MITRE\nATT&CK®\nGSMA Non-public materials" + ] + }, + "uuid": "3cbac245-ee47-5892-b031-0618fff739b4", + "value": "Search Open Websites/Domains" + }, + { + "description": "Adversaries may search social media for information about victims that can be used during targeting. Social media sites may contain various information about a victim organization, such as business announcements as well as information about the roles, locations, and interests of staff. Adversaries may search in different social media sites depending on what information they seek to gather. Threat actors may passively harvest data from these sites, as well as use information gathered to create fake profiles/groups to elicit victim’s into revealing specific information (i.e. Spearphishing Service)(1). Information from these sources may reveal opportunities for other forms of reconnaissance, establishing operational resources, and/or initial access. Social media sites may contain information about subscriber phone numbers, address etc, which can be used e.g. when installing false base stations in close vicinity of the victim. (2)", + "meta": { + "external_id": "MOT1593.001", + "kill_chain": [ + "Techniques:Reconnaissance" + ], + "refs": [ + "page 44 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Cyware Hacker News. (2019). How Hackers Exploit Social Media To Break Into Your Company. (2) Equifax UK. (2022). The risks of sharing your location on social media.", + "Search Open Websites/Domains: Social Media, Sub-technique\nT1593.001 - Enterprise | MITRE ATT&CK®" + ] + }, + "uuid": "8463c2cd-cc58-5537-a083-62a80671e1f4", + "value": "Social Media" + }, + { + "description": "Adversaries may attempt to position themselves between two or more networked devices using an adversary-in-the-middle (AiTM) technique to support follow-on behaviors such as Network Sniffing (1) (2). Adversaries may leverage the AiTM position to attempt to monitor traffic.", + "meta": { + "external_id": "MOT1557", + "kill_chain": [ + "Techniques:Persistence" + ], + "refs": [ + "page 44 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Electronic Frontier Foundation. (2019). Gotta Catch 'Em All: Understanding How IMSI-Catchers Exploit Cell Networks (2) P1 Security. (2021). All authentication vectors are not made equal.", + "Adversary-in-the-Middle, Technique T1557 - Enterprise | MITRE\nATT&CK®\nAdversary-in-the-Middle | MITRE FiGHT™ (FGT1557)" + ] + }, + "uuid": "2c7b4a8d-ce6f-5244-ac52-871b0eb5136f", + "value": "Adversary-in-the-Middle" + }, + { + "description": "An adversary positions itself on the radio interface to capture information to and from the UE. Adversary can deploy a false base station as a back-to-back base station - UE combination to impersonate UE towards the real eNB or core network element (such as MME), and impersonate base station or core network element towards the target UE (1) (2).", + "meta": { + "external_id": "MOT1557.301", + "kill_chain": [ + "Techniques:Persistence" + ], + "refs": [ + "page 45 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Electronic Frontier Foundation. (2019). Gotta Catch 'Em All: Understanding How IMSI-Catchers Exploit Cell Networks (2) P1 Security. (2021). All authentication vectors are not made equal. https://labs.p1sec.com/2021/09/30/all-authentication-vectors-are-not-made-equal/", + "Adversary-in-the-Middle: Radio interface | MITRE FiGHT™" + ] + }, + "uuid": "b3278450-e723-54ad-85fa-4e97868c3a1c", + "value": "Radio Interface Authentication Relay" + }, + { + "description": "Adversaries may manipulate products or product delivery mechanisms prior to receipt by a final consumer for the purpose of data or system compromise. Supply chain compromise can take place at any stage of the supply chain including: • Manipulation of development tools • Manipulation of a development environment • Manipulation of source code repositories (public or private) • Manipulation of source code in open-source dependencies • Manipulation of software update/distribution mechanisms • Compromised/infected system images (multiple cases of removable media infected at the factory)(1) (2) • Replacement of legitimate software with modified versions • Sales of modified/counterfeit products to legitimate distributors • Shipment interdiction While supply chain compromise can impact any component of hardware or software, adversaries looking to gain execution have often focused on malicious additions to legitimate software in software distribution or update channels.", + "meta": { + "external_id": "MOT1195", + "kill_chain": [ + "Techniques:Initial-Access" + ], + "refs": [ + "page 46 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) The Register. (2023). Millions of mobile phones come pre-infected with Malware (2) Schneider Electric. (2018). Security Notification – USB Removable Media Provided With Conext Combox and Conext Battery Monitor.", + "Supply Chain Compromise, Technique T1195 - Enterprise | MITRE\nATT&CK®" + ] + }, + "uuid": "4131a562-0ac0-5985-af11-b14cd4c4fe57", + "value": "Supply Chain Compromise" + }, + { + "description": "Adversaries may manipulate application software prior to receipt by a final consumer for the purpose of data or system compromise. Supply chain compromise of software can take place in a number of ways, including manipulation of the application source code, manipulation of the update/distribution mechanism for that software, or replacing compiled releases with a modified version.", + "meta": { + "external_id": "MOT1195.002", + "kill_chain": [ + "Techniques:Initial-Access" + ], + "refs": [ + "page 47 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) The Register (2023). Millions of mobile phones come pre-infected with Malware", + "Supply Chain Compromise: Compromise Software Supply Chain, Sub-\ntechnique T1195.002 - Enterprise | MITRE ATT&CK®" + ] + }, + "uuid": "52769709-9c9f-5cf7-8a50-3d5422b0fc03", + "value": "Compromise Software Supply Chain" + }, + { + "description": "An adversary may query the Network Repository Function (NRF) to discover restricted Network Function (NF) services to further target that NF.", + "meta": { + "external_id": "MOT5003", + "kill_chain": [ + "Techniques:Discovery" + ], + "refs": [ + "page 47 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) R. Pell, S. Moschoyiannis, E. Panaousis, R. Heartfield. (2021). Towards dynamic threat modelling in 5G core networks based on MITRE ATT&CK. (2) Mobileum (2023) OAuth2.0 Security and Protocol Exploit Analysis in 5G Ecosystem", + "Network Function Service Discovery | MITRE FiGHT™ (FGT5003)" + ] + }, + "uuid": "6beb2c07-a10e-566a-b2d4-fe08ad6b7ab8", + "value": "Network Function Service Discovery" + }, + { + "description": "Adversaries may exploit software vulnerabilities in an attempt to collect credentials. Exploitation of a software vulnerability occurs when an adversary takes advantage of a programming error in a program, service, or within the operating system software or kernel itself to execute adversary-controlled code.", + "meta": { + "external_id": "MOT1212", + "kill_chain": [ + "Techniques:Credential-Access" + ], + "refs": [ + "page 48 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Mobileum (2023) OAuth2.0 Security and Protocol Exploit Analysis in 5G Ecosystem", + "Exploitation for Credential Access, Technique T1212 - Enterprise |\nMITRE ATT&CK® https://fight.mitre.org/techniques/FGT5003/" + ] + }, + "uuid": "8d9a29cc-d66c-5cc6-9500-4426765d6b7e", + "value": "Exploitation for Credential Access" + }, + { + "description": "Adversaries may insert, delete, or manipulate data in order to influence external outcomes or hide activity, thus threatening the integrity of the data.", + "meta": { + "external_id": "MOT1565", + "kill_chain": [ + "Techniques:Impact" + ], + "refs": [ + "page 49 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) The Register. (2017). After years of warnings, mobile network hackers exploit SS7 flaws to drain bank accounts (2) Mobileum (2023) OAuth2.0 Security and Protocol Exploit Analysis in 5G Ecosystem", + "Data Manipulation, Technique T1565 - Enterprise | MITRE ATT&CK®\nData Manipulation | MITRE FiGHT™ (FGT1565)" + ] + }, + "uuid": "ed3417df-6918-545f-8986-e967e1924b7f", + "value": "Data Manipulation" + }, + { + "description": "Adversaries may insert, delete, or manipulate data at rest in order to influence external outcomes or hide activity, thus threatening the integrity of the data", + "meta": { + "external_id": "MOT1565.001", + "kill_chain": [ + "Techniques:Impact" + ], + "refs": [ + "page 49 of https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf", + "(1) Mobileum (2023) OAuth2.0 Security and Protocol Exploit Analysis in 5G Ecosystem", + "Data Manipulation: Stored Data Manipulation, Sub-technique T1565.001\n- Enterprise | MITRE ATT&CK®" + ] + }, + "uuid": "e63a74cc-381c-51c4-870c-94c5a70ea851", + "value": "Stored Data Manipulation" + } + ], + "version": 1 +} diff --git a/clusters/malpedia.json b/clusters/malpedia.json index e43fde4..ac30689 100644 --- a/clusters/malpedia.json +++ b/clusters/malpedia.json @@ -3660,25 +3660,6 @@ "uuid": "6cb47609-b03e-43d9-a4c7-8342f1011f3b", "value": "ANGRYREBEL" }, - { - "description": "", - "meta": { - "refs": [ - "https://malpedia.caad.fkie.fraunhofer.de/details/elf.avoslocker", - "https://blogs.blackberry.com/en/2022/04/threat-thursday-avoslocker-prompts-advisory-from-fbi-and-fincen", - "https://blog.qualys.com/vulnerabilities-threat-research/2022/03/06/avoslocker-ransomware-behavior-examined-on-windows-linux", - "https://blog.cyble.com/2022/01/17/avoslocker-ransomware-linux-version-targets-vmware-esxi-servers/", - "https://blog.lexfo.fr/Avoslocker.html", - "https://www.ic3.gov/Media/News/2022/220318.pdf", - "https://blogs.vmware.com/security/2022/09/esxi-targeting-ransomware-the-threats-that-are-after-your-virtual-machines-part-1.html", - "https://blogs.vmware.com/security/2022/02/avoslocker-modern-linux-ransomware-threats.html" - ], - "synonyms": [], - "type": [] - }, - "uuid": "465b6a74-87ca-4459-b4be-3f8b272f4485", - "value": "Avoslocker" - }, { "description": "AVrecon is a Linux-based Remote Access Trojan (RAT) targeting small-office/home-office (SOHO) routers and other ARM-embedded devices. The malware is distributed via exploitation of unpatched vulnerabilities or common misconfiguration of the targeted devices. Once deployed, AVreckon will collect some information about the infected device, open a session to pre-configured C&C server, and spawn a remote shell for command execution. It might also download additional arbitrary files and run them. The malware has recently been used in campaigns aimed at ad-fraud activities, password spraying and data exfiltration.", "meta": { @@ -15170,7 +15151,10 @@ "https://news.sophos.com/en-us/2021/12/22/avos-locker-remotely-accesses-boxes-even-running-in-safe-mode/", "https://news.sophos.com/en-us/2022/03/17/the-ransomware-threat-intelligence-center/", "https://unit42.paloaltonetworks.com/emerging-ransomware-groups/", - "https://blog.qualys.com/vulnerabilities-threat-research/2022/03/06/avoslocker-ransomware-behavior-examined-on-windows-linux" + "https://blog.qualys.com/vulnerabilities-threat-research/2022/03/06/avoslocker-ransomware-behavior-examined-on-windows-linux", + "https://blog.lexfo.fr/Avoslocker.html", + "https://blogs.vmware.com/security/2022/09/esxi-targeting-ransomware-the-threats-that-are-after-your-virtual-machines-part-1.html", + "https://blogs.vmware.com/security/2022/02/avoslocker-modern-linux-ransomware-threats.html" ], "synonyms": [], "type": [] @@ -56457,5 +56441,5 @@ "value": "Zyklon" } ], - "version": 19803 + "version": 19804 } diff --git a/clusters/mitre-d3fend.json b/clusters/mitre-d3fend.json index 821da25..6aa6271 100644 --- a/clusters/mitre-d3fend.json +++ b/clusters/mitre-d3fend.json @@ -22,27 +22,19 @@ }, "related": [ { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", "type": "restores" }, { - "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", "type": "restores" }, { - "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", "type": "restores" }, { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", - "type": "restores" - }, - { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", - "type": "restores" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", "type": "restores" }, { @@ -50,243 +42,35 @@ "type": "restores" }, { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", "type": "restores" }, { - "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", + "type": "restores" + }, + { + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", "type": "restores" }, { "dest-uuid": "191cc6af-1bb2-4344-ab5f-28e496638720", "type": "restores" }, - { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", - "type": "restores" - }, - { - "dest-uuid": "bd369cd9-abb8-41ce-b5bb-fff23ee86c00", - "type": "restores" - }, - { - "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", - "type": "restores" - }, - { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", - "type": "restores" - }, - { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", - "type": "restores" - }, - { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", - "type": "restores" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "restores" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "restores" - }, - { - "dest-uuid": "b46a801b-fd98-491c-a25a-bca25d6e3001", - "type": "restores" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "restores" - }, - { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", - "type": "restores" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "restores" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "restores" - }, - { - "dest-uuid": "389735f1-f21c-4208-b8f0-f8031e7169b8", - "type": "restores" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "restores" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "restores" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "restores" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "restores" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "restores" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "restores" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "restores" - }, - { - "dest-uuid": "960c3c86-1480-4d72-b4e0-8c242e84a5c5", - "type": "restores" - }, - { - "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", - "type": "restores" - }, - { - "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", - "type": "restores" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "restores" - }, - { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", - "type": "restores" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "restores" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "restores" - }, - { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", - "type": "restores" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "restores" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "restores" - }, - { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", - "type": "restores" - }, - { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", - "type": "restores" - }, - { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", - "type": "restores" - }, - { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", - "type": "restores" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "restores" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "restores" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "restores" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "restores" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "restores" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "restores" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "restores" - }, - { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", - "type": "restores" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "restores" - }, - { - "dest-uuid": "389735f1-f21c-4208-b8f0-f8031e7169b8", - "type": "restores" - }, - { - "dest-uuid": "960c3c86-1480-4d72-b4e0-8c242e84a5c5", - "type": "restores" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "restores" - }, - { - "dest-uuid": "b46a801b-fd98-491c-a25a-bca25d6e3001", - "type": "restores" - }, { "dest-uuid": "191cc6af-1bb2-4344-ab5f-28e496638720", "type": "restores" }, { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", "type": "restores" }, { - "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", "type": "restores" }, { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "restores" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "restores" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "restores" - }, - { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", - "type": "restores" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "restores" - }, - { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", "type": "restores" }, { @@ -298,23 +82,23 @@ "type": "restores" }, { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", "type": "restores" }, { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", "type": "restores" }, { - "dest-uuid": "bd369cd9-abb8-41ce-b5bb-fff23ee86c00", + "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", "type": "restores" }, { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "dest-uuid": "389735f1-f21c-4208-b8f0-f8031e7169b8", "type": "restores" }, { - "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", + "dest-uuid": "389735f1-f21c-4208-b8f0-f8031e7169b8", "type": "restores" }, { @@ -322,7 +106,151 @@ "type": "restores" }, { - "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", + "type": "restores" + }, + { + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", + "type": "restores" + }, + { + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", + "type": "restores" + }, + { + "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", + "type": "restores" + }, + { + "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", + "type": "restores" + }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "restores" + }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "restores" + }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "restores" + }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "restores" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "restores" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "restores" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "restores" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "restores" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "restores" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "restores" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "restores" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "restores" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "restores" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "restores" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "restores" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "restores" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "restores" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "restores" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "restores" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "restores" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "restores" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "restores" + }, + { + "dest-uuid": "960c3c86-1480-4d72-b4e0-8c242e84a5c5", + "type": "restores" + }, + { + "dest-uuid": "960c3c86-1480-4d72-b4e0-8c242e84a5c5", + "type": "restores" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "restores" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "restores" + }, + { + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "type": "restores" + }, + { + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "type": "restores" + }, + { + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "type": "restores" + }, + { + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "type": "restores" + }, + { + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "type": "restores" + }, + { + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", "type": "restores" }, { @@ -330,7 +258,79 @@ "type": "restores" }, { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "restores" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "restores" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "restores" + }, + { + "dest-uuid": "b46a801b-fd98-491c-a25a-bca25d6e3001", + "type": "restores" + }, + { + "dest-uuid": "b46a801b-fd98-491c-a25a-bca25d6e3001", + "type": "restores" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "restores" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "restores" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "restores" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "restores" + }, + { + "dest-uuid": "bd369cd9-abb8-41ce-b5bb-fff23ee86c00", + "type": "restores" + }, + { + "dest-uuid": "bd369cd9-abb8-41ce-b5bb-fff23ee86c00", + "type": "restores" + }, + { + "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "type": "restores" + }, + { + "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "type": "restores" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "restores" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "restores" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "restores" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "restores" + }, + { + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "type": "restores" + }, + { + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", "type": "restores" }, { @@ -338,15 +338,15 @@ "type": "restores" }, { - "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", "type": "restores" }, { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", "type": "restores" }, { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", "type": "restores" } ], @@ -414,603 +414,7 @@ }, "related": [ { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "deletes" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "deletes" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "deletes" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "deletes" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "deletes" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "deletes" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "deletes" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "deletes" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "deletes" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "deletes" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "deletes" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "deletes" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "deletes" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "deletes" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "deletes" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "deletes" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "deletes" - }, - { - "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", - "type": "deletes" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "deletes" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "deletes" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "deletes" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "deletes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "deletes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "deletes" - }, - { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", - "type": "deletes" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "deletes" - }, - { - "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", - "type": "deletes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "deletes" - }, - { - "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", - "type": "deletes" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", - "type": "deletes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "deletes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "deletes" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "deletes" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "deletes" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "deletes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "deletes" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "deletes" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "deletes" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "deletes" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "deletes" - }, - { - "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", - "type": "deletes" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "deletes" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "deletes" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "deletes" - }, - { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", - "type": "deletes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "deletes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "deletes" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "deletes" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "deletes" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "deletes" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "deletes" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "deletes" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "deletes" - }, - { - "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", - "type": "deletes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "deletes" - }, - { - "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", - "type": "deletes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "deletes" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "deletes" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "deletes" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "deletes" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "deletes" - }, - { - "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", - "type": "deletes" - }, - { - "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", - "type": "deletes" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "deletes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "deletes" - }, - { - "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", - "type": "deletes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "deletes" - }, - { - "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", - "type": "deletes" - }, - { - "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", - "type": "deletes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "deletes" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "deletes" - }, - { - "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", - "type": "deletes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "deletes" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "deletes" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "deletes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "deletes" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "deletes" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "deletes" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "deletes" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "deletes" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "deletes" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "deletes" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "deletes" - }, - { - "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", - "type": "deletes" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "deletes" - }, - { - "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", - "type": "deletes" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "deletes" - }, - { - "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", - "type": "deletes" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "deletes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "deletes" - }, - { - "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", - "type": "deletes" - }, - { - "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", - "type": "deletes" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "deletes" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "deletes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "deletes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "deletes" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "deletes" - }, - { - "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", - "type": "deletes" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "deletes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "deletes" - }, - { - "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", - "type": "deletes" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "deletes" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "deletes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "deletes" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "deletes" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "deletes" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "deletes" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "deletes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "deletes" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "deletes" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "deletes" - }, - { - "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", - "type": "deletes" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "deletes" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "deletes" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "deletes" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "deletes" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "deletes" - }, - { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", - "type": "deletes" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "deletes" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "deletes" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "deletes" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "deletes" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "deletes" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "deletes" - }, - { - "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", - "type": "deletes" - }, - { - "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", - "type": "deletes" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "deletes" - }, - { - "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", - "type": "deletes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "deletes" - }, - { - "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", - "type": "deletes" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "deletes" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "deletes" - }, - { - "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", - "type": "deletes" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "deletes" - }, - { - "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", - "type": "deletes" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "deletes" - }, - { - "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", - "type": "deletes" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "deletes" - }, - { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", - "type": "deletes" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "deletes" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", - "type": "deletes" - }, - { - "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", - "type": "deletes" - }, - { - "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", - "type": "deletes" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "deletes" - }, - { - "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", - "type": "deletes" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "deletes" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "deletes" - }, - { - "dest-uuid": "143c0cbb-a297-4142-9624-87ffc778980b", - "type": "deletes" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "deletes" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "dest-uuid": "00f90846-cbd1-4fc5-9233-df5c2bf2a662", "type": "deletes" }, { @@ -1018,487 +422,7 @@ "type": "deletes" }, { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "deletes" - }, - { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", - "type": "deletes" - }, - { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", - "type": "deletes" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "deletes" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "deletes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "deletes" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "deletes" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "deletes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "deletes" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "deletes" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "deletes" - }, - { - "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", - "type": "deletes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "deletes" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "deletes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "deletes" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "deletes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "deletes" - }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "deletes" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "deletes" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "deletes" - }, - { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", - "type": "deletes" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "deletes" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "deletes" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "deletes" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "deletes" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "deletes" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "deletes" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "deletes" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "deletes" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "deletes" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "deletes" - }, - { - "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", - "type": "deletes" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "deletes" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "deletes" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "deletes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "deletes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "deletes" - }, - { - "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", - "type": "deletes" - }, - { - "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", - "type": "deletes" - }, - { - "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", - "type": "deletes" - }, - { - "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", - "type": "deletes" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "deletes" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "deletes" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "deletes" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "deletes" - }, - { - "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", - "type": "deletes" - }, - { - "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", - "type": "deletes" - }, - { - "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", - "type": "deletes" - }, - { - "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", - "type": "deletes" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "deletes" - }, - { - "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", - "type": "deletes" - }, - { - "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", - "type": "deletes" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "deletes" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "deletes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "deletes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "deletes" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "deletes" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "deletes" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "deletes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "deletes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "deletes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "deletes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "deletes" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "deletes" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "deletes" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "deletes" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "deletes" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "deletes" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "deletes" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "deletes" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "deletes" - }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "deletes" - }, - { - "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", - "type": "deletes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "deletes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "deletes" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "deletes" - }, - { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", - "type": "deletes" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "deletes" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "deletes" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "deletes" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "deletes" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "deletes" - }, - { - "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", - "type": "deletes" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "deletes" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "deletes" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "deletes" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "deletes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "deletes" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "deletes" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "deletes" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "deletes" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "deletes" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "deletes" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "deletes" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "deletes" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "deletes" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "deletes" - }, - { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", - "type": "deletes" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", - "type": "deletes" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "deletes" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "deletes" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "deletes" - }, - { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", - "type": "deletes" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "deletes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "deletes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "deletes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "deletes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "deletes" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "deletes" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "deletes" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "deletes" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "deletes" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "deletes" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "deletes" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "deletes" - }, - { - "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", - "type": "deletes" - }, - { - "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", - "type": "deletes" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "deletes" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "deletes" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "deletes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "deletes" }, { @@ -1506,27 +430,19 @@ "type": "deletes" }, { - "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "deletes" }, { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "deletes" }, { - "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "deletes" }, { - "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", - "type": "deletes" - }, - { - "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", - "type": "deletes" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "deletes" }, { @@ -1538,35 +454,111 @@ "type": "deletes" }, { - "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "deletes" }, { - "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "deletes" }, { - "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "deletes" }, { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "deletes" }, { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "deletes" }, { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "deletes" }, { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", "type": "deletes" }, { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "deletes" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "deletes" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "deletes" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "deletes" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "deletes" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "deletes" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "deletes" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "deletes" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "deletes" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "deletes" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "deletes" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "deletes" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "deletes" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "deletes" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "deletes" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "deletes" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "deletes" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "deletes" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "deletes" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "deletes" }, { @@ -1578,219 +570,15 @@ "type": "deletes" }, { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", "type": "deletes" }, { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", "type": "deletes" }, { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "deletes" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "deletes" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "deletes" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "deletes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "deletes" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "deletes" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "deletes" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "deletes" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "deletes" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "deletes" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "deletes" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "deletes" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "deletes" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "deletes" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "deletes" - }, - { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", - "type": "deletes" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", - "type": "deletes" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "deletes" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "deletes" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "deletes" - }, - { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", - "type": "deletes" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "deletes" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "deletes" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "deletes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "deletes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "deletes" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "deletes" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "deletes" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "deletes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "deletes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "deletes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "deletes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "deletes" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "deletes" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "deletes" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "deletes" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "deletes" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "deletes" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "deletes" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "deletes" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "deletes" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "deletes" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "deletes" - }, - { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", - "type": "deletes" - }, - { - "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", - "type": "deletes" - }, - { - "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", - "type": "deletes" - }, - { - "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", - "type": "deletes" - }, - { - "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", - "type": "deletes" - }, - { - "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", - "type": "deletes" - }, - { - "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", - "type": "deletes" - }, - { - "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", - "type": "deletes" - }, - { - "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", "type": "deletes" }, { @@ -1798,7 +586,47 @@ "type": "deletes" }, { - "dest-uuid": "00f90846-cbd1-4fc5-9233-df5c2bf2a662", + "dest-uuid": "143c0cbb-a297-4142-9624-87ffc778980b", + "type": "deletes" + }, + { + "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", + "type": "deletes" + }, + { + "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", + "type": "deletes" + }, + { + "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", + "type": "deletes" + }, + { + "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", + "type": "deletes" + }, + { + "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", + "type": "deletes" + }, + { + "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", + "type": "deletes" + }, + { + "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", + "type": "deletes" + }, + { + "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", + "type": "deletes" + }, + { + "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", + "type": "deletes" + }, + { + "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", "type": "deletes" }, { @@ -1806,7 +634,15 @@ "type": "deletes" }, { - "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "deletes" + }, + { + "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", + "type": "deletes" + }, + { + "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", "type": "deletes" }, { @@ -1814,12 +650,1176 @@ "type": "deletes" }, { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "deletes" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "deletes" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "deletes" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "deletes" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "deletes" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "deletes" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "deletes" + }, + { + "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", + "type": "deletes" + }, + { + "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", + "type": "deletes" + }, + { + "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", + "type": "deletes" + }, + { + "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", + "type": "deletes" + }, + { + "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", + "type": "deletes" + }, + { + "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", + "type": "deletes" + }, + { + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", + "type": "deletes" + }, + { + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", + "type": "deletes" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "deletes" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "deletes" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "deletes" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "deletes" + }, + { + "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", + "type": "deletes" + }, + { + "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", + "type": "deletes" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "deletes" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "deletes" + }, + { + "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", + "type": "deletes" + }, + { + "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", + "type": "deletes" + }, + { + "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", + "type": "deletes" + }, + { + "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", + "type": "deletes" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "deletes" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "deletes" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "deletes" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "deletes" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "deletes" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "deletes" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "deletes" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "deletes" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "deletes" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "deletes" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "deletes" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "deletes" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "deletes" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "deletes" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "deletes" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "deletes" + }, + { + "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", + "type": "deletes" + }, + { + "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", + "type": "deletes" + }, + { + "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", + "type": "deletes" + }, + { + "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", + "type": "deletes" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "deletes" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "deletes" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "deletes" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "deletes" + }, + { + "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", + "type": "deletes" + }, + { + "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", + "type": "deletes" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "deletes" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "deletes" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "deletes" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "deletes" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "deletes" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "deletes" + }, + { + "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", + "type": "deletes" + }, + { + "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", + "type": "deletes" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "deletes" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "deletes" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "deletes" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "deletes" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "deletes" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "deletes" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "deletes" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "deletes" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "deletes" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "deletes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "deletes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "deletes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "deletes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "deletes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "deletes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "deletes" + }, + { + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "type": "deletes" + }, + { + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "type": "deletes" + }, + { + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "type": "deletes" + }, + { + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "type": "deletes" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "deletes" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "deletes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "deletes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "deletes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "deletes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "deletes" + }, + { + "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", + "type": "deletes" + }, + { + "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", + "type": "deletes" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "deletes" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "deletes" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "deletes" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "deletes" + }, + { + "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", + "type": "deletes" + }, + { + "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", + "type": "deletes" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "deletes" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "deletes" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "deletes" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "deletes" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "deletes" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "deletes" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "deletes" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "deletes" + }, + { + "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", + "type": "deletes" + }, + { + "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", + "type": "deletes" + }, + { + "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", + "type": "deletes" + }, + { + "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", + "type": "deletes" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "deletes" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "deletes" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "deletes" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "deletes" + }, + { + "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", + "type": "deletes" + }, + { + "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", "type": "deletes" }, { "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", "type": "deletes" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "deletes" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "deletes" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "deletes" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "deletes" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "deletes" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "deletes" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "deletes" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "deletes" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "deletes" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "deletes" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "deletes" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "deletes" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "deletes" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "deletes" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "deletes" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "deletes" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "deletes" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "deletes" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "deletes" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "deletes" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "deletes" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "deletes" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "deletes" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "deletes" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "deletes" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "deletes" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "deletes" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "deletes" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "deletes" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "deletes" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "deletes" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "deletes" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "deletes" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "deletes" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "deletes" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "deletes" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "deletes" + }, + { + "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", + "type": "deletes" + }, + { + "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", + "type": "deletes" + }, + { + "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", + "type": "deletes" + }, + { + "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", + "type": "deletes" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "deletes" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "deletes" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "deletes" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "deletes" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "deletes" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "deletes" + }, + { + "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", + "type": "deletes" + }, + { + "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", + "type": "deletes" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "deletes" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "deletes" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "deletes" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "deletes" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "deletes" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "deletes" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "deletes" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "deletes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "deletes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "deletes" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "deletes" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "deletes" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "deletes" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "deletes" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "deletes" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "deletes" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "deletes" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "deletes" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "deletes" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "deletes" + }, + { + "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "type": "deletes" + }, + { + "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "type": "deletes" + }, + { + "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", + "type": "deletes" + }, + { + "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", + "type": "deletes" + }, + { + "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "type": "deletes" + }, + { + "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "type": "deletes" + }, + { + "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", + "type": "deletes" + }, + { + "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", + "type": "deletes" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "deletes" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "deletes" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "deletes" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "deletes" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "deletes" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "deletes" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "deletes" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "deletes" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "deletes" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "deletes" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "deletes" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "deletes" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "deletes" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "deletes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "deletes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "deletes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "deletes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "deletes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "deletes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "deletes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "deletes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "deletes" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "deletes" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "deletes" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "deletes" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "deletes" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "deletes" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "deletes" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "deletes" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "deletes" + }, + { + "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", + "type": "deletes" + }, + { + "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", + "type": "deletes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "deletes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "deletes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "deletes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "deletes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "deletes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "deletes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "deletes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "deletes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "deletes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "deletes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "deletes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "deletes" + }, + { + "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", + "type": "deletes" + }, + { + "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", + "type": "deletes" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "deletes" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "deletes" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "deletes" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "deletes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "deletes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "deletes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "deletes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "deletes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "deletes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "deletes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "deletes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "deletes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "deletes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "deletes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "deletes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "deletes" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "deletes" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "deletes" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "deletes" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "deletes" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "deletes" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "deletes" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "deletes" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "deletes" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "deletes" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "deletes" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "deletes" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "deletes" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "deletes" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "deletes" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "deletes" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "deletes" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "deletes" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "deletes" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "deletes" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "deletes" + }, + { + "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", + "type": "deletes" + }, + { + "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", + "type": "deletes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "deletes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "deletes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "deletes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "deletes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "deletes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "deletes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "deletes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "deletes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "deletes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "deletes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "deletes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "deletes" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "deletes" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "deletes" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "deletes" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "deletes" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "deletes" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "deletes" } ], "uuid": "2fdd5180-fa37-56eb-9c0c-d0a3d3de5887", @@ -1855,123 +1855,7 @@ }, "related": [ { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", - "type": "analyzes" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", - "type": "analyzes" - }, - { - "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "analyzes" - }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", - "type": "analyzes" - }, - { - "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", - "type": "analyzes" - }, - { - "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", - "type": "analyzes" - }, - { - "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", - "type": "analyzes" - }, - { - "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", - "type": "analyzes" - }, - { - "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", - "type": "analyzes" - }, - { - "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", - "type": "analyzes" - }, - { - "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", - "type": "analyzes" - }, - { - "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", - "type": "analyzes" - }, - { - "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", - "type": "analyzes" - }, - { - "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", - "type": "analyzes" - }, - { - "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", - "type": "analyzes" - }, - { - "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", - "type": "analyzes" - }, - { - "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", - "type": "analyzes" - }, - { - "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", - "type": "analyzes" - }, - { - "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", - "type": "analyzes" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "analyzes" - }, - { - "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", - "type": "analyzes" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "analyzes" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "analyzes" - }, - { - "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", + "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", "type": "analyzes" }, { @@ -1979,51 +1863,7 @@ "type": "analyzes" }, { - "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", - "type": "analyzes" - }, - { - "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", - "type": "analyzes" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "analyzes" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", - "type": "analyzes" - }, - { - "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", - "type": "analyzes" - }, - { - "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", - "type": "analyzes" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "analyzes" - }, - { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", - "type": "analyzes" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "analyzes" - }, - { - "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", - "type": "analyzes" - }, - { - "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", + "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", "type": "analyzes" }, { @@ -2031,43 +1871,7 @@ "type": "analyzes" }, { - "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", - "type": "analyzes" - }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", - "type": "analyzes" - }, - { - "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", - "type": "analyzes" - }, - { - "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", - "type": "analyzes" - }, - { - "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", - "type": "analyzes" - }, - { - "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", - "type": "analyzes" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", "type": "analyzes" }, { @@ -2075,7 +1879,27 @@ "type": "analyzes" }, { - "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", + "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", + "type": "analyzes" + }, + { + "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", + "type": "analyzes" + }, + { + "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", + "type": "analyzes" + }, + { + "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", + "type": "analyzes" + }, + { + "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", + "type": "analyzes" + }, + { + "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", "type": "analyzes" }, { @@ -2083,11 +1907,15 @@ "type": "analyzes" }, { - "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", "type": "analyzes" }, { - "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "type": "analyzes" + }, + { + "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", "type": "analyzes" }, { @@ -2095,28 +1923,200 @@ "type": "analyzes" }, { - "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", "type": "analyzes" }, { - "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", + "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", "type": "analyzes" }, { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", + "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", "type": "analyzes" }, { "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", "type": "analyzes" }, + { + "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", + "type": "analyzes" + }, + { + "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", + "type": "analyzes" + }, + { + "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "analyzes" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "analyzes" + }, + { + "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", + "type": "analyzes" + }, + { + "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", + "type": "analyzes" + }, + { + "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", + "type": "analyzes" + }, + { + "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", + "type": "analyzes" + }, + { + "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", + "type": "analyzes" + }, + { + "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", + "type": "analyzes" + }, { "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", "type": "analyzes" + }, + { + "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", + "type": "analyzes" + }, + { + "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", + "type": "analyzes" + }, + { + "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", + "type": "analyzes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "analyzes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "analyzes" + }, + { + "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", + "type": "analyzes" + }, + { + "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", + "type": "analyzes" + }, + { + "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "type": "analyzes" + }, + { + "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", + "type": "analyzes" + }, + { + "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", + "type": "analyzes" + }, + { + "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", + "type": "analyzes" + }, + { + "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", + "type": "analyzes" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "analyzes" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "analyzes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "analyzes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "analyzes" + }, + { + "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "type": "analyzes" + }, + { + "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "type": "analyzes" + }, + { + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "type": "analyzes" + }, + { + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "type": "analyzes" + }, + { + "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "type": "analyzes" + }, + { + "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "type": "analyzes" + }, + { + "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", + "type": "analyzes" + }, + { + "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", + "type": "analyzes" } ], "uuid": "5ab35c35-f181-523e-8cb8-947d23652d9f", @@ -2142,7 +2142,11 @@ "type": "blocks" }, { - "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", + "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", + "type": "blocks" + }, + { + "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", "type": "blocks" }, { @@ -2158,11 +2162,7 @@ "type": "blocks" }, { - "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", - "type": "blocks" - }, - { - "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", + "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", "type": "blocks" }, { @@ -2186,11 +2186,51 @@ }, "related": [ { - "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", "type": "evaluates" }, { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "evaluates" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "evaluates" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "evaluates" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "evaluates" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "evaluates" + }, + { + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", + "type": "evaluates" + }, + { + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", + "type": "evaluates" + }, + { + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", + "type": "evaluates" + }, + { + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", + "type": "evaluates" + }, + { + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", + "type": "evaluates" + }, + { + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", "type": "evaluates" }, { @@ -2198,307 +2238,7 @@ "type": "evaluates" }, { - "dest-uuid": "389735f1-f21c-4208-b8f0-f8031e7169b8", - "type": "evaluates" - }, - { - "dest-uuid": "960c3c86-1480-4d72-b4e0-8c242e84a5c5", - "type": "evaluates" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "evaluates" - }, - { - "dest-uuid": "bd369cd9-abb8-41ce-b5bb-fff23ee86c00", - "type": "evaluates" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "evaluates" - }, - { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", - "type": "evaluates" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "evaluates" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "evaluates" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "evaluates" - }, - { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", - "type": "evaluates" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "evaluates" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "evaluates" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "evaluates" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "evaluates" - }, - { - "dest-uuid": "b46a801b-fd98-491c-a25a-bca25d6e3001", - "type": "evaluates" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "evaluates" - }, - { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", - "type": "evaluates" - }, - { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", - "type": "evaluates" - }, - { - "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", - "type": "evaluates" - }, - { - "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", - "type": "evaluates" - }, - { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", - "type": "evaluates" - }, - { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", - "type": "evaluates" - }, - { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", - "type": "evaluates" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "evaluates" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "evaluates" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "evaluates" - }, - { - "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", - "type": "evaluates" - }, - { - "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", - "type": "evaluates" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "evaluates" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "evaluates" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "evaluates" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "evaluates" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "evaluates" - }, - { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", - "type": "evaluates" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "evaluates" - }, - { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", - "type": "evaluates" - }, - { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", - "type": "evaluates" - }, - { - "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", - "type": "evaluates" - }, - { - "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", - "type": "evaluates" - }, - { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", - "type": "evaluates" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "evaluates" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "evaluates" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "evaluates" - }, - { - "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", - "type": "evaluates" - }, - { - "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", - "type": "evaluates" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "evaluates" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "evaluates" - }, - { - "dest-uuid": "bd369cd9-abb8-41ce-b5bb-fff23ee86c00", - "type": "evaluates" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "evaluates" - }, - { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", - "type": "evaluates" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "evaluates" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "evaluates" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "evaluates" - }, - { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", - "type": "evaluates" - }, - { - "dest-uuid": "389735f1-f21c-4208-b8f0-f8031e7169b8", - "type": "evaluates" - }, - { - "dest-uuid": "b46a801b-fd98-491c-a25a-bca25d6e3001", - "type": "evaluates" - }, - { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", - "type": "evaluates" - }, - { - "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", - "type": "evaluates" - }, - { - "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", - "type": "evaluates" - }, - { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", - "type": "evaluates" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "evaluates" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "evaluates" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "evaluates" - }, - { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", - "type": "evaluates" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "evaluates" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "evaluates" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "evaluates" - }, - { - "dest-uuid": "960c3c86-1480-4d72-b4e0-8c242e84a5c5", - "type": "evaluates" - }, - { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", - "type": "evaluates" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "evaluates" - }, - { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", - "type": "evaluates" - }, - { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", - "type": "evaluates" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "evaluates" - }, - { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", - "type": "evaluates" - }, - { - "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", - "type": "evaluates" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "dest-uuid": "191cc6af-1bb2-4344-ab5f-28e496638720", "type": "evaluates" }, { @@ -2506,63 +2246,23 @@ "type": "evaluates" }, { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", "type": "evaluates" }, { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", "type": "evaluates" }, { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", "type": "evaluates" }, { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", "type": "evaluates" }, { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", - "type": "evaluates" - }, - { - "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", - "type": "evaluates" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "evaluates" - }, - { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", - "type": "evaluates" - }, - { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", - "type": "evaluates" - }, - { - "dest-uuid": "b46a801b-fd98-491c-a25a-bca25d6e3001", - "type": "evaluates" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "evaluates" - }, - { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", - "type": "evaluates" - }, - { - "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", - "type": "evaluates" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "evaluates" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", "type": "evaluates" }, { @@ -2574,19 +2274,35 @@ "type": "evaluates" }, { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", "type": "evaluates" }, { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", + "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", "type": "evaluates" }, { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", "type": "evaluates" }, { - "dest-uuid": "bd369cd9-abb8-41ce-b5bb-fff23ee86c00", + "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", + "type": "evaluates" + }, + { + "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", + "type": "evaluates" + }, + { + "dest-uuid": "389735f1-f21c-4208-b8f0-f8031e7169b8", + "type": "evaluates" + }, + { + "dest-uuid": "389735f1-f21c-4208-b8f0-f8031e7169b8", + "type": "evaluates" + }, + { + "dest-uuid": "389735f1-f21c-4208-b8f0-f8031e7169b8", "type": "evaluates" }, { @@ -2594,13 +2310,165 @@ "type": "evaluates" }, { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", + "type": "evaluates" + }, + { + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", + "type": "evaluates" + }, + { + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", + "type": "evaluates" + }, + { + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", + "type": "evaluates" + }, + { + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", + "type": "evaluates" + }, + { + "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", + "type": "evaluates" + }, + { + "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", + "type": "evaluates" + }, + { + "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", "type": "evaluates" }, { "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", "type": "evaluates" }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "evaluates" + }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "evaluates" + }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "evaluates" + }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "evaluates" + }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "evaluates" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "evaluates" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "evaluates" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "evaluates" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "evaluates" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "evaluates" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "evaluates" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "evaluates" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "evaluates" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "evaluates" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "evaluates" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "evaluates" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "evaluates" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "evaluates" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "evaluates" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "evaluates" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "evaluates" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "evaluates" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "evaluates" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "evaluates" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "evaluates" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "evaluates" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "evaluates" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "evaluates" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "evaluates" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "evaluates" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "evaluates" + }, { "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", "type": "evaluates" @@ -2610,7 +2478,23 @@ "type": "evaluates" }, { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "dest-uuid": "960c3c86-1480-4d72-b4e0-8c242e84a5c5", + "type": "evaluates" + }, + { + "dest-uuid": "960c3c86-1480-4d72-b4e0-8c242e84a5c5", + "type": "evaluates" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "evaluates" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "evaluates" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", "type": "evaluates" }, { @@ -2618,23 +2502,71 @@ "type": "evaluates" }, { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", "type": "evaluates" }, { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", "type": "evaluates" }, { - "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", "type": "evaluates" }, { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", "type": "evaluates" }, { - "dest-uuid": "389735f1-f21c-4208-b8f0-f8031e7169b8", + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "type": "evaluates" + }, + { + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "type": "evaluates" + }, + { + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "type": "evaluates" + }, + { + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "type": "evaluates" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "evaluates" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "evaluates" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "evaluates" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "evaluates" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "evaluates" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "evaluates" + }, + { + "dest-uuid": "b46a801b-fd98-491c-a25a-bca25d6e3001", + "type": "evaluates" + }, + { + "dest-uuid": "b46a801b-fd98-491c-a25a-bca25d6e3001", + "type": "evaluates" + }, + { + "dest-uuid": "b46a801b-fd98-491c-a25a-bca25d6e3001", "type": "evaluates" }, { @@ -2642,23 +2574,35 @@ "type": "evaluates" }, { - "dest-uuid": "191cc6af-1bb2-4344-ab5f-28e496638720", + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", "type": "evaluates" }, { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", "type": "evaluates" }, { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", "type": "evaluates" }, { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", "type": "evaluates" }, { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "evaluates" + }, + { + "dest-uuid": "bd369cd9-abb8-41ce-b5bb-fff23ee86c00", + "type": "evaluates" + }, + { + "dest-uuid": "bd369cd9-abb8-41ce-b5bb-fff23ee86c00", + "type": "evaluates" + }, + { + "dest-uuid": "bd369cd9-abb8-41ce-b5bb-fff23ee86c00", "type": "evaluates" }, { @@ -2666,15 +2610,71 @@ "type": "evaluates" }, { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", "type": "evaluates" }, { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", "type": "evaluates" }, { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "evaluates" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "evaluates" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "evaluates" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "evaluates" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "evaluates" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "evaluates" + }, + { + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "type": "evaluates" + }, + { + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "type": "evaluates" + }, + { + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "type": "evaluates" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "type": "evaluates" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "type": "evaluates" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "type": "evaluates" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "type": "evaluates" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "type": "evaluates" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", "type": "evaluates" } ], @@ -2694,17 +2694,13 @@ }, "related": [ { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", "type": "analyzes" }, { "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", "type": "analyzes" }, - { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", - "type": "analyzes" - }, { "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", "type": "analyzes" @@ -2713,20 +2709,12 @@ "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", "type": "analyzes" }, - { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", - "type": "analyzes" - }, - { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", - "type": "analyzes" - }, { "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", "type": "analyzes" }, { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", "type": "analyzes" }, { @@ -2738,7 +2726,11 @@ "type": "analyzes" }, { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "analyzes" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", "type": "analyzes" }, { @@ -2746,7 +2738,15 @@ "type": "analyzes" }, { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "analyzes" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "analyzes" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", "type": "analyzes" } ], @@ -2765,36 +2765,32 @@ ] }, "related": [ + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "spoofs" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "spoofs" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "spoofs" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "spoofs" + }, { "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", "type": "spoofs" }, { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", "type": "spoofs" }, { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", - "type": "spoofs" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "spoofs" - }, - { - "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", - "type": "spoofs" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", - "type": "spoofs" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", - "type": "spoofs" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", "type": "spoofs" }, { @@ -2806,7 +2802,11 @@ "type": "spoofs" }, { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", + "type": "spoofs" + }, + { + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", "type": "spoofs" }, { @@ -2826,11 +2826,7 @@ "type": "spoofs" }, { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "spoofs" - }, - { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", "type": "spoofs" }, { @@ -2842,11 +2838,11 @@ "type": "spoofs" }, { - "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", "type": "spoofs" }, { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", "type": "spoofs" }, { @@ -2854,11 +2850,15 @@ "type": "spoofs" }, { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", "type": "spoofs" }, { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "spoofs" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", "type": "spoofs" } ], @@ -2892,87 +2892,7 @@ }, "related": [ { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "encrypts" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "encrypts" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "encrypts" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "encrypts" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "encrypts" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "encrypts" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "encrypts" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "encrypts" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "encrypts" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "encrypts" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "encrypts" - }, - { - "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", - "type": "encrypts" - }, - { - "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", - "type": "encrypts" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "encrypts" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "encrypts" - }, - { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", - "type": "encrypts" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "encrypts" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "encrypts" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "encrypts" - }, - { - "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", - "type": "encrypts" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "dest-uuid": "00f90846-cbd1-4fc5-9233-df5c2bf2a662", "type": "encrypts" }, { @@ -2980,65 +2900,513 @@ "type": "encrypts" }, { - "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "encrypts" }, { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "encrypts" }, { - "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "encrypts" }, { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "encrypts" }, { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "encrypts" }, { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "encrypts" }, { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "encrypts" }, { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "encrypts" }, { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "encrypts" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "encrypts" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "encrypts" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "encrypts" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "encrypts" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "encrypts" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "encrypts" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "encrypts" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "encrypts" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "encrypts" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "encrypts" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "encrypts" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "encrypts" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "encrypts" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "encrypts" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "encrypts" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "encrypts" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "encrypts" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "encrypts" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", "type": "encrypts" }, { "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", "type": "encrypts" }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "encrypts" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "encrypts" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "encrypts" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "encrypts" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "encrypts" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "encrypts" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "encrypts" + }, + { + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", + "type": "encrypts" + }, + { + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", + "type": "encrypts" + }, + { + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", + "type": "encrypts" + }, + { + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", + "type": "encrypts" + }, + { + "dest-uuid": "143c0cbb-a297-4142-9624-87ffc778980b", + "type": "encrypts" + }, + { + "dest-uuid": "143c0cbb-a297-4142-9624-87ffc778980b", + "type": "encrypts" + }, + { + "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", + "type": "encrypts" + }, + { + "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", + "type": "encrypts" + }, + { + "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", + "type": "encrypts" + }, + { + "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", + "type": "encrypts" + }, + { + "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", + "type": "encrypts" + }, + { + "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", + "type": "encrypts" + }, + { + "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", + "type": "encrypts" + }, + { + "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", + "type": "encrypts" + }, + { + "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", + "type": "encrypts" + }, + { + "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", + "type": "encrypts" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "encrypts" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "encrypts" + }, + { + "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", + "type": "encrypts" + }, + { + "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", + "type": "encrypts" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "encrypts" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "encrypts" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "encrypts" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "encrypts" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "encrypts" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "encrypts" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "encrypts" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "encrypts" + }, + { + "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", + "type": "encrypts" + }, + { + "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", + "type": "encrypts" + }, + { + "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", + "type": "encrypts" + }, + { + "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", + "type": "encrypts" + }, + { + "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", + "type": "encrypts" + }, + { + "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", + "type": "encrypts" + }, + { + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", + "type": "encrypts" + }, + { + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", + "type": "encrypts" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "encrypts" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "encrypts" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "encrypts" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "encrypts" + }, + { + "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", + "type": "encrypts" + }, + { + "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", + "type": "encrypts" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "encrypts" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "encrypts" + }, + { + "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", + "type": "encrypts" + }, + { + "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", + "type": "encrypts" + }, + { + "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", + "type": "encrypts" + }, + { + "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", + "type": "encrypts" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "encrypts" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "encrypts" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "encrypts" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "encrypts" + }, { "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", "type": "encrypts" }, { - "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", "type": "encrypts" }, { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", "type": "encrypts" }, { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", "type": "encrypts" }, { "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", "type": "encrypts" }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "encrypts" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "encrypts" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "encrypts" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "encrypts" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "encrypts" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "encrypts" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "encrypts" + }, + { + "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", + "type": "encrypts" + }, + { + "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", + "type": "encrypts" + }, + { + "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", + "type": "encrypts" + }, + { + "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", + "type": "encrypts" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "encrypts" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "encrypts" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "encrypts" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "encrypts" + }, + { + "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", + "type": "encrypts" + }, + { + "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", + "type": "encrypts" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "encrypts" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "encrypts" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "encrypts" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "encrypts" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "encrypts" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "encrypts" + }, + { + "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", + "type": "encrypts" + }, + { + "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", + "type": "encrypts" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "encrypts" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "encrypts" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "encrypts" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "encrypts" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "encrypts" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "encrypts" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "encrypts" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "encrypts" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "encrypts" + }, { "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", "type": "encrypts" @@ -3048,7 +3416,407 @@ "type": "encrypts" }, { - "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "encrypts" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "encrypts" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "encrypts" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "encrypts" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "encrypts" + }, + { + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "type": "encrypts" + }, + { + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "type": "encrypts" + }, + { + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "type": "encrypts" + }, + { + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "type": "encrypts" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "encrypts" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "encrypts" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "encrypts" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "encrypts" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "encrypts" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "encrypts" + }, + { + "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", + "type": "encrypts" + }, + { + "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", + "type": "encrypts" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "encrypts" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "encrypts" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "encrypts" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "encrypts" + }, + { + "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", + "type": "encrypts" + }, + { + "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", + "type": "encrypts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "encrypts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "encrypts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "encrypts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "encrypts" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "encrypts" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "encrypts" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "encrypts" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "encrypts" + }, + { + "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", + "type": "encrypts" + }, + { + "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", + "type": "encrypts" + }, + { + "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", + "type": "encrypts" + }, + { + "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", + "type": "encrypts" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "encrypts" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "encrypts" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "encrypts" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "encrypts" + }, + { + "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", + "type": "encrypts" + }, + { + "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", + "type": "encrypts" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "encrypts" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "encrypts" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "encrypts" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "encrypts" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "encrypts" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "encrypts" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "encrypts" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "encrypts" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "encrypts" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "encrypts" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "encrypts" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "encrypts" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "encrypts" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "encrypts" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "encrypts" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "encrypts" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "encrypts" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "encrypts" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "encrypts" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "encrypts" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "encrypts" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "encrypts" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "encrypts" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "encrypts" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "encrypts" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "encrypts" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "encrypts" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "encrypts" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "encrypts" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "encrypts" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "encrypts" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "encrypts" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "encrypts" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "encrypts" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "encrypts" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "encrypts" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "encrypts" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "encrypts" + }, + { + "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", + "type": "encrypts" + }, + { + "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", + "type": "encrypts" + }, + { + "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", + "type": "encrypts" + }, + { + "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", + "type": "encrypts" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "encrypts" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "encrypts" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "encrypts" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "encrypts" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "encrypts" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "encrypts" + }, + { + "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", + "type": "encrypts" + }, + { + "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", + "type": "encrypts" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "encrypts" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "encrypts" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "encrypts" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "encrypts" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "encrypts" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "encrypts" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "encrypts" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "encrypts" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "encrypts" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", "type": "encrypts" }, { @@ -3056,15 +3824,67 @@ "type": "encrypts" }, { - "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", "type": "encrypts" }, { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", "type": "encrypts" }, { - "dest-uuid": "143c0cbb-a297-4142-9624-87ffc778980b", + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "encrypts" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "encrypts" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "encrypts" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "encrypts" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "encrypts" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "encrypts" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "encrypts" + }, + { + "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "type": "encrypts" + }, + { + "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "type": "encrypts" + }, + { + "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", + "type": "encrypts" + }, + { + "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", + "type": "encrypts" + }, + { + "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "type": "encrypts" + }, + { + "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "type": "encrypts" + }, + { + "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", "type": "encrypts" }, { @@ -3076,931 +3896,19 @@ "type": "encrypts" }, { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "encrypts" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "encrypts" - }, - { - "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", - "type": "encrypts" - }, - { - "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", - "type": "encrypts" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "encrypts" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "encrypts" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "encrypts" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "encrypts" - }, - { - "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", - "type": "encrypts" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "encrypts" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "encrypts" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "encrypts" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "encrypts" - }, - { - "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", - "type": "encrypts" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "encrypts" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "encrypts" - }, - { - "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", - "type": "encrypts" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "encrypts" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "encrypts" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "encrypts" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "encrypts" - }, - { - "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", - "type": "encrypts" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "encrypts" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "encrypts" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "encrypts" - }, - { - "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", - "type": "encrypts" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "encrypts" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "encrypts" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "encrypts" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "encrypts" - }, - { - "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", - "type": "encrypts" - }, - { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", - "type": "encrypts" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "encrypts" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "encrypts" - }, - { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", - "type": "encrypts" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "encrypts" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "encrypts" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "encrypts" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "encrypts" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "encrypts" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "encrypts" - }, - { - "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", - "type": "encrypts" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "encrypts" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "encrypts" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "encrypts" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "encrypts" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "encrypts" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "encrypts" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "encrypts" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", - "type": "encrypts" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "encrypts" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "encrypts" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "encrypts" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "encrypts" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "encrypts" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "encrypts" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "encrypts" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "encrypts" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "encrypts" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "encrypts" - }, - { - "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", - "type": "encrypts" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "encrypts" - }, - { - "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", - "type": "encrypts" - }, - { - "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", - "type": "encrypts" - }, - { - "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", - "type": "encrypts" - }, - { - "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", - "type": "encrypts" - }, - { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", - "type": "encrypts" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "encrypts" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "encrypts" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "encrypts" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "encrypts" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "encrypts" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "encrypts" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "encrypts" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "encrypts" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "encrypts" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "encrypts" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "encrypts" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "encrypts" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "encrypts" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "encrypts" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "encrypts" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "encrypts" - }, - { - "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", - "type": "encrypts" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "encrypts" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "encrypts" - }, - { - "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", - "type": "encrypts" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "encrypts" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "encrypts" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "encrypts" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "encrypts" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "encrypts" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "encrypts" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "encrypts" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "encrypts" - }, - { - "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", - "type": "encrypts" - }, - { - "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", - "type": "encrypts" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "encrypts" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "encrypts" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "encrypts" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "encrypts" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "encrypts" - }, - { - "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", - "type": "encrypts" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "encrypts" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "encrypts" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "encrypts" - }, - { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", - "type": "encrypts" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "encrypts" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "encrypts" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "encrypts" - }, - { - "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", - "type": "encrypts" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "encrypts" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "encrypts" - }, - { - "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", - "type": "encrypts" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", - "type": "encrypts" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "encrypts" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "encrypts" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "encrypts" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "encrypts" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "encrypts" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "encrypts" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "encrypts" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "encrypts" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "encrypts" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "encrypts" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "encrypts" - }, - { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", - "type": "encrypts" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "encrypts" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "encrypts" - }, - { - "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", - "type": "encrypts" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "encrypts" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "encrypts" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "encrypts" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "encrypts" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "encrypts" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "encrypts" - }, - { - "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", - "type": "encrypts" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "encrypts" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "encrypts" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "encrypts" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "encrypts" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "encrypts" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "encrypts" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "encrypts" - }, - { - "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", - "type": "encrypts" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "encrypts" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "encrypts" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "encrypts" - }, - { - "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", - "type": "encrypts" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "encrypts" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "encrypts" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "encrypts" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "encrypts" - }, - { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", - "type": "encrypts" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "encrypts" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "encrypts" - }, - { - "dest-uuid": "00f90846-cbd1-4fc5-9233-df5c2bf2a662", - "type": "encrypts" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "encrypts" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "encrypts" - }, - { - "dest-uuid": "143c0cbb-a297-4142-9624-87ffc778980b", - "type": "encrypts" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "encrypts" - }, - { - "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", - "type": "encrypts" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "encrypts" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "encrypts" - }, - { - "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", - "type": "encrypts" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "encrypts" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", "type": "encrypts" }, { "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", "type": "encrypts" }, - { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", - "type": "encrypts" - }, - { - "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", - "type": "encrypts" - }, - { - "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", - "type": "encrypts" - }, - { - "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", - "type": "encrypts" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "encrypts" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "encrypts" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "encrypts" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "encrypts" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "encrypts" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "encrypts" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "encrypts" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "encrypts" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "encrypts" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "encrypts" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "encrypts" - }, - { - "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", - "type": "encrypts" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "encrypts" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "encrypts" - }, - { - "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", - "type": "encrypts" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "encrypts" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "encrypts" - }, - { - "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", - "type": "encrypts" - }, - { - "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", - "type": "encrypts" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "encrypts" - }, - { - "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", - "type": "encrypts" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "encrypts" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "encrypts" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "encrypts" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "encrypts" - }, - { - "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", - "type": "encrypts" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "encrypts" - }, - { - "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", - "type": "encrypts" - }, - { - "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", - "type": "encrypts" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "encrypts" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "encrypts" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "encrypts" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "encrypts" - }, - { - "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", - "type": "encrypts" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "encrypts" - }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "encrypts" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "encrypts" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "encrypts" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "encrypts" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "encrypts" - }, - { - "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", - "type": "encrypts" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "encrypts" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "encrypts" - }, - { - "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", - "type": "encrypts" - }, { "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", "type": "encrypts" }, { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "encrypts" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "encrypts" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "encrypts" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "encrypts" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "encrypts" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "encrypts" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "encrypts" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "encrypts" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "encrypts" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "encrypts" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "encrypts" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "encrypts" - }, - { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", - "type": "encrypts" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "encrypts" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", "type": "encrypts" }, { @@ -4008,167 +3916,11 @@ "type": "encrypts" }, { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", "type": "encrypts" }, { - "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", - "type": "encrypts" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "encrypts" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "encrypts" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "encrypts" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "encrypts" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "encrypts" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "encrypts" - }, - { - "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", - "type": "encrypts" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "encrypts" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "encrypts" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "encrypts" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "encrypts" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "encrypts" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "encrypts" - }, - { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", - "type": "encrypts" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "encrypts" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", - "type": "encrypts" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "encrypts" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "encrypts" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "encrypts" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "encrypts" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "encrypts" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "encrypts" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "encrypts" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "encrypts" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "encrypts" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "encrypts" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "encrypts" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "encrypts" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "encrypts" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "encrypts" - }, - { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", - "type": "encrypts" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "encrypts" - }, - { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", - "type": "encrypts" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "encrypts" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "encrypts" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "encrypts" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "encrypts" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "encrypts" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", "type": "encrypts" }, { @@ -4176,19 +3928,23 @@ "type": "encrypts" }, { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", "type": "encrypts" }, { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", "type": "encrypts" }, { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", "type": "encrypts" }, { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "encrypts" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", "type": "encrypts" }, { @@ -4196,11 +3952,63 @@ "type": "encrypts" }, { - "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", "type": "encrypts" }, { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "encrypts" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "encrypts" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "encrypts" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "encrypts" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "encrypts" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "encrypts" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "encrypts" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "encrypts" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "encrypts" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "encrypts" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "encrypts" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "encrypts" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "encrypts" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", "type": "encrypts" }, { @@ -4208,75 +4016,55 @@ "type": "encrypts" }, { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", "type": "encrypts" }, { - "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", "type": "encrypts" }, { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", "type": "encrypts" }, { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", "type": "encrypts" }, { - "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", "type": "encrypts" }, { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", "type": "encrypts" }, { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", "type": "encrypts" }, { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", "type": "encrypts" }, { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", "type": "encrypts" }, { - "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", "type": "encrypts" }, { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", "type": "encrypts" }, { - "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", "type": "encrypts" }, { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "encrypts" - }, - { - "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", - "type": "encrypts" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "encrypts" - }, - { - "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", - "type": "encrypts" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "encrypts" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", "type": "encrypts" }, { @@ -4284,20 +4072,232 @@ "type": "encrypts" }, { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", "type": "encrypts" }, { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", "type": "encrypts" }, { - "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "encrypts" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "encrypts" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "encrypts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "encrypts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "encrypts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "encrypts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "encrypts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "encrypts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "encrypts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "encrypts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "encrypts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "encrypts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "encrypts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "encrypts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "encrypts" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "encrypts" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "encrypts" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "encrypts" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "encrypts" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "encrypts" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "encrypts" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "encrypts" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "encrypts" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "encrypts" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "encrypts" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "encrypts" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "encrypts" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "encrypts" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "encrypts" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "encrypts" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "encrypts" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "encrypts" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "encrypts" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "encrypts" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "encrypts" + }, + { + "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", + "type": "encrypts" + }, + { + "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", "type": "encrypts" }, { "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", "type": "encrypts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "encrypts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "encrypts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "encrypts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "encrypts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "encrypts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "encrypts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "encrypts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "encrypts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "encrypts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "encrypts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "encrypts" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "encrypts" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "encrypts" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "encrypts" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "encrypts" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "encrypts" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "encrypts" } ], "uuid": "0c9fdd66-2aef-53dd-9f13-195378c896c4", @@ -4319,23 +4319,7 @@ }, "related": [ { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", - "type": "analyzes" - }, - { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", - "type": "analyzes" - }, - { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", - "type": "analyzes" - }, - { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", - "type": "analyzes" - }, - { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", "type": "analyzes" }, { @@ -4343,7 +4327,7 @@ "type": "analyzes" }, { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", "type": "analyzes" }, { @@ -4351,28 +4335,44 @@ "type": "analyzes" }, { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", - "type": "analyzes" - }, - { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", - "type": "analyzes" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "analyzes" - }, - { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", - "type": "analyzes" - }, - { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", "type": "analyzes" }, { "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", "type": "analyzes" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "analyzes" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "analyzes" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "analyzes" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "analyzes" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "analyzes" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "analyzes" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "analyzes" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "analyzes" } ], "uuid": "d20178ca-30de-529c-9a40-e71020922ac1", @@ -4391,15 +4391,11 @@ }, "related": [ { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { @@ -4423,7 +4419,7 @@ "type": "analyzes" }, { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "type": "analyzes" }, { @@ -4431,7 +4427,11 @@ "type": "analyzes" }, { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "type": "analyzes" }, { @@ -4469,23 +4469,55 @@ }, "related": [ { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", "type": "strengthens" }, { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", "type": "strengthens" }, { - "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", + "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", "type": "strengthens" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", "type": "strengthens" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", + "type": "strengthens" + }, + { + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", + "type": "strengthens" + }, + { + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", + "type": "strengthens" + }, + { + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", + "type": "strengthens" + }, + { + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "type": "strengthens" + }, + { + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "type": "strengthens" + }, + { + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "type": "strengthens" + }, + { + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "type": "strengthens" + }, + { + "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", "type": "strengthens" }, { @@ -4497,15 +4529,7 @@ "type": "strengthens" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "strengthens" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "strengthens" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", "type": "strengthens" }, { @@ -4513,31 +4537,7 @@ "type": "strengthens" }, { - "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", - "type": "strengthens" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "strengthens" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "strengthens" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "strengthens" - }, - { - "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", - "type": "strengthens" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "strengthens" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", "type": "strengthens" }, { @@ -4545,23 +4545,15 @@ "type": "strengthens" }, { - "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", "type": "strengthens" }, { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", "type": "strengthens" }, { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "strengthens" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "strengthens" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", "type": "strengthens" }, { @@ -4569,7 +4561,7 @@ "type": "strengthens" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", "type": "strengthens" }, { @@ -4577,71 +4569,15 @@ "type": "strengthens" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", "type": "strengthens" }, { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", "type": "strengthens" }, { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "strengthens" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "strengthens" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", - "type": "strengthens" - }, - { - "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", - "type": "strengthens" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "strengthens" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "strengthens" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "strengthens" - }, - { - "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", - "type": "strengthens" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "strengthens" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "strengthens" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "strengthens" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "strengthens" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "strengthens" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "strengthens" - }, - { - "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", "type": "strengthens" }, { @@ -4649,47 +4585,103 @@ "type": "strengthens" }, { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", "type": "strengthens" }, { "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "type": "strengthens" }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "strengthens" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "strengthens" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "strengthens" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "strengthens" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "strengthens" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "strengthens" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "strengthens" + }, + { + "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", + "type": "strengthens" + }, + { + "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", + "type": "strengthens" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "strengthens" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "strengthens" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "strengthens" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "strengthens" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "strengthens" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "strengthens" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "strengthens" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "strengthens" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "strengthens" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "strengthens" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "strengthens" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "strengthens" + }, { "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", "type": "strengthens" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "strengthens" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "strengthens" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "strengthens" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "strengthens" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "strengthens" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "strengthens" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "strengthens" - }, - { - "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", + "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", "type": "strengthens" }, { @@ -4701,52 +4693,60 @@ "type": "strengthens" }, { - "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", - "type": "strengthens" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "strengthens" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "strengthens" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "strengthens" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "strengthens" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "strengthens" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", - "type": "strengthens" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "strengthens" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", - "type": "strengthens" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "strengthens" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", "type": "strengthens" }, { "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", "type": "strengthens" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "strengthens" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "strengthens" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "strengthens" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "strengthens" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "strengthens" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "strengthens" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "strengthens" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "strengthens" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "strengthens" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "strengthens" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "strengthens" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "strengthens" } ], "uuid": "6b924516-5351-5b37-ab43-ea65ae2e17e8", @@ -4765,295 +4765,7 @@ }, "related": [ { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", - "type": "analyzes" - }, - { - "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", - "type": "analyzes" - }, - { - "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", - "type": "analyzes" - }, - { - "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", - "type": "analyzes" - }, - { - "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", - "type": "analyzes" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "analyzes" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", - "type": "analyzes" - }, - { - "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", - "type": "analyzes" - }, - { - "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", - "type": "analyzes" - }, - { - "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", - "type": "analyzes" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "analyzes" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "analyzes" - }, - { - "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", - "type": "analyzes" - }, - { - "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", - "type": "analyzes" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "analyzes" - }, - { - "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", - "type": "analyzes" - }, - { - "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", - "type": "analyzes" - }, - { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", - "type": "analyzes" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", - "type": "analyzes" - }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", - "type": "analyzes" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "analyzes" - }, - { - "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", - "type": "analyzes" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "analyzes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "analyzes" - }, - { - "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", - "type": "analyzes" - }, - { - "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", - "type": "analyzes" - }, - { - "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", - "type": "analyzes" - }, - { - "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", - "type": "analyzes" - }, - { - "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", - "type": "analyzes" - }, - { - "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", - "type": "analyzes" - }, - { - "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "type": "analyzes" }, { @@ -5061,31 +4773,43 @@ "type": "analyzes" }, { - "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, { - "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, { - "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, { - "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", + "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", "type": "analyzes" }, { - "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", "type": "analyzes" }, { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", + "type": "analyzes" + }, + { + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", + "type": "analyzes" + }, + { + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", + "type": "analyzes" + }, + { + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { @@ -5093,147 +4817,7 @@ "type": "analyzes" }, { - "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", - "type": "analyzes" - }, - { - "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", - "type": "analyzes" - }, - { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", - "type": "analyzes" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "analyzes" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "analyzes" - }, - { - "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", - "type": "analyzes" - }, - { - "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", - "type": "analyzes" - }, - { - "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", - "type": "analyzes" - }, - { - "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "analyzes" - }, - { - "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", - "type": "analyzes" - }, - { - "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", - "type": "analyzes" - }, - { - "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", - "type": "analyzes" - }, - { - "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", - "type": "analyzes" - }, - { - "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", - "type": "analyzes" - }, - { - "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", - "type": "analyzes" - }, - { - "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", - "type": "analyzes" - }, - { - "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", "type": "analyzes" }, { @@ -5241,27 +4825,39 @@ "type": "analyzes" }, { - "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", "type": "analyzes" }, { - "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", "type": "analyzes" }, { - "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", "type": "analyzes" }, { - "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", "type": "analyzes" }, { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", "type": "analyzes" }, { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "analyzes" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "analyzes" + }, + { + "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", + "type": "analyzes" + }, + { + "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", "type": "analyzes" }, { @@ -5269,11 +4865,51 @@ "type": "analyzes" }, { - "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", "type": "analyzes" }, { - "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", + "type": "analyzes" + }, + { + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", + "type": "analyzes" + }, + { + "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", + "type": "analyzes" + }, + { + "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", + "type": "analyzes" + }, + { + "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", + "type": "analyzes" + }, + { + "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", + "type": "analyzes" + }, + { + "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", + "type": "analyzes" + }, + { + "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", + "type": "analyzes" + }, + { + "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", + "type": "analyzes" + }, + { + "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", + "type": "analyzes" + }, + { + "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", "type": "analyzes" }, { @@ -5285,43 +4921,23 @@ "type": "analyzes" }, { - "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", "type": "analyzes" }, { - "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", "type": "analyzes" }, { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", "type": "analyzes" }, { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", "type": "analyzes" }, { - "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", - "type": "analyzes" - }, - { - "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", - "type": "analyzes" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "analyzes" - }, - { - "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", - "type": "analyzes" - }, - { - "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", "type": "analyzes" }, { @@ -5329,31 +4945,23 @@ "type": "analyzes" }, { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", "type": "analyzes" }, { - "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", "type": "analyzes" }, { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", "type": "analyzes" }, { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", "type": "analyzes" }, { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", - "type": "analyzes" - }, - { - "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", + "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", "type": "analyzes" }, { @@ -5361,135 +4969,31 @@ "type": "analyzes" }, { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", "type": "analyzes" }, { - "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", + "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", "type": "analyzes" }, { - "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", + "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", "type": "analyzes" }, { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", "type": "analyzes" }, { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", "type": "analyzes" }, { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", + "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", "type": "analyzes" }, { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "analyzes" - }, - { - "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", - "type": "analyzes" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "analyzes" - }, - { - "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", - "type": "analyzes" - }, - { - "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", - "type": "analyzes" - }, - { - "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", - "type": "analyzes" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", - "type": "analyzes" - }, - { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "analyzes" - }, - { - "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", + "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", "type": "analyzes" }, { @@ -5497,16 +5001,512 @@ "type": "analyzes" }, { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", "type": "analyzes" }, { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "type": "analyzes" + }, + { + "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "type": "analyzes" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "analyzes" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "analyzes" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "analyzes" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "analyzes" + }, + { + "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", + "type": "analyzes" + }, + { + "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "analyzes" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "analyzes" + }, + { + "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "type": "analyzes" + }, + { + "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", + "type": "analyzes" + }, + { + "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", + "type": "analyzes" + }, + { + "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", + "type": "analyzes" + }, + { + "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", + "type": "analyzes" + }, + { + "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", + "type": "analyzes" + }, + { + "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", + "type": "analyzes" + }, + { + "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", + "type": "analyzes" + }, + { + "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", + "type": "analyzes" + }, + { + "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", + "type": "analyzes" + }, + { + "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", "type": "analyzes" }, { "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "analyzes" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "analyzes" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "analyzes" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "analyzes" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "analyzes" + }, + { + "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", + "type": "analyzes" + }, + { + "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", + "type": "analyzes" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "analyzes" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "analyzes" + }, + { + "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", + "type": "analyzes" + }, + { + "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", + "type": "analyzes" + }, + { + "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", + "type": "analyzes" + }, + { + "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", + "type": "analyzes" + }, + { + "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", + "type": "analyzes" + }, + { + "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", + "type": "analyzes" + }, + { + "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", + "type": "analyzes" + }, + { + "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", + "type": "analyzes" + }, + { + "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", + "type": "analyzes" + }, + { + "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", + "type": "analyzes" + }, + { + "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", + "type": "analyzes" + }, + { + "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", + "type": "analyzes" + }, + { + "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", + "type": "analyzes" + }, + { + "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", + "type": "analyzes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "analyzes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "analyzes" + }, + { + "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", + "type": "analyzes" + }, + { + "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", + "type": "analyzes" + }, + { + "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", + "type": "analyzes" + }, + { + "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", + "type": "analyzes" + }, + { + "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "type": "analyzes" + }, + { + "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "type": "analyzes" + }, + { + "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", + "type": "analyzes" + }, + { + "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", + "type": "analyzes" + }, + { + "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", + "type": "analyzes" + }, + { + "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", + "type": "analyzes" + }, + { + "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", + "type": "analyzes" + }, + { + "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", + "type": "analyzes" + }, + { + "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", + "type": "analyzes" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "analyzes" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "analyzes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "analyzes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "type": "analyzes" + }, + { + "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "type": "analyzes" + }, + { + "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", + "type": "analyzes" + }, + { + "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", + "type": "analyzes" + }, + { + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "type": "analyzes" + }, + { + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "type": "analyzes" + }, + { + "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "type": "analyzes" + }, + { + "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", + "type": "analyzes" + }, + { + "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", + "type": "analyzes" + }, + { + "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", + "type": "analyzes" + }, + { + "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", + "type": "analyzes" + }, + { + "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", + "type": "analyzes" + }, + { + "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", + "type": "analyzes" + }, + { + "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", + "type": "analyzes" + }, + { + "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", + "type": "analyzes" } ], "uuid": "9657e08e-f233-5d19-9586-5d58698cc232", @@ -5524,94 +5524,10 @@ ] }, "related": [ - { - "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", - "type": "analyzes" - }, - { - "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", - "type": "analyzes" - }, - { - "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", - "type": "analyzes" - }, { "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", "type": "analyzes" }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "analyzes" - }, - { - "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, { "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", "type": "analyzes" @@ -5621,23 +5537,7 @@ "type": "analyzes" }, { - "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", - "type": "analyzes" - }, - { - "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { @@ -5645,15 +5545,7 @@ "type": "analyzes" }, { - "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", - "type": "analyzes" - }, - { - "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { @@ -5661,15 +5553,11 @@ "type": "analyzes" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { @@ -5680,9 +5568,121 @@ "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", "type": "analyzes" }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "analyzes" + }, + { + "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", + "type": "analyzes" + }, + { + "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", + "type": "analyzes" + }, + { + "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", + "type": "analyzes" + }, + { + "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, { "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", "type": "analyzes" + }, + { + "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", + "type": "analyzes" + }, + { + "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", + "type": "analyzes" + }, + { + "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", + "type": "analyzes" + }, + { + "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", + "type": "analyzes" + }, + { + "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", + "type": "analyzes" + }, + { + "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", + "type": "analyzes" + }, + { + "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", + "type": "analyzes" } ], "uuid": "330b1db8-3ed7-52e1-a395-f1bc697a7e1a", @@ -5704,33 +5704,33 @@ "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", "type": "analyzes" }, - { - "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", - "type": "analyzes" - }, - { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", - "type": "analyzes" - }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", - "type": "analyzes" - }, - { - "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", - "type": "analyzes" - }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", - "type": "analyzes" - }, { "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", "type": "analyzes" }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "analyzes" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "analyzes" + }, { "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", "type": "analyzes" + }, + { + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "type": "analyzes" + }, + { + "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", + "type": "analyzes" + }, + { + "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", + "type": "analyzes" } ], "uuid": "1b5d2cee-4dca-51dc-8a18-163762082510", @@ -5749,69 +5749,17 @@ }, "related": [ { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "analyzes" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "analyzes" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", "type": "analyzes" }, { "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", "type": "analyzes" }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "analyzes" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "analyzes" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "analyzes" - }, { "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", "type": "analyzes" }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "analyzes" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "analyzes" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "analyzes" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "analyzes" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "analyzes" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "analyzes" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "analyzes" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "analyzes" - }, { "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", "type": "analyzes" @@ -5821,12 +5769,64 @@ "type": "analyzes" }, { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "analyzes" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "analyzes" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "analyzes" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "analyzes" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "analyzes" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "analyzes" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", "type": "analyzes" }, { "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", "type": "analyzes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "analyzes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "analyzes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "analyzes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "analyzes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "analyzes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "analyzes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "analyzes" } ], "uuid": "c562e16c-4f84-5d7d-a54a-21fbb013ea23", @@ -5873,11 +5873,11 @@ "type": "analyzes" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { @@ -5897,7 +5897,7 @@ "type": "analyzes" }, { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "type": "analyzes" }, { @@ -5905,7 +5905,7 @@ "type": "analyzes" }, { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "type": "analyzes" }, { @@ -5951,11 +5951,11 @@ "type": "encrypts" }, { - "dest-uuid": "dfebc3b7-d19d-450b-81c7-6dafe4184c04", + "dest-uuid": "8565825b-21c8-4518-b75e-cbc4c717a156", "type": "encrypts" }, { - "dest-uuid": "8565825b-21c8-4518-b75e-cbc4c717a156", + "dest-uuid": "dfebc3b7-d19d-450b-81c7-6dafe4184c04", "type": "encrypts" }, { @@ -5979,335 +5979,7 @@ }, "related": [ { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "restricts" - }, - { - "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", - "type": "restricts" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "restricts" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restricts" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "restricts" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "restricts" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "restricts" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "restricts" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "restricts" - }, - { - "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", - "type": "restricts" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "restricts" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "restricts" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "restricts" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "restricts" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "restricts" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "restricts" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "restricts" - }, - { - "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", - "type": "restricts" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "restricts" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restricts" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "restricts" - }, - { - "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", - "type": "restricts" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "restricts" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "restricts" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "restricts" - }, - { - "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", - "type": "restricts" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "restricts" - }, - { - "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", - "type": "restricts" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "restricts" - }, - { - "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", - "type": "restricts" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "restricts" - }, - { - "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", - "type": "restricts" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "restricts" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "restricts" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "restricts" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "restricts" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "restricts" - }, - { - "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", - "type": "restricts" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "restricts" - }, - { - "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", - "type": "restricts" - }, - { - "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", - "type": "restricts" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "restricts" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "restricts" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "restricts" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "restricts" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "restricts" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "restricts" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "restricts" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "restricts" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "restricts" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "restricts" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "restricts" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "restricts" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "restricts" - }, - { - "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", - "type": "restricts" - }, - { - "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", - "type": "restricts" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "restricts" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "restricts" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "restricts" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "restricts" - }, - { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", - "type": "restricts" - }, - { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", - "type": "restricts" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restricts" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "restricts" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "restricts" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "restricts" - }, - { - "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", - "type": "restricts" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "restricts" - }, - { - "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", - "type": "restricts" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "restricts" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "restricts" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "restricts" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "restricts" - }, - { - "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", - "type": "restricts" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "restricts" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "restricts" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "restricts" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "restricts" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "restricts" - }, - { - "dest-uuid": "143c0cbb-a297-4142-9624-87ffc778980b", - "type": "restricts" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "restricts" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "restricts" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "dest-uuid": "00f90846-cbd1-4fc5-9233-df5c2bf2a662", "type": "restricts" }, { @@ -6315,43 +5987,439 @@ "type": "restricts" }, { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "restricts" }, { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "restricts" }, { - "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "restricts" }, { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "restricts" }, { - "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "restricts" }, { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "type": "restricts" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "restricts" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "restricts" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "restricts" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "restricts" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "restricts" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "restricts" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "restricts" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "restricts" }, { "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", "type": "restricts" }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "restricts" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "restricts" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "restricts" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "restricts" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "restricts" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "restricts" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "restricts" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "restricts" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "restricts" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "restricts" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "restricts" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "restricts" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "restricts" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "restricts" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "restricts" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "restricts" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "restricts" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "restricts" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "restricts" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "restricts" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "restricts" + }, + { + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", + "type": "restricts" + }, + { + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", + "type": "restricts" + }, + { + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", + "type": "restricts" + }, + { + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", + "type": "restricts" + }, + { + "dest-uuid": "143c0cbb-a297-4142-9624-87ffc778980b", + "type": "restricts" + }, + { + "dest-uuid": "143c0cbb-a297-4142-9624-87ffc778980b", + "type": "restricts" + }, + { + "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", + "type": "restricts" + }, + { + "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", + "type": "restricts" + }, + { + "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", + "type": "restricts" + }, + { + "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", + "type": "restricts" + }, + { + "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", + "type": "restricts" + }, + { + "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", + "type": "restricts" + }, + { + "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", + "type": "restricts" + }, + { + "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", + "type": "restricts" + }, { "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", "type": "restricts" }, + { + "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", + "type": "restricts" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "restricts" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "restricts" + }, + { + "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", + "type": "restricts" + }, + { + "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", + "type": "restricts" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "restricts" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "restricts" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "restricts" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "restricts" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "restricts" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "restricts" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "restricts" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "restricts" + }, + { + "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", + "type": "restricts" + }, + { + "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", + "type": "restricts" + }, + { + "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", + "type": "restricts" + }, + { + "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", + "type": "restricts" + }, + { + "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", + "type": "restricts" + }, + { + "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", + "type": "restricts" + }, { "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", "type": "restricts" }, { - "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", + "type": "restricts" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "restricts" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "restricts" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "restricts" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "restricts" + }, + { + "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", + "type": "restricts" + }, + { + "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", + "type": "restricts" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "restricts" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "restricts" + }, + { + "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", + "type": "restricts" + }, + { + "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", + "type": "restricts" + }, + { + "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", + "type": "restricts" + }, + { + "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", + "type": "restricts" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "restricts" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "restricts" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "restricts" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "restricts" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "restricts" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "restricts" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "restricts" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "restricts" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "restricts" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "restricts" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "restricts" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "restricts" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "restricts" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "restricts" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "restricts" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "restricts" + }, + { + "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", + "type": "restricts" + }, + { + "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", + "type": "restricts" + }, + { + "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", + "type": "restricts" + }, + { + "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", + "type": "restricts" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "restricts" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "restricts" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "restricts" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "restricts" + }, + { + "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", "type": "restricts" }, { @@ -6363,343 +6431,7 @@ "type": "restricts" }, { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restricts" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "restricts" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "restricts" - }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "restricts" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "restricts" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "restricts" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "restricts" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "restricts" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "restricts" - }, - { - "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", - "type": "restricts" - }, - { - "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", - "type": "restricts" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "restricts" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "restricts" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "restricts" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "restricts" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "restricts" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "restricts" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "restricts" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "restricts" - }, - { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", - "type": "restricts" - }, - { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", - "type": "restricts" - }, - { - "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", - "type": "restricts" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "restricts" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "restricts" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "restricts" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "restricts" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "restricts" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", - "type": "restricts" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "restricts" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "restricts" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "restricts" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "restricts" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "restricts" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "restricts" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "restricts" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "restricts" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "restricts" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "restricts" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "restricts" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "restricts" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "restricts" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "restricts" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "restricts" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "restricts" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "restricts" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "restricts" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "restricts" - }, - { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", - "type": "restricts" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "restricts" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "restricts" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "restricts" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "restricts" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "restricts" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "restricts" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "restricts" - }, - { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", - "type": "restricts" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "restricts" - }, - { - "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", - "type": "restricts" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "restricts" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "restricts" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "restricts" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "restricts" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "restricts" - }, - { - "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", - "type": "restricts" - }, - { - "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", - "type": "restricts" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "restricts" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "restricts" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "restricts" - }, - { - "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", - "type": "restricts" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "restricts" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "restricts" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "restricts" - }, - { - "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", - "type": "restricts" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", - "type": "restricts" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "restricts" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "restricts" - }, - { - "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", - "type": "restricts" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "restricts" - }, - { - "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", - "type": "restricts" - }, - { - "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", - "type": "restricts" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "restricts" - }, - { - "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", - "type": "restricts" - }, - { - "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", - "type": "restricts" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "restricts" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", "type": "restricts" }, { @@ -6707,699 +6439,127 @@ "type": "restricts" }, { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "restricts" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "restricts" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "restricts" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "restricts" - }, - { - "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", - "type": "restricts" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "restricts" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "restricts" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "restricts" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "restricts" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "restricts" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "restricts" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "restricts" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "restricts" - }, - { - "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", - "type": "restricts" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "restricts" - }, - { - "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", - "type": "restricts" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "restricts" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "restricts" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "restricts" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "restricts" - }, - { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", - "type": "restricts" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "restricts" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "restricts" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restricts" - }, - { - "dest-uuid": "00f90846-cbd1-4fc5-9233-df5c2bf2a662", - "type": "restricts" - }, - { - "dest-uuid": "143c0cbb-a297-4142-9624-87ffc778980b", - "type": "restricts" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "restricts" - }, - { - "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", - "type": "restricts" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "restricts" - }, - { - "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", - "type": "restricts" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "restricts" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "restricts" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "restricts" - }, - { - "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", - "type": "restricts" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "restricts" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restricts" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "restricts" - }, - { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", - "type": "restricts" - }, - { - "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", - "type": "restricts" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "restricts" - }, - { - "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", - "type": "restricts" - }, - { - "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", - "type": "restricts" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "restricts" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "restricts" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "restricts" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "restricts" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "restricts" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "restricts" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "restricts" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "restricts" - }, - { - "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", - "type": "restricts" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "restricts" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "restricts" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "restricts" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "restricts" - }, - { - "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", - "type": "restricts" - }, - { - "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", - "type": "restricts" - }, - { - "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", - "type": "restricts" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "restricts" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "restricts" - }, - { - "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", - "type": "restricts" - }, - { - "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", - "type": "restricts" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "restricts" - }, - { - "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", - "type": "restricts" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "restricts" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "restricts" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "restricts" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "restricts" - }, - { - "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", - "type": "restricts" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "restricts" - }, - { - "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", - "type": "restricts" - }, - { - "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", - "type": "restricts" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "restricts" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "restricts" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "restricts" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "restricts" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "restricts" - }, - { - "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", - "type": "restricts" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", "type": "restricts" }, { "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", "type": "restricts" }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "restricts" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "restricts" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "restricts" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restricts" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "restricts" - }, - { - "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", - "type": "restricts" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "restricts" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restricts" - }, - { - "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", - "type": "restricts" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "restricts" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "restricts" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "restricts" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "restricts" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "restricts" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "restricts" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "restricts" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "restricts" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "restricts" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "restricts" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "restricts" - }, - { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", - "type": "restricts" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "restricts" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "restricts" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "restricts" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "restricts" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", - "type": "restricts" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "restricts" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "restricts" - }, - { - "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", - "type": "restricts" - }, - { - "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", - "type": "restricts" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "restricts" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "restricts" - }, { "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", "type": "restricts" }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "restricts" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "restricts" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "restricts" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "restricts" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "restricts" - }, - { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", - "type": "restricts" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "restricts" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "restricts" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", - "type": "restricts" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "restricts" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "restricts" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "restricts" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "restricts" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "restricts" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "restricts" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "restricts" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "restricts" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "restricts" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "restricts" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "restricts" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "restricts" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "restricts" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "restricts" - }, - { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", - "type": "restricts" - }, - { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", - "type": "restricts" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "restricts" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "restricts" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "restricts" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "restricts" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "restricts" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "restricts" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "restricts" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "restricts" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "restricts" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "restricts" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "restricts" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "restricts" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "restricts" - }, - { - "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", - "type": "restricts" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "restricts" - }, - { - "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", - "type": "restricts" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "restricts" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "restricts" - }, - { - "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", - "type": "restricts" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "restricts" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "restricts" - }, - { - "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", - "type": "restricts" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "restricts" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "restricts" - }, { "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", "type": "restricts" }, { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", "type": "restricts" }, { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", "type": "restricts" }, { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", "type": "restricts" }, { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", "type": "restricts" }, { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", "type": "restricts" }, { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", "type": "restricts" }, { - "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", "type": "restricts" }, { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", "type": "restricts" }, { - "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", "type": "restricts" }, { - "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", "type": "restricts" }, { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "restricts" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "restricts" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "restricts" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "restricts" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "restricts" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "restricts" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "restricts" + }, + { + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "type": "restricts" + }, + { + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "type": "restricts" + }, + { + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "type": "restricts" + }, + { + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "type": "restricts" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "restricts" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "restricts" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "restricts" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "restricts" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "restricts" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", "type": "restricts" }, { @@ -7407,16 +6567,856 @@ "type": "restricts" }, { - "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", + "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", + "type": "restricts" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "restricts" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "restricts" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "restricts" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "restricts" + }, + { + "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", + "type": "restricts" + }, + { + "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", + "type": "restricts" + }, + { + "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", + "type": "restricts" + }, + { + "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", + "type": "restricts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restricts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restricts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restricts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restricts" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "restricts" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "restricts" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "restricts" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "restricts" + }, + { + "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", + "type": "restricts" + }, + { + "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", + "type": "restricts" + }, + { + "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", + "type": "restricts" + }, + { + "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", + "type": "restricts" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "restricts" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "restricts" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "restricts" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "restricts" + }, + { + "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", + "type": "restricts" + }, + { + "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", + "type": "restricts" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "restricts" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "restricts" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "restricts" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "restricts" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "restricts" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "restricts" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "restricts" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "restricts" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "restricts" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", "type": "restricts" }, { "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", "type": "restricts" }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "restricts" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "restricts" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "restricts" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "restricts" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "restricts" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "restricts" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "restricts" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "restricts" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "restricts" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "restricts" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "restricts" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "restricts" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "restricts" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "restricts" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "restricts" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "restricts" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "restricts" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "restricts" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "restricts" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "restricts" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "restricts" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "restricts" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "restricts" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "restricts" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "restricts" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "restricts" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "restricts" + }, + { + "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", + "type": "restricts" + }, + { + "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", + "type": "restricts" + }, + { + "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", + "type": "restricts" + }, + { + "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", + "type": "restricts" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "restricts" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "restricts" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "restricts" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "restricts" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "restricts" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "restricts" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "restricts" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "restricts" + }, + { + "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", + "type": "restricts" + }, + { + "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", + "type": "restricts" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "restricts" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "restricts" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "restricts" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "restricts" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "restricts" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "restricts" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "restricts" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "restricts" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "restricts" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "restricts" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "restricts" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "restricts" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "restricts" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "restricts" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "restricts" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "restricts" + }, + { + "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", + "type": "restricts" + }, + { + "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", + "type": "restricts" + }, + { + "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", + "type": "restricts" + }, + { + "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", + "type": "restricts" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "restricts" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "restricts" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "restricts" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "restricts" + }, + { + "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "type": "restricts" + }, + { + "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "type": "restricts" + }, + { + "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", + "type": "restricts" + }, + { + "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", + "type": "restricts" + }, + { + "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "type": "restricts" + }, + { + "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "type": "restricts" + }, + { + "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", + "type": "restricts" + }, + { + "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", + "type": "restricts" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restricts" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restricts" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restricts" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restricts" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "restricts" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "restricts" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "restricts" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "restricts" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "restricts" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "restricts" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "restricts" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "restricts" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "restricts" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "restricts" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "restricts" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "restricts" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "restricts" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "restricts" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "restricts" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "restricts" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "restricts" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "restricts" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "restricts" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "restricts" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "restricts" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "restricts" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "restricts" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "restricts" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "restricts" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "restricts" + }, + { + "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", + "type": "restricts" + }, + { + "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", + "type": "restricts" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "restricts" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "restricts" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "restricts" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "restricts" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "restricts" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "restricts" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "restricts" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "restricts" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "restricts" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "restricts" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "restricts" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "restricts" + }, + { + "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", + "type": "restricts" + }, + { + "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", + "type": "restricts" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "restricts" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "restricts" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "restricts" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "restricts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restricts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restricts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restricts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restricts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restricts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restricts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restricts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restricts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restricts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restricts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restricts" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restricts" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "restricts" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "restricts" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "restricts" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "restricts" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "restricts" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "restricts" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "restricts" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "restricts" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "restricts" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "restricts" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "restricts" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "restricts" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "restricts" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "restricts" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "restricts" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "restricts" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "restricts" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "restricts" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "restricts" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "restricts" + }, + { + "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", + "type": "restricts" + }, + { + "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", + "type": "restricts" + }, { "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", "type": "restricts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "restricts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "restricts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "restricts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "restricts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "restricts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "restricts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "restricts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "restricts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "restricts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "restricts" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "restricts" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "restricts" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "restricts" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "restricts" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "restricts" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "restricts" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "restricts" } ], "uuid": "96558b76-c4a8-5e9c-b4d2-fe6103717f14", @@ -7442,6 +7442,14 @@ "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", "type": "inventories" }, + { + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "type": "inventories" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "inventories" + }, { "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", "type": "inventories" @@ -7450,14 +7458,6 @@ "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", "type": "inventories" }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "inventories" - }, - { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", - "type": "inventories" - }, { "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", "type": "inventories" @@ -7479,53 +7479,37 @@ }, "related": [ { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", + "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", "type": "analyzes" }, { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", - "type": "analyzes" - }, - { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", - "type": "analyzes" - }, - { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", - "type": "analyzes" - }, - { - "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", - "type": "analyzes" - }, - { - "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", + "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", "type": "analyzes" }, { "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", "type": "analyzes" }, + { + "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", + "type": "analyzes" + }, + { + "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", + "type": "analyzes" + }, + { + "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", + "type": "analyzes" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "analyzes" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "analyzes" + }, { "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", "type": "analyzes" @@ -7539,63 +7523,39 @@ "type": "analyzes" }, { - "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", - "type": "analyzes" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "analyzes" - }, - { - "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", - "type": "analyzes" - }, - { - "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", - "type": "analyzes" - }, - { - "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", - "type": "analyzes" - }, - { - "dest-uuid": "6add2ab5-2711-4e9d-87c8-7a0be8531530", - "type": "analyzes" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "analyzes" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", "type": "analyzes" }, { "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", "type": "analyzes" }, + { + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "type": "analyzes" + }, + { + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "type": "analyzes" + }, + { + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "type": "analyzes" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "analyzes" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "analyzes" + }, { "dest-uuid": "6add2ab5-2711-4e9d-87c8-7a0be8531530", "type": "analyzes" }, { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", - "type": "analyzes" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "analyzes" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "analyzes" - }, - { - "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", - "type": "analyzes" - }, - { - "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", + "dest-uuid": "6add2ab5-2711-4e9d-87c8-7a0be8531530", "type": "analyzes" }, { @@ -7603,11 +7563,7 @@ "type": "analyzes" }, { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", - "type": "analyzes" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", "type": "analyzes" }, { @@ -7615,7 +7571,15 @@ "type": "analyzes" }, { - "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", + "type": "analyzes" + }, + { + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", + "type": "analyzes" + }, + { + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", "type": "analyzes" }, { @@ -7623,39 +7587,15 @@ "type": "analyzes" }, { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", "type": "analyzes" }, { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", "type": "analyzes" }, { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", - "type": "analyzes" - }, - { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", - "type": "analyzes" - }, - { - "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", - "type": "analyzes" - }, - { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", "type": "analyzes" }, { @@ -7663,11 +7603,71 @@ "type": "analyzes" }, { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", "type": "analyzes" }, { - "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "type": "analyzes" + }, + { + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "type": "analyzes" + }, + { + "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", + "type": "analyzes" + }, + { + "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "analyzes" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "analyzes" + }, + { + "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", + "type": "analyzes" + }, + { + "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", "type": "analyzes" } ], @@ -7705,277 +7705,41 @@ }, "related": [ { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "inventories" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "inventories" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "inventories" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "inventories" + }, + { + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", + "type": "inventories" + }, + { + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", + "type": "inventories" + }, + { + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", + "type": "inventories" + }, + { + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", "type": "inventories" }, { "dest-uuid": "191cc6af-1bb2-4344-ab5f-28e496638720", "type": "inventories" }, - { - "dest-uuid": "389735f1-f21c-4208-b8f0-f8031e7169b8", - "type": "inventories" - }, - { - "dest-uuid": "960c3c86-1480-4d72-b4e0-8c242e84a5c5", - "type": "inventories" - }, - { - "dest-uuid": "bd369cd9-abb8-41ce-b5bb-fff23ee86c00", - "type": "inventories" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "inventories" - }, - { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", - "type": "inventories" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "inventories" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "inventories" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "inventories" - }, - { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", - "type": "inventories" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "inventories" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "inventories" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "inventories" - }, - { - "dest-uuid": "b46a801b-fd98-491c-a25a-bca25d6e3001", - "type": "inventories" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "inventories" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "inventories" - }, - { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", - "type": "inventories" - }, - { - "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", - "type": "inventories" - }, - { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", - "type": "inventories" - }, - { - "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", - "type": "inventories" - }, - { - "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", - "type": "inventories" - }, - { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", - "type": "inventories" - }, - { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", - "type": "inventories" - }, - { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", - "type": "inventories" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "inventories" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "inventories" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "inventories" - }, - { - "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", - "type": "inventories" - }, - { - "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", - "type": "inventories" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "inventories" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "inventories" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "inventories" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "inventories" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "inventories" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "inventories" - }, - { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", - "type": "inventories" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "inventories" - }, - { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", - "type": "inventories" - }, - { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", - "type": "inventories" - }, - { - "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", - "type": "inventories" - }, - { - "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", - "type": "inventories" - }, - { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", - "type": "inventories" - }, - { - "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", - "type": "inventories" - }, - { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", - "type": "inventories" - }, - { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", - "type": "inventories" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "inventories" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "inventories" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "inventories" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "inventories" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "inventories" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "inventories" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "inventories" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "inventories" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "inventories" - }, - { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", - "type": "inventories" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "inventories" - }, - { - "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", - "type": "inventories" - }, - { - "dest-uuid": "389735f1-f21c-4208-b8f0-f8031e7169b8", - "type": "inventories" - }, - { - "dest-uuid": "960c3c86-1480-4d72-b4e0-8c242e84a5c5", - "type": "inventories" - }, - { - "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", - "type": "inventories" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "inventories" - }, - { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", - "type": "inventories" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "inventories" - }, - { - "dest-uuid": "b46a801b-fd98-491c-a25a-bca25d6e3001", - "type": "inventories" - }, - { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", - "type": "inventories" - }, - { - "dest-uuid": "bd369cd9-abb8-41ce-b5bb-fff23ee86c00", - "type": "inventories" - }, - { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", - "type": "inventories" - }, { "dest-uuid": "191cc6af-1bb2-4344-ab5f-28e496638720", "type": "inventories" @@ -7985,15 +7749,15 @@ "type": "inventories" }, { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", "type": "inventories" }, { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", + "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", "type": "inventories" }, { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", "type": "inventories" }, { @@ -8001,7 +7765,23 @@ "type": "inventories" }, { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", + "type": "inventories" + }, + { + "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", + "type": "inventories" + }, + { + "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", + "type": "inventories" + }, + { + "dest-uuid": "389735f1-f21c-4208-b8f0-f8031e7169b8", + "type": "inventories" + }, + { + "dest-uuid": "389735f1-f21c-4208-b8f0-f8031e7169b8", "type": "inventories" }, { @@ -8009,27 +7789,247 @@ "type": "inventories" }, { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", + "type": "inventories" + }, + { + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", + "type": "inventories" + }, + { + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", + "type": "inventories" + }, + { + "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", + "type": "inventories" + }, + { + "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", + "type": "inventories" + }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "inventories" + }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "inventories" + }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "inventories" + }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "inventories" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "inventories" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "inventories" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "inventories" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "inventories" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "inventories" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "inventories" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "inventories" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "inventories" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "inventories" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "inventories" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "inventories" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "inventories" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "inventories" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "inventories" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "inventories" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "inventories" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "inventories" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "inventories" + }, + { + "dest-uuid": "960c3c86-1480-4d72-b4e0-8c242e84a5c5", + "type": "inventories" + }, + { + "dest-uuid": "960c3c86-1480-4d72-b4e0-8c242e84a5c5", + "type": "inventories" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "inventories" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "inventories" + }, + { + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "type": "inventories" + }, + { + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "type": "inventories" + }, + { + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "type": "inventories" + }, + { + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "type": "inventories" + }, + { + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "type": "inventories" + }, + { + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "type": "inventories" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "inventories" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "inventories" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "inventories" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "inventories" + }, + { + "dest-uuid": "b46a801b-fd98-491c-a25a-bca25d6e3001", + "type": "inventories" + }, + { + "dest-uuid": "b46a801b-fd98-491c-a25a-bca25d6e3001", + "type": "inventories" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "inventories" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "inventories" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "inventories" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "inventories" + }, + { + "dest-uuid": "bd369cd9-abb8-41ce-b5bb-fff23ee86c00", + "type": "inventories" + }, + { + "dest-uuid": "bd369cd9-abb8-41ce-b5bb-fff23ee86c00", + "type": "inventories" + }, + { + "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "type": "inventories" + }, + { + "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", "type": "inventories" }, { "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", "type": "inventories" }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "inventories" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "inventories" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "inventories" + }, + { + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "type": "inventories" + }, + { + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "type": "inventories" + }, { "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", "type": "inventories" }, { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", "type": "inventories" }, { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", "type": "inventories" }, { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", "type": "inventories" } ], @@ -8049,27 +8049,35 @@ }, "related": [ { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "terminates" }, { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "terminates" }, { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "terminates" }, { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "terminates" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "terminates" }, { - "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "terminates" + }, + { + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", + "type": "terminates" + }, + { + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "terminates" }, { @@ -8077,7 +8085,27 @@ "type": "terminates" }, { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "type": "terminates" + }, + { + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "type": "terminates" + }, + { + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "type": "terminates" + }, + { + "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "type": "terminates" + }, + { + "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "type": "terminates" + }, + { + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", "type": "terminates" }, { @@ -8093,83 +8121,19 @@ "type": "terminates" }, { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "terminates" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "terminates" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "terminates" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "terminates" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "terminates" - }, - { - "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", - "type": "terminates" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "terminates" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "terminates" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "terminates" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "terminates" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "terminates" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "type": "terminates" }, { "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "type": "terminates" }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "terminates" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "terminates" - }, { "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "type": "terminates" }, { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", - "type": "terminates" - }, - { - "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", - "type": "terminates" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "terminates" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "type": "terminates" }, { @@ -8177,7 +8141,35 @@ "type": "terminates" }, { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "terminates" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "terminates" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "terminates" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "terminates" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "terminates" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "terminates" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "terminates" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", "type": "terminates" }, { @@ -8188,41 +8180,49 @@ "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", "type": "terminates" }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "terminates" + }, { "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", "type": "terminates" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "terminates" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "terminates" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "terminates" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "terminates" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "terminates" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "terminates" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", "type": "terminates" }, { "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", "type": "terminates" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "terminates" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "terminates" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "terminates" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "terminates" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "terminates" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "terminates" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "terminates" } ], "uuid": "e3db4b3a-45a1-5a0e-9c84-a987f0d77552", @@ -8243,170 +8243,170 @@ ] }, "related": [ + { + "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", + "type": "analyzes" + }, + { + "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", + "type": "analyzes" + }, + { + "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", + "type": "analyzes" + }, + { + "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", + "type": "analyzes" + }, + { + "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "type": "analyzes" + }, + { + "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "analyzes" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "analyzes" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "analyzes" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "analyzes" + }, + { + "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", + "type": "analyzes" + }, + { + "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", + "type": "analyzes" + }, + { + "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", + "type": "analyzes" + }, + { + "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", + "type": "analyzes" + }, + { + "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", + "type": "analyzes" + }, + { + "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", + "type": "analyzes" + }, + { + "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", + "type": "analyzes" + }, { "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", "type": "analyzes" }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "analyzes" - }, - { - "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", - "type": "analyzes" - }, - { - "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", - "type": "analyzes" - }, - { - "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", - "type": "analyzes" - }, - { - "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "analyzes" - }, - { - "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", - "type": "analyzes" - }, - { - "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", - "type": "analyzes" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", - "type": "analyzes" - }, - { - "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", - "type": "analyzes" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "analyzes" - }, { "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", "type": "analyzes" @@ -8446,15 +8446,7 @@ }, "related": [ { - "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", - "type": "obfuscates" - }, - { - "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", - "type": "obfuscates" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "obfuscates" }, { @@ -8462,19 +8454,7 @@ "type": "obfuscates" }, { - "dest-uuid": "4933e63b-9b77-476e-ab29-761bc5b7d15a", - "type": "obfuscates" - }, - { - "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", - "type": "obfuscates" - }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", - "type": "obfuscates" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", "type": "obfuscates" }, { @@ -8482,93 +8462,113 @@ "type": "obfuscates" }, { - "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", + "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", + "type": "obfuscates" + }, + { + "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", + "type": "obfuscates" + }, + { + "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", + "type": "obfuscates" + }, + { + "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", + "type": "obfuscates" + }, + { + "dest-uuid": "4933e63b-9b77-476e-ab29-761bc5b7d15a", + "type": "obfuscates" + }, + { + "dest-uuid": "4933e63b-9b77-476e-ab29-761bc5b7d15a", + "type": "obfuscates" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "obfuscates" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "obfuscates" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "obfuscates" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "obfuscates" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "obfuscates" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "obfuscates" + }, + { + "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", + "type": "obfuscates" + }, + { + "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", + "type": "obfuscates" + }, + { + "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", + "type": "obfuscates" + }, + { + "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", + "type": "obfuscates" + }, + { + "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", + "type": "obfuscates" + }, + { + "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", "type": "obfuscates" }, { "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", "type": "obfuscates" }, + { + "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", + "type": "obfuscates" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "obfuscates" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "obfuscates" + }, + { + "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", + "type": "obfuscates" + }, + { + "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", + "type": "obfuscates" + }, + { + "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", + "type": "obfuscates" + }, + { + "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", + "type": "obfuscates" + }, { "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", "type": "obfuscates" }, - { - "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", - "type": "obfuscates" - }, - { - "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", - "type": "obfuscates" - }, - { - "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", - "type": "obfuscates" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "obfuscates" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "obfuscates" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "obfuscates" - }, - { - "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", - "type": "obfuscates" - }, - { - "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", - "type": "obfuscates" - }, - { - "dest-uuid": "4933e63b-9b77-476e-ab29-761bc5b7d15a", - "type": "obfuscates" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "obfuscates" - }, - { - "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", - "type": "obfuscates" - }, - { - "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", - "type": "obfuscates" - }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", - "type": "obfuscates" - }, - { - "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", - "type": "obfuscates" - }, - { - "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", - "type": "obfuscates" - }, - { - "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", - "type": "obfuscates" - }, - { - "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", - "type": "obfuscates" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "obfuscates" - }, - { - "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", - "type": "obfuscates" - }, { "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", "type": "obfuscates" @@ -8590,71 +8590,39 @@ }, "related": [ { - "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", + "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", "type": "restores" }, { - "dest-uuid": "5095a853-299c-4876-abd7-ac0050fb5462", + "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", "type": "restores" }, { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", "type": "restores" }, { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", "type": "restores" }, { - "dest-uuid": "19bf235b-8620-4997-b5b4-94e0659ed7c3", + "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", "type": "restores" }, { - "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", + "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", "type": "restores" }, { - "dest-uuid": "98034fef-d9fb-4667-8dc4-2eab6231724c", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "restores" }, { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "restores" }, { - "dest-uuid": "6836813e-8ec8-4375-b459-abb388cb1a35", - "type": "restores" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "restores" - }, - { - "dest-uuid": "ed7efd4d-ce28-4a19-a8e6-c58011eb2c7a", - "type": "restores" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "restores" - }, - { - "dest-uuid": "98034fef-d9fb-4667-8dc4-2eab6231724c", - "type": "restores" - }, - { - "dest-uuid": "e24fcba8-2557-4442-a139-1ee2f2e784db", - "type": "restores" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "restores" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "restores" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "restores" }, { @@ -8666,345 +8634,21 @@ "type": "restores" }, { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", + "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", "type": "restores" }, { "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", "type": "restores" }, - { - "dest-uuid": "8d7bd4f5-3a89-4453-9c82-2c8894d5655e", - "type": "restores" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "restores" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "restores" - }, - { - "dest-uuid": "43881e51-ac74-445b-b4c6-f9f9e9bf23fe", - "type": "restores" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restores" - }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "restores" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "restores" - }, - { - "dest-uuid": "543fceb5-cb92-40cb-aacf-6913d4db58bc", - "type": "restores" - }, - { - "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", - "type": "restores" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "restores" - }, - { - "dest-uuid": "5095a853-299c-4876-abd7-ac0050fb5462", - "type": "restores" - }, - { - "dest-uuid": "c877e33f-1df6-40d6-b1e7-ce70f16f4979", - "type": "restores" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restores" - }, - { - "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", - "type": "restores" - }, - { - "dest-uuid": "4eb28bed-d11a-4641-9863-c2ac017d910a", - "type": "restores" - }, - { - "dest-uuid": "4eb28bed-d11a-4641-9863-c2ac017d910a", - "type": "restores" - }, - { - "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", - "type": "restores" - }, - { - "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", - "type": "restores" - }, - { - "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", - "type": "restores" - }, - { - "dest-uuid": "1b20efbf-8063-4fc3-a07d-b575318a301b", - "type": "restores" - }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "restores" - }, - { - "dest-uuid": "7d77a07d-02fe-4e88-8bd9-e9c008c01bf0", - "type": "restores" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "restores" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "restores" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "restores" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restores" - }, - { - "dest-uuid": "43881e51-ac74-445b-b4c6-f9f9e9bf23fe", - "type": "restores" - }, - { - "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", - "type": "restores" - }, - { - "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", - "type": "restores" - }, - { - "dest-uuid": "e49920b0-6c54-40c1-9571-73723653205f", - "type": "restores" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "restores" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "restores" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "restores" - }, - { - "dest-uuid": "65917ae0-b854-4139-83fe-bf2441cf0196", - "type": "restores" - }, - { - "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", - "type": "restores" - }, - { - "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", - "type": "restores" - }, - { - "dest-uuid": "b8cfed42-6a8a-4989-ad72-541af74475ec", - "type": "restores" - }, - { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", - "type": "restores" - }, { "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", "type": "restores" }, - { - "dest-uuid": "5372c5fe-f424-4def-bcd5-d3a8e770f07b", - "type": "restores" - }, - { - "dest-uuid": "b8cfed42-6a8a-4989-ad72-541af74475ec", - "type": "restores" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "restores" - }, - { - "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", - "type": "restores" - }, - { - "dest-uuid": "61afc315-860c-4364-825d-0d62b2e91edc", - "type": "restores" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restores" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "restores" - }, - { - "dest-uuid": "61afc315-860c-4364-825d-0d62b2e91edc", - "type": "restores" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "restores" - }, - { - "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", - "type": "restores" - }, - { - "dest-uuid": "6836813e-8ec8-4375-b459-abb388cb1a35", - "type": "restores" - }, - { - "dest-uuid": "28170e17-8384-415c-8486-2e6b294cb803", - "type": "restores" - }, - { - "dest-uuid": "3d1b9d7e-3921-4d25-845a-7d9f15c0da44", - "type": "restores" - }, - { - "dest-uuid": "bf147104-abf9-4221-95d1-e81585859441", - "type": "restores" - }, { "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", "type": "restores" }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "restores" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "restores" - }, - { - "dest-uuid": "98034fef-d9fb-4667-8dc4-2eab6231724c", - "type": "restores" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "restores" - }, - { - "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", - "type": "restores" - }, - { - "dest-uuid": "3d1b9d7e-3921-4d25-845a-7d9f15c0da44", - "type": "restores" - }, - { - "dest-uuid": "bf147104-abf9-4221-95d1-e81585859441", - "type": "restores" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "restores" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "restores" - }, - { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", - "type": "restores" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restores" - }, - { - "dest-uuid": "4eb28bed-d11a-4641-9863-c2ac017d910a", - "type": "restores" - }, - { - "dest-uuid": "4eb28bed-d11a-4641-9863-c2ac017d910a", - "type": "restores" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restores" - }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "restores" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "restores" - }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "restores" - }, - { - "dest-uuid": "5372c5fe-f424-4def-bcd5-d3a8e770f07b", - "type": "restores" - }, - { - "dest-uuid": "28170e17-8384-415c-8486-2e6b294cb803", - "type": "restores" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "restores" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "restores" - }, - { - "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", - "type": "restores" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "restores" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "restores" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "restores" - }, - { - "dest-uuid": "43881e51-ac74-445b-b4c6-f9f9e9bf23fe", - "type": "restores" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "restores" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "restores" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "restores" - }, { "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", "type": "restores" @@ -9014,11 +8658,111 @@ "type": "restores" }, { - "dest-uuid": "8d7bd4f5-3a89-4453-9c82-2c8894d5655e", + "dest-uuid": "19bf235b-8620-4997-b5b4-94e0659ed7c3", "type": "restores" }, { - "dest-uuid": "543fceb5-cb92-40cb-aacf-6913d4db58bc", + "dest-uuid": "1b20efbf-8063-4fc3-a07d-b575318a301b", + "type": "restores" + }, + { + "dest-uuid": "1b20efbf-8063-4fc3-a07d-b575318a301b", + "type": "restores" + }, + { + "dest-uuid": "28170e17-8384-415c-8486-2e6b294cb803", + "type": "restores" + }, + { + "dest-uuid": "28170e17-8384-415c-8486-2e6b294cb803", + "type": "restores" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "restores" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "restores" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "restores" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "restores" + }, + { + "dest-uuid": "3d1b9d7e-3921-4d25-845a-7d9f15c0da44", + "type": "restores" + }, + { + "dest-uuid": "3d1b9d7e-3921-4d25-845a-7d9f15c0da44", + "type": "restores" + }, + { + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", + "type": "restores" + }, + { + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", + "type": "restores" + }, + { + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", + "type": "restores" + }, + { + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", + "type": "restores" + }, + { + "dest-uuid": "43881e51-ac74-445b-b4c6-f9f9e9bf23fe", + "type": "restores" + }, + { + "dest-uuid": "43881e51-ac74-445b-b4c6-f9f9e9bf23fe", + "type": "restores" + }, + { + "dest-uuid": "43881e51-ac74-445b-b4c6-f9f9e9bf23fe", + "type": "restores" + }, + { + "dest-uuid": "43881e51-ac74-445b-b4c6-f9f9e9bf23fe", + "type": "restores" + }, + { + "dest-uuid": "4eb28bed-d11a-4641-9863-c2ac017d910a", + "type": "restores" + }, + { + "dest-uuid": "4eb28bed-d11a-4641-9863-c2ac017d910a", + "type": "restores" + }, + { + "dest-uuid": "4eb28bed-d11a-4641-9863-c2ac017d910a", + "type": "restores" + }, + { + "dest-uuid": "4eb28bed-d11a-4641-9863-c2ac017d910a", + "type": "restores" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "restores" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "restores" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "restores" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", "type": "restores" }, { @@ -9026,7 +8770,31 @@ "type": "restores" }, { - "dest-uuid": "6836813e-8ec8-4375-b459-abb388cb1a35", + "dest-uuid": "5095a853-299c-4876-abd7-ac0050fb5462", + "type": "restores" + }, + { + "dest-uuid": "5095a853-299c-4876-abd7-ac0050fb5462", + "type": "restores" + }, + { + "dest-uuid": "5095a853-299c-4876-abd7-ac0050fb5462", + "type": "restores" + }, + { + "dest-uuid": "5372c5fe-f424-4def-bcd5-d3a8e770f07b", + "type": "restores" + }, + { + "dest-uuid": "5372c5fe-f424-4def-bcd5-d3a8e770f07b", + "type": "restores" + }, + { + "dest-uuid": "543fceb5-cb92-40cb-aacf-6913d4db58bc", + "type": "restores" + }, + { + "dest-uuid": "543fceb5-cb92-40cb-aacf-6913d4db58bc", "type": "restores" }, { @@ -9034,11 +8802,15 @@ "type": "restores" }, { - "dest-uuid": "b8cfed42-6a8a-4989-ad72-541af74475ec", + "dest-uuid": "61afc315-860c-4364-825d-0d62b2e91edc", "type": "restores" }, { - "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", + "dest-uuid": "61afc315-860c-4364-825d-0d62b2e91edc", + "type": "restores" + }, + { + "dest-uuid": "61afc315-860c-4364-825d-0d62b2e91edc", "type": "restores" }, { @@ -9046,7 +8818,111 @@ "type": "restores" }, { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "dest-uuid": "65917ae0-b854-4139-83fe-bf2441cf0196", + "type": "restores" + }, + { + "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", + "type": "restores" + }, + { + "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", + "type": "restores" + }, + { + "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", + "type": "restores" + }, + { + "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", + "type": "restores" + }, + { + "dest-uuid": "6836813e-8ec8-4375-b459-abb388cb1a35", + "type": "restores" + }, + { + "dest-uuid": "6836813e-8ec8-4375-b459-abb388cb1a35", + "type": "restores" + }, + { + "dest-uuid": "6836813e-8ec8-4375-b459-abb388cb1a35", + "type": "restores" + }, + { + "dest-uuid": "6836813e-8ec8-4375-b459-abb388cb1a35", + "type": "restores" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "restores" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "restores" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "restores" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "restores" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "restores" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "restores" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restores" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restores" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restores" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restores" + }, + { + "dest-uuid": "7d77a07d-02fe-4e88-8bd9-e9c008c01bf0", + "type": "restores" + }, + { + "dest-uuid": "7d77a07d-02fe-4e88-8bd9-e9c008c01bf0", + "type": "restores" + }, + { + "dest-uuid": "8d7bd4f5-3a89-4453-9c82-2c8894d5655e", + "type": "restores" + }, + { + "dest-uuid": "8d7bd4f5-3a89-4453-9c82-2c8894d5655e", + "type": "restores" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "restores" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "restores" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "restores" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", "type": "restores" }, { @@ -9054,7 +8930,15 @@ "type": "restores" }, { - "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", + "dest-uuid": "98034fef-d9fb-4667-8dc4-2eab6231724c", + "type": "restores" + }, + { + "dest-uuid": "98034fef-d9fb-4667-8dc4-2eab6231724c", + "type": "restores" + }, + { + "dest-uuid": "98034fef-d9fb-4667-8dc4-2eab6231724c", "type": "restores" }, { @@ -9062,19 +8946,163 @@ "type": "restores" }, { - "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", "type": "restores" }, { - "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", "type": "restores" }, { - "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", "type": "restores" }, { - "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "restores" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "restores" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "restores" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "restores" + }, + { + "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", + "type": "restores" + }, + { + "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", + "type": "restores" + }, + { + "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", + "type": "restores" + }, + { + "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", + "type": "restores" + }, + { + "dest-uuid": "b8cfed42-6a8a-4989-ad72-541af74475ec", + "type": "restores" + }, + { + "dest-uuid": "b8cfed42-6a8a-4989-ad72-541af74475ec", + "type": "restores" + }, + { + "dest-uuid": "b8cfed42-6a8a-4989-ad72-541af74475ec", + "type": "restores" + }, + { + "dest-uuid": "b8cfed42-6a8a-4989-ad72-541af74475ec", + "type": "restores" + }, + { + "dest-uuid": "bf147104-abf9-4221-95d1-e81585859441", + "type": "restores" + }, + { + "dest-uuid": "bf147104-abf9-4221-95d1-e81585859441", + "type": "restores" + }, + { + "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", + "type": "restores" + }, + { + "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", + "type": "restores" + }, + { + "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", + "type": "restores" + }, + { + "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", + "type": "restores" + }, + { + "dest-uuid": "c877e33f-1df6-40d6-b1e7-ce70f16f4979", + "type": "restores" + }, + { + "dest-uuid": "c877e33f-1df6-40d6-b1e7-ce70f16f4979", + "type": "restores" + }, + { + "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", + "type": "restores" + }, + { + "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", + "type": "restores" + }, + { + "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", + "type": "restores" + }, + { + "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", + "type": "restores" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restores" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restores" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restores" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restores" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "restores" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "restores" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "restores" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "restores" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "restores" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "restores" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "restores" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "restores" + }, + { + "dest-uuid": "e24fcba8-2557-4442-a139-1ee2f2e784db", "type": "restores" }, { @@ -9086,19 +9114,7 @@ "type": "restores" }, { - "dest-uuid": "1b20efbf-8063-4fc3-a07d-b575318a301b", - "type": "restores" - }, - { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", - "type": "restores" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restores" - }, - { - "dest-uuid": "c877e33f-1df6-40d6-b1e7-ce70f16f4979", + "dest-uuid": "e49920b0-6c54-40c1-9571-73723653205f", "type": "restores" }, { @@ -9106,35 +9122,7 @@ "type": "restores" }, { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restores" - }, - { - "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", - "type": "restores" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "restores" - }, - { - "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", - "type": "restores" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "restores" - }, - { - "dest-uuid": "43881e51-ac74-445b-b4c6-f9f9e9bf23fe", - "type": "restores" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "restores" - }, - { - "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", + "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", "type": "restores" }, { @@ -9142,31 +9130,7 @@ "type": "restores" }, { - "dest-uuid": "5095a853-299c-4876-abd7-ac0050fb5462", - "type": "restores" - }, - { - "dest-uuid": "6836813e-8ec8-4375-b459-abb388cb1a35", - "type": "restores" - }, - { - "dest-uuid": "61afc315-860c-4364-825d-0d62b2e91edc", - "type": "restores" - }, - { - "dest-uuid": "b8cfed42-6a8a-4989-ad72-541af74475ec", - "type": "restores" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "restores" - }, - { - "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", - "type": "restores" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", "type": "restores" }, { @@ -9174,11 +9138,47 @@ "type": "restores" }, { - "dest-uuid": "7d77a07d-02fe-4e88-8bd9-e9c008c01bf0", + "dest-uuid": "ed7efd4d-ce28-4a19-a8e6-c58011eb2c7a", "type": "restores" }, { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "restores" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "restores" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "restores" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "restores" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "restores" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "restores" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "restores" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "restores" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "restores" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", "type": "restores" } ], @@ -9197,16 +9197,28 @@ ] }, "related": [ + { + "dest-uuid": "0c4b4fda-9062-47da-98b9-ceae2dcf052a", + "type": "spoofs" + }, + { + "dest-uuid": "0c4b4fda-9062-47da-98b9-ceae2dcf052a", + "type": "spoofs" + }, + { + "dest-uuid": "0c4b4fda-9062-47da-98b9-ceae2dcf052a", + "type": "spoofs" + }, + { + "dest-uuid": "0c4b4fda-9062-47da-98b9-ceae2dcf052a", + "type": "spoofs" + }, { "dest-uuid": "0cfe31a7-81fc-472c-bc45-e2808d1066a3", "type": "spoofs" }, { - "dest-uuid": "0c4b4fda-9062-47da-98b9-ceae2dcf052a", - "type": "spoofs" - }, - { - "dest-uuid": "0c4b4fda-9062-47da-98b9-ceae2dcf052a", + "dest-uuid": "0cfe31a7-81fc-472c-bc45-e2808d1066a3", "type": "spoofs" }, { @@ -9214,11 +9226,7 @@ "type": "spoofs" }, { - "dest-uuid": "7ad38ef1-381a-406d-872a-38b136eb5ecc", - "type": "spoofs" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "dest-uuid": "246fd3c7-f5e3-466d-8787-4c13d9e3b61c", "type": "spoofs" }, { @@ -9226,7 +9234,7 @@ "type": "spoofs" }, { - "dest-uuid": "a750a9f6-0bde-4bb3-9aae-1e2786e9780c", + "dest-uuid": "359b00ad-9425-420b-bba5-6de8d600cbc0", "type": "spoofs" }, { @@ -9234,19 +9242,11 @@ "type": "spoofs" }, { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "dest-uuid": "7ad38ef1-381a-406d-872a-38b136eb5ecc", "type": "spoofs" }, { - "dest-uuid": "ae676644-d2d2-41b7-af7e-9bed1b55898c", - "type": "spoofs" - }, - { - "dest-uuid": "246fd3c7-f5e3-466d-8787-4c13d9e3b61c", - "type": "spoofs" - }, - { - "dest-uuid": "0c4b4fda-9062-47da-98b9-ceae2dcf052a", + "dest-uuid": "7ad38ef1-381a-406d-872a-38b136eb5ecc", "type": "spoofs" }, { @@ -9258,7 +9258,7 @@ "type": "spoofs" }, { - "dest-uuid": "0cfe31a7-81fc-472c-bc45-e2808d1066a3", + "dest-uuid": "a750a9f6-0bde-4bb3-9aae-1e2786e9780c", "type": "spoofs" }, { @@ -9266,15 +9266,15 @@ "type": "spoofs" }, { - "dest-uuid": "359b00ad-9425-420b-bba5-6de8d600cbc0", + "dest-uuid": "ae676644-d2d2-41b7-af7e-9bed1b55898c", "type": "spoofs" }, { - "dest-uuid": "0c4b4fda-9062-47da-98b9-ceae2dcf052a", + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", "type": "spoofs" }, { - "dest-uuid": "7ad38ef1-381a-406d-872a-38b136eb5ecc", + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", "type": "spoofs" }, { @@ -9302,51 +9302,7 @@ }, "related": [ { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "updates" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "updates" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "updates" - }, - { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", - "type": "updates" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "updates" - }, - { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", - "type": "updates" - }, - { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", - "type": "updates" - }, - { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", - "type": "updates" - }, - { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", - "type": "updates" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "updates" - }, - { - "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", - "type": "updates" - }, - { - "dest-uuid": "b46a801b-fd98-491c-a25a-bca25d6e3001", + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", "type": "updates" }, { @@ -9354,23 +9310,27 @@ "type": "updates" }, { - "dest-uuid": "960c3c86-1480-4d72-b4e0-8c242e84a5c5", + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", "type": "updates" }, { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", "type": "updates" }, { - "dest-uuid": "bd369cd9-abb8-41ce-b5bb-fff23ee86c00", + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", "type": "updates" }, { - "dest-uuid": "389735f1-f21c-4208-b8f0-f8031e7169b8", + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", "type": "updates" }, { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", + "type": "updates" + }, + { + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", "type": "updates" }, { @@ -9378,11 +9338,7 @@ "type": "updates" }, { - "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", - "type": "updates" - }, - { - "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", + "dest-uuid": "191cc6af-1bb2-4344-ab5f-28e496638720", "type": "updates" }, { @@ -9390,43 +9346,7 @@ "type": "updates" }, { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", - "type": "updates" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "updates" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "updates" - }, - { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", - "type": "updates" - }, - { - "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", - "type": "updates" - }, - { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", - "type": "updates" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "updates" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "updates" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "updates" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", "type": "updates" }, { @@ -9434,59 +9354,23 @@ "type": "updates" }, { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", "type": "updates" }, { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", "type": "updates" }, { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", "type": "updates" }, { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", "type": "updates" }, { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "updates" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "updates" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "updates" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "updates" - }, - { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", - "type": "updates" - }, - { - "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", - "type": "updates" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "updates" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "updates" - }, - { - "dest-uuid": "b46a801b-fd98-491c-a25a-bca25d6e3001", - "type": "updates" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", "type": "updates" }, { @@ -9494,23 +9378,7 @@ "type": "updates" }, { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "updates" - }, - { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", - "type": "updates" - }, - { - "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", - "type": "updates" - }, - { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", - "type": "updates" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "dest-uuid": "389735f1-f21c-4208-b8f0-f8031e7169b8", "type": "updates" }, { @@ -9518,11 +9386,111 @@ "type": "updates" }, { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", "type": "updates" }, { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", + "type": "updates" + }, + { + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", + "type": "updates" + }, + { + "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", + "type": "updates" + }, + { + "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", + "type": "updates" + }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "updates" + }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "updates" + }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "updates" + }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "updates" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "updates" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "updates" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "updates" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "updates" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "updates" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "updates" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "updates" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "updates" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "updates" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "updates" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "updates" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "updates" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "updates" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "updates" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "updates" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "updates" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "updates" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", "type": "updates" }, { @@ -9530,67 +9498,7 @@ "type": "updates" }, { - "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", - "type": "updates" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "updates" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "updates" - }, - { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", - "type": "updates" - }, - { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", - "type": "updates" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "updates" - }, - { - "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", - "type": "updates" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "updates" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "updates" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "updates" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "updates" - }, - { - "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", - "type": "updates" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "updates" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "updates" - }, - { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", - "type": "updates" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "dest-uuid": "960c3c86-1480-4d72-b4e0-8c242e84a5c5", "type": "updates" }, { @@ -9598,35 +9506,127 @@ "type": "updates" }, { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", "type": "updates" }, { - "dest-uuid": "1b7b1806-7746-41a1-a35d-e48dae25ddba", + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", "type": "updates" }, { - "dest-uuid": "191cc6af-1bb2-4344-ab5f-28e496638720", + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", "type": "updates" }, { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", "type": "updates" }, { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "type": "updates" + }, + { + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "type": "updates" + }, + { + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "type": "updates" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "updates" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "updates" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "updates" + }, + { + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "type": "updates" + }, + { + "dest-uuid": "b46a801b-fd98-491c-a25a-bca25d6e3001", + "type": "updates" + }, + { + "dest-uuid": "b46a801b-fd98-491c-a25a-bca25d6e3001", + "type": "updates" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "updates" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "updates" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "updates" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", "type": "updates" }, { "dest-uuid": "bd369cd9-abb8-41ce-b5bb-fff23ee86c00", "type": "updates" }, + { + "dest-uuid": "bd369cd9-abb8-41ce-b5bb-fff23ee86c00", + "type": "updates" + }, + { + "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "type": "updates" + }, + { + "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "type": "updates" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "updates" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "updates" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "updates" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "updates" + }, { "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", "type": "updates" }, { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "type": "updates" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "type": "updates" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "type": "updates" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "type": "updates" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", "type": "updates" } ], @@ -9646,95 +9646,7 @@ }, "related": [ { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "spoofs" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "spoofs" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "spoofs" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "spoofs" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "spoofs" - }, - { - "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", - "type": "spoofs" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "spoofs" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "spoofs" - }, - { - "dest-uuid": "143c0cbb-a297-4142-9624-87ffc778980b", - "type": "spoofs" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "spoofs" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "spoofs" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "spoofs" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "spoofs" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "spoofs" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "spoofs" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "spoofs" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "spoofs" - }, - { - "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", - "type": "spoofs" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "spoofs" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "spoofs" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "spoofs" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "spoofs" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "dest-uuid": "00f90846-cbd1-4fc5-9233-df5c2bf2a662", "type": "spoofs" }, { @@ -9742,59 +9654,11 @@ "type": "spoofs" }, { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "spoofs" }, { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "spoofs" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "spoofs" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "spoofs" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "spoofs" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "spoofs" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "spoofs" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "spoofs" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "spoofs" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "spoofs" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "spoofs" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "spoofs" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "spoofs" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "spoofs" }, { @@ -9802,39 +9666,47 @@ "type": "spoofs" }, { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "spoofs" }, { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "spoofs" }, { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "spoofs" }, { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "spoofs" }, { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "spoofs" }, { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "spoofs" }, { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "spoofs" }, { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "spoofs" }, { - "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "spoofs" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "spoofs" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "spoofs" }, { @@ -9842,15 +9714,175 @@ "type": "spoofs" }, { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", "type": "spoofs" }, { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", "type": "spoofs" }, { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "spoofs" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "spoofs" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "spoofs" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "spoofs" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "spoofs" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "spoofs" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "spoofs" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "spoofs" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "spoofs" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "spoofs" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "spoofs" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "spoofs" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "spoofs" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "spoofs" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "spoofs" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "spoofs" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "spoofs" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "spoofs" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "spoofs" + }, + { + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", + "type": "spoofs" + }, + { + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", + "type": "spoofs" + }, + { + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", + "type": "spoofs" + }, + { + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", + "type": "spoofs" + }, + { + "dest-uuid": "143c0cbb-a297-4142-9624-87ffc778980b", + "type": "spoofs" + }, + { + "dest-uuid": "143c0cbb-a297-4142-9624-87ffc778980b", + "type": "spoofs" + }, + { + "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", + "type": "spoofs" + }, + { + "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", + "type": "spoofs" + }, + { + "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", + "type": "spoofs" + }, + { + "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", + "type": "spoofs" + }, + { + "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", + "type": "spoofs" + }, + { + "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", + "type": "spoofs" + }, + { + "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", + "type": "spoofs" + }, + { + "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", + "type": "spoofs" + }, + { + "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", + "type": "spoofs" + }, + { + "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", + "type": "spoofs" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "spoofs" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "spoofs" + }, + { + "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", + "type": "spoofs" + }, + { + "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", + "type": "spoofs" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "spoofs" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", "type": "spoofs" }, { @@ -9858,15 +9890,67 @@ "type": "spoofs" }, { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", "type": "spoofs" }, { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", "type": "spoofs" }, { - "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "spoofs" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "spoofs" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "spoofs" + }, + { + "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", + "type": "spoofs" + }, + { + "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", + "type": "spoofs" + }, + { + "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", + "type": "spoofs" + }, + { + "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", + "type": "spoofs" + }, + { + "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", + "type": "spoofs" + }, + { + "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", + "type": "spoofs" + }, + { + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", + "type": "spoofs" + }, + { + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", + "type": "spoofs" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "spoofs" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "spoofs" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", "type": "spoofs" }, { @@ -9877,904 +9961,24 @@ "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", "type": "spoofs" }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "spoofs" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "spoofs" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "spoofs" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "spoofs" - }, - { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", - "type": "spoofs" - }, - { - "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", - "type": "spoofs" - }, - { - "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", - "type": "spoofs" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "spoofs" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "spoofs" - }, - { - "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", - "type": "spoofs" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "spoofs" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "spoofs" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "spoofs" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "spoofs" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "spoofs" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "spoofs" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "spoofs" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "spoofs" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "spoofs" - }, - { - "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", - "type": "spoofs" - }, - { - "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", - "type": "spoofs" - }, - { - "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", - "type": "spoofs" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", - "type": "spoofs" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "spoofs" - }, - { - "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", - "type": "spoofs" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "spoofs" - }, - { - "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", - "type": "spoofs" - }, - { - "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", - "type": "spoofs" - }, - { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", - "type": "spoofs" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "spoofs" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "spoofs" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "spoofs" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "spoofs" - }, - { - "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", - "type": "spoofs" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "spoofs" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "spoofs" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "spoofs" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "spoofs" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "spoofs" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "spoofs" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "spoofs" - }, - { - "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", - "type": "spoofs" - }, - { - "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", - "type": "spoofs" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "spoofs" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "spoofs" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "spoofs" - }, - { - "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", - "type": "spoofs" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "spoofs" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "spoofs" - }, - { - "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", - "type": "spoofs" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "spoofs" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", - "type": "spoofs" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "spoofs" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "spoofs" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "spoofs" - }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "spoofs" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "spoofs" - }, - { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", - "type": "spoofs" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "spoofs" - }, - { - "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", - "type": "spoofs" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "spoofs" - }, - { - "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", - "type": "spoofs" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "spoofs" - }, - { - "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", - "type": "spoofs" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "spoofs" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "spoofs" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "spoofs" - }, - { - "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", - "type": "spoofs" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "spoofs" - }, - { - "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", - "type": "spoofs" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "spoofs" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "spoofs" - }, - { - "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", - "type": "spoofs" - }, - { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", - "type": "spoofs" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "spoofs" - }, - { - "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", - "type": "spoofs" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "spoofs" - }, - { - "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", - "type": "spoofs" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "spoofs" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "spoofs" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "spoofs" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "spoofs" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "spoofs" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "spoofs" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "spoofs" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "spoofs" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "spoofs" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "spoofs" - }, - { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", - "type": "spoofs" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "spoofs" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "spoofs" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "spoofs" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "spoofs" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "spoofs" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "spoofs" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "spoofs" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "spoofs" - }, - { - "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", - "type": "spoofs" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "spoofs" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "spoofs" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "spoofs" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "spoofs" - }, - { - "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", - "type": "spoofs" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "spoofs" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "spoofs" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "spoofs" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "spoofs" - }, - { - "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", - "type": "spoofs" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "spoofs" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "spoofs" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "spoofs" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "spoofs" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "spoofs" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "spoofs" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "spoofs" - }, - { - "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", - "type": "spoofs" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "spoofs" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "spoofs" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "spoofs" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "spoofs" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "spoofs" - }, - { - "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", - "type": "spoofs" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "spoofs" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "spoofs" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "spoofs" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "spoofs" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "spoofs" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "spoofs" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "spoofs" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "spoofs" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "spoofs" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "spoofs" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "spoofs" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "spoofs" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "spoofs" - }, - { - "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", - "type": "spoofs" - }, - { - "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", - "type": "spoofs" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "spoofs" - }, - { - "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", - "type": "spoofs" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "spoofs" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "spoofs" - }, - { - "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", - "type": "spoofs" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "spoofs" - }, - { - "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", - "type": "spoofs" - }, - { - "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", - "type": "spoofs" - }, - { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", - "type": "spoofs" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "spoofs" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "spoofs" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "spoofs" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "spoofs" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "spoofs" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "spoofs" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "spoofs" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "spoofs" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "spoofs" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "spoofs" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "spoofs" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "spoofs" - }, - { - "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", - "type": "spoofs" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "spoofs" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "spoofs" - }, - { - "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", - "type": "spoofs" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "spoofs" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "spoofs" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "spoofs" - }, - { - "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", - "type": "spoofs" - }, - { - "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", - "type": "spoofs" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "spoofs" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "spoofs" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "spoofs" - }, - { - "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", - "type": "spoofs" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "spoofs" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "spoofs" - }, - { - "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", - "type": "spoofs" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "spoofs" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "spoofs" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "spoofs" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "spoofs" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "spoofs" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "spoofs" - }, - { - "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", - "type": "spoofs" - }, - { - "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", - "type": "spoofs" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "spoofs" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "spoofs" - }, - { - "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", - "type": "spoofs" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "spoofs" - }, - { - "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", - "type": "spoofs" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "spoofs" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "spoofs" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "spoofs" - }, - { - "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", - "type": "spoofs" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "spoofs" - }, - { - "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", - "type": "spoofs" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "spoofs" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "spoofs" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "spoofs" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "spoofs" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "spoofs" - }, - { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", - "type": "spoofs" - }, - { - "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", - "type": "spoofs" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "spoofs" - }, { "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", "type": "spoofs" }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "spoofs" - }, - { - "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", - "type": "spoofs" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "spoofs" - }, - { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", - "type": "spoofs" - }, { "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", "type": "spoofs" }, { - "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", "type": "spoofs" }, { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", "type": "spoofs" }, { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "spoofs" - }, - { - "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", - "type": "spoofs" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", - "type": "spoofs" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "spoofs" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "spoofs" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "spoofs" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "spoofs" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "spoofs" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "spoofs" - }, - { - "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", - "type": "spoofs" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "spoofs" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "spoofs" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "spoofs" - }, - { - "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", - "type": "spoofs" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "spoofs" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", "type": "spoofs" }, { @@ -10782,11 +9986,39 @@ "type": "spoofs" }, { - "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", + "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", "type": "spoofs" }, { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "spoofs" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "spoofs" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "spoofs" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "spoofs" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "spoofs" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "spoofs" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "spoofs" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", "type": "spoofs" }, { @@ -10794,15 +10026,7 @@ "type": "spoofs" }, { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", - "type": "spoofs" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "spoofs" - }, - { - "dest-uuid": "143c0cbb-a297-4142-9624-87ffc778980b", + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", "type": "spoofs" }, { @@ -10810,7 +10034,103 @@ "type": "spoofs" }, { - "dest-uuid": "00f90846-cbd1-4fc5-9233-df5c2bf2a662", + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "spoofs" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "spoofs" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "spoofs" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "spoofs" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "spoofs" + }, + { + "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", + "type": "spoofs" + }, + { + "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", + "type": "spoofs" + }, + { + "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", + "type": "spoofs" + }, + { + "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", + "type": "spoofs" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "spoofs" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "spoofs" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "spoofs" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "spoofs" + }, + { + "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", + "type": "spoofs" + }, + { + "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", + "type": "spoofs" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "spoofs" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "spoofs" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "spoofs" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "spoofs" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "spoofs" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "spoofs" + }, + { + "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", + "type": "spoofs" + }, + { + "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", + "type": "spoofs" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "spoofs" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", "type": "spoofs" }, { @@ -10818,7 +10138,51 @@ "type": "spoofs" }, { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "spoofs" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "spoofs" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "spoofs" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "spoofs" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "spoofs" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "spoofs" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "spoofs" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "spoofs" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "spoofs" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "spoofs" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "spoofs" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", "type": "spoofs" }, { @@ -10830,187 +10194,23 @@ "type": "spoofs" }, { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", "type": "spoofs" }, { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", "type": "spoofs" }, { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", "type": "spoofs" }, { - "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", "type": "spoofs" }, { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "spoofs" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "spoofs" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "spoofs" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "spoofs" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "spoofs" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "spoofs" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "spoofs" - }, - { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", - "type": "spoofs" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "spoofs" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "spoofs" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "spoofs" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "spoofs" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "spoofs" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "spoofs" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "spoofs" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "spoofs" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "spoofs" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "spoofs" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "spoofs" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "spoofs" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "spoofs" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "spoofs" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "spoofs" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "spoofs" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "spoofs" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "spoofs" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "spoofs" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "spoofs" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "spoofs" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "spoofs" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "spoofs" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "spoofs" - }, - { - "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", - "type": "spoofs" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "spoofs" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "spoofs" - }, - { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", - "type": "spoofs" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "spoofs" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "spoofs" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "spoofs" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "spoofs" - }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "spoofs" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", "type": "spoofs" }, { @@ -11018,23 +10218,135 @@ "type": "spoofs" }, { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", "type": "spoofs" }, { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", "type": "spoofs" }, { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", "type": "spoofs" }, { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", "type": "spoofs" }, { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", + "type": "spoofs" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "spoofs" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "spoofs" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "spoofs" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "spoofs" + }, + { + "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", + "type": "spoofs" + }, + { + "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", + "type": "spoofs" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "spoofs" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "spoofs" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "spoofs" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "spoofs" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "spoofs" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "spoofs" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "spoofs" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "spoofs" + }, + { + "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", + "type": "spoofs" + }, + { + "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", + "type": "spoofs" + }, + { + "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", + "type": "spoofs" + }, + { + "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", + "type": "spoofs" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "spoofs" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "spoofs" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "spoofs" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "spoofs" + }, + { + "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", + "type": "spoofs" + }, + { + "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", + "type": "spoofs" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "spoofs" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "spoofs" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "spoofs" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", "type": "spoofs" }, { @@ -11042,16 +10354,704 @@ "type": "spoofs" }, { - "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", "type": "spoofs" }, { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "spoofs" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "spoofs" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "spoofs" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "spoofs" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "spoofs" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "spoofs" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "spoofs" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "spoofs" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "spoofs" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "spoofs" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "spoofs" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "spoofs" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "spoofs" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "spoofs" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "spoofs" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "spoofs" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "spoofs" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "spoofs" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "spoofs" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "spoofs" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "spoofs" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "spoofs" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "spoofs" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "spoofs" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "spoofs" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "spoofs" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "spoofs" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "spoofs" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "spoofs" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "spoofs" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "spoofs" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "spoofs" + }, + { + "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", + "type": "spoofs" + }, + { + "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", + "type": "spoofs" + }, + { + "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", + "type": "spoofs" + }, + { + "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", + "type": "spoofs" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "spoofs" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "spoofs" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "spoofs" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "spoofs" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "spoofs" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "spoofs" + }, + { + "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", + "type": "spoofs" + }, + { + "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", + "type": "spoofs" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "spoofs" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "spoofs" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "spoofs" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "spoofs" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "spoofs" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "spoofs" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "spoofs" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", "type": "spoofs" }, { "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", "type": "spoofs" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "spoofs" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "spoofs" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "spoofs" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "spoofs" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "spoofs" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "spoofs" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "spoofs" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "spoofs" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "spoofs" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "spoofs" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "spoofs" + }, + { + "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "type": "spoofs" + }, + { + "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "type": "spoofs" + }, + { + "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", + "type": "spoofs" + }, + { + "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", + "type": "spoofs" + }, + { + "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "type": "spoofs" + }, + { + "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "type": "spoofs" + }, + { + "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", + "type": "spoofs" + }, + { + "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", + "type": "spoofs" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "spoofs" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "spoofs" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "spoofs" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "spoofs" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "spoofs" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "spoofs" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "spoofs" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "spoofs" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "spoofs" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "spoofs" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "spoofs" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "spoofs" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "spoofs" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "spoofs" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "spoofs" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "spoofs" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "spoofs" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "spoofs" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "spoofs" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "spoofs" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "spoofs" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "spoofs" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "spoofs" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "spoofs" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "spoofs" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "spoofs" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "spoofs" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "spoofs" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "spoofs" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "spoofs" + }, + { + "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", + "type": "spoofs" + }, + { + "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", + "type": "spoofs" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "spoofs" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "spoofs" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "spoofs" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "spoofs" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "spoofs" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "spoofs" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "spoofs" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "spoofs" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "spoofs" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "spoofs" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "spoofs" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "spoofs" + }, + { + "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", + "type": "spoofs" + }, + { + "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", + "type": "spoofs" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "spoofs" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "spoofs" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "spoofs" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "spoofs" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "spoofs" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "spoofs" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "spoofs" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "spoofs" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "spoofs" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "spoofs" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "spoofs" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "spoofs" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "spoofs" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "spoofs" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "spoofs" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "spoofs" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "spoofs" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "spoofs" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "spoofs" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "spoofs" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "spoofs" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "spoofs" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "spoofs" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "spoofs" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "spoofs" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "spoofs" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "spoofs" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "spoofs" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "spoofs" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "spoofs" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "spoofs" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "spoofs" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "spoofs" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "spoofs" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "spoofs" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "spoofs" + }, + { + "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", + "type": "spoofs" + }, + { + "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", + "type": "spoofs" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "spoofs" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "spoofs" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "spoofs" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "spoofs" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "spoofs" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "spoofs" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "spoofs" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "spoofs" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "spoofs" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "spoofs" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "spoofs" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "spoofs" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "spoofs" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "spoofs" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "spoofs" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "spoofs" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "spoofs" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "spoofs" } ], "uuid": "b859f04e-f52d-5208-8643-d3faff214e13", @@ -11072,6 +11072,22 @@ ] }, "related": [ + { + "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", + "type": "analyzes" + }, + { + "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", + "type": "analyzes" + }, + { + "dest-uuid": "3257eb21-f9a7-4430-8de1-d8b6e288f529", + "type": "may-contain" + }, + { + "dest-uuid": "3257eb21-f9a7-4430-8de1-d8b6e288f529", + "type": "may-contain" + }, { "dest-uuid": "3257eb21-f9a7-4430-8de1-d8b6e288f529", "type": "may-contain" @@ -11084,22 +11100,6 @@ "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", "type": "analyzes" }, - { - "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", - "type": "analyzes" - }, - { - "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", - "type": "analyzes" - }, - { - "dest-uuid": "3257eb21-f9a7-4430-8de1-d8b6e288f529", - "type": "may-contain" - }, - { - "dest-uuid": "3257eb21-f9a7-4430-8de1-d8b6e288f529", - "type": "may-contain" - }, { "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", "type": "analyzes" @@ -11139,39 +11139,19 @@ "type": "maps" }, { - "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", - "type": "maps" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", "type": "maps" }, { "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", "type": "maps" }, - { - "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", - "type": "maps" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "maps" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "maps" - }, { "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", "type": "maps" }, { - "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", - "type": "maps" - }, - { - "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", "type": "maps" }, { @@ -11179,7 +11159,27 @@ "type": "maps" }, { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "maps" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "maps" + }, + { + "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", + "type": "maps" + }, + { + "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", + "type": "maps" + }, + { + "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", + "type": "maps" + }, + { + "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", "type": "maps" } ], @@ -11216,11 +11216,11 @@ }, "related": [ { - "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", "type": "maps" }, { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", "type": "maps" }, { @@ -11236,31 +11236,31 @@ "type": "maps" }, { - "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", "type": "maps" }, { "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", "type": "maps" }, - { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", - "type": "maps" - }, - { - "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", - "type": "maps" - }, - { - "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", - "type": "maps" - }, { "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", "type": "maps" }, { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", + "type": "maps" + }, + { + "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", + "type": "maps" + }, + { + "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", + "type": "maps" + }, + { + "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", "type": "maps" } ], @@ -11280,19 +11280,7 @@ }, "related": [ { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", - "type": "analyzes" - }, - { - "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", + "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", "type": "analyzes" }, { @@ -11303,82 +11291,14 @@ "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, - { - "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", - "type": "analyzes" - }, - { - "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", - "type": "analyzes" - }, - { - "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", - "type": "analyzes" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "analyzes" - }, { "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", - "type": "analyzes" - }, - { - "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", - "type": "analyzes" - }, { "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, - { - "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", - "type": "analyzes" - }, - { - "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", - "type": "analyzes" - }, - { - "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, { "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" @@ -11387,9 +11307,89 @@ "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", "type": "analyzes" }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "analyzes" + }, + { + "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", + "type": "analyzes" + }, + { + "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", + "type": "analyzes" + }, + { + "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", + "type": "analyzes" + }, + { + "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, { "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", "type": "analyzes" + }, + { + "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", + "type": "analyzes" + }, + { + "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", + "type": "analyzes" + }, + { + "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", + "type": "analyzes" + }, + { + "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", + "type": "analyzes" + }, + { + "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", + "type": "analyzes" + }, + { + "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", + "type": "analyzes" + }, + { + "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", + "type": "analyzes" } ], "uuid": "621e2d87-e082-5a7b-87b7-bfe28d1a3374", @@ -11425,11 +11425,11 @@ }, "related": [ { - "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", + "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", "type": "blocks" }, { - "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", + "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", "type": "blocks" } ], @@ -11448,522 +11448,10 @@ ] }, "related": [ - { - "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", - "type": "analyzes" - }, - { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, { "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "type": "analyzes" }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", - "type": "analyzes" - }, - { - "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", - "type": "analyzes" - }, - { - "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", - "type": "analyzes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "analyzes" - }, - { - "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", - "type": "analyzes" - }, - { - "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", - "type": "analyzes" - }, - { - "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", - "type": "analyzes" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", - "type": "analyzes" - }, - { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", - "type": "analyzes" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "analyzes" - }, - { - "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "analyzes" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "analyzes" - }, - { - "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", - "type": "analyzes" - }, - { - "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", - "type": "analyzes" - }, - { - "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", - "type": "analyzes" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "analyzes" - }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", - "type": "analyzes" - }, - { - "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", - "type": "analyzes" - }, - { - "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", - "type": "analyzes" - }, - { - "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", - "type": "analyzes" - }, - { - "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", - "type": "analyzes" - }, - { - "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", - "type": "analyzes" - }, - { - "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", - "type": "analyzes" - }, - { - "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", - "type": "analyzes" - }, - { - "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", - "type": "analyzes" - }, - { - "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", - "type": "analyzes" - }, - { - "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", - "type": "analyzes" - }, - { - "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", - "type": "analyzes" - }, - { - "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", - "type": "analyzes" - }, - { - "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", - "type": "analyzes" - }, - { - "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", - "type": "analyzes" - }, - { - "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", - "type": "analyzes" - }, - { - "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", - "type": "analyzes" - }, - { - "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", - "type": "analyzes" - }, - { - "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", - "type": "analyzes" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "analyzes" - }, - { - "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", - "type": "analyzes" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", - "type": "analyzes" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "analyzes" - }, - { - "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", - "type": "analyzes" - }, - { - "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", - "type": "analyzes" - }, - { - "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", - "type": "analyzes" - }, - { - "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "analyzes" - }, - { - "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", - "type": "analyzes" - }, - { - "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", - "type": "analyzes" - }, - { - "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", - "type": "analyzes" - }, - { - "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", - "type": "analyzes" - }, - { - "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", - "type": "analyzes" - }, - { - "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", - "type": "analyzes" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "analyzes" - }, - { - "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", - "type": "analyzes" - }, - { - "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "analyzes" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", - "type": "analyzes" - }, - { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", - "type": "analyzes" - }, - { - "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", - "type": "analyzes" - }, - { - "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", - "type": "analyzes" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", - "type": "analyzes" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, { "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "type": "analyzes" @@ -11973,183 +11461,39 @@ "type": "analyzes" }, { - "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, { - "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, { - "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", + "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", "type": "analyzes" }, { - "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", + "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", "type": "analyzes" }, { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { - "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { - "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { - "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", - "type": "analyzes" - }, - { - "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", - "type": "analyzes" - }, - { - "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", - "type": "analyzes" - }, - { - "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", - "type": "analyzes" - }, - { - "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", - "type": "analyzes" - }, - { - "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", - "type": "analyzes" - }, - { - "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", - "type": "analyzes" - }, - { - "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", - "type": "analyzes" - }, - { - "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", - "type": "analyzes" - }, - { - "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", - "type": "analyzes" - }, - { - "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", - "type": "analyzes" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "analyzes" - }, - { - "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", - "type": "analyzes" - }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", - "type": "analyzes" - }, - { - "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { @@ -12157,27 +11501,31 @@ "type": "analyzes" }, { - "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", + "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", "type": "analyzes" }, { - "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", + "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", "type": "analyzes" }, { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", "type": "analyzes" }, { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", "type": "analyzes" }, { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", "type": "analyzes" }, { - "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", + "type": "analyzes" + }, + { + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", "type": "analyzes" }, { @@ -12185,12 +11533,664 @@ "type": "analyzes" }, { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "analyzes" + }, + { + "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", + "type": "analyzes" + }, + { + "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", + "type": "analyzes" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "analyzes" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "analyzes" + }, + { + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", + "type": "analyzes" + }, + { + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", "type": "analyzes" }, { "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", "type": "analyzes" + }, + { + "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", + "type": "analyzes" + }, + { + "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", + "type": "analyzes" + }, + { + "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", + "type": "analyzes" + }, + { + "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", + "type": "analyzes" + }, + { + "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", + "type": "analyzes" + }, + { + "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", + "type": "analyzes" + }, + { + "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", + "type": "analyzes" + }, + { + "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", + "type": "analyzes" + }, + { + "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", + "type": "analyzes" + }, + { + "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", + "type": "analyzes" + }, + { + "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", + "type": "analyzes" + }, + { + "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", + "type": "analyzes" + }, + { + "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", + "type": "analyzes" + }, + { + "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", + "type": "analyzes" + }, + { + "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", + "type": "analyzes" + }, + { + "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", + "type": "analyzes" + }, + { + "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", + "type": "analyzes" + }, + { + "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", + "type": "analyzes" + }, + { + "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", + "type": "analyzes" + }, + { + "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", + "type": "analyzes" + }, + { + "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "type": "analyzes" + }, + { + "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "type": "analyzes" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "analyzes" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "analyzes" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "analyzes" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "analyzes" + }, + { + "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", + "type": "analyzes" + }, + { + "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "analyzes" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "analyzes" + }, + { + "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "type": "analyzes" + }, + { + "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", + "type": "analyzes" + }, + { + "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", + "type": "analyzes" + }, + { + "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", + "type": "analyzes" + }, + { + "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", + "type": "analyzes" + }, + { + "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", + "type": "analyzes" + }, + { + "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", + "type": "analyzes" + }, + { + "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", + "type": "analyzes" + }, + { + "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", + "type": "analyzes" + }, + { + "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", + "type": "analyzes" + }, + { + "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "analyzes" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "analyzes" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "analyzes" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "analyzes" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "analyzes" + }, + { + "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", + "type": "analyzes" + }, + { + "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", + "type": "analyzes" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "analyzes" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "analyzes" + }, + { + "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", + "type": "analyzes" + }, + { + "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", + "type": "analyzes" + }, + { + "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", + "type": "analyzes" + }, + { + "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", + "type": "analyzes" + }, + { + "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", + "type": "analyzes" + }, + { + "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", + "type": "analyzes" + }, + { + "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", + "type": "analyzes" + }, + { + "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", + "type": "analyzes" + }, + { + "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", + "type": "analyzes" + }, + { + "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", + "type": "analyzes" + }, + { + "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", + "type": "analyzes" + }, + { + "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", + "type": "analyzes" + }, + { + "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", + "type": "analyzes" + }, + { + "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", + "type": "analyzes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "analyzes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "analyzes" + }, + { + "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", + "type": "analyzes" + }, + { + "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", + "type": "analyzes" + }, + { + "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", + "type": "analyzes" + }, + { + "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", + "type": "analyzes" + }, + { + "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "type": "analyzes" + }, + { + "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "type": "analyzes" + }, + { + "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", + "type": "analyzes" + }, + { + "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", + "type": "analyzes" + }, + { + "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", + "type": "analyzes" + }, + { + "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", + "type": "analyzes" + }, + { + "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", + "type": "analyzes" + }, + { + "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", + "type": "analyzes" + }, + { + "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", + "type": "analyzes" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "analyzes" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "analyzes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "analyzes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "type": "analyzes" + }, + { + "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "type": "analyzes" + }, + { + "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", + "type": "analyzes" + }, + { + "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", + "type": "analyzes" + }, + { + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "type": "analyzes" + }, + { + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "type": "analyzes" + }, + { + "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "type": "analyzes" + }, + { + "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", + "type": "analyzes" + }, + { + "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", + "type": "analyzes" + }, + { + "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", + "type": "analyzes" + }, + { + "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", + "type": "analyzes" + }, + { + "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", + "type": "analyzes" + }, + { + "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", + "type": "analyzes" + }, + { + "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", + "type": "analyzes" + }, + { + "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", + "type": "analyzes" } ], "uuid": "7f468f98-b47e-5232-9f63-5d5c1f1e5d58", @@ -12244,7 +12244,27 @@ }, "related": [ { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", + "type": "hardens" + }, + { + "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", + "type": "hardens" + }, + { + "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", + "type": "hardens" + }, + { + "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", + "type": "hardens" + }, + { + "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", + "type": "hardens" + }, + { + "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", "type": "hardens" }, { @@ -12252,15 +12272,7 @@ "type": "hardens" }, { - "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", - "type": "hardens" - }, - { - "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", - "type": "hardens" - }, - { - "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", + "dest-uuid": "4eb28bed-d11a-4641-9863-c2ac017d910a", "type": "hardens" }, { @@ -12271,24 +12283,12 @@ "dest-uuid": "7d77a07d-02fe-4e88-8bd9-e9c008c01bf0", "type": "hardens" }, - { - "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", - "type": "hardens" - }, - { - "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", - "type": "hardens" - }, - { - "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", - "type": "hardens" - }, { "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", "type": "hardens" }, { - "dest-uuid": "4eb28bed-d11a-4641-9863-c2ac017d910a", + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", "type": "hardens" } ], @@ -12308,15 +12308,7 @@ }, "related": [ { - "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", - "type": "analyzes" - }, - { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "type": "analyzes" }, { @@ -12324,191 +12316,19 @@ "type": "analyzes" }, { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", - "type": "analyzes" - }, - { - "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", - "type": "analyzes" - }, - { - "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", - "type": "analyzes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "analyzes" - }, - { - "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", - "type": "analyzes" - }, - { - "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", - "type": "analyzes" - }, - { - "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", - "type": "analyzes" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, { "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "analyzes" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "analyzes" - }, - { - "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", - "type": "analyzes" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", - "type": "analyzes" - }, - { - "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", - "type": "analyzes" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "analyzes" - }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, { "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "analyzes" - }, - { - "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, { @@ -12516,155 +12336,27 @@ "type": "analyzes" }, { - "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", + "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", "type": "analyzes" }, { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { - "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { - "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { - "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", - "type": "analyzes" - }, - { - "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", - "type": "analyzes" - }, - { - "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", - "type": "analyzes" - }, - { - "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "analyzes" - }, - { - "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", - "type": "analyzes" - }, - { - "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", - "type": "analyzes" - }, - { - "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", - "type": "analyzes" - }, - { - "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", - "type": "analyzes" - }, - { - "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", - "type": "analyzes" - }, - { - "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", - "type": "analyzes" - }, - { - "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", - "type": "analyzes" - }, - { - "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", - "type": "analyzes" - }, - { - "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", - "type": "analyzes" - }, - { - "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", - "type": "analyzes" - }, - { - "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", - "type": "analyzes" - }, - { - "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", - "type": "analyzes" - }, - { - "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", - "type": "analyzes" - }, - { - "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", - "type": "analyzes" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "analyzes" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "analyzes" - }, - { - "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", "type": "analyzes" }, { @@ -12676,15 +12368,7 @@ "type": "analyzes" }, { - "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", - "type": "analyzes" - }, - { - "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", - "type": "analyzes" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", "type": "analyzes" }, { @@ -12692,115 +12376,15 @@ "type": "analyzes" }, { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", "type": "analyzes" }, { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", "type": "analyzes" }, { - "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", - "type": "analyzes" - }, - { - "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", - "type": "analyzes" - }, - { - "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", - "type": "analyzes" - }, - { - "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", - "type": "analyzes" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "analyzes" - }, - { - "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", - "type": "analyzes" - }, - { - "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", - "type": "analyzes" - }, - { - "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "analyzes" - }, - { - "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", - "type": "analyzes" - }, - { - "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", - "type": "analyzes" - }, - { - "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", - "type": "analyzes" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", "type": "analyzes" }, { @@ -12808,119 +12392,7 @@ "type": "analyzes" }, { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", - "type": "analyzes" - }, - { - "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", - "type": "analyzes" - }, - { - "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", - "type": "analyzes" - }, - { - "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", - "type": "analyzes" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "analyzes" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "analyzes" - }, - { - "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", - "type": "analyzes" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "analyzes" - }, - { - "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", - "type": "analyzes" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "analyzes" - }, - { - "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", - "type": "analyzes" - }, - { - "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", - "type": "analyzes" - }, - { - "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", - "type": "analyzes" - }, - { - "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", - "type": "analyzes" - }, - { - "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", "type": "analyzes" }, { @@ -12928,75 +12400,31 @@ "type": "analyzes" }, { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", "type": "analyzes" }, { - "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", "type": "analyzes" }, { - "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", "type": "analyzes" }, { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", "type": "analyzes" }, { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", "type": "analyzes" }, { - "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", + "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", "type": "analyzes" }, { - "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", - "type": "analyzes" - }, - { - "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", - "type": "analyzes" - }, - { - "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", - "type": "analyzes" - }, - { - "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", - "type": "analyzes" - }, - { - "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", - "type": "analyzes" - }, - { - "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", - "type": "analyzes" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "analyzes" - }, - { - "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", "type": "analyzes" }, { @@ -13004,23 +12432,31 @@ "type": "analyzes" }, { - "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", + "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", "type": "analyzes" }, { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", "type": "analyzes" }, { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", "type": "analyzes" }, { - "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", "type": "analyzes" }, { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", + "type": "analyzes" + }, + { + "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", + "type": "analyzes" + }, + { + "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", "type": "analyzes" }, { @@ -13028,28 +12464,592 @@ "type": "analyzes" }, { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", "type": "analyzes" }, { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", + "type": "analyzes" + }, + { + "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", + "type": "analyzes" + }, + { + "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", + "type": "analyzes" + }, + { + "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", + "type": "analyzes" + }, + { + "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", + "type": "analyzes" + }, + { + "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", + "type": "analyzes" + }, + { + "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", + "type": "analyzes" + }, + { + "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", + "type": "analyzes" + }, + { + "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", + "type": "analyzes" + }, + { + "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", "type": "analyzes" }, { "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", "type": "analyzes" }, + { + "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", + "type": "analyzes" + }, + { + "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "type": "analyzes" + }, + { + "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "type": "analyzes" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "analyzes" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "analyzes" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "analyzes" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "analyzes" + }, + { + "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", + "type": "analyzes" + }, + { + "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "analyzes" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "analyzes" + }, + { + "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "type": "analyzes" + }, + { + "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", + "type": "analyzes" + }, + { + "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", + "type": "analyzes" + }, + { + "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", + "type": "analyzes" + }, + { + "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", + "type": "analyzes" + }, + { + "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", + "type": "analyzes" + }, + { + "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", + "type": "analyzes" + }, + { + "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", + "type": "analyzes" + }, + { + "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", + "type": "analyzes" + }, + { + "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", + "type": "analyzes" + }, + { + "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, { "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", "type": "analyzes" }, { - "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "analyzes" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "analyzes" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "analyzes" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "analyzes" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "analyzes" + }, + { + "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", + "type": "analyzes" + }, + { + "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", + "type": "analyzes" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "analyzes" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "analyzes" + }, + { + "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", + "type": "analyzes" + }, + { + "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", + "type": "analyzes" + }, + { + "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", + "type": "analyzes" + }, + { + "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", + "type": "analyzes" + }, + { + "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", + "type": "analyzes" + }, + { + "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", + "type": "analyzes" + }, + { + "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", + "type": "analyzes" + }, + { + "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", + "type": "analyzes" + }, + { + "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", + "type": "analyzes" + }, + { + "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", + "type": "analyzes" + }, + { + "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", + "type": "analyzes" + }, + { + "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", + "type": "analyzes" + }, + { + "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", + "type": "analyzes" + }, + { + "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", + "type": "analyzes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "analyzes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "analyzes" + }, + { + "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", + "type": "analyzes" + }, + { + "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", + "type": "analyzes" + }, + { + "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", + "type": "analyzes" + }, + { + "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", + "type": "analyzes" + }, + { + "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "type": "analyzes" + }, + { + "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "type": "analyzes" + }, + { + "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", + "type": "analyzes" + }, + { + "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", + "type": "analyzes" + }, + { + "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", + "type": "analyzes" + }, + { + "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", + "type": "analyzes" + }, + { + "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", + "type": "analyzes" + }, + { + "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", + "type": "analyzes" + }, + { + "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", + "type": "analyzes" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "analyzes" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "analyzes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "analyzes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", "type": "analyzes" }, { "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", "type": "analyzes" + }, + { + "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "type": "analyzes" + }, + { + "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", + "type": "analyzes" + }, + { + "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", + "type": "analyzes" + }, + { + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "type": "analyzes" + }, + { + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "type": "analyzes" + }, + { + "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "type": "analyzes" + }, + { + "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", + "type": "analyzes" + }, + { + "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", + "type": "analyzes" + }, + { + "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", + "type": "analyzes" + }, + { + "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", + "type": "analyzes" + }, + { + "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", + "type": "analyzes" + }, + { + "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", + "type": "analyzes" + }, + { + "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", + "type": "analyzes" + }, + { + "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", + "type": "analyzes" } ], "uuid": "d6d1ec4f-3928-5656-a04a-6e80c97b74c0", @@ -13067,6 +13067,34 @@ ] }, "related": [ + { + "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", + "type": "analyzes" + }, + { + "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", + "type": "analyzes" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "analyzes" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "analyzes" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "analyzes" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "analyzes" + }, + { + "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", + "type": "analyzes" + }, { "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", "type": "analyzes" @@ -13075,44 +13103,16 @@ "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", "type": "analyzes" }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "analyzes" - }, - { - "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", - "type": "analyzes" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "analyzes" - }, - { - "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", - "type": "analyzes" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "analyzes" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "analyzes" - }, - { - "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", - "type": "analyzes" - }, - { - "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", - "type": "analyzes" - }, { "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", "type": "analyzes" }, { - "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", + "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", + "type": "analyzes" + }, + { + "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", "type": "analyzes" } ], @@ -13173,15 +13173,7 @@ }, "related": [ { - "dest-uuid": "341e222a-a6e3-4f6f-b69c-831d792b1580", - "type": "restores" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "restores" - }, - { - "dest-uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "restores" }, { @@ -13189,19 +13181,63 @@ "type": "restores" }, { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "restores" }, { - "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "restores" }, { - "dest-uuid": "c1b68a96-3c48-49ea-a6c0-9b27359f9c19", + "dest-uuid": "1a80d097-54df-41d8-9d33-34e755ec5e72", "type": "restores" }, { - "dest-uuid": "cff94884-3b1c-4987-a70b-6d5643c621c3", + "dest-uuid": "1a80d097-54df-41d8-9d33-34e755ec5e72", + "type": "restores" + }, + { + "dest-uuid": "1eaebf46-e361-4437-bc23-d5d65a3b92e3", + "type": "restores" + }, + { + "dest-uuid": "1eaebf46-e361-4437-bc23-d5d65a3b92e3", + "type": "restores" + }, + { + "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "type": "restores" + }, + { + "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "type": "restores" + }, + { + "dest-uuid": "2959d63f-73fd-46a1-abd2-109d7dcede32", + "type": "restores" + }, + { + "dest-uuid": "2959d63f-73fd-46a1-abd2-109d7dcede32", + "type": "restores" + }, + { + "dest-uuid": "2959d63f-73fd-46a1-abd2-109d7dcede32", + "type": "restores" + }, + { + "dest-uuid": "2959d63f-73fd-46a1-abd2-109d7dcede32", + "type": "restores" + }, + { + "dest-uuid": "341e222a-a6e3-4f6f-b69c-831d792b1580", + "type": "restores" + }, + { + "dest-uuid": "341e222a-a6e3-4f6f-b69c-831d792b1580", + "type": "restores" + }, + { + "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", "type": "restores" }, { @@ -13213,67 +13249,11 @@ "type": "restores" }, { - "dest-uuid": "1a80d097-54df-41d8-9d33-34e755ec5e72", + "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", "type": "restores" }, { - "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", - "type": "restores" - }, - { - "dest-uuid": "1eaebf46-e361-4437-bc23-d5d65a3b92e3", - "type": "restores" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "restores" - }, - { - "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", - "type": "restores" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "restores" - }, - { - "dest-uuid": "2959d63f-73fd-46a1-abd2-109d7dcede32", - "type": "restores" - }, - { - "dest-uuid": "2959d63f-73fd-46a1-abd2-109d7dcede32", - "type": "restores" - }, - { - "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", - "type": "restores" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "restores" - }, - { - "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", - "type": "restores" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "restores" - }, - { - "dest-uuid": "dfebc3b7-d19d-450b-81c7-6dafe4184c04", - "type": "restores" - }, - { - "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", - "type": "restores" - }, - { - "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", - "type": "restores" - }, - { - "dest-uuid": "cff94884-3b1c-4987-a70b-6d5643c621c3", + "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", "type": "restores" }, { @@ -13285,35 +13265,7 @@ "type": "restores" }, { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "restores" - }, - { - "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", - "type": "restores" - }, - { - "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", - "type": "restores" - }, - { - "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", - "type": "restores" - }, - { - "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", - "type": "restores" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "restores" - }, - { - "dest-uuid": "2959d63f-73fd-46a1-abd2-109d7dcede32", - "type": "restores" - }, - { - "dest-uuid": "1a80d097-54df-41d8-9d33-34e755ec5e72", + "dest-uuid": "57340c81-c025-4189-8fa0-fc7ede51bae4", "type": "restores" }, { @@ -13321,47 +13273,7 @@ "type": "restores" }, { - "dest-uuid": "1eaebf46-e361-4437-bc23-d5d65a3b92e3", - "type": "restores" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "restores" - }, - { - "dest-uuid": "341e222a-a6e3-4f6f-b69c-831d792b1580", - "type": "restores" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "restores" - }, - { - "dest-uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", - "type": "restores" - }, - { - "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", - "type": "restores" - }, - { - "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", - "type": "restores" - }, - { - "dest-uuid": "dfebc3b7-d19d-450b-81c7-6dafe4184c04", - "type": "restores" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "restores" - }, - { - "dest-uuid": "cff94884-3b1c-4987-a70b-6d5643c621c3", - "type": "restores" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", "type": "restores" }, { @@ -13369,21 +13281,85 @@ "type": "restores" }, { - "dest-uuid": "2959d63f-73fd-46a1-abd2-109d7dcede32", + "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", "type": "restores" }, { - "dest-uuid": "57340c81-c025-4189-8fa0-fc7ede51bae4", + "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", + "type": "restores" + }, + { + "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", "type": "restores" }, { "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", "type": "restores" }, + { + "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "type": "restores" + }, + { + "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "type": "restores" + }, + { + "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "type": "restores" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "restores" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "restores" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "restores" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "restores" + }, { "dest-uuid": "c1b68a96-3c48-49ea-a6c0-9b27359f9c19", "type": "restores" }, + { + "dest-uuid": "c1b68a96-3c48-49ea-a6c0-9b27359f9c19", + "type": "restores" + }, + { + "dest-uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", + "type": "restores" + }, + { + "dest-uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", + "type": "restores" + }, + { + "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", + "type": "restores" + }, + { + "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", + "type": "restores" + }, + { + "dest-uuid": "cff94884-3b1c-4987-a70b-6d5643c621c3", + "type": "restores" + }, + { + "dest-uuid": "cff94884-3b1c-4987-a70b-6d5643c621c3", + "type": "restores" + }, + { + "dest-uuid": "cff94884-3b1c-4987-a70b-6d5643c621c3", + "type": "restores" + }, { "dest-uuid": "cff94884-3b1c-4987-a70b-6d5643c621c3", "type": "restores" @@ -13393,7 +13369,31 @@ "type": "restores" }, { - "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "restores" + }, + { + "dest-uuid": "dfebc3b7-d19d-450b-81c7-6dafe4184c04", + "type": "restores" + }, + { + "dest-uuid": "dfebc3b7-d19d-450b-81c7-6dafe4184c04", + "type": "restores" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "type": "restores" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "type": "restores" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "type": "restores" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", "type": "restores" } ], @@ -13426,10 +13426,26 @@ ] }, "related": [ + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "validates" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "validates" + }, { "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", "type": "validates" }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "validates" + }, + { + "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", + "type": "validates" + }, { "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", "type": "validates" @@ -13438,33 +13454,17 @@ "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", "type": "validates" }, - { - "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", - "type": "validates" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "validates" - }, - { - "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", - "type": "validates" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "validates" - }, - { - "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", - "type": "validates" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "validates" - }, { "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", "type": "validates" + }, + { + "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", + "type": "validates" + }, + { + "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", + "type": "validates" } ], "uuid": "3c89698e-452a-55bd-b231-2b8a9121560c", @@ -13487,19 +13487,7 @@ }, "related": [ { - "dest-uuid": "39131305-9282-45e4-ac3b-591d2d4fc3ef", - "type": "inventories" - }, - { - "dest-uuid": "3b744087-9945-4a6f-91e8-9dbceda417a4", - "type": "inventories" - }, - { - "dest-uuid": "a3e1e6c5-9c74-4fc0-a16c-a9d228c17829", - "type": "inventories" - }, - { - "dest-uuid": "d40239b3-05ff-46d8-9bdd-b46d13463ef9", + "dest-uuid": "09a60ea3-a8d1-4ae5-976e-5783248b72a4", "type": "inventories" }, { @@ -13507,7 +13495,15 @@ "type": "inventories" }, { - "dest-uuid": "6faf650d-bf31-4eb4-802d-1000cf38efaf", + "dest-uuid": "09a60ea3-a8d1-4ae5-976e-5783248b72a4", + "type": "inventories" + }, + { + "dest-uuid": "09a60ea3-a8d1-4ae5-976e-5783248b72a4", + "type": "inventories" + }, + { + "dest-uuid": "1035cdf2-3e5f-446f-a7a7-e8f6d7925967", "type": "inventories" }, { @@ -13518,77 +13514,81 @@ "dest-uuid": "1b7ba276-eedc-4951-a762-0ceea2c030ec", "type": "inventories" }, - { - "dest-uuid": "09a60ea3-a8d1-4ae5-976e-5783248b72a4", - "type": "inventories" - }, - { - "dest-uuid": "dd43c543-bb85-4a6f-aa6e-160d90d06a49", - "type": "inventories" - }, - { - "dest-uuid": "3b744087-9945-4a6f-91e8-9dbceda417a4", - "type": "inventories" - }, - { - "dest-uuid": "8565825b-21c8-4518-b75e-cbc4c717a156", - "type": "inventories" - }, - { - "dest-uuid": "64196062-5210-42c3-9a02-563a0d1797ef", - "type": "inventories" - }, - { - "dest-uuid": "3b744087-9945-4a6f-91e8-9dbceda417a4", - "type": "inventories" - }, { "dest-uuid": "1b7ba276-eedc-4951-a762-0ceea2c030ec", "type": "inventories" }, - { - "dest-uuid": "8565825b-21c8-4518-b75e-cbc4c717a156", - "type": "inventories" - }, - { - "dest-uuid": "1035cdf2-3e5f-446f-a7a7-e8f6d7925967", - "type": "inventories" - }, - { - "dest-uuid": "dd43c543-bb85-4a6f-aa6e-160d90d06a49", - "type": "inventories" - }, - { - "dest-uuid": "d40239b3-05ff-46d8-9bdd-b46d13463ef9", - "type": "inventories" - }, - { - "dest-uuid": "09a60ea3-a8d1-4ae5-976e-5783248b72a4", - "type": "inventories" - }, - { - "dest-uuid": "6faf650d-bf31-4eb4-802d-1000cf38efaf", - "type": "inventories" - }, - { - "dest-uuid": "09a60ea3-a8d1-4ae5-976e-5783248b72a4", - "type": "inventories" - }, - { - "dest-uuid": "3b744087-9945-4a6f-91e8-9dbceda417a4", - "type": "inventories" - }, { "dest-uuid": "39131305-9282-45e4-ac3b-591d2d4fc3ef", "type": "inventories" }, + { + "dest-uuid": "39131305-9282-45e4-ac3b-591d2d4fc3ef", + "type": "inventories" + }, + { + "dest-uuid": "3b744087-9945-4a6f-91e8-9dbceda417a4", + "type": "inventories" + }, + { + "dest-uuid": "3b744087-9945-4a6f-91e8-9dbceda417a4", + "type": "inventories" + }, + { + "dest-uuid": "3b744087-9945-4a6f-91e8-9dbceda417a4", + "type": "inventories" + }, + { + "dest-uuid": "3b744087-9945-4a6f-91e8-9dbceda417a4", + "type": "inventories" + }, { "dest-uuid": "64196062-5210-42c3-9a02-563a0d1797ef", "type": "inventories" }, + { + "dest-uuid": "64196062-5210-42c3-9a02-563a0d1797ef", + "type": "inventories" + }, + { + "dest-uuid": "6faf650d-bf31-4eb4-802d-1000cf38efaf", + "type": "inventories" + }, + { + "dest-uuid": "6faf650d-bf31-4eb4-802d-1000cf38efaf", + "type": "inventories" + }, + { + "dest-uuid": "8565825b-21c8-4518-b75e-cbc4c717a156", + "type": "inventories" + }, + { + "dest-uuid": "8565825b-21c8-4518-b75e-cbc4c717a156", + "type": "inventories" + }, { "dest-uuid": "a3e1e6c5-9c74-4fc0-a16c-a9d228c17829", "type": "inventories" + }, + { + "dest-uuid": "a3e1e6c5-9c74-4fc0-a16c-a9d228c17829", + "type": "inventories" + }, + { + "dest-uuid": "d40239b3-05ff-46d8-9bdd-b46d13463ef9", + "type": "inventories" + }, + { + "dest-uuid": "d40239b3-05ff-46d8-9bdd-b46d13463ef9", + "type": "inventories" + }, + { + "dest-uuid": "dd43c543-bb85-4a6f-aa6e-160d90d06a49", + "type": "inventories" + }, + { + "dest-uuid": "dd43c543-bb85-4a6f-aa6e-160d90d06a49", + "type": "inventories" } ], "uuid": "980ecd8a-c1ac-5641-9fa9-d569dc659f88", @@ -13611,55 +13611,11 @@ }, "related": [ { - "dest-uuid": "2959d63f-73fd-46a1-abd2-109d7dcede32", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "inventories" }, { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "inventories" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "inventories" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "inventories" - }, - { - "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", - "type": "inventories" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "inventories" - }, - { - "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", - "type": "inventories" - }, - { - "dest-uuid": "2959d63f-73fd-46a1-abd2-109d7dcede32", - "type": "inventories" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "inventories" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "inventories" - }, - { - "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", - "type": "inventories" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "inventories" - }, - { - "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "inventories" }, { @@ -13667,15 +13623,19 @@ "type": "inventories" }, { - "dest-uuid": "341e222a-a6e3-4f6f-b69c-831d792b1580", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "inventories" }, { - "dest-uuid": "cff94884-3b1c-4987-a70b-6d5643c621c3", + "dest-uuid": "1a80d097-54df-41d8-9d33-34e755ec5e72", "type": "inventories" }, { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "dest-uuid": "1a80d097-54df-41d8-9d33-34e755ec5e72", + "type": "inventories" + }, + { + "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", "type": "inventories" }, { @@ -13686,156 +13646,16 @@ "dest-uuid": "1eaebf46-e361-4437-bc23-d5d65a3b92e3", "type": "inventories" }, - { - "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", - "type": "inventories" - }, - { - "dest-uuid": "1a80d097-54df-41d8-9d33-34e755ec5e72", - "type": "inventories" - }, - { - "dest-uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", - "type": "inventories" - }, - { - "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", - "type": "inventories" - }, - { - "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", - "type": "inventories" - }, - { - "dest-uuid": "dfebc3b7-d19d-450b-81c7-6dafe4184c04", - "type": "inventories" - }, - { - "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", - "type": "inventories" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "inventories" - }, - { - "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", - "type": "inventories" - }, - { - "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", - "type": "inventories" - }, - { - "dest-uuid": "57340c81-c025-4189-8fa0-fc7ede51bae4", - "type": "inventories" - }, - { - "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", - "type": "inventories" - }, - { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", - "type": "inventories" - }, - { - "dest-uuid": "cff94884-3b1c-4987-a70b-6d5643c621c3", - "type": "inventories" - }, - { - "dest-uuid": "c1b68a96-3c48-49ea-a6c0-9b27359f9c19", - "type": "inventories" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "inventories" - }, - { - "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", - "type": "inventories" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "inventories" - }, - { - "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", - "type": "inventories" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "inventories" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "inventories" - }, - { - "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", - "type": "inventories" - }, - { - "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", - "type": "inventories" - }, - { - "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", - "type": "inventories" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "inventories" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "inventories" - }, - { - "dest-uuid": "57340c81-c025-4189-8fa0-fc7ede51bae4", - "type": "inventories" - }, - { - "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", - "type": "inventories" - }, - { - "dest-uuid": "1a80d097-54df-41d8-9d33-34e755ec5e72", - "type": "inventories" - }, - { - "dest-uuid": "dfebc3b7-d19d-450b-81c7-6dafe4184c04", - "type": "inventories" - }, - { - "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", - "type": "inventories" - }, - { - "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", - "type": "inventories" - }, { "dest-uuid": "1eaebf46-e361-4437-bc23-d5d65a3b92e3", "type": "inventories" }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "inventories" - }, - { - "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", - "type": "inventories" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "inventories" - }, { "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", "type": "inventories" }, { - "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", "type": "inventories" }, { @@ -13843,19 +13663,31 @@ "type": "inventories" }, { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "dest-uuid": "2959d63f-73fd-46a1-abd2-109d7dcede32", "type": "inventories" }, { - "dest-uuid": "cff94884-3b1c-4987-a70b-6d5643c621c3", + "dest-uuid": "2959d63f-73fd-46a1-abd2-109d7dcede32", "type": "inventories" }, { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", + "dest-uuid": "2959d63f-73fd-46a1-abd2-109d7dcede32", "type": "inventories" }, { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "inventories" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "inventories" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "inventories" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", "type": "inventories" }, { @@ -13863,23 +13695,23 @@ "type": "inventories" }, { - "dest-uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", + "dest-uuid": "341e222a-a6e3-4f6f-b69c-831d792b1580", "type": "inventories" }, { - "dest-uuid": "c1b68a96-3c48-49ea-a6c0-9b27359f9c19", + "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", "type": "inventories" }, { - "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", "type": "inventories" }, { - "dest-uuid": "2959d63f-73fd-46a1-abd2-109d7dcede32", + "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", "type": "inventories" }, { - "dest-uuid": "cff94884-3b1c-4987-a70b-6d5643c621c3", + "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", "type": "inventories" }, { @@ -13887,13 +13719,181 @@ "type": "inventories" }, { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "type": "inventories" + }, + { + "dest-uuid": "57340c81-c025-4189-8fa0-fc7ede51bae4", + "type": "inventories" + }, + { + "dest-uuid": "57340c81-c025-4189-8fa0-fc7ede51bae4", "type": "inventories" }, { "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", "type": "inventories" }, + { + "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", + "type": "inventories" + }, + { + "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", + "type": "inventories" + }, + { + "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", + "type": "inventories" + }, + { + "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", + "type": "inventories" + }, + { + "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", + "type": "inventories" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "inventories" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "inventories" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "inventories" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "inventories" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "inventories" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "inventories" + }, + { + "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", + "type": "inventories" + }, + { + "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", + "type": "inventories" + }, + { + "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "type": "inventories" + }, + { + "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "type": "inventories" + }, + { + "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "type": "inventories" + }, + { + "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "type": "inventories" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "inventories" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "inventories" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "inventories" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "inventories" + }, + { + "dest-uuid": "c1b68a96-3c48-49ea-a6c0-9b27359f9c19", + "type": "inventories" + }, + { + "dest-uuid": "c1b68a96-3c48-49ea-a6c0-9b27359f9c19", + "type": "inventories" + }, + { + "dest-uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", + "type": "inventories" + }, + { + "dest-uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", + "type": "inventories" + }, + { + "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", + "type": "inventories" + }, + { + "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", + "type": "inventories" + }, + { + "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", + "type": "inventories" + }, + { + "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", + "type": "inventories" + }, + { + "dest-uuid": "cff94884-3b1c-4987-a70b-6d5643c621c3", + "type": "inventories" + }, + { + "dest-uuid": "cff94884-3b1c-4987-a70b-6d5643c621c3", + "type": "inventories" + }, + { + "dest-uuid": "cff94884-3b1c-4987-a70b-6d5643c621c3", + "type": "inventories" + }, + { + "dest-uuid": "cff94884-3b1c-4987-a70b-6d5643c621c3", + "type": "inventories" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "inventories" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "inventories" + }, + { + "dest-uuid": "dfebc3b7-d19d-450b-81c7-6dafe4184c04", + "type": "inventories" + }, + { + "dest-uuid": "dfebc3b7-d19d-450b-81c7-6dafe4184c04", + "type": "inventories" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "type": "inventories" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "type": "inventories" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "type": "inventories" + }, { "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", "type": "inventories" @@ -13947,15 +13947,7 @@ }, "related": [ { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "analyzes" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "analyzes" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "analyzes" }, { @@ -13963,7 +13955,7 @@ "type": "analyzes" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "analyzes" }, { @@ -13979,7 +13971,11 @@ "type": "analyzes" }, { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "analyzes" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", "type": "analyzes" }, { @@ -13991,7 +13987,11 @@ "type": "analyzes" }, { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "analyzes" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", "type": "analyzes" } ], @@ -14011,7 +14011,7 @@ }, "related": [ { - "dest-uuid": "3b744087-9945-4a6f-91e8-9dbceda417a4", + "dest-uuid": "09a60ea3-a8d1-4ae5-976e-5783248b72a4", "type": "filters" }, { @@ -14019,7 +14019,15 @@ "type": "filters" }, { - "dest-uuid": "6faf650d-bf31-4eb4-802d-1000cf38efaf", + "dest-uuid": "09a60ea3-a8d1-4ae5-976e-5783248b72a4", + "type": "filters" + }, + { + "dest-uuid": "09a60ea3-a8d1-4ae5-976e-5783248b72a4", + "type": "filters" + }, + { + "dest-uuid": "1035cdf2-3e5f-446f-a7a7-e8f6d7925967", "type": "filters" }, { @@ -14030,34 +14038,6 @@ "dest-uuid": "1b7ba276-eedc-4951-a762-0ceea2c030ec", "type": "filters" }, - { - "dest-uuid": "3b744087-9945-4a6f-91e8-9dbceda417a4", - "type": "filters" - }, - { - "dest-uuid": "64196062-5210-42c3-9a02-563a0d1797ef", - "type": "filters" - }, - { - "dest-uuid": "a3e1e6c5-9c74-4fc0-a16c-a9d228c17829", - "type": "filters" - }, - { - "dest-uuid": "09a60ea3-a8d1-4ae5-976e-5783248b72a4", - "type": "filters" - }, - { - "dest-uuid": "a3e1e6c5-9c74-4fc0-a16c-a9d228c17829", - "type": "filters" - }, - { - "dest-uuid": "6faf650d-bf31-4eb4-802d-1000cf38efaf", - "type": "filters" - }, - { - "dest-uuid": "09a60ea3-a8d1-4ae5-976e-5783248b72a4", - "type": "filters" - }, { "dest-uuid": "1b7ba276-eedc-4951-a762-0ceea2c030ec", "type": "filters" @@ -14067,11 +14047,7 @@ "type": "filters" }, { - "dest-uuid": "64196062-5210-42c3-9a02-563a0d1797ef", - "type": "filters" - }, - { - "dest-uuid": "1035cdf2-3e5f-446f-a7a7-e8f6d7925967", + "dest-uuid": "3b744087-9945-4a6f-91e8-9dbceda417a4", "type": "filters" }, { @@ -14079,7 +14055,31 @@ "type": "filters" }, { - "dest-uuid": "09a60ea3-a8d1-4ae5-976e-5783248b72a4", + "dest-uuid": "3b744087-9945-4a6f-91e8-9dbceda417a4", + "type": "filters" + }, + { + "dest-uuid": "64196062-5210-42c3-9a02-563a0d1797ef", + "type": "filters" + }, + { + "dest-uuid": "64196062-5210-42c3-9a02-563a0d1797ef", + "type": "filters" + }, + { + "dest-uuid": "6faf650d-bf31-4eb4-802d-1000cf38efaf", + "type": "filters" + }, + { + "dest-uuid": "6faf650d-bf31-4eb4-802d-1000cf38efaf", + "type": "filters" + }, + { + "dest-uuid": "a3e1e6c5-9c74-4fc0-a16c-a9d228c17829", + "type": "filters" + }, + { + "dest-uuid": "a3e1e6c5-9c74-4fc0-a16c-a9d228c17829", "type": "filters" } ], @@ -14101,18 +14101,6 @@ ] }, "related": [ - { - "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", - "type": "may-access" - }, - { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", - "type": "may-access" - }, - { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", - "type": "deletes" - }, { "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", "type": "deletes" @@ -14130,13 +14118,25 @@ "type": "may-access" }, { - "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", "type": "may-access" }, { "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", "type": "may-access" }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "deletes" + }, + { + "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", + "type": "may-access" + }, + { + "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", + "type": "may-access" + }, { "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", "type": "may-access" @@ -14162,47 +14162,15 @@ }, "related": [ { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", "type": "analyzes" }, { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", "type": "analyzes" }, { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "analyzes" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "analyzes" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "analyzes" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "analyzes" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "analyzes" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "analyzes" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", "type": "analyzes" }, { @@ -14210,43 +14178,7 @@ "type": "analyzes" }, { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "analyzes" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "analyzes" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "analyzes" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "analyzes" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "analyzes" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "analyzes" - }, - { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", - "type": "analyzes" - }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "analyzes" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "analyzes" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", "type": "analyzes" }, { @@ -14254,19 +14186,39 @@ "type": "analyzes" }, { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", "type": "analyzes" }, { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "analyzes" }, { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "analyzes" }, { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", + "type": "analyzes" + }, + { + "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", + "type": "analyzes" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "analyzes" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "analyzes" + }, + { + "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", + "type": "analyzes" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", "type": "analyzes" }, { @@ -14274,7 +14226,23 @@ "type": "analyzes" }, { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "analyzes" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "analyzes" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "analyzes" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "analyzes" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", "type": "analyzes" }, { @@ -14285,6 +14253,30 @@ "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", "type": "analyzes" }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "analyzes" + }, + { + "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", + "type": "analyzes" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "analyzes" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "analyzes" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "analyzes" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "analyzes" + }, { "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", "type": "analyzes" @@ -14294,15 +14286,11 @@ "type": "analyzes" }, { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", "type": "analyzes" }, { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "analyzes" - }, - { - "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", "type": "analyzes" }, { @@ -14310,15 +14298,75 @@ "type": "analyzes" }, { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", "type": "analyzes" }, { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", "type": "analyzes" }, { - "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "analyzes" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "analyzes" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "analyzes" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "analyzes" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "analyzes" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "analyzes" + }, + { + "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", + "type": "analyzes" + }, + { + "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", + "type": "analyzes" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "analyzes" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "analyzes" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "analyzes" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "analyzes" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "analyzes" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "analyzes" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "analyzes" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", "type": "analyzes" }, { @@ -14330,27 +14378,11 @@ "type": "analyzes" }, { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", "type": "analyzes" }, { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "analyzes" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "analyzes" - }, - { - "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", - "type": "analyzes" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "analyzes" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", "type": "analyzes" }, { @@ -14358,55 +14390,23 @@ "type": "analyzes" }, { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", "type": "analyzes" }, { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", "type": "analyzes" }, { - "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", "type": "analyzes" }, { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", "type": "analyzes" }, { - "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", - "type": "analyzes" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "analyzes" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "analyzes" - }, - { - "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", - "type": "analyzes" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "analyzes" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "analyzes" - }, - { - "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", "type": "analyzes" } ], @@ -14430,59 +14430,7 @@ "type": "analyzes" }, { - "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", - "type": "analyzes" - }, - { - "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", - "type": "analyzes" - }, - { - "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", - "type": "analyzes" - }, - { - "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", - "type": "analyzes" - }, - { - "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", - "type": "analyzes" - }, - { - "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", - "type": "analyzes" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "analyzes" - }, - { - "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", - "type": "analyzes" - }, - { - "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", - "type": "analyzes" - }, - { - "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", - "type": "analyzes" - }, - { - "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", - "type": "analyzes" - }, - { - "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", - "type": "analyzes" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "analyzes" - }, - { - "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", "type": "analyzes" }, { @@ -14490,31 +14438,7 @@ "type": "analyzes" }, { - "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", - "type": "analyzes" - }, - { - "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", - "type": "analyzes" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "analyzes" - }, - { - "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", - "type": "analyzes" - }, - { - "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", - "type": "analyzes" - }, - { - "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", - "type": "analyzes" - }, - { - "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", "type": "analyzes" }, { @@ -14522,16 +14446,92 @@ "type": "analyzes" }, { - "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", "type": "analyzes" }, { "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", "type": "analyzes" }, + { + "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", + "type": "analyzes" + }, + { + "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", + "type": "analyzes" + }, + { + "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", + "type": "analyzes" + }, + { + "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", + "type": "analyzes" + }, + { + "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", + "type": "analyzes" + }, + { + "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", + "type": "analyzes" + }, + { + "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", + "type": "analyzes" + }, + { + "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", + "type": "analyzes" + }, + { + "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", + "type": "analyzes" + }, + { + "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", + "type": "analyzes" + }, + { + "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", + "type": "analyzes" + }, { "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", "type": "analyzes" + }, + { + "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", + "type": "analyzes" + }, + { + "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", + "type": "analyzes" + }, + { + "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", + "type": "analyzes" + }, + { + "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", + "type": "analyzes" + }, + { + "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", + "type": "analyzes" + }, + { + "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", + "type": "analyzes" + }, + { + "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", + "type": "analyzes" + }, + { + "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", + "type": "analyzes" } ], "uuid": "aa139b8e-02a6-530a-8b44-902ad7d8cca0", @@ -14588,95 +14588,27 @@ }, "related": [ { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", "type": "inventories" }, { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", "type": "inventories" }, { - "dest-uuid": "28170e17-8384-415c-8486-2e6b294cb803", + "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", "type": "inventories" }, { - "dest-uuid": "5372c5fe-f424-4def-bcd5-d3a8e770f07b", + "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", "type": "inventories" }, { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", "type": "inventories" }, { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "inventories" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "inventories" - }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "inventories" - }, - { - "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", - "type": "inventories" - }, - { - "dest-uuid": "4eb28bed-d11a-4641-9863-c2ac017d910a", - "type": "inventories" - }, - { - "dest-uuid": "4eb28bed-d11a-4641-9863-c2ac017d910a", - "type": "inventories" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "inventories" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "inventories" - }, - { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", - "type": "inventories" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "inventories" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "inventories" - }, - { - "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", - "type": "inventories" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "inventories" - }, - { - "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", - "type": "inventories" - }, - { - "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", - "type": "inventories" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "inventories" - }, - { - "dest-uuid": "98034fef-d9fb-4667-8dc4-2eab6231724c", - "type": "inventories" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", "type": "inventories" }, { @@ -14684,7 +14616,15 @@ "type": "inventories" }, { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "inventories" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "inventories" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "inventories" }, { @@ -14692,39 +14632,23 @@ "type": "inventories" }, { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", "type": "inventories" }, { - "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", + "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", "type": "inventories" }, { - "dest-uuid": "43881e51-ac74-445b-b4c6-f9f9e9bf23fe", + "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", "type": "inventories" }, { - "dest-uuid": "65917ae0-b854-4139-83fe-bf2441cf0196", + "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", "type": "inventories" }, { - "dest-uuid": "b8cfed42-6a8a-4989-ad72-541af74475ec", - "type": "inventories" - }, - { - "dest-uuid": "61afc315-860c-4364-825d-0d62b2e91edc", - "type": "inventories" - }, - { - "dest-uuid": "6836813e-8ec8-4375-b459-abb388cb1a35", - "type": "inventories" - }, - { - "dest-uuid": "5095a853-299c-4876-abd7-ac0050fb5462", - "type": "inventories" - }, - { - "dest-uuid": "8d7bd4f5-3a89-4453-9c82-2c8894d5655e", + "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", "type": "inventories" }, { @@ -14732,131 +14656,7 @@ "type": "inventories" }, { - "dest-uuid": "7d77a07d-02fe-4e88-8bd9-e9c008c01bf0", - "type": "inventories" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "inventories" - }, - { - "dest-uuid": "5095a853-299c-4876-abd7-ac0050fb5462", - "type": "inventories" - }, - { - "dest-uuid": "6836813e-8ec8-4375-b459-abb388cb1a35", - "type": "inventories" - }, - { - "dest-uuid": "61afc315-860c-4364-825d-0d62b2e91edc", - "type": "inventories" - }, - { - "dest-uuid": "b8cfed42-6a8a-4989-ad72-541af74475ec", - "type": "inventories" - }, - { - "dest-uuid": "43881e51-ac74-445b-b4c6-f9f9e9bf23fe", - "type": "inventories" - }, - { - "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", - "type": "inventories" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "inventories" - }, - { - "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", - "type": "inventories" - }, - { - "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", - "type": "inventories" - }, - { - "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", - "type": "inventories" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "inventories" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "inventories" - }, - { - "dest-uuid": "bf147104-abf9-4221-95d1-e81585859441", - "type": "inventories" - }, - { - "dest-uuid": "3d1b9d7e-3921-4d25-845a-7d9f15c0da44", - "type": "inventories" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "inventories" - }, - { - "dest-uuid": "ed7efd4d-ce28-4a19-a8e6-c58011eb2c7a", - "type": "inventories" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "inventories" - }, - { - "dest-uuid": "98034fef-d9fb-4667-8dc4-2eab6231724c", - "type": "inventories" - }, - { - "dest-uuid": "543fceb5-cb92-40cb-aacf-6913d4db58bc", - "type": "inventories" - }, - { - "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", - "type": "inventories" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "inventories" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "inventories" - }, - { - "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", - "type": "inventories" - }, - { - "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", - "type": "inventories" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "inventories" - }, - { - "dest-uuid": "c877e33f-1df6-40d6-b1e7-ce70f16f4979", - "type": "inventories" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "inventories" - }, - { - "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", - "type": "inventories" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "inventories" - }, - { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", + "dest-uuid": "19bf235b-8620-4997-b5b4-94e0659ed7c3", "type": "inventories" }, { @@ -14864,63 +14664,7 @@ "type": "inventories" }, { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "inventories" - }, - { - "dest-uuid": "e49920b0-6c54-40c1-9571-73723653205f", - "type": "inventories" - }, - { - "dest-uuid": "e24fcba8-2557-4442-a139-1ee2f2e784db", - "type": "inventories" - }, - { - "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", - "type": "inventories" - }, - { - "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", - "type": "inventories" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "inventories" - }, - { - "dest-uuid": "6836813e-8ec8-4375-b459-abb388cb1a35", - "type": "inventories" - }, - { - "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", - "type": "inventories" - }, - { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", - "type": "inventories" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "inventories" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "inventories" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "inventories" - }, - { - "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", - "type": "inventories" - }, - { - "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", - "type": "inventories" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "dest-uuid": "1b20efbf-8063-4fc3-a07d-b575318a301b", "type": "inventories" }, { @@ -14928,95 +14672,7 @@ "type": "inventories" }, { - "dest-uuid": "5372c5fe-f424-4def-bcd5-d3a8e770f07b", - "type": "inventories" - }, - { - "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", - "type": "inventories" - }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "inventories" - }, - { - "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", - "type": "inventories" - }, - { - "dest-uuid": "7d77a07d-02fe-4e88-8bd9-e9c008c01bf0", - "type": "inventories" - }, - { - "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", - "type": "inventories" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "inventories" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "inventories" - }, - { - "dest-uuid": "98034fef-d9fb-4667-8dc4-2eab6231724c", - "type": "inventories" - }, - { - "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", - "type": "inventories" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "inventories" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "inventories" - }, - { - "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", - "type": "inventories" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "inventories" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "inventories" - }, - { - "dest-uuid": "65917ae0-b854-4139-83fe-bf2441cf0196", - "type": "inventories" - }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "inventories" - }, - { - "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", - "type": "inventories" - }, - { - "dest-uuid": "43881e51-ac74-445b-b4c6-f9f9e9bf23fe", - "type": "inventories" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "inventories" - }, - { - "dest-uuid": "b8cfed42-6a8a-4989-ad72-541af74475ec", - "type": "inventories" - }, - { - "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", - "type": "inventories" - }, - { - "dest-uuid": "61afc315-860c-4364-825d-0d62b2e91edc", + "dest-uuid": "28170e17-8384-415c-8486-2e6b294cb803", "type": "inventories" }, { @@ -15024,55 +14680,15 @@ "type": "inventories" }, { - "dest-uuid": "6836813e-8ec8-4375-b459-abb388cb1a35", + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", "type": "inventories" }, { - "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", "type": "inventories" }, { - "dest-uuid": "4eb28bed-d11a-4641-9863-c2ac017d910a", - "type": "inventories" - }, - { - "dest-uuid": "4eb28bed-d11a-4641-9863-c2ac017d910a", - "type": "inventories" - }, - { - "dest-uuid": "5095a853-299c-4876-abd7-ac0050fb5462", - "type": "inventories" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "inventories" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "inventories" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "inventories" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "inventories" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "inventories" - }, - { - "dest-uuid": "c877e33f-1df6-40d6-b1e7-ce70f16f4979", - "type": "inventories" - }, - { - "dest-uuid": "8d7bd4f5-3a89-4453-9c82-2c8894d5655e", - "type": "inventories" - }, - { - "dest-uuid": "e49920b0-6c54-40c1-9571-73723653205f", + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", "type": "inventories" }, { @@ -15080,31 +14696,23 @@ "type": "inventories" }, { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "dest-uuid": "3d1b9d7e-3921-4d25-845a-7d9f15c0da44", "type": "inventories" }, { - "dest-uuid": "ed7efd4d-ce28-4a19-a8e6-c58011eb2c7a", + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", "type": "inventories" }, { - "dest-uuid": "bf147104-abf9-4221-95d1-e81585859441", + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", "type": "inventories" }, { - "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", "type": "inventories" }, { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "inventories" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "inventories" - }, - { - "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", + "dest-uuid": "42fe883a-21ea-4cfb-b94a-78b6476dcc83", "type": "inventories" }, { @@ -15112,71 +14720,463 @@ "type": "inventories" }, { - "dest-uuid": "19bf235b-8620-4997-b5b4-94e0659ed7c3", + "dest-uuid": "43881e51-ac74-445b-b4c6-f9f9e9bf23fe", "type": "inventories" }, { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "dest-uuid": "43881e51-ac74-445b-b4c6-f9f9e9bf23fe", "type": "inventories" }, { - "dest-uuid": "b8cfed42-6a8a-4989-ad72-541af74475ec", + "dest-uuid": "43881e51-ac74-445b-b4c6-f9f9e9bf23fe", "type": "inventories" }, { - "dest-uuid": "61afc315-860c-4364-825d-0d62b2e91edc", + "dest-uuid": "4eb28bed-d11a-4641-9863-c2ac017d910a", "type": "inventories" }, { - "dest-uuid": "e24fcba8-2557-4442-a139-1ee2f2e784db", + "dest-uuid": "4eb28bed-d11a-4641-9863-c2ac017d910a", "type": "inventories" }, { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "dest-uuid": "4eb28bed-d11a-4641-9863-c2ac017d910a", "type": "inventories" }, { - "dest-uuid": "1b20efbf-8063-4fc3-a07d-b575318a301b", - "type": "inventories" - }, - { - "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", - "type": "inventories" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "inventories" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "inventories" - }, - { - "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", - "type": "inventories" - }, - { - "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", - "type": "inventories" - }, - { - "dest-uuid": "5095a853-299c-4876-abd7-ac0050fb5462", + "dest-uuid": "4eb28bed-d11a-4641-9863-c2ac017d910a", "type": "inventories" }, { "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", "type": "inventories" }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "inventories" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "inventories" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "inventories" + }, + { + "dest-uuid": "5095a853-299c-4876-abd7-ac0050fb5462", + "type": "inventories" + }, + { + "dest-uuid": "5095a853-299c-4876-abd7-ac0050fb5462", + "type": "inventories" + }, + { + "dest-uuid": "5095a853-299c-4876-abd7-ac0050fb5462", + "type": "inventories" + }, + { + "dest-uuid": "5095a853-299c-4876-abd7-ac0050fb5462", + "type": "inventories" + }, + { + "dest-uuid": "5372c5fe-f424-4def-bcd5-d3a8e770f07b", + "type": "inventories" + }, + { + "dest-uuid": "5372c5fe-f424-4def-bcd5-d3a8e770f07b", + "type": "inventories" + }, { "dest-uuid": "543fceb5-cb92-40cb-aacf-6913d4db58bc", "type": "inventories" }, + { + "dest-uuid": "543fceb5-cb92-40cb-aacf-6913d4db58bc", + "type": "inventories" + }, + { + "dest-uuid": "61afc315-860c-4364-825d-0d62b2e91edc", + "type": "inventories" + }, + { + "dest-uuid": "61afc315-860c-4364-825d-0d62b2e91edc", + "type": "inventories" + }, + { + "dest-uuid": "61afc315-860c-4364-825d-0d62b2e91edc", + "type": "inventories" + }, + { + "dest-uuid": "61afc315-860c-4364-825d-0d62b2e91edc", + "type": "inventories" + }, + { + "dest-uuid": "65917ae0-b854-4139-83fe-bf2441cf0196", + "type": "inventories" + }, + { + "dest-uuid": "65917ae0-b854-4139-83fe-bf2441cf0196", + "type": "inventories" + }, + { + "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", + "type": "inventories" + }, + { + "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", + "type": "inventories" + }, + { + "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", + "type": "inventories" + }, + { + "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", + "type": "inventories" + }, + { + "dest-uuid": "6836813e-8ec8-4375-b459-abb388cb1a35", + "type": "inventories" + }, + { + "dest-uuid": "6836813e-8ec8-4375-b459-abb388cb1a35", + "type": "inventories" + }, + { + "dest-uuid": "6836813e-8ec8-4375-b459-abb388cb1a35", + "type": "inventories" + }, + { + "dest-uuid": "6836813e-8ec8-4375-b459-abb388cb1a35", + "type": "inventories" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "inventories" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "inventories" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "inventories" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "inventories" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "inventories" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "inventories" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "inventories" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "inventories" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "inventories" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "inventories" + }, + { + "dest-uuid": "7d77a07d-02fe-4e88-8bd9-e9c008c01bf0", + "type": "inventories" + }, + { + "dest-uuid": "7d77a07d-02fe-4e88-8bd9-e9c008c01bf0", + "type": "inventories" + }, + { + "dest-uuid": "8d7bd4f5-3a89-4453-9c82-2c8894d5655e", + "type": "inventories" + }, + { + "dest-uuid": "8d7bd4f5-3a89-4453-9c82-2c8894d5655e", + "type": "inventories" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "inventories" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "inventories" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "inventories" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "inventories" + }, { "dest-uuid": "98034fef-d9fb-4667-8dc4-2eab6231724c", "type": "inventories" }, { - "dest-uuid": "0cf55441-b176-4332-89e7-2c4c7799d0ff", + "dest-uuid": "98034fef-d9fb-4667-8dc4-2eab6231724c", + "type": "inventories" + }, + { + "dest-uuid": "98034fef-d9fb-4667-8dc4-2eab6231724c", + "type": "inventories" + }, + { + "dest-uuid": "98034fef-d9fb-4667-8dc4-2eab6231724c", + "type": "inventories" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "inventories" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "inventories" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "inventories" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "inventories" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "inventories" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "inventories" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "inventories" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "inventories" + }, + { + "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", + "type": "inventories" + }, + { + "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", + "type": "inventories" + }, + { + "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", + "type": "inventories" + }, + { + "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", + "type": "inventories" + }, + { + "dest-uuid": "b8cfed42-6a8a-4989-ad72-541af74475ec", + "type": "inventories" + }, + { + "dest-uuid": "b8cfed42-6a8a-4989-ad72-541af74475ec", + "type": "inventories" + }, + { + "dest-uuid": "b8cfed42-6a8a-4989-ad72-541af74475ec", + "type": "inventories" + }, + { + "dest-uuid": "b8cfed42-6a8a-4989-ad72-541af74475ec", + "type": "inventories" + }, + { + "dest-uuid": "bf147104-abf9-4221-95d1-e81585859441", + "type": "inventories" + }, + { + "dest-uuid": "bf147104-abf9-4221-95d1-e81585859441", + "type": "inventories" + }, + { + "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", + "type": "inventories" + }, + { + "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", + "type": "inventories" + }, + { + "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", + "type": "inventories" + }, + { + "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", + "type": "inventories" + }, + { + "dest-uuid": "c877e33f-1df6-40d6-b1e7-ce70f16f4979", + "type": "inventories" + }, + { + "dest-uuid": "c877e33f-1df6-40d6-b1e7-ce70f16f4979", + "type": "inventories" + }, + { + "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", + "type": "inventories" + }, + { + "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", + "type": "inventories" + }, + { + "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", + "type": "inventories" + }, + { + "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", + "type": "inventories" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "inventories" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "inventories" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "inventories" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "inventories" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "inventories" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "inventories" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "inventories" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "inventories" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "inventories" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "inventories" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "inventories" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "inventories" + }, + { + "dest-uuid": "e24fcba8-2557-4442-a139-1ee2f2e784db", + "type": "inventories" + }, + { + "dest-uuid": "e24fcba8-2557-4442-a139-1ee2f2e784db", + "type": "inventories" + }, + { + "dest-uuid": "e49920b0-6c54-40c1-9571-73723653205f", + "type": "inventories" + }, + { + "dest-uuid": "e49920b0-6c54-40c1-9571-73723653205f", + "type": "inventories" + }, + { + "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", + "type": "inventories" + }, + { + "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", + "type": "inventories" + }, + { + "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", + "type": "inventories" + }, + { + "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", + "type": "inventories" + }, + { + "dest-uuid": "ed7efd4d-ce28-4a19-a8e6-c58011eb2c7a", + "type": "inventories" + }, + { + "dest-uuid": "ed7efd4d-ce28-4a19-a8e6-c58011eb2c7a", + "type": "inventories" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "inventories" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "inventories" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "inventories" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "inventories" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "inventories" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "inventories" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "inventories" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "inventories" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "inventories" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", "type": "inventories" } ], @@ -15198,20 +15198,12 @@ ] }, "related": [ - { - "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", - "type": "monitors" - }, { "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", "type": "monitors" }, { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "monitors" - }, - { - "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", "type": "monitors" }, { @@ -15226,12 +15218,20 @@ "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", "type": "monitors" }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "monitors" + }, { "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", "type": "monitors" }, { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", + "type": "monitors" + }, + { + "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", "type": "monitors" } ], @@ -15251,11 +15251,7 @@ }, "related": [ { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "analyzes" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", "type": "analyzes" }, { @@ -15263,7 +15259,7 @@ "type": "analyzes" }, { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", "type": "analyzes" }, { @@ -15271,7 +15267,11 @@ "type": "analyzes" }, { - "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "analyzes" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", "type": "analyzes" }, { @@ -15279,7 +15279,7 @@ "type": "analyzes" }, { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", "type": "analyzes" } ], @@ -15299,11 +15299,7 @@ }, "related": [ { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "restores" - }, - { - "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", "type": "restores" }, { @@ -15315,7 +15311,11 @@ "type": "restores" }, { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "restores" + }, + { + "dest-uuid": "b4694861-542c-48ea-9eb1-10d356e7140a", "type": "restores" }, { @@ -15373,90 +15373,6 @@ "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", "type": "analyzes" }, - { - "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", - "type": "analyzes" - }, - { - "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", - "type": "analyzes" - }, - { - "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", - "type": "analyzes" - }, - { - "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, { "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", "type": "analyzes" @@ -15466,23 +15382,7 @@ "type": "analyzes" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", - "type": "analyzes" - }, - { - "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { @@ -15490,15 +15390,7 @@ "type": "analyzes" }, { - "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { @@ -15506,11 +15398,7 @@ "type": "analyzes" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "analyzes" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { @@ -15518,16 +15406,128 @@ "type": "analyzes" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", "type": "analyzes" }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "analyzes" + }, + { + "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", + "type": "analyzes" + }, + { + "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", + "type": "analyzes" + }, + { + "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", + "type": "analyzes" + }, + { + "dest-uuid": "7b211ac6-c815-4189-93a9-ab415deca926", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "analyzes" + }, { "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", "type": "analyzes" + }, + { + "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", + "type": "analyzes" + }, + { + "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", + "type": "analyzes" + }, + { + "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", + "type": "analyzes" + }, + { + "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", + "type": "analyzes" + }, + { + "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", + "type": "analyzes" + }, + { + "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", + "type": "analyzes" + }, + { + "dest-uuid": "e624264c-033a-424d-9fd7-fc9c3bbdb03e", + "type": "analyzes" } ], "uuid": "64eaa3c5-ded3-5fc3-9ed5-606c93500f31", @@ -15549,7 +15549,23 @@ }, "related": [ { - "dest-uuid": "7bdca9d5-d500-4d7d-8c52-5fd47baf4c0c", + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "type": "analyzes" }, { @@ -15572,28 +15588,12 @@ "dest-uuid": "7bdca9d5-d500-4d7d-8c52-5fd47baf4c0c", "type": "analyzes" }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, { "dest-uuid": "7bdca9d5-d500-4d7d-8c52-5fd47baf4c0c", "type": "analyzes" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "7bdca9d5-d500-4d7d-8c52-5fd47baf4c0c", "type": "analyzes" } ], @@ -15630,91 +15630,7 @@ }, "related": [ { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "regenerates" - }, - { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", - "type": "regenerates" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "regenerates" - }, - { - "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", - "type": "regenerates" - }, - { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", - "type": "regenerates" - }, - { - "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", - "type": "regenerates" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "regenerates" - }, - { - "dest-uuid": "6add2ab5-2711-4e9d-87c8-7a0be8531530", - "type": "regenerates" - }, - { - "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", - "type": "regenerates" - }, - { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", - "type": "regenerates" - }, - { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", - "type": "regenerates" - }, - { - "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", - "type": "regenerates" - }, - { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", - "type": "regenerates" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "regenerates" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", - "type": "regenerates" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", - "type": "regenerates" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "regenerates" - }, - { - "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", - "type": "regenerates" - }, - { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", - "type": "regenerates" - }, - { - "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", - "type": "regenerates" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "regenerates" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", "type": "regenerates" }, { @@ -15722,15 +15638,63 @@ "type": "regenerates" }, { - "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", + "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", "type": "regenerates" }, { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", "type": "regenerates" }, { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", + "type": "regenerates" + }, + { + "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", + "type": "regenerates" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "regenerates" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "regenerates" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "regenerates" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "regenerates" + }, + { + "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", + "type": "regenerates" + }, + { + "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", + "type": "regenerates" + }, + { + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "type": "regenerates" + }, + { + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "type": "regenerates" + }, + { + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "type": "regenerates" + }, + { + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "type": "regenerates" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", "type": "regenerates" }, { @@ -15742,43 +15706,27 @@ "type": "regenerates" }, { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "dest-uuid": "6add2ab5-2711-4e9d-87c8-7a0be8531530", "type": "regenerates" }, { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", "type": "regenerates" }, { - "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", + "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", "type": "regenerates" }, { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", "type": "regenerates" }, { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", "type": "regenerates" }, { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", - "type": "regenerates" - }, - { - "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", - "type": "regenerates" - }, - { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", - "type": "regenerates" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "regenerates" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", "type": "regenerates" }, { @@ -15790,7 +15738,31 @@ "type": "regenerates" }, { - "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", + "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", + "type": "regenerates" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "regenerates" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "regenerates" + }, + { + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "type": "regenerates" + }, + { + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "type": "regenerates" + }, + { + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "type": "regenerates" + }, + { + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", "type": "regenerates" }, { @@ -15798,11 +15770,31 @@ "type": "regenerates" }, { - "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", + "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", "type": "regenerates" }, { - "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "regenerates" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "regenerates" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "regenerates" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "regenerates" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "regenerates" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", "type": "regenerates" }, { @@ -15810,15 +15802,23 @@ "type": "regenerates" }, { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", "type": "regenerates" }, { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", "type": "regenerates" }, { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "regenerates" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "regenerates" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", "type": "regenerates" } ], @@ -15838,15 +15838,7 @@ }, "related": [ { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "analyzes" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "analyzes" }, { @@ -15854,7 +15846,59 @@ "type": "analyzes" }, { - "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "analyzes" }, { @@ -15862,47 +15906,7 @@ "type": "analyzes" }, { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "analyzes" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "analyzes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "analyzes" - }, - { - "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", - "type": "analyzes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "analyzes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "analyzes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "analyzes" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "analyzes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", "type": "analyzes" }, { @@ -15910,145 +15914,21 @@ "type": "analyzes" }, { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "analyzes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "analyzes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "analyzes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", "type": "analyzes" }, { "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", "type": "analyzes" }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "analyzes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "analyzes" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "analyzes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "analyzes" - }, - { - "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", - "type": "analyzes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "analyzes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "analyzes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "analyzes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "analyzes" - }, { "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", "type": "analyzes" }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "analyzes" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "analyzes" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "analyzes" - }, - { - "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", - "type": "analyzes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "analyzes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "analyzes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "analyzes" - }, { "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", "type": "analyzes" }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "analyzes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "analyzes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "analyzes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "analyzes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "analyzes" - }, { "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", "type": "analyzes" @@ -16058,87 +15938,7 @@ "type": "analyzes" }, { - "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "analyzes" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "analyzes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "analyzes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "analyzes" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "analyzes" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "analyzes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "analyzes" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "analyzes" - }, - { - "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", - "type": "analyzes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "analyzes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "analyzes" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "analyzes" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "analyzes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "analyzes" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "analyzes" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", "type": "analyzes" }, { @@ -16146,17 +15946,161 @@ "type": "analyzes" }, { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", "type": "analyzes" }, { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", + "type": "analyzes" + }, + { + "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", + "type": "analyzes" + }, + { + "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", + "type": "analyzes" + }, + { + "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", "type": "analyzes" }, { "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", "type": "analyzes" }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "analyzes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "analyzes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "analyzes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "analyzes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "analyzes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "analyzes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "analyzes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "analyzes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "analyzes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "analyzes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "analyzes" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "analyzes" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "analyzes" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "analyzes" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "analyzes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "analyzes" + }, { "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", "type": "analyzes" @@ -16172,6 +16116,62 @@ { "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", "type": "analyzes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "analyzes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "analyzes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "analyzes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "analyzes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "analyzes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "analyzes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "analyzes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "analyzes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "analyzes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" } ], "uuid": "9ad8e124-512b-5c6f-b66b-69c71cc604b5", @@ -16190,63 +16190,7 @@ }, "related": [ { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "deletes" - }, - { - "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", - "type": "deletes" - }, - { - "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", - "type": "deletes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "deletes" - }, - { - "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", - "type": "deletes" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "deletes" - }, - { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", - "type": "deletes" - }, - { - "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", - "type": "deletes" - }, - { - "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", - "type": "deletes" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", - "type": "deletes" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", - "type": "deletes" - }, - { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", - "type": "deletes" - }, - { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", - "type": "deletes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "deletes" - }, - { - "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", + "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", "type": "deletes" }, { @@ -16254,19 +16198,43 @@ "type": "deletes" }, { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", "type": "deletes" }, { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", "type": "deletes" }, { - "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", + "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", "type": "deletes" }, { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", + "type": "deletes" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "deletes" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "deletes" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "deletes" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "deletes" + }, + { + "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", + "type": "deletes" + }, + { + "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", "type": "deletes" }, { @@ -16274,15 +16242,11 @@ "type": "deletes" }, { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", "type": "deletes" }, { - "dest-uuid": "6add2ab5-2711-4e9d-87c8-7a0be8531530", - "type": "deletes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", "type": "deletes" }, { @@ -16294,7 +16258,11 @@ "type": "deletes" }, { - "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "deletes" + }, + { + "dest-uuid": "6add2ab5-2711-4e9d-87c8-7a0be8531530", "type": "deletes" }, { @@ -16306,51 +16274,7 @@ "type": "deletes" }, { - "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", - "type": "deletes" - }, - { - "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", - "type": "deletes" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "deletes" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "deletes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "deletes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "deletes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "deletes" - }, - { - "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", - "type": "deletes" - }, - { - "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", - "type": "deletes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "deletes" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", - "type": "deletes" - }, - { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", "type": "deletes" }, { @@ -16358,7 +16282,7 @@ "type": "deletes" }, { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", "type": "deletes" }, { @@ -16366,20 +16290,96 @@ "type": "deletes" }, { - "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", - "type": "deletes" - }, - { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", "type": "deletes" }, { "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", "type": "deletes" }, + { + "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", + "type": "deletes" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "deletes" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "deletes" + }, { "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", "type": "deletes" + }, + { + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "type": "deletes" + }, + { + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "type": "deletes" + }, + { + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "type": "deletes" + }, + { + "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", + "type": "deletes" + }, + { + "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", + "type": "deletes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "deletes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "deletes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "deletes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "deletes" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "deletes" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "deletes" + }, + { + "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", + "type": "deletes" + }, + { + "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", + "type": "deletes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "deletes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "deletes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "deletes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "deletes" } ], "uuid": "164fdf79-38bb-56fc-844f-c7c8abbfd7a2", @@ -16398,111 +16398,7 @@ }, "related": [ { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "analyzes" - }, - { - "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", - "type": "analyzes" - }, - { - "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", - "type": "analyzes" - }, - { - "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", - "type": "analyzes" - }, - { - "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", - "type": "analyzes" - }, - { - "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", - "type": "analyzes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", - "type": "analyzes" - }, - { - "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", - "type": "analyzes" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", - "type": "analyzes" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", - "type": "analyzes" - }, - { - "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", - "type": "analyzes" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "type": "analyzes" }, { @@ -16510,623 +16406,51 @@ "type": "analyzes" }, { - "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, { - "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, { "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", "type": "analyzes" }, - { - "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", - "type": "analyzes" - }, - { - "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", - "type": "analyzes" - }, - { - "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", - "type": "analyzes" - }, - { - "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", - "type": "analyzes" - }, - { - "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", - "type": "analyzes" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "analyzes" - }, - { - "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", - "type": "analyzes" - }, - { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", - "type": "analyzes" - }, - { - "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", - "type": "analyzes" - }, - { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", - "type": "analyzes" - }, - { - "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", - "type": "analyzes" - }, - { - "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", - "type": "analyzes" - }, - { - "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", - "type": "analyzes" - }, - { - "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", - "type": "analyzes" - }, - { - "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", - "type": "analyzes" - }, - { - "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "analyzes" - }, - { - "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", - "type": "analyzes" - }, - { - "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", - "type": "analyzes" - }, - { - "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "analyzes" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", - "type": "analyzes" - }, - { - "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", - "type": "analyzes" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", - "type": "analyzes" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "analyzes" - }, - { - "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", - "type": "analyzes" - }, - { - "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", - "type": "analyzes" - }, - { - "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", - "type": "analyzes" - }, - { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", - "type": "analyzes" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", - "type": "analyzes" - }, - { - "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", - "type": "analyzes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "analyzes" - }, - { - "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", - "type": "analyzes" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", - "type": "analyzes" - }, - { - "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", - "type": "analyzes" - }, - { - "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", - "type": "analyzes" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", - "type": "analyzes" - }, - { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", - "type": "analyzes" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "analyzes" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "analyzes" - }, - { - "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", - "type": "analyzes" - }, - { - "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", - "type": "analyzes" - }, - { - "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", - "type": "analyzes" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "analyzes" - }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", - "type": "analyzes" - }, - { - "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", - "type": "analyzes" - }, { "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", "type": "analyzes" }, { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { - "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { - "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { - "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", + "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", "type": "analyzes" }, { - "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", - "type": "analyzes" - }, - { - "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", - "type": "analyzes" - }, - { - "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "analyzes" - }, - { - "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", - "type": "analyzes" - }, - { - "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", - "type": "analyzes" - }, - { - "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", - "type": "analyzes" - }, - { - "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", - "type": "analyzes" - }, - { - "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", - "type": "analyzes" - }, - { - "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", - "type": "analyzes" - }, - { - "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", - "type": "analyzes" - }, - { - "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", - "type": "analyzes" - }, - { - "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", - "type": "analyzes" - }, - { - "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", - "type": "analyzes" - }, - { - "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", - "type": "analyzes" - }, - { - "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", - "type": "analyzes" - }, - { - "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", - "type": "analyzes" - }, - { - "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", - "type": "analyzes" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "analyzes" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", "type": "analyzes" }, { @@ -17134,12 +16458,688 @@ "type": "analyzes" }, { - "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", + "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", + "type": "analyzes" + }, + { + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", + "type": "analyzes" + }, + { + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", + "type": "analyzes" + }, + { + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", + "type": "analyzes" + }, + { + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", + "type": "analyzes" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "analyzes" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "analyzes" + }, + { + "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", + "type": "analyzes" + }, + { + "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", + "type": "analyzes" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "analyzes" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "analyzes" + }, + { + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", + "type": "analyzes" + }, + { + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", + "type": "analyzes" + }, + { + "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", + "type": "analyzes" + }, + { + "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", + "type": "analyzes" + }, + { + "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", + "type": "analyzes" + }, + { + "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", + "type": "analyzes" + }, + { + "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", + "type": "analyzes" + }, + { + "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", + "type": "analyzes" + }, + { + "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", + "type": "analyzes" + }, + { + "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", + "type": "analyzes" + }, + { + "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", + "type": "analyzes" + }, + { + "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", + "type": "analyzes" + }, + { + "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", + "type": "analyzes" + }, + { + "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", + "type": "analyzes" + }, + { + "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", + "type": "analyzes" + }, + { + "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", + "type": "analyzes" + }, + { + "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", + "type": "analyzes" + }, + { + "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", + "type": "analyzes" + }, + { + "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", + "type": "analyzes" + }, + { + "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", + "type": "analyzes" + }, + { + "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", "type": "analyzes" }, { "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", "type": "analyzes" + }, + { + "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", + "type": "analyzes" + }, + { + "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "type": "analyzes" + }, + { + "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "type": "analyzes" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "analyzes" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "analyzes" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "analyzes" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "analyzes" + }, + { + "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", + "type": "analyzes" + }, + { + "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "analyzes" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "analyzes" + }, + { + "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "type": "analyzes" + }, + { + "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", + "type": "analyzes" + }, + { + "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", + "type": "analyzes" + }, + { + "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", + "type": "analyzes" + }, + { + "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", + "type": "analyzes" + }, + { + "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", + "type": "analyzes" + }, + { + "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", + "type": "analyzes" + }, + { + "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", + "type": "analyzes" + }, + { + "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", + "type": "analyzes" + }, + { + "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", + "type": "analyzes" + }, + { + "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "analyzes" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "analyzes" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "analyzes" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "analyzes" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "analyzes" + }, + { + "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", + "type": "analyzes" + }, + { + "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", + "type": "analyzes" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "analyzes" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "analyzes" + }, + { + "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", + "type": "analyzes" + }, + { + "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", + "type": "analyzes" + }, + { + "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", + "type": "analyzes" + }, + { + "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", + "type": "analyzes" + }, + { + "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", + "type": "analyzes" + }, + { + "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", + "type": "analyzes" + }, + { + "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", + "type": "analyzes" + }, + { + "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", + "type": "analyzes" + }, + { + "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", + "type": "analyzes" + }, + { + "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", + "type": "analyzes" + }, + { + "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", + "type": "analyzes" + }, + { + "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", + "type": "analyzes" + }, + { + "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", + "type": "analyzes" + }, + { + "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", + "type": "analyzes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "analyzes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "analyzes" + }, + { + "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", + "type": "analyzes" + }, + { + "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", + "type": "analyzes" + }, + { + "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", + "type": "analyzes" + }, + { + "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", + "type": "analyzes" + }, + { + "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "type": "analyzes" + }, + { + "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "type": "analyzes" + }, + { + "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", + "type": "analyzes" + }, + { + "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", + "type": "analyzes" + }, + { + "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", + "type": "analyzes" + }, + { + "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", + "type": "analyzes" + }, + { + "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", + "type": "analyzes" + }, + { + "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", + "type": "analyzes" + }, + { + "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", + "type": "analyzes" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "analyzes" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "analyzes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "analyzes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "type": "analyzes" + }, + { + "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "type": "analyzes" + }, + { + "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", + "type": "analyzes" + }, + { + "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", + "type": "analyzes" + }, + { + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "type": "analyzes" + }, + { + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "type": "analyzes" + }, + { + "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "type": "analyzes" + }, + { + "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", + "type": "analyzes" + }, + { + "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", + "type": "analyzes" + }, + { + "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", + "type": "analyzes" + }, + { + "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", + "type": "analyzes" + }, + { + "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", + "type": "analyzes" + }, + { + "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", + "type": "analyzes" + }, + { + "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", + "type": "analyzes" + }, + { + "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", + "type": "analyzes" } ], "uuid": "7887aa4f-b724-5df5-a07b-9eb89706d7c7", @@ -17178,41 +17178,41 @@ "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", "type": "analyzes" }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "analyzes" - }, - { - "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", - "type": "analyzes" - }, - { - "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", - "type": "analyzes" - }, - { - "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", - "type": "analyzes" - }, - { - "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", - "type": "analyzes" - }, - { - "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", - "type": "analyzes" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "analyzes" - }, - { - "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", - "type": "analyzes" - }, { "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", "type": "analyzes" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "analyzes" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "analyzes" + }, + { + "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", + "type": "analyzes" + }, + { + "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", + "type": "analyzes" + }, + { + "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", + "type": "analyzes" + }, + { + "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", + "type": "analyzes" + }, + { + "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", + "type": "analyzes" + }, + { + "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", + "type": "analyzes" } ], "uuid": "856204a9-0a3e-59e8-8858-f75f1ed09aea", @@ -17245,247 +17245,11 @@ }, "related": [ { - "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", + "dest-uuid": "00f90846-cbd1-4fc5-9233-df5c2bf2a662", "type": "restores" }, { - "dest-uuid": "143c0cbb-a297-4142-9624-87ffc778980b", - "type": "restores" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "restores" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "restores" - }, - { - "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", - "type": "restores" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "restores" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "restores" - }, - { - "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", - "type": "restores" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "restores" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "restores" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "restores" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "restores" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "restores" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "restores" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "restores" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "restores" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "restores" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "restores" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "restores" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "restores" - }, - { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", - "type": "restores" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "restores" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "restores" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "restores" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "restores" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "restores" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "restores" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "restores" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "restores" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "restores" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "restores" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "restores" - }, - { - "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", - "type": "restores" - }, - { - "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", - "type": "restores" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "restores" - }, - { - "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", - "type": "restores" - }, - { - "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", - "type": "restores" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "restores" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "restores" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "restores" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", - "type": "restores" - }, - { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", - "type": "restores" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "restores" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "restores" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "restores" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "restores" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "restores" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "restores" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "restores" - }, - { - "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", - "type": "restores" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "restores" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "restores" - }, - { - "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", - "type": "restores" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "restores" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "restores" - }, - { - "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", - "type": "restores" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "restores" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "restores" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "restores" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "restores" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "dest-uuid": "00f90846-cbd1-4fc5-9233-df5c2bf2a662", "type": "restores" }, { @@ -17493,191 +17257,55 @@ "type": "restores" }, { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "restores" }, { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "restores" }, { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "restores" }, { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "restores" }, { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "restores" }, { - "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "restores" }, { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "restores" }, { - "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "restores" }, { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "restores" }, { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "restores" }, { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "restores" }, { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "restores" }, { - "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", - "type": "restores" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "restores" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "restores" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "restores" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "restores" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "restores" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restores" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "restores" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "restores" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "restores" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "restores" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restores" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "restores" - }, - { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", - "type": "restores" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "restores" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "restores" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "restores" - }, - { - "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", - "type": "restores" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "restores" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "restores" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "restores" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "restores" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "restores" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "restores" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "restores" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "restores" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", - "type": "restores" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "restores" - }, - { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", - "type": "restores" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "restores" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "restores" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "restores" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "restores" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "restores" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", "type": "restores" }, { @@ -17685,71 +17313,39 @@ "type": "restores" }, { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", "type": "restores" }, { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", "type": "restores" }, { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", "type": "restores" }, { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", "type": "restores" }, { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", "type": "restores" }, { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", "type": "restores" }, { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", "type": "restores" }, { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", "type": "restores" }, { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "restores" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "restores" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "restores" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "restores" - }, - { - "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", - "type": "restores" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "restores" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "restores" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "restores" - }, - { - "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", "type": "restores" }, { @@ -17757,51 +17353,15 @@ "type": "restores" }, { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", "type": "restores" }, { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", "type": "restores" }, { - "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", - "type": "restores" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restores" - }, - { - "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", - "type": "restores" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "restores" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restores" - }, - { - "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", - "type": "restores" - }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "restores" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "restores" - }, - { - "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", - "type": "restores" - }, - { - "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", "type": "restores" }, { @@ -17809,103 +17369,15 @@ "type": "restores" }, { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", "type": "restores" }, { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", "type": "restores" }, { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "restores" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "restores" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "restores" - }, - { - "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", - "type": "restores" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "restores" - }, - { - "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", - "type": "restores" - }, - { - "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", - "type": "restores" - }, - { - "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", - "type": "restores" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "restores" - }, - { - "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", - "type": "restores" - }, - { - "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", - "type": "restores" - }, - { - "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", - "type": "restores" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "restores" - }, - { - "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", - "type": "restores" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "restores" - }, - { - "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", - "type": "restores" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "restores" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "restores" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "restores" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "restores" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "restores" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "restores" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", "type": "restores" }, { @@ -17913,151 +17385,7 @@ "type": "restores" }, { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "restores" - }, - { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", - "type": "restores" - }, - { - "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", - "type": "restores" - }, - { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", - "type": "restores" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "restores" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "restores" - }, - { - "dest-uuid": "00f90846-cbd1-4fc5-9233-df5c2bf2a662", - "type": "restores" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "restores" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "restores" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "restores" - }, - { - "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", - "type": "restores" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "restores" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "restores" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "restores" - }, - { - "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", - "type": "restores" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "restores" - }, - { - "dest-uuid": "00f90846-cbd1-4fc5-9233-df5c2bf2a662", - "type": "restores" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "restores" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "restores" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "restores" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "restores" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "restores" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "restores" - }, - { - "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", - "type": "restores" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "restores" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "restores" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "restores" - }, - { - "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", - "type": "restores" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "restores" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "restores" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "restores" - }, - { - "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", - "type": "restores" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "restores" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restores" - }, - { - "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", - "type": "restores" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "restores" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "restores" }, { @@ -18065,7 +17393,23 @@ "type": "restores" }, { - "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "restores" + }, + { + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", + "type": "restores" + }, + { + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", + "type": "restores" + }, + { + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", + "type": "restores" + }, + { + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", "type": "restores" }, { @@ -18073,107 +17417,31 @@ "type": "restores" }, { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "dest-uuid": "143c0cbb-a297-4142-9624-87ffc778980b", "type": "restores" }, { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", "type": "restores" }, { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", "type": "restores" }, { - "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", + "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", "type": "restores" }, { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", "type": "restores" }, { - "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", + "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", "type": "restores" }, { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "restores" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "restores" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "restores" - }, - { - "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", - "type": "restores" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "restores" - }, - { - "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", - "type": "restores" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "restores" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "restores" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "restores" - }, - { - "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", - "type": "restores" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "restores" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "restores" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "restores" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "restores" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "restores" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "restores" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "restores" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "restores" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "restores" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", "type": "restores" }, { @@ -18181,59 +17449,175 @@ "type": "restores" }, { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", "type": "restores" }, { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", "type": "restores" }, { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", "type": "restores" }, { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", "type": "restores" }, { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", "type": "restores" }, { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", "type": "restores" }, { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", "type": "restores" }, { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "restores" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", "type": "restores" }, { "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", "type": "restores" }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "restores" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "restores" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "restores" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "restores" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "restores" + }, + { + "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", + "type": "restores" + }, + { + "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", + "type": "restores" + }, + { + "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", + "type": "restores" + }, + { + "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", + "type": "restores" + }, + { + "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", + "type": "restores" + }, + { + "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", + "type": "restores" + }, + { + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", + "type": "restores" + }, + { + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", + "type": "restores" + }, { "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", "type": "restores" }, { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", "type": "restores" }, { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", "type": "restores" }, { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", "type": "restores" }, { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", + "type": "restores" + }, + { + "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", + "type": "restores" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "restores" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "restores" + }, + { + "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", + "type": "restores" + }, + { + "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", + "type": "restores" + }, + { + "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", + "type": "restores" + }, + { + "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", + "type": "restores" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "restores" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "restores" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "restores" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "restores" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "restores" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "restores" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "restores" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", "type": "restores" }, { @@ -18241,27 +17625,87 @@ "type": "restores" }, { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", "type": "restores" }, { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", "type": "restores" }, { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", "type": "restores" }, { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", "type": "restores" }, { - "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", "type": "restores" }, { - "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "restores" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "restores" + }, + { + "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", + "type": "restores" + }, + { + "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", + "type": "restores" + }, + { + "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", + "type": "restores" + }, + { + "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", + "type": "restores" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "restores" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "restores" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "restores" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "restores" + }, + { + "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", + "type": "restores" + }, + { + "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", + "type": "restores" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "restores" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "restores" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "restores" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", "type": "restores" }, { @@ -18277,39 +17721,47 @@ "type": "restores" }, { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", "type": "restores" }, { - "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", "type": "restores" }, { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", "type": "restores" }, { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", "type": "restores" }, { - "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", "type": "restores" }, { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", "type": "restores" }, { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", "type": "restores" }, { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", "type": "restores" }, { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "restores" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "restores" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", "type": "restores" }, { @@ -18317,227 +17769,231 @@ "type": "restores" }, { - "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", "type": "restores" }, { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", "type": "restores" }, { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", "type": "restores" }, { - "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", "type": "restores" }, { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "restores" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "restores" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "restores" - }, - { - "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", - "type": "restores" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "restores" - }, - { - "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", - "type": "restores" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "restores" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "restores" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "restores" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "restores" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "restores" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "restores" - }, - { - "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", - "type": "restores" - }, - { - "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", - "type": "restores" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "restores" - }, - { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", - "type": "restores" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "restores" - }, - { - "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", - "type": "restores" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "restores" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "restores" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "restores" - }, - { - "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", - "type": "restores" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "restores" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "restores" - }, - { - "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", - "type": "restores" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "restores" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "restores" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "restores" - }, - { - "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", - "type": "restores" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "restores" - }, - { - "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", - "type": "restores" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "restores" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "restores" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "restores" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "restores" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restores" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "restores" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "restores" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "restores" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restores" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "restores" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "restores" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "restores" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "restores" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", "type": "restores" }, { "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", "type": "restores" }, + { + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "type": "restores" + }, + { + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "type": "restores" + }, + { + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "type": "restores" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "restores" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "restores" + }, { "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", "type": "restores" }, { - "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", "type": "restores" }, { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", "type": "restores" }, { - "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", "type": "restores" }, { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", + "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", "type": "restores" }, { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", + "type": "restores" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "restores" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "restores" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "restores" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "restores" + }, + { + "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", + "type": "restores" + }, + { + "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", + "type": "restores" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restores" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restores" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restores" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restores" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "restores" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "restores" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "restores" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "restores" + }, + { + "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", + "type": "restores" + }, + { + "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", + "type": "restores" + }, + { + "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", + "type": "restores" + }, + { + "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", + "type": "restores" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "restores" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "restores" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "restores" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "restores" + }, + { + "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", + "type": "restores" + }, + { + "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", + "type": "restores" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "restores" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "restores" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "restores" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "restores" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "restores" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "restores" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "restores" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "restores" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "restores" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "restores" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "restores" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "restores" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "restores" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "restores" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "restores" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", "type": "restores" }, { @@ -18545,19 +18001,539 @@ "type": "restores" }, { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", "type": "restores" }, { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", "type": "restores" }, { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", "type": "restores" }, { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "restores" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "restores" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "restores" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "restores" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "restores" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "restores" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "restores" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "restores" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "restores" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "restores" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "restores" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "restores" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "restores" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "restores" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "restores" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "restores" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "restores" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "restores" + }, + { + "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", + "type": "restores" + }, + { + "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", + "type": "restores" + }, + { + "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", + "type": "restores" + }, + { + "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", + "type": "restores" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "restores" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "restores" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "restores" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "restores" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "restores" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "restores" + }, + { + "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", + "type": "restores" + }, + { + "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", + "type": "restores" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "restores" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "restores" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "restores" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "restores" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "restores" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "restores" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "restores" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "restores" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "restores" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "restores" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "restores" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "restores" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "restores" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "restores" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "restores" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "restores" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "restores" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "restores" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "restores" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "restores" + }, + { + "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "type": "restores" + }, + { + "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "type": "restores" + }, + { + "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", + "type": "restores" + }, + { + "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", + "type": "restores" + }, + { + "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "type": "restores" + }, + { + "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "type": "restores" + }, + { + "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", + "type": "restores" + }, + { + "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", + "type": "restores" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restores" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restores" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restores" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restores" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "restores" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "restores" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "restores" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "restores" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "restores" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "restores" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "restores" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "restores" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "restores" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "restores" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "restores" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "restores" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "restores" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "restores" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "restores" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "restores" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "restores" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "restores" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "restores" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "restores" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "restores" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "restores" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "restores" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "restores" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "restores" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "restores" + }, + { + "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", + "type": "restores" + }, + { + "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", + "type": "restores" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "restores" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "restores" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "restores" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "restores" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "restores" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "restores" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "restores" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "restores" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "restores" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "restores" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "restores" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "restores" + }, + { + "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", + "type": "restores" + }, + { + "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", + "type": "restores" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "restores" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "restores" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "restores" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "restores" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restores" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restores" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restores" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restores" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restores" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restores" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restores" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restores" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restores" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restores" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restores" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "restores" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "restores" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "restores" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "restores" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "restores" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "restores" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "restores" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "restores" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "restores" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "restores" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "restores" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", "type": "restores" }, { @@ -18569,27 +18545,39 @@ "type": "restores" }, { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", "type": "restores" }, { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", "type": "restores" }, { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", "type": "restores" }, { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", "type": "restores" }, { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", "type": "restores" }, { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "restores" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "restores" + }, + { + "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", + "type": "restores" + }, + { + "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", "type": "restores" }, { @@ -18597,7 +18585,7 @@ "type": "restores" }, { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", "type": "restores" }, { @@ -18605,51 +18593,63 @@ "type": "restores" }, { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", "type": "restores" }, { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", "type": "restores" }, { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", "type": "restores" }, { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", "type": "restores" }, { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", "type": "restores" }, { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", "type": "restores" }, { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", "type": "restores" }, { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", "type": "restores" }, { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", "type": "restores" }, { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", "type": "restores" }, { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", "type": "restores" }, { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "restores" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "restores" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "restores" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", "type": "restores" } ], @@ -18683,23 +18683,31 @@ }, "related": [ { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "disables" }, { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "disables" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "disables" }, { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "disables" }, { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "type": "disables" + }, + { + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "type": "disables" + }, + { + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "disables" }, { @@ -18710,144 +18718,40 @@ "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", "type": "disables" }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "disables" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "disables" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "disables" - }, - { - "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", - "type": "disables" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "disables" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "disables" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "disables" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "disables" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "disables" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "disables" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "disables" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "disables" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "disables" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "disables" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "disables" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "disables" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "disables" - }, - { - "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", - "type": "disables" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "disables" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "disables" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "disables" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "disables" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", - "type": "disables" - }, - { - "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", - "type": "disables" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "disables" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "disables" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "disables" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", - "type": "disables" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "disables" - }, - { - "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", - "type": "disables" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "disables" - }, { "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", "type": "disables" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", "type": "disables" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", "type": "disables" }, { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "disables" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "disables" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "disables" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "disables" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "disables" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", "type": "disables" }, { @@ -18855,75 +18759,11 @@ "type": "disables" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", "type": "disables" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "disables" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "disables" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "disables" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "disables" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "disables" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", - "type": "disables" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "disables" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "disables" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "disables" - }, - { - "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", - "type": "disables" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "disables" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "disables" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "disables" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "disables" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "disables" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "disables" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", "type": "disables" }, { @@ -18934,9 +18774,169 @@ "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", "type": "disables" }, + { + "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", + "type": "disables" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "disables" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "disables" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "disables" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "disables" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "disables" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "disables" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "disables" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "disables" + }, + { + "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", + "type": "disables" + }, + { + "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", + "type": "disables" + }, { "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", "type": "disables" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "disables" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "disables" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "disables" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "disables" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "disables" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "disables" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "disables" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "disables" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "disables" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "disables" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "disables" + }, + { + "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", + "type": "disables" + }, + { + "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", + "type": "disables" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "disables" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "disables" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "disables" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "disables" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "disables" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "disables" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "disables" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "disables" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "disables" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "disables" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "disables" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "disables" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "disables" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "disables" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "disables" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "disables" } ], "uuid": "4052a304-6e0c-5e59-b5f2-844d5a4e556d", @@ -18955,11 +18955,7 @@ }, "related": [ { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "filters" - }, - { - "dest-uuid": "391d824f-0ef1-47a0-b0ee-c59a75e27670", + "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "type": "filters" }, { @@ -18967,19 +18963,7 @@ "type": "filters" }, { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "filters" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "filters" - }, - { - "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", - "type": "filters" - }, - { - "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", + "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "type": "filters" }, { @@ -18987,435 +18971,7 @@ "type": "filters" }, { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "filters" - }, - { - "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", - "type": "filters" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "filters" - }, - { - "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", - "type": "filters" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "filters" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "filters" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "filters" - }, - { - "dest-uuid": "ea016b56-ae0e-47fe-967a-cc0ad51af67f", - "type": "filters" - }, - { - "dest-uuid": "e49ee9d2-0d98-44ef-85e5-5d3100065744", - "type": "filters" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "filters" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "filters" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "filters" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "filters" - }, - { - "dest-uuid": "e49ee9d2-0d98-44ef-85e5-5d3100065744", - "type": "filters" - }, - { - "dest-uuid": "ea016b56-ae0e-47fe-967a-cc0ad51af67f", - "type": "filters" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "filters" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "filters" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "filters" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "filters" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "filters" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "filters" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "filters" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "filters" - }, - { - "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", - "type": "filters" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "filters" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "filters" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "filters" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "filters" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "filters" - }, - { - "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", - "type": "filters" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "filters" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "filters" - }, - { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", - "type": "filters" - }, - { - "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", - "type": "filters" - }, - { - "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", - "type": "filters" - }, - { - "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", - "type": "filters" - }, - { - "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", - "type": "filters" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "filters" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "filters" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "filters" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "filters" - }, - { - "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", - "type": "filters" - }, - { - "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", - "type": "filters" - }, - { - "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", - "type": "filters" - }, - { - "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", - "type": "filters" - }, - { - "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", - "type": "filters" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "filters" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "filters" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "filters" - }, - { - "dest-uuid": "7e150503-88e7-4861-866b-ff1ac82c4475", - "type": "filters" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "filters" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "filters" - }, - { - "dest-uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", - "type": "filters" - }, - { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", - "type": "filters" - }, - { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", - "type": "filters" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "filters" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "filters" - }, - { - "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", - "type": "filters" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "filters" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "filters" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "filters" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "filters" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "filters" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "filters" - }, - { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", - "type": "filters" - }, - { - "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", - "type": "filters" - }, - { - "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", - "type": "filters" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "filters" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "filters" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "filters" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "filters" - }, - { - "dest-uuid": "ea016b56-ae0e-47fe-967a-cc0ad51af67f", - "type": "filters" - }, - { - "dest-uuid": "e49ee9d2-0d98-44ef-85e5-5d3100065744", - "type": "filters" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "filters" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "filters" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "filters" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "filters" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "filters" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "filters" - }, - { - "dest-uuid": "e49ee9d2-0d98-44ef-85e5-5d3100065744", - "type": "filters" - }, - { - "dest-uuid": "ea016b56-ae0e-47fe-967a-cc0ad51af67f", - "type": "filters" - }, - { - "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", - "type": "filters" - }, - { - "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", - "type": "filters" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "filters" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "filters" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "filters" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "filters" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "filters" - }, - { - "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", - "type": "filters" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "filters" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "filters" - }, - { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", - "type": "filters" - }, - { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", - "type": "filters" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "filters" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "filters" - }, - { - "dest-uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", - "type": "filters" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "filters" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "filters" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "filters" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "filters" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "filters" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "filters" - }, - { - "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", - "type": "filters" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "filters" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "filters" - }, - { - "dest-uuid": "7e150503-88e7-4861-866b-ff1ac82c4475", - "type": "filters" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "filters" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", + "dest-uuid": "0259baeb-9f63-4c69-bf10-eb038c390688", "type": "filters" }, { @@ -19427,11 +18983,7 @@ "type": "filters" }, { - "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", - "type": "filters" - }, - { - "dest-uuid": "391d824f-0ef1-47a0-b0ee-c59a75e27670", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "filters" }, { @@ -19439,147 +18991,47 @@ "type": "filters" }, { - "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "filters" }, { - "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "filters" }, { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "filters" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "filters" }, { - "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "filters" }, { - "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "filters" }, { - "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "filters" }, { - "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "filters" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "filters" }, { - "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "filters" }, { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "filters" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "filters" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "filters" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "filters" - }, - { - "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", - "type": "filters" - }, - { - "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", - "type": "filters" - }, - { - "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", - "type": "filters" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "filters" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "filters" - }, - { - "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", - "type": "filters" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "filters" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "filters" - }, - { - "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", - "type": "filters" - }, - { - "dest-uuid": "ea016b56-ae0e-47fe-967a-cc0ad51af67f", - "type": "filters" - }, - { - "dest-uuid": "e49ee9d2-0d98-44ef-85e5-5d3100065744", - "type": "filters" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "filters" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "filters" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "filters" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "filters" - }, - { - "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", - "type": "filters" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "filters" - }, - { - "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", - "type": "filters" - }, - { - "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", - "type": "filters" - }, - { - "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", - "type": "filters" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "filters" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "filters" }, { @@ -19591,91 +19043,23 @@ "type": "filters" }, { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "filters" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "filters" }, { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "filters" }, { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "filters" }, { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "filters" - }, - { - "dest-uuid": "e49ee9d2-0d98-44ef-85e5-5d3100065744", - "type": "filters" - }, - { - "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", - "type": "filters" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "filters" - }, - { - "dest-uuid": "ea016b56-ae0e-47fe-967a-cc0ad51af67f", - "type": "filters" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "filters" - }, - { - "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", - "type": "filters" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "filters" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "filters" - }, - { - "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", - "type": "filters" - }, - { - "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", - "type": "filters" - }, - { - "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", - "type": "filters" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "filters" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "filters" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "filters" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "filters" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "filters" - }, - { - "dest-uuid": "391d824f-0ef1-47a0-b0ee-c59a75e27670", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "filters" }, { @@ -19683,39 +19067,35 @@ "type": "filters" }, { - "dest-uuid": "7e150503-88e7-4861-866b-ff1ac82c4475", + "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", "type": "filters" }, { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", "type": "filters" }, { - "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", "type": "filters" }, { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", "type": "filters" }, { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", "type": "filters" }, { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", "type": "filters" }, { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", "type": "filters" }, { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", - "type": "filters" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", "type": "filters" }, { @@ -19723,19 +19103,155 @@ "type": "filters" }, { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", "type": "filters" }, { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", "type": "filters" }, { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", "type": "filters" }, { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", + "type": "filters" + }, + { + "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", + "type": "filters" + }, + { + "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", + "type": "filters" + }, + { + "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", + "type": "filters" + }, + { + "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", + "type": "filters" + }, + { + "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", + "type": "filters" + }, + { + "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", + "type": "filters" + }, + { + "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", + "type": "filters" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "filters" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "filters" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "filters" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "filters" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "filters" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "filters" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "filters" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "filters" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "filters" + }, + { + "dest-uuid": "391d824f-0ef1-47a0-b0ee-c59a75e27670", + "type": "filters" + }, + { + "dest-uuid": "391d824f-0ef1-47a0-b0ee-c59a75e27670", + "type": "filters" + }, + { + "dest-uuid": "391d824f-0ef1-47a0-b0ee-c59a75e27670", + "type": "filters" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "filters" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "filters" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "filters" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "filters" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "filters" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "filters" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "filters" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "filters" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "filters" + }, + { + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "type": "filters" + }, + { + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "type": "filters" + }, + { + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "type": "filters" + }, + { + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "type": "filters" + }, + { + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "type": "filters" + }, + { + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", "type": "filters" }, { @@ -19743,27 +19259,59 @@ "type": "filters" }, { - "dest-uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", + "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", "type": "filters" }, { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", "type": "filters" }, { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", "type": "filters" }, { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", "type": "filters" }, { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", "type": "filters" }, { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "filters" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "filters" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "filters" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "filters" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "filters" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "filters" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "filters" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "filters" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", "type": "filters" }, { @@ -19771,7 +19319,215 @@ "type": "filters" }, { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", + "type": "filters" + }, + { + "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", + "type": "filters" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "filters" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "filters" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "filters" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "filters" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "filters" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "filters" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "filters" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "filters" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "filters" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "filters" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "filters" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "filters" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "filters" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "filters" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "filters" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "filters" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "filters" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "filters" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "filters" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "filters" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "filters" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "filters" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "filters" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "filters" + }, + { + "dest-uuid": "7e150503-88e7-4861-866b-ff1ac82c4475", + "type": "filters" + }, + { + "dest-uuid": "7e150503-88e7-4861-866b-ff1ac82c4475", + "type": "filters" + }, + { + "dest-uuid": "7e150503-88e7-4861-866b-ff1ac82c4475", + "type": "filters" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "filters" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "filters" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "filters" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "filters" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "filters" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "filters" + }, + { + "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "type": "filters" + }, + { + "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "type": "filters" + }, + { + "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "type": "filters" + }, + { + "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "type": "filters" + }, + { + "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "type": "filters" + }, + { + "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "type": "filters" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "filters" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "filters" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "filters" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "filters" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "filters" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "filters" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "filters" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "filters" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "filters" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "filters" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "filters" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", "type": "filters" }, { @@ -19779,20 +19535,264 @@ "type": "filters" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", "type": "filters" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", "type": "filters" }, { - "dest-uuid": "0259baeb-9f63-4c69-bf10-eb038c390688", + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "filters" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "filters" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "filters" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "filters" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "filters" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "filters" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "filters" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "filters" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "filters" + }, + { + "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "type": "filters" + }, + { + "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "type": "filters" + }, + { + "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "type": "filters" + }, + { + "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "type": "filters" + }, + { + "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "type": "filters" + }, + { + "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "type": "filters" + }, + { + "dest-uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", + "type": "filters" + }, + { + "dest-uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", + "type": "filters" + }, + { + "dest-uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", + "type": "filters" + }, + { + "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", + "type": "filters" + }, + { + "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", + "type": "filters" + }, + { + "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", + "type": "filters" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "filters" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "filters" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "filters" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "filters" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "filters" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "filters" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "filters" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "filters" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "filters" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "filters" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "filters" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "filters" + }, + { + "dest-uuid": "e49ee9d2-0d98-44ef-85e5-5d3100065744", + "type": "filters" + }, + { + "dest-uuid": "e49ee9d2-0d98-44ef-85e5-5d3100065744", + "type": "filters" + }, + { + "dest-uuid": "e49ee9d2-0d98-44ef-85e5-5d3100065744", + "type": "filters" + }, + { + "dest-uuid": "e49ee9d2-0d98-44ef-85e5-5d3100065744", + "type": "filters" + }, + { + "dest-uuid": "e49ee9d2-0d98-44ef-85e5-5d3100065744", + "type": "filters" + }, + { + "dest-uuid": "e49ee9d2-0d98-44ef-85e5-5d3100065744", + "type": "filters" + }, + { + "dest-uuid": "ea016b56-ae0e-47fe-967a-cc0ad51af67f", + "type": "filters" + }, + { + "dest-uuid": "ea016b56-ae0e-47fe-967a-cc0ad51af67f", + "type": "filters" + }, + { + "dest-uuid": "ea016b56-ae0e-47fe-967a-cc0ad51af67f", + "type": "filters" + }, + { + "dest-uuid": "ea016b56-ae0e-47fe-967a-cc0ad51af67f", + "type": "filters" + }, + { + "dest-uuid": "ea016b56-ae0e-47fe-967a-cc0ad51af67f", + "type": "filters" + }, + { + "dest-uuid": "ea016b56-ae0e-47fe-967a-cc0ad51af67f", + "type": "filters" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "filters" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "filters" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", "type": "filters" }, { "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", "type": "filters" + }, + { + "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "type": "filters" + }, + { + "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "type": "filters" + }, + { + "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "type": "filters" + }, + { + "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "type": "filters" + }, + { + "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "type": "filters" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "filters" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "filters" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "filters" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "filters" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "filters" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "filters" + }, + { + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "type": "filters" + }, + { + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "type": "filters" + }, + { + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "type": "filters" } ], "uuid": "54c5144f-e0da-5e35-bae8-0f25190fe9fb", @@ -19828,33 +19828,33 @@ "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", "type": "analyzes" }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "analyzes" - }, - { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", - "type": "analyzes" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "analyzes" - }, - { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", - "type": "analyzes" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "analyzes" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "analyzes" - }, { "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", "type": "analyzes" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "analyzes" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "analyzes" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "analyzes" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "analyzes" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "analyzes" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "analyzes" } ], "uuid": "2ba221f7-36e5-56b6-a8bf-474393f2d17d", @@ -19873,19 +19873,7 @@ }, "related": [ { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", - "type": "verifies" - }, - { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", - "type": "verifies" - }, - { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", - "type": "verifies" - }, - { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", "type": "verifies" }, { @@ -19893,13 +19881,29 @@ "type": "verifies" }, { - "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", "type": "verifies" }, { "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", "type": "verifies" }, + { + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", + "type": "verifies" + }, + { + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", + "type": "verifies" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "verifies" + }, + { + "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", + "type": "verifies" + }, { "dest-uuid": "791481f8-e96a-41be-b089-a088763083d4", "type": "verifies" @@ -19913,7 +19917,7 @@ "type": "verifies" }, { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", "type": "verifies" }, { @@ -19921,11 +19925,7 @@ "type": "verifies" }, { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", - "type": "verifies" - }, - { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", "type": "verifies" } ], @@ -19962,19 +19962,7 @@ }, "related": [ { - "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", - "type": "analyzes" - }, - { - "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", - "type": "analyzes" - }, - { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "type": "analyzes" }, { @@ -19982,115 +19970,123 @@ "type": "analyzes" }, { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", - "type": "analyzes" - }, - { - "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", - "type": "analyzes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "analyzes" - }, - { - "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", - "type": "analyzes" - }, - { - "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", - "type": "analyzes" - }, - { - "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", - "type": "analyzes" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", - "type": "analyzes" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, { "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, + { + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", + "type": "analyzes" + }, + { + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", + "type": "analyzes" + }, + { + "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", + "type": "analyzes" + }, + { + "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", + "type": "analyzes" + }, + { + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", + "type": "analyzes" + }, + { + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", + "type": "analyzes" + }, + { + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", + "type": "analyzes" + }, + { + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", + "type": "analyzes" + }, + { + "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", + "type": "analyzes" + }, + { + "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", + "type": "analyzes" + }, + { + "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", + "type": "analyzes" + }, + { + "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", + "type": "analyzes" + }, + { + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", + "type": "analyzes" + }, + { + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", + "type": "analyzes" + }, + { + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", + "type": "analyzes" + }, + { + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", + "type": "analyzes" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "analyzes" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "analyzes" + }, + { + "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", + "type": "analyzes" + }, + { + "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", + "type": "analyzes" + }, { "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", "type": "analyzes" }, { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", "type": "analyzes" }, { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", "type": "analyzes" }, { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", "type": "analyzes" }, { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", "type": "analyzes" }, { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", "type": "analyzes" }, { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", "type": "analyzes" }, { - "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", - "type": "analyzes" - }, - { - "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", + "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", "type": "analyzes" }, { @@ -20098,395 +20094,7 @@ "type": "analyzes" }, { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "analyzes" - }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", - "type": "analyzes" - }, - { - "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", - "type": "analyzes" - }, - { - "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", - "type": "analyzes" - }, - { - "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", - "type": "analyzes" - }, - { - "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", - "type": "analyzes" - }, - { - "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", - "type": "analyzes" - }, - { - "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", - "type": "analyzes" - }, - { - "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", - "type": "analyzes" - }, - { - "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", - "type": "analyzes" - }, - { - "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", - "type": "analyzes" - }, - { - "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", - "type": "analyzes" - }, - { - "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", - "type": "analyzes" - }, - { - "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", - "type": "analyzes" - }, - { - "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", - "type": "analyzes" - }, - { - "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", - "type": "analyzes" - }, - { - "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", - "type": "analyzes" - }, - { - "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", - "type": "analyzes" - }, - { - "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", - "type": "analyzes" - }, - { - "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", - "type": "analyzes" - }, - { - "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", - "type": "analyzes" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "analyzes" - }, - { - "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "analyzes" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "analyzes" - }, - { - "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", - "type": "analyzes" - }, - { - "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "analyzes" - }, - { - "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", - "type": "analyzes" - }, - { - "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", - "type": "analyzes" - }, - { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", - "type": "analyzes" - }, - { - "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", - "type": "analyzes" - }, - { - "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", - "type": "analyzes" - }, - { - "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "analyzes" - }, - { - "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", - "type": "analyzes" - }, - { - "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", - "type": "analyzes" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", - "type": "analyzes" - }, - { - "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", - "type": "analyzes" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "analyzes" - }, - { - "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", - "type": "analyzes" - }, - { - "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", - "type": "analyzes" - }, - { - "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", - "type": "analyzes" - }, - { - "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", - "type": "analyzes" - }, - { - "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", - "type": "analyzes" - }, - { - "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", - "type": "analyzes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "analyzes" - }, - { - "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", - "type": "analyzes" - }, - { - "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", + "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", "type": "analyzes" }, { @@ -20494,19 +20102,15 @@ "type": "analyzes" }, { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", "type": "analyzes" }, { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", + "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", "type": "analyzes" }, { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "analyzes" - }, - { - "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", + "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", "type": "analyzes" }, { @@ -20514,35 +20118,59 @@ "type": "analyzes" }, { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", "type": "analyzes" }, { - "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", "type": "analyzes" }, { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", "type": "analyzes" }, { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", "type": "analyzes" }, { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", "type": "analyzes" }, { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", "type": "analyzes" }, { - "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", "type": "analyzes" }, { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", + "type": "analyzes" + }, + { + "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", + "type": "analyzes" + }, + { + "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", + "type": "analyzes" + }, + { + "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", + "type": "analyzes" + }, + { + "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", "type": "analyzes" }, { @@ -20554,35 +20182,15 @@ "type": "analyzes" }, { - "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", + "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", "type": "analyzes" }, { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", + "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", "type": "analyzes" }, { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", - "type": "analyzes" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "analyzes" - }, - { - "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", "type": "analyzes" }, { @@ -20590,75 +20198,7 @@ "type": "analyzes" }, { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", - "type": "analyzes" - }, - { - "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", - "type": "analyzes" - }, - { - "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", - "type": "analyzes" - }, - { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", - "type": "analyzes" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", - "type": "analyzes" - }, - { - "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", - "type": "analyzes" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "analyzes" - }, - { - "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", - "type": "analyzes" - }, - { - "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", + "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", "type": "analyzes" }, { @@ -20666,44 +20206,504 @@ "type": "analyzes" }, { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", "type": "analyzes" }, { - "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", "type": "analyzes" }, { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", "type": "analyzes" }, { - "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", "type": "analyzes" }, { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", "type": "analyzes" }, { - "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", + "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", "type": "analyzes" }, { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "analyzes" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "analyzes" + }, + { + "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "type": "analyzes" + }, + { + "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", + "type": "analyzes" + }, + { + "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", + "type": "analyzes" + }, + { + "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", + "type": "analyzes" + }, + { + "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", "type": "analyzes" }, { "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", "type": "analyzes" }, + { + "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", + "type": "analyzes" + }, + { + "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", + "type": "analyzes" + }, + { + "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", + "type": "analyzes" + }, + { + "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", + "type": "analyzes" + }, + { + "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "analyzes" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "analyzes" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "analyzes" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "analyzes" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "analyzes" + }, + { + "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", + "type": "analyzes" + }, + { + "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", + "type": "analyzes" + }, { "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", "type": "analyzes" }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "analyzes" + }, + { + "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", + "type": "analyzes" + }, + { + "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", + "type": "analyzes" + }, + { + "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", + "type": "analyzes" + }, + { + "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", + "type": "analyzes" + }, + { + "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", + "type": "analyzes" + }, + { + "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", + "type": "analyzes" + }, + { + "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", + "type": "analyzes" + }, + { + "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", + "type": "analyzes" + }, + { + "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", + "type": "analyzes" + }, + { + "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", + "type": "analyzes" + }, + { + "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", + "type": "analyzes" + }, + { + "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", + "type": "analyzes" + }, + { + "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", + "type": "analyzes" + }, + { + "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", + "type": "analyzes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "analyzes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "analyzes" + }, + { + "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", + "type": "analyzes" + }, + { + "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", + "type": "analyzes" + }, + { + "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", + "type": "analyzes" + }, + { + "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", + "type": "analyzes" + }, + { + "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "type": "analyzes" + }, + { + "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "type": "analyzes" + }, + { + "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", + "type": "analyzes" + }, + { + "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", + "type": "analyzes" + }, { "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", + "type": "analyzes" + }, + { + "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", + "type": "analyzes" + }, + { + "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", + "type": "analyzes" + }, + { + "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", + "type": "analyzes" + }, + { + "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", + "type": "analyzes" + }, + { + "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", + "type": "analyzes" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "analyzes" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "analyzes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "analyzes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "type": "analyzes" + }, + { + "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "type": "analyzes" + }, + { + "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", + "type": "analyzes" + }, + { + "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", + "type": "analyzes" + }, + { + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "type": "analyzes" + }, + { + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "type": "analyzes" + }, + { + "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "type": "analyzes" + }, + { + "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", + "type": "analyzes" + }, + { + "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", + "type": "analyzes" + }, + { + "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", + "type": "analyzes" + }, + { + "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", + "type": "analyzes" + }, + { + "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", + "type": "analyzes" + }, + { + "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", + "type": "analyzes" + }, + { + "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", + "type": "analyzes" + }, + { + "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", + "type": "analyzes" } ], "uuid": "3e3e2630-f8e8-5ed2-b93e-97dacb8dec2f", @@ -20753,6 +20753,34 @@ ] }, "related": [ + { + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", + "type": "neutralizes" + }, + { + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", + "type": "neutralizes" + }, + { + "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", + "type": "neutralizes" + }, + { + "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", + "type": "neutralizes" + }, + { + "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", + "type": "neutralizes" + }, + { + "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", + "type": "neutralizes" + }, + { + "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", + "type": "neutralizes" + }, { "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", "type": "neutralizes" @@ -20761,116 +20789,52 @@ "dest-uuid": "4933e63b-9b77-476e-ab29-761bc5b7d15a", "type": "neutralizes" }, - { - "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", - "type": "neutralizes" - }, - { - "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", - "type": "neutralizes" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "neutralizes" - }, - { - "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", - "type": "neutralizes" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "neutralizes" - }, - { - "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", - "type": "neutralizes" - }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", - "type": "neutralizes" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "neutralizes" - }, - { - "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", - "type": "neutralizes" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "neutralizes" - }, - { - "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", - "type": "neutralizes" - }, - { - "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", - "type": "neutralizes" - }, - { - "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", - "type": "neutralizes" - }, - { - "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", - "type": "neutralizes" - }, { "dest-uuid": "4933e63b-9b77-476e-ab29-761bc5b7d15a", "type": "neutralizes" }, { - "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", "type": "neutralizes" }, { "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", "type": "neutralizes" }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "neutralizes" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "neutralizes" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "neutralizes" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "neutralizes" + }, { "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", "type": "neutralizes" }, { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", "type": "neutralizes" }, { - "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", + "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", "type": "neutralizes" }, { - "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", + "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", "type": "neutralizes" }, { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "neutralizes" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "neutralizes" - }, - { - "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", - "type": "neutralizes" - }, - { - "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", - "type": "neutralizes" - }, - { - "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", - "type": "neutralizes" - }, - { - "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", - "type": "neutralizes" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", "type": "neutralizes" }, { @@ -20880,6 +20844,42 @@ { "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", "type": "neutralizes" + }, + { + "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", + "type": "neutralizes" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "neutralizes" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "neutralizes" + }, + { + "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", + "type": "neutralizes" + }, + { + "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", + "type": "neutralizes" + }, + { + "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", + "type": "neutralizes" + }, + { + "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", + "type": "neutralizes" + }, + { + "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", + "type": "neutralizes" + }, + { + "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", + "type": "neutralizes" } ], "uuid": "c4ed798d-87da-5ad6-9473-bfca807cf7af", @@ -20898,7 +20898,63 @@ }, "related": [ { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", + "type": "deletes" + }, + { + "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", + "type": "deletes" + }, + { + "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", + "type": "deletes" + }, + { + "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", + "type": "deletes" + }, + { + "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", + "type": "deletes" + }, + { + "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", + "type": "deletes" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "deletes" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "deletes" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "deletes" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "deletes" + }, + { + "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", + "type": "deletes" + }, + { + "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", + "type": "deletes" + }, + { + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "type": "deletes" + }, + { + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "type": "deletes" + }, + { + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", "type": "deletes" }, { @@ -20909,176 +20965,12 @@ "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", "type": "deletes" }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "deletes" - }, - { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", - "type": "deletes" - }, - { - "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", - "type": "deletes" - }, - { - "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", - "type": "deletes" - }, - { - "dest-uuid": "6add2ab5-2711-4e9d-87c8-7a0be8531530", - "type": "deletes" - }, - { - "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", - "type": "deletes" - }, - { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", - "type": "deletes" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "deletes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "deletes" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "deletes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "deletes" - }, - { - "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", - "type": "deletes" - }, - { - "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", - "type": "deletes" - }, - { - "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", - "type": "deletes" - }, - { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", - "type": "deletes" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", - "type": "deletes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "deletes" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", - "type": "deletes" - }, - { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", - "type": "deletes" - }, - { - "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", - "type": "deletes" - }, - { - "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", - "type": "deletes" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", - "type": "deletes" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "deletes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "deletes" - }, - { - "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", - "type": "deletes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "deletes" - }, - { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", - "type": "deletes" - }, - { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", - "type": "deletes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "deletes" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", - "type": "deletes" - }, - { - "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", - "type": "deletes" - }, - { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", - "type": "deletes" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "deletes" - }, - { - "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", - "type": "deletes" - }, - { - "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", - "type": "deletes" - }, - { - "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", - "type": "deletes" - }, { "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", "type": "deletes" }, { - "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", - "type": "deletes" - }, - { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", - "type": "deletes" - }, - { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", - "type": "deletes" - }, - { - "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", - "type": "deletes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "deletes" - }, - { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "dest-uuid": "6add2ab5-2711-4e9d-87c8-7a0be8531530", "type": "deletes" }, { @@ -21086,7 +20978,115 @@ "type": "deletes" }, { - "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", + "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", + "type": "deletes" + }, + { + "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", + "type": "deletes" + }, + { + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", + "type": "deletes" + }, + { + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", + "type": "deletes" + }, + { + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", + "type": "deletes" + }, + { + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", + "type": "deletes" + }, + { + "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", + "type": "deletes" + }, + { + "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", + "type": "deletes" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "deletes" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "deletes" + }, + { + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "type": "deletes" + }, + { + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "type": "deletes" + }, + { + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "type": "deletes" + }, + { + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "type": "deletes" + }, + { + "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", + "type": "deletes" + }, + { + "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", + "type": "deletes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "deletes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "deletes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "deletes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "deletes" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "deletes" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "deletes" + }, + { + "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", + "type": "deletes" + }, + { + "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", + "type": "deletes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "deletes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "deletes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "deletes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", "type": "deletes" } ], @@ -21106,135 +21106,7 @@ }, "related": [ { - "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", - "type": "maps" - }, - { - "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", - "type": "maps" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "maps" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "maps" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "maps" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "maps" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "maps" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "maps" - }, - { - "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", - "type": "maps" - }, - { - "dest-uuid": "8d7bd4f5-3a89-4453-9c82-2c8894d5655e", - "type": "maps" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "maps" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "maps" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", - "type": "maps" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "maps" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "maps" - }, - { - "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", - "type": "maps" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "maps" - }, - { - "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", - "type": "maps" - }, - { - "dest-uuid": "65917ae0-b854-4139-83fe-bf2441cf0196", - "type": "maps" - }, - { - "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", - "type": "maps" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "maps" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "maps" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "maps" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "maps" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "maps" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "maps" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "maps" - }, - { - "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", - "type": "maps" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "maps" - }, - { - "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", - "type": "maps" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "maps" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "maps" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "1b20efbf-8063-4fc3-a07d-b575318a301b", "type": "maps" }, { @@ -21242,71 +21114,7 @@ "type": "maps" }, { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "maps" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "maps" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "maps" - }, - { - "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", - "type": "maps" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "maps" - }, - { - "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", - "type": "maps" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", - "type": "maps" - }, - { - "dest-uuid": "65917ae0-b854-4139-83fe-bf2441cf0196", - "type": "maps" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "maps" - }, - { - "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", - "type": "maps" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "maps" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "maps" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "maps" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "maps" - }, - { - "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", - "type": "maps" - }, - { - "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", - "type": "maps" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "maps" }, { @@ -21314,35 +21122,11 @@ "type": "maps" }, { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "maps" }, { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "maps" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "maps" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "maps" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "maps" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "maps" - }, - { - "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", - "type": "maps" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "maps" }, { @@ -21350,51 +21134,11 @@ "type": "maps" }, { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "maps" }, { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "maps" - }, - { - "dest-uuid": "1b20efbf-8063-4fc3-a07d-b575318a301b", - "type": "maps" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "maps" - }, - { - "dest-uuid": "8d7bd4f5-3a89-4453-9c82-2c8894d5655e", - "type": "maps" - }, - { - "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", - "type": "maps" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "maps" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "maps" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "maps" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "maps" - }, - { - "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", - "type": "maps" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "maps" }, { @@ -21406,32 +21150,288 @@ "type": "maps" }, { - "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", - "type": "maps" - }, - { - "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", - "type": "maps" - }, - { - "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", - "type": "maps" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "maps" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", "type": "maps" }, { "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", "type": "maps" }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "maps" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "maps" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "maps" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "maps" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "maps" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "maps" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "maps" + }, + { + "dest-uuid": "65917ae0-b854-4139-83fe-bf2441cf0196", + "type": "maps" + }, + { + "dest-uuid": "65917ae0-b854-4139-83fe-bf2441cf0196", + "type": "maps" + }, + { + "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", + "type": "maps" + }, + { + "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", + "type": "maps" + }, + { + "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", + "type": "maps" + }, + { + "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", + "type": "maps" + }, + { + "dest-uuid": "8d7bd4f5-3a89-4453-9c82-2c8894d5655e", + "type": "maps" + }, + { + "dest-uuid": "8d7bd4f5-3a89-4453-9c82-2c8894d5655e", + "type": "maps" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "type": "maps" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "type": "maps" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "type": "maps" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "type": "maps" + }, + { + "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", + "type": "maps" + }, + { + "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", + "type": "maps" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "maps" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "maps" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "maps" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "maps" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "maps" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "maps" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "maps" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "maps" + }, + { + "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", + "type": "maps" + }, + { + "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", + "type": "maps" + }, + { + "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", + "type": "maps" + }, + { + "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", + "type": "maps" + }, + { + "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", + "type": "maps" + }, + { + "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", + "type": "maps" + }, { "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", "type": "maps" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "maps" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "maps" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "maps" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "maps" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "maps" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "maps" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "maps" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "maps" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "maps" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "maps" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "maps" + }, + { + "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", + "type": "maps" + }, + { + "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", + "type": "maps" + }, + { + "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", + "type": "maps" + }, + { + "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", + "type": "maps" + }, + { + "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", + "type": "maps" + }, + { + "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", + "type": "maps" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "maps" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "maps" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "maps" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "maps" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "maps" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "maps" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "maps" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "maps" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "maps" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "maps" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "maps" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "maps" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "maps" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "maps" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "maps" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "maps" } ], "uuid": "b595da0c-45da-5901-bb78-00fc6d977045", @@ -21478,11 +21478,11 @@ }, "related": [ { - "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "dest-uuid": "2959d63f-73fd-46a1-abd2-109d7dcede32", "type": "restricts" }, { - "dest-uuid": "c1b68a96-3c48-49ea-a6c0-9b27359f9c19", + "dest-uuid": "2959d63f-73fd-46a1-abd2-109d7dcede32", "type": "restricts" }, { @@ -21498,19 +21498,7 @@ "type": "restricts" }, { - "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", - "type": "restricts" - }, - { - "dest-uuid": "57340c81-c025-4189-8fa0-fc7ede51bae4", - "type": "restricts" - }, - { - "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", - "type": "restricts" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "dest-uuid": "341e222a-a6e3-4f6f-b69c-831d792b1580", "type": "restricts" }, { @@ -21518,51 +21506,7 @@ "type": "restricts" }, { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "restricts" - }, - { - "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", - "type": "restricts" - }, - { - "dest-uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", - "type": "restricts" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "restricts" - }, - { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", - "type": "restricts" - }, - { - "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", - "type": "restricts" - }, - { - "dest-uuid": "dfebc3b7-d19d-450b-81c7-6dafe4184c04", - "type": "restricts" - }, - { - "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", - "type": "restricts" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "restricts" - }, - { - "dest-uuid": "dfebc3b7-d19d-450b-81c7-6dafe4184c04", - "type": "restricts" - }, - { - "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", - "type": "restricts" - }, - { - "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", + "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", "type": "restricts" }, { @@ -21570,7 +21514,7 @@ "type": "restricts" }, { - "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", + "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", "type": "restricts" }, { @@ -21578,19 +21522,35 @@ "type": "restricts" }, { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "dest-uuid": "57340c81-c025-4189-8fa0-fc7ede51bae4", "type": "restricts" }, { - "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", "type": "restricts" }, { - "dest-uuid": "341e222a-a6e3-4f6f-b69c-831d792b1580", + "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", "type": "restricts" }, { - "dest-uuid": "2959d63f-73fd-46a1-abd2-109d7dcede32", + "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", + "type": "restricts" + }, + { + "dest-uuid": "6d4a7fb3-5a24-42be-ae61-6728a2b581f6", + "type": "restricts" + }, + { + "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "type": "restricts" + }, + { + "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "type": "restricts" + }, + { + "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", "type": "restricts" }, { @@ -21602,11 +21562,19 @@ "type": "restricts" }, { - "dest-uuid": "34f1d81d-fe88-4f97-bd3b-a3164536255d", + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", "type": "restricts" }, { - "dest-uuid": "2959d63f-73fd-46a1-abd2-109d7dcede32", + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "restricts" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "restricts" + }, + { + "dest-uuid": "c1b68a96-3c48-49ea-a6c0-9b27359f9c19", "type": "restricts" }, { @@ -21618,7 +21586,39 @@ "type": "restricts" }, { - "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "dest-uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", + "type": "restricts" + }, + { + "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", + "type": "restricts" + }, + { + "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", + "type": "restricts" + }, + { + "dest-uuid": "dfebc3b7-d19d-450b-81c7-6dafe4184c04", + "type": "restricts" + }, + { + "dest-uuid": "dfebc3b7-d19d-450b-81c7-6dafe4184c04", + "type": "restricts" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "type": "restricts" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "type": "restricts" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", + "type": "restricts" + }, + { + "dest-uuid": "ffbcfdb0-de22-4106-9ed3-fc23c8a01407", "type": "restricts" } ], @@ -21638,643 +21638,7 @@ }, "related": [ { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "analyzes" - }, - { - "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", - "type": "analyzes" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "analyzes" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "analyzes" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "analyzes" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "analyzes" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "analyzes" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "analyzes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "analyzes" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "analyzes" - }, - { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", - "type": "analyzes" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "analyzes" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "analyzes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "analyzes" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "analyzes" - }, - { - "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", - "type": "analyzes" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "analyzes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "analyzes" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "analyzes" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "analyzes" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "analyzes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "analyzes" - }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "analyzes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "analyzes" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "analyzes" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "analyzes" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "analyzes" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "analyzes" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "analyzes" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "analyzes" - }, - { - "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", - "type": "analyzes" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "analyzes" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "analyzes" - }, - { - "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", - "type": "analyzes" - }, - { - "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", - "type": "analyzes" - }, - { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", - "type": "analyzes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "analyzes" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "analyzes" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "analyzes" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "analyzes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "analyzes" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "analyzes" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "analyzes" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "analyzes" - }, - { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "analyzes" - }, - { - "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", - "type": "analyzes" - }, - { - "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", - "type": "analyzes" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "analyzes" - }, - { - "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", - "type": "analyzes" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "analyzes" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "analyzes" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "analyzes" - }, - { - "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", - "type": "analyzes" - }, - { - "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", - "type": "analyzes" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "analyzes" - }, - { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", - "type": "analyzes" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "analyzes" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "analyzes" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "analyzes" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "analyzes" - }, - { - "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", - "type": "analyzes" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "analyzes" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "analyzes" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "analyzes" - }, - { - "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", - "type": "analyzes" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "analyzes" - }, - { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", - "type": "analyzes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "analyzes" - }, - { - "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", - "type": "analyzes" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "analyzes" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "analyzes" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "analyzes" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "analyzes" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "analyzes" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "analyzes" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "analyzes" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "analyzes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "analyzes" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "analyzes" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "analyzes" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "analyzes" - }, - { - "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", - "type": "analyzes" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", - "type": "analyzes" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "analyzes" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "analyzes" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "analyzes" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "analyzes" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "analyzes" - }, - { - "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", - "type": "analyzes" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "analyzes" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "analyzes" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "analyzes" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "analyzes" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "analyzes" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "analyzes" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "analyzes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "analyzes" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "analyzes" - }, - { - "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", - "type": "analyzes" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "analyzes" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "analyzes" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "analyzes" - }, - { - "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", - "type": "analyzes" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "analyzes" - }, - { - "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", - "type": "analyzes" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "analyzes" - }, - { - "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", - "type": "analyzes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "analyzes" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "analyzes" - }, - { - "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", - "type": "analyzes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "analyzes" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "analyzes" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "analyzes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "analyzes" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "analyzes" - }, - { - "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", - "type": "analyzes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "analyzes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "analyzes" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "analyzes" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "analyzes" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "analyzes" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "analyzes" - }, - { - "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", - "type": "analyzes" - }, - { - "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", - "type": "analyzes" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "analyzes" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "analyzes" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "analyzes" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "analyzes" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "analyzes" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "analyzes" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "analyzes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "analyzes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "analyzes" - }, - { - "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", - "type": "analyzes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "analyzes" - }, - { - "dest-uuid": "143c0cbb-a297-4142-9624-87ffc778980b", - "type": "analyzes" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "analyzes" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "analyzes" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "analyzes" - }, - { - "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", - "type": "analyzes" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "analyzes" - }, - { - "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", - "type": "analyzes" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "analyzes" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "analyzes" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "analyzes" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "analyzes" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "analyzes" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "analyzes" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "analyzes" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", - "type": "analyzes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "analyzes" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "analyzes" - }, - { - "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", - "type": "analyzes" - }, - { - "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", + "dest-uuid": "00f90846-cbd1-4fc5-9233-df5c2bf2a662", "type": "analyzes" }, { @@ -22282,71 +21646,7 @@ "type": "analyzes" }, { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "analyzes" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "analyzes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "analyzes" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "analyzes" - }, - { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", - "type": "analyzes" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "analyzes" - }, - { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", - "type": "analyzes" - }, - { - "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", - "type": "analyzes" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "analyzes" - }, - { - "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", - "type": "analyzes" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "analyzes" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "analyzes" - }, - { - "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", - "type": "analyzes" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "analyzes" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "analyzes" }, { @@ -22354,119 +21654,7 @@ "type": "analyzes" }, { - "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", - "type": "analyzes" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "analyzes" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "analyzes" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "analyzes" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "analyzes" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "analyzes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "analyzes" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "analyzes" - }, - { - "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", - "type": "analyzes" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "analyzes" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "analyzes" - }, - { - "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", - "type": "analyzes" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "analyzes" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "analyzes" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "analyzes" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "analyzes" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "analyzes" - }, - { - "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", - "type": "analyzes" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "analyzes" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "analyzes" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "analyzes" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "analyzes" - }, - { - "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", - "type": "analyzes" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "analyzes" - }, - { - "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", - "type": "analyzes" - }, - { - "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", - "type": "analyzes" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "analyzes" }, { @@ -22474,7 +21662,83 @@ "type": "analyzes" }, { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "type": "analyzes" + }, + { + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "type": "analyzes" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "analyzes" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "analyzes" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "analyzes" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "analyzes" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "analyzes" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "analyzes" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "analyzes" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "analyzes" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "type": "analyzes" + }, + { + "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", "type": "analyzes" }, { @@ -22482,123 +21746,119 @@ "type": "analyzes" }, { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", "type": "analyzes" }, { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", "type": "analyzes" }, { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", "type": "analyzes" }, { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", "type": "analyzes" }, { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", "type": "analyzes" }, { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", "type": "analyzes" }, { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", "type": "analyzes" }, { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "analyzes" }, { - "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "analyzes" }, { - "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "analyzes" }, { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "analyzes" }, { - "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", "type": "analyzes" }, { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", "type": "analyzes" }, { - "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", "type": "analyzes" }, { - "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", + "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", "type": "analyzes" }, { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "dest-uuid": "143c0cbb-a297-4142-9624-87ffc778980b", "type": "analyzes" }, { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "dest-uuid": "143c0cbb-a297-4142-9624-87ffc778980b", "type": "analyzes" }, { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", + "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", "type": "analyzes" }, { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", "type": "analyzes" }, { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", "type": "analyzes" }, { - "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", "type": "analyzes" }, { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", "type": "analyzes" }, { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "dest-uuid": "1cfcb312-b8d7-47a4-b560-4b16cc677292", "type": "analyzes" }, { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", "type": "analyzes" }, { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", "type": "analyzes" }, { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", "type": "analyzes" }, { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", "type": "analyzes" }, { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", "type": "analyzes" }, { - "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", - "type": "analyzes" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", "type": "analyzes" }, { @@ -22606,15 +21866,71 @@ "type": "analyzes" }, { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "dest-uuid": "2bce5b30-7014-4a5d-ade7-12913fe6ac36", "type": "analyzes" }, { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", "type": "analyzes" }, { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "analyzes" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "analyzes" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "analyzes" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "analyzes" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "analyzes" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "analyzes" + }, + { + "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", + "type": "analyzes" + }, + { + "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", + "type": "analyzes" + }, + { + "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", + "type": "analyzes" + }, + { + "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", + "type": "analyzes" + }, + { + "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", + "type": "analyzes" + }, + { + "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", + "type": "analyzes" + }, + { + "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", + "type": "analyzes" + }, + { + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", + "type": "analyzes" + }, + { + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", "type": "analyzes" }, { @@ -22622,7 +21938,119 @@ "type": "analyzes" }, { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "analyzes" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "analyzes" + }, + { + "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", + "type": "analyzes" + }, + { + "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", + "type": "analyzes" + }, + { + "dest-uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", + "type": "analyzes" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "analyzes" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "analyzes" + }, + { + "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", + "type": "analyzes" + }, + { + "dest-uuid": "3fc9b85a-2862-4363-a64d-d692e3ffbee0", + "type": "analyzes" + }, + { + "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", + "type": "analyzes" + }, + { + "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", + "type": "analyzes" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "analyzes" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "analyzes" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "analyzes" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "analyzes" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "analyzes" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "analyzes" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "analyzes" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "analyzes" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "analyzes" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "analyzes" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "analyzes" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "analyzes" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "analyzes" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "analyzes" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "analyzes" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "analyzes" + }, + { + "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", + "type": "analyzes" + }, + { + "dest-uuid": "4fd8a28b-4b3a-4cd6-a8cf-85ba5f824a7f", "type": "analyzes" }, { @@ -22630,7 +22058,27 @@ "type": "analyzes" }, { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "dest-uuid": "53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a", + "type": "analyzes" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "analyzes" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "analyzes" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "analyzes" + }, + { + "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", + "type": "analyzes" + }, + { + "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", "type": "analyzes" }, { @@ -22642,151 +22090,7 @@ "type": "analyzes" }, { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "analyzes" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "analyzes" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "analyzes" - }, - { - "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", - "type": "analyzes" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "analyzes" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "analyzes" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "analyzes" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "analyzes" - }, - { - "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", - "type": "analyzes" - }, - { - "dest-uuid": "41868330-6ee2-4d0f-b743-9f2294c3c9b6", - "type": "analyzes" - }, - { - "dest-uuid": "3120b9fa-23b8-4500-ae73-09494f607b7d", - "type": "analyzes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "analyzes" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "analyzes" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "analyzes" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "analyzes" - }, - { - "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", - "type": "analyzes" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", - "type": "analyzes" - }, - { - "dest-uuid": "1365fe3b-0f50-455d-b4da-266ce31c23b0", - "type": "analyzes" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "analyzes" - }, - { - "dest-uuid": "143c0cbb-a297-4142-9624-87ffc778980b", - "type": "analyzes" - }, - { - "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", - "type": "analyzes" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "analyzes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "analyzes" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "analyzes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "analyzes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "analyzes" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "analyzes" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "analyzes" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "analyzes" - }, - { - "dest-uuid": "00f90846-cbd1-4fc5-9233-df5c2bf2a662", - "type": "analyzes" - }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "analyzes" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "analyzes" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "analyzes" - }, - { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", "type": "analyzes" }, { @@ -22794,243 +22098,23 @@ "type": "analyzes" }, { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", "type": "analyzes" }, { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", "type": "analyzes" }, { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", "type": "analyzes" }, { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", "type": "analyzes" }, { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "analyzes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "analyzes" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "analyzes" - }, - { - "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", - "type": "analyzes" - }, - { - "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", - "type": "analyzes" - }, - { - "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", - "type": "analyzes" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "analyzes" - }, - { - "dest-uuid": "30208d3e-0d6b-43c8-883e-44462a514619", - "type": "analyzes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "analyzes" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "analyzes" - }, - { - "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", - "type": "analyzes" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "analyzes" - }, - { - "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", - "type": "analyzes" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "analyzes" - }, - { - "dest-uuid": "573ad264-1371-4ae0-8482-d2673b719dba", - "type": "analyzes" - }, - { - "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", - "type": "analyzes" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "analyzes" - }, - { - "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", - "type": "analyzes" - }, - { - "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", - "type": "analyzes" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "analyzes" - }, - { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", - "type": "analyzes" - }, - { - "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", - "type": "analyzes" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "analyzes" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "analyzes" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "analyzes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "analyzes" - }, - { - "dest-uuid": "06c00069-771a-4d57-8ef5-d3718c1a8771", - "type": "analyzes" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "analyzes" - }, - { - "dest-uuid": "3731fbcd-0e43-47ae-ae6c-d15e510f0d42", - "type": "analyzes" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "analyzes" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "analyzes" - }, - { - "dest-uuid": "2fee9321-3e71-4cf4-af24-d4d40d355b34", - "type": "analyzes" - }, - { - "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", - "type": "analyzes" - }, - { - "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", - "type": "analyzes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "analyzes" - }, - { - "dest-uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "type": "analyzes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "analyzes" - }, - { - "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", - "type": "analyzes" - }, - { - "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", - "type": "analyzes" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "analyzes" - }, - { - "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", - "type": "analyzes" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "analyzes" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "analyzes" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "analyzes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "analyzes" - }, - { - "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", - "type": "analyzes" - }, - { - "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", - "type": "analyzes" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "analyzes" - }, - { - "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", - "type": "analyzes" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "analyzes" - }, - { - "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", - "type": "analyzes" - }, - { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", - "type": "analyzes" - }, - { - "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", - "type": "analyzes" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "analyzes" - }, - { - "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", - "type": "analyzes" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", "type": "analyzes" }, { @@ -23038,12 +22122,928 @@ "type": "analyzes" }, { - "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "analyzes" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "analyzes" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "analyzes" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "analyzes" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "analyzes" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "analyzes" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "analyzes" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "analyzes" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "analyzes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "analyzes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "analyzes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "analyzes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "analyzes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "analyzes" + }, + { + "dest-uuid": "633a100c-b2c9-41bf-9be5-905c1b16c825", + "type": "analyzes" + }, + { + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "type": "analyzes" + }, + { + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "type": "analyzes" + }, + { + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "type": "analyzes" + }, + { + "dest-uuid": "6747daa2-3533-4e78-8fb8-446ebb86448a", + "type": "analyzes" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "analyzes" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", + "type": "analyzes" + }, + { + "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", + "type": "analyzes" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "analyzes" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "analyzes" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "analyzes" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "analyzes" + }, + { + "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", + "type": "analyzes" + }, + { + "dest-uuid": "7bc57495-ea59-4380-be31-a64af124ef18", + "type": "analyzes" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "analyzes" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "analyzes" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "analyzes" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "analyzes" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "analyzes" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "analyzes" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "analyzes" + }, + { + "dest-uuid": "806a49c4-970d-43f9-9acc-ac0ee11e6662", + "type": "analyzes" + }, + { + "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", + "type": "analyzes" + }, + { + "dest-uuid": "8187bd2a-866f-4457-9009-86b0ddedffa3", + "type": "analyzes" + }, + { + "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", + "type": "analyzes" + }, + { + "dest-uuid": "837f9164-50af-4ac0-8219-379d8a74cefc", + "type": "analyzes" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "analyzes" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "analyzes" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "analyzes" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "analyzes" + }, + { + "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", + "type": "analyzes" + }, + { + "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", + "type": "analyzes" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "analyzes" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "analyzes" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "analyzes" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "analyzes" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "analyzes" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "analyzes" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "analyzes" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "analyzes" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "analyzes" + }, + { + "dest-uuid": "8faedf87-dceb-4c35-b2a2-7286f59a3bc3", + "type": "analyzes" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "analyzes" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "analyzes" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "analyzes" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "analyzes" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "analyzes" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "analyzes" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "analyzes" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "analyzes" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "analyzes" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "analyzes" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "analyzes" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "analyzes" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "analyzes" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "analyzes" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "analyzes" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "analyzes" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "analyzes" + }, + { + "dest-uuid": "9c45eaa3-8604-4780-8988-b5074dbb9ecd", + "type": "analyzes" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "analyzes" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "analyzes" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "analyzes" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "analyzes" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "analyzes" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "analyzes" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "analyzes" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "analyzes" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "analyzes" + }, + { + "dest-uuid": "a1b52199-c8c5-438a-9ded-656f1d0888c6", + "type": "analyzes" + }, + { + "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", + "type": "analyzes" + }, + { + "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", + "type": "analyzes" + }, + { + "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", + "type": "analyzes" + }, + { + "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", + "type": "analyzes" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "analyzes" + }, + { + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "type": "analyzes" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "analyzes" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "analyzes" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "analyzes" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", "type": "analyzes" }, { "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", "type": "analyzes" + }, + { + "dest-uuid": "b77cf5f3-6060-475d-bd60-40ccbf28fdc2", + "type": "analyzes" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "analyzes" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "analyzes" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "analyzes" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "analyzes" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "analyzes" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "analyzes" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "analyzes" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "analyzes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "analyzes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "analyzes" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "analyzes" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "analyzes" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "analyzes" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "analyzes" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "analyzes" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "analyzes" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "analyzes" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "analyzes" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "analyzes" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "analyzes" + }, + { + "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "type": "analyzes" + }, + { + "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "type": "analyzes" + }, + { + "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", + "type": "analyzes" + }, + { + "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", + "type": "analyzes" + }, + { + "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "type": "analyzes" + }, + { + "dest-uuid": "c92e3d68-2349-49e4-a341-7edca2deff96", + "type": "analyzes" + }, + { + "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", + "type": "analyzes" + }, + { + "dest-uuid": "cbb66055-0325-4111-aca0-40547b6ad5b0", + "type": "analyzes" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "analyzes" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "analyzes" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "analyzes" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "analyzes" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "analyzes" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "analyzes" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "analyzes" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "analyzes" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "analyzes" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "analyzes" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "analyzes" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "analyzes" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "analyzes" + }, + { + "dest-uuid": "d10cbd34-42e3-45c0-84d2-535a09849584", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d201d4cc-214d-4a74-a1ba-b3fa09fd4591", + "type": "analyzes" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "analyzes" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "analyzes" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "analyzes" + }, + { + "dest-uuid": "d63a3fb8-9452-4e9d-a60a-54be68d5998c", + "type": "analyzes" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "analyzes" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "analyzes" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "analyzes" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "analyzes" + }, + { + "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", + "type": "analyzes" + }, + { + "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", + "type": "analyzes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "analyzes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "analyzes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "analyzes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "analyzes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "analyzes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "analyzes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "analyzes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "analyzes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "analyzes" + }, + { + "dest-uuid": "dfefe2ed-4389-4318-8762-f0272b350a1b", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", + "type": "analyzes" + }, + { + "dest-uuid": "e51137a5-1cdc-499e-911a-abaedaa5ac86", + "type": "analyzes" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "analyzes" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "analyzes" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "analyzes" + }, + { + "dest-uuid": "e5cc9e7a-e61a-46a1-b869-55fb6eab058e", + "type": "analyzes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "analyzes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "analyzes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "analyzes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "analyzes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "analyzes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "analyzes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "analyzes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "analyzes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "analyzes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "analyzes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "analyzes" + }, + { + "dest-uuid": "e64c62cf-9cd7-4a14-94ec-cdaac43ab44b", + "type": "analyzes" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "analyzes" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "analyzes" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "analyzes" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "analyzes" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "analyzes" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "analyzes" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "analyzes" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "analyzes" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "analyzes" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "analyzes" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "analyzes" + }, + { + "dest-uuid": "f0589bc3-a6ae-425a-a3d5-5659bfee07f4", + "type": "analyzes" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "analyzes" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "analyzes" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "analyzes" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "analyzes" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "analyzes" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "analyzes" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "analyzes" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "analyzes" + }, + { + "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", + "type": "analyzes" + }, + { + "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", + "type": "analyzes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "analyzes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "analyzes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "analyzes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "analyzes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "analyzes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "analyzes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "analyzes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "analyzes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "analyzes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "analyzes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "analyzes" + }, + { + "dest-uuid": "fc742192-19e3-466c-9eb5-964a97b29490", + "type": "analyzes" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "analyzes" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "analyzes" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "analyzes" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "analyzes" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "analyzes" + }, + { + "dest-uuid": "ffeb0780-356e-4261-b036-cfb6bd234335", + "type": "analyzes" } ], "uuid": "a6c54822-7f49-5770-a99f-29af0d08bf31", @@ -23065,17 +23065,17 @@ "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", "type": "analyzes" }, - { - "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", - "type": "analyzes" - }, - { - "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", - "type": "analyzes" - }, { "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", "type": "analyzes" + }, + { + "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", + "type": "analyzes" + }, + { + "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", + "type": "analyzes" } ], "uuid": "622fc290-78ea-5b80-9676-afd844e30b56", @@ -23097,173 +23097,9 @@ }, "related": [ { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "blocks" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "blocks" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "blocks" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "blocks" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "blocks" - }, - { - "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", - "type": "blocks" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "type": "restricts" }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "restricts" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restricts" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "restricts" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "blocks" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "restricts" - }, - { - "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", - "type": "blocks" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "restricts" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "blocks" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "restricts" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "blocks" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "blocks" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "blocks" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "blocks" - }, - { - "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", - "type": "blocks" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "blocks" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restricts" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "restricts" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "blocks" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "blocks" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "restricts" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "blocks" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "blocks" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "blocks" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "blocks" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "restricts" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "restricts" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "blocks" - }, - { - "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", - "type": "blocks" - }, - { - "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", - "type": "blocks" - }, - { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", - "type": "restricts" - }, - { - "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", - "type": "restricts" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "restricts" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "blocks" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "blocks" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "blocks" - }, { "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "type": "restricts" @@ -23272,520 +23108,12 @@ "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "restricts" }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "restricts" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "restricts" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "restricts" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "blocks" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "restricts" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "blocks" - }, - { - "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", - "type": "restricts" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "blocks" - }, - { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", - "type": "restricts" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "blocks" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "blocks" - }, - { - "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", - "type": "restricts" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "blocks" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "blocks" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "blocks" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restricts" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "restricts" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "restricts" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "blocks" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "blocks" - }, - { - "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", - "type": "blocks" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "restricts" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "blocks" - }, - { - "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", - "type": "blocks" - }, - { - "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", - "type": "restricts" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "restricts" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "blocks" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "blocks" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "restricts" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "blocks" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "blocks" - }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "blocks" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "blocks" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "restricts" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "blocks" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "blocks" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "blocks" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "restricts" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "blocks" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "blocks" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "restricts" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "restricts" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "blocks" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restricts" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "restricts" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "blocks" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "blocks" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "blocks" - }, - { - "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", - "type": "blocks" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "restricts" - }, - { - "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", - "type": "restricts" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "restricts" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "restricts" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "blocks" - }, - { - "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", - "type": "blocks" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "restricts" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "blocks" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "restricts" - }, - { - "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", - "type": "blocks" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "blocks" - }, - { - "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", - "type": "blocks" - }, - { - "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", - "type": "blocks" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "blocks" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "blocks" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "blocks" - }, - { - "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", - "type": "blocks" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "restricts" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "restricts" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "blocks" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "blocks" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "restricts" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "blocks" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "restricts" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "blocks" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "blocks" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "blocks" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "blocks" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "blocks" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "blocks" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "blocks" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "restricts" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "blocks" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "restricts" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "restricts" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "blocks" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "restricts" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restricts" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restricts" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "restricts" - }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "blocks" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "blocks" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "blocks" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "restricts" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "blocks" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "blocks" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "blocks" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "blocks" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "restricts" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "blocks" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "restricts" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "blocks" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "restricts" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "blocks" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "blocks" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "blocks" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "blocks" - }, - { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", - "type": "restricts" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "blocks" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "blocks" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "blocks" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "blocks" - }, - { - "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", - "type": "restricts" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restricts" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "blocks" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "blocks" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "restricts" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restricts" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "blocks" - }, - { - "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", - "type": "restricts" - }, - { - "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", - "type": "restricts" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "blocks" - }, - { - "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", - "type": "restricts" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "blocks" - }, { "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "restricts" }, { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "blocks" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "blocks" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "restricts" - }, - { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", - "type": "restricts" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "restricts" }, { @@ -23793,36 +23121,708 @@ "type": "restricts" }, { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "blocks" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "blocks" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "restricts" }, { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "restricts" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "restricts" }, { "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", "type": "blocks" }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "blocks" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "blocks" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "blocks" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "blocks" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "blocks" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "blocks" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "blocks" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "blocks" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "blocks" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "blocks" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "blocks" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "blocks" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "blocks" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "blocks" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "restricts" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "blocks" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "restricts" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "restricts" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "blocks" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "blocks" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "restricts" + }, + { + "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", + "type": "blocks" + }, { "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", "type": "blocks" }, + { + "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", + "type": "restricts" + }, + { + "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", + "type": "restricts" + }, + { + "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", + "type": "blocks" + }, + { + "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", + "type": "blocks" + }, + { + "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", + "type": "restricts" + }, + { + "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "blocks" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "restricts" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "restricts" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "blocks" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "blocks" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "blocks" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "blocks" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "blocks" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "blocks" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "blocks" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "blocks" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "blocks" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "blocks" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "blocks" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "blocks" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "blocks" + }, + { + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "type": "restricts" + }, + { + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "type": "restricts" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "restricts" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "restricts" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "restricts" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "restricts" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "restricts" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "restricts" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "restricts" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "restricts" + }, { "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", "type": "blocks" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "blocks" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "blocks" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "blocks" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "blocks" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "blocks" + }, + { + "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", + "type": "blocks" + }, + { + "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", + "type": "blocks" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "blocks" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "blocks" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "blocks" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "blocks" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "blocks" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "blocks" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "blocks" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "blocks" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "blocks" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "blocks" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "restricts" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "restricts" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "restricts" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "restricts" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "restricts" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "blocks" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "blocks" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "restricts" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "blocks" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "blocks" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "blocks" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "blocks" + }, + { + "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", + "type": "blocks" + }, + { + "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", + "type": "blocks" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "blocks" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "blocks" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "blocks" + }, + { + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "blocks" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "restricts" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "restricts" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "restricts" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "restricts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restricts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restricts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restricts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restricts" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "restricts" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "restricts" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "restricts" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "restricts" + }, + { + "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "type": "restricts" + }, + { + "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "type": "restricts" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "blocks" + }, + { + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", + "type": "blocks" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "restricts" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "restricts" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "restricts" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "restricts" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "blocks" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "blocks" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "blocks" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "blocks" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "restricts" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "restricts" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "restricts" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "restricts" + }, + { + "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", + "type": "blocks" + }, + { + "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", + "type": "blocks" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "blocks" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "blocks" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "blocks" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "blocks" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "blocks" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "blocks" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "blocks" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "blocks" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "blocks" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "blocks" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "blocks" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "blocks" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "blocks" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "blocks" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "blocks" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "blocks" + }, + { + "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "type": "blocks" + }, + { + "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "type": "blocks" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restricts" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restricts" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restricts" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restricts" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "blocks" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "blocks" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "blocks" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "blocks" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "blocks" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "blocks" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "blocks" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "blocks" + }, + { + "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", + "type": "blocks" + }, + { + "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", + "type": "blocks" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "restricts" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "restricts" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "blocks" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "blocks" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "blocks" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "blocks" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "restricts" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "blocks" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "restricts" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "blocks" + }, + { + "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "type": "restricts" + }, + { + "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "type": "restricts" + }, + { + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "type": "restricts" + }, + { + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "type": "restricts" } ], "uuid": "4cfdeb35-2f05-591c-b28c-c41a7ce4e520", @@ -23855,31 +23855,35 @@ }, "related": [ { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "restricts" }, { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "restricts" }, { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "restricts" }, { - "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "restricts" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "restricts" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "restricts" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "type": "restricts" + }, + { + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "restricts" }, { @@ -23887,11 +23891,51 @@ "type": "restricts" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", "type": "restricts" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "restricts" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "restricts" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "restricts" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "restricts" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "restricts" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "restricts" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "restricts" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "restricts" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "type": "restricts" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "type": "restricts" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", "type": "restricts" }, { @@ -23902,144 +23946,40 @@ "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", "type": "restricts" }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "restricts" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "restricts" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "restricts" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "restricts" - }, - { - "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", - "type": "restricts" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "restricts" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "restricts" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", - "type": "restricts" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "restricts" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", - "type": "restricts" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "restricts" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "restricts" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "restricts" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "restricts" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "restricts" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "restricts" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "restricts" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "restricts" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "restricts" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "restricts" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "restricts" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "restricts" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "restricts" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "restricts" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "restricts" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "restricts" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "restricts" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "restricts" - }, - { - "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", - "type": "restricts" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", - "type": "restricts" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "restricts" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "restricts" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "restricts" - }, { "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", "type": "restricts" }, { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "restricts" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "restricts" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "restricts" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "restricts" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "restricts" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "restricts" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "restricts" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "type": "restricts" }, { @@ -24047,47 +23987,7 @@ "type": "restricts" }, { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", - "type": "restricts" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "restricts" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "restricts" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "restricts" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "restricts" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "restricts" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "restricts" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "restricts" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "restricts" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "restricts" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", "type": "restricts" }, { @@ -24095,7 +23995,87 @@ "type": "restricts" }, { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restricts" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restricts" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restricts" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restricts" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restricts" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restricts" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restricts" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "restricts" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "restricts" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "restricts" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "restricts" + }, + { + "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", + "type": "restricts" + }, + { + "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", + "type": "restricts" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restricts" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restricts" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restricts" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restricts" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restricts" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restricts" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restricts" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", "type": "restricts" }, { @@ -24103,11 +24083,31 @@ "type": "restricts" }, { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", "type": "restricts" }, { - "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restricts" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restricts" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restricts" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restricts" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restricts" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", "type": "restricts" } ], @@ -24127,11 +24127,7 @@ }, "related": [ { - "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", - "type": "verifies" - }, - { - "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", "type": "verifies" }, { @@ -24142,48 +24138,20 @@ "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", "type": "verifies" }, - { - "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", - "type": "verifies" - }, - { - "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", - "type": "verifies" - }, - { - "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", - "type": "verifies" - }, - { - "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", - "type": "verifies" - }, - { - "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", - "type": "verifies" - }, - { - "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", - "type": "verifies" - }, { "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", "type": "verifies" }, { - "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", + "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", "type": "verifies" }, { - "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", + "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", "type": "verifies" }, { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "verifies" - }, - { - "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", + "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", "type": "verifies" }, { @@ -24195,7 +24163,39 @@ "type": "verifies" }, { - "dest-uuid": "b200542e-e877-4395-875b-cf1a44537ca4", + "dest-uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", + "type": "verifies" + }, + { + "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", + "type": "verifies" + }, + { + "dest-uuid": "be2dcee9-a7a7-4e38-afd6-21b31ecc3d63", + "type": "verifies" + }, + { + "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", + "type": "verifies" + }, + { + "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", + "type": "verifies" + }, + { + "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", + "type": "verifies" + }, + { + "dest-uuid": "f5946b5e-9408-485f-a7f7-b5efc88909b6", + "type": "verifies" + }, + { + "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", + "type": "verifies" + }, + { + "dest-uuid": "fe926152-f431-4baf-956c-4ad3cb0bf23b", "type": "verifies" } ], @@ -24231,18 +24231,18 @@ ] }, "related": [ + { + "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", + "type": "blocks" + }, + { + "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", + "type": "blocks" + }, { "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", "type": "blocks" }, - { - "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", - "type": "blocks" - }, - { - "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", - "type": "blocks" - }, { "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", "type": "blocks" @@ -24292,143 +24292,7 @@ }, "related": [ { - "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", - "type": "analyzes" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "analyzes" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "analyzes" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "analyzes" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "analyzes" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "e49ee9d2-0d98-44ef-85e5-5d3100065744", - "type": "analyzes" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "analyzes" - }, - { - "dest-uuid": "ea016b56-ae0e-47fe-967a-cc0ad51af67f", - "type": "analyzes" - }, - { - "dest-uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", - "type": "analyzes" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "analyzes" - }, - { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", - "type": "analyzes" - }, - { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", - "type": "analyzes" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "analyzes" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "analyzes" - }, - { - "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", - "type": "analyzes" - }, - { - "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", - "type": "analyzes" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "analyzes" - }, - { - "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", - "type": "analyzes" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "analyzes" - }, - { - "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "analyzes" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "analyzes" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "analyzes" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "analyzes" - }, - { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", - "type": "analyzes" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "analyzes" - }, - { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", - "type": "analyzes" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "analyzes" - }, - { - "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", + "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "type": "analyzes" }, { @@ -24436,59 +24300,7 @@ "type": "analyzes" }, { - "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", - "type": "analyzes" - }, - { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", - "type": "analyzes" - }, - { - "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", - "type": "analyzes" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "analyzes" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "analyzes" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "analyzes" - }, - { - "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", - "type": "analyzes" - }, - { - "dest-uuid": "ea016b56-ae0e-47fe-967a-cc0ad51af67f", - "type": "analyzes" - }, - { - "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", - "type": "analyzes" - }, - { - "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", - "type": "analyzes" - }, - { - "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", - "type": "analyzes" - }, - { - "dest-uuid": "e49ee9d2-0d98-44ef-85e5-5d3100065744", - "type": "analyzes" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "analyzes" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "dest-uuid": "0259baeb-9f63-4c69-bf10-eb038c390688", "type": "analyzes" }, { @@ -24496,11 +24308,7 @@ "type": "analyzes" }, { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "analyzes" - }, - { - "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "analyzes" }, { @@ -24508,63 +24316,19 @@ "type": "analyzes" }, { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "analyzes" }, { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "analyzes" }, { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "analyzes" }, { - "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", - "type": "analyzes" - }, - { - "dest-uuid": "7e150503-88e7-4861-866b-ff1ac82c4475", - "type": "analyzes" - }, - { - "dest-uuid": "391d824f-0ef1-47a0-b0ee-c59a75e27670", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "analyzes" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "analyzes" - }, - { - "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", - "type": "analyzes" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "analyzes" - }, - { - "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", - "type": "analyzes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "analyzes" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "analyzes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "analyzes" }, { @@ -24572,39 +24336,11 @@ "type": "analyzes" }, { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "analyzes" }, { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "analyzes" - }, - { - "dest-uuid": "391d824f-0ef1-47a0-b0ee-c59a75e27670", - "type": "analyzes" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "analyzes" - }, - { - "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", - "type": "analyzes" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "analyzes" }, { @@ -24616,7 +24352,15 @@ "type": "analyzes" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "analyzes" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "analyzes" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "analyzes" }, { @@ -24624,27 +24368,23 @@ "type": "analyzes" }, { - "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", "type": "analyzes" }, { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", "type": "analyzes" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", "type": "analyzes" }, { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", "type": "analyzes" }, { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", - "type": "analyzes" - }, - { - "dest-uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", + "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", "type": "analyzes" }, { @@ -24652,39 +24392,23 @@ "type": "analyzes" }, { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "dest-uuid": "1c4e5d32-1fe9-4116-9d9d-59e3925bd6a2", "type": "analyzes" }, { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", "type": "analyzes" }, { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", "type": "analyzes" }, { - "dest-uuid": "7e150503-88e7-4861-866b-ff1ac82c4475", + "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", "type": "analyzes" }, { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "analyzes" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "analyzes" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "analyzes" - }, - { - "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", - "type": "analyzes" - }, - { - "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", "type": "analyzes" }, { @@ -24692,87 +24416,39 @@ "type": "analyzes" }, { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", "type": "analyzes" }, { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "type": "analyzes" }, { - "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "type": "analyzes" }, { - "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "type": "analyzes" }, { - "dest-uuid": "1c34f7aa-9341-4a48-bfab-af22e51aca6c", + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "type": "analyzes" }, { - "dest-uuid": "ea016b56-ae0e-47fe-967a-cc0ad51af67f", + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "type": "analyzes" }, { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "type": "analyzes" }, { - "dest-uuid": "e49ee9d2-0d98-44ef-85e5-5d3100065744", + "dest-uuid": "391d824f-0ef1-47a0-b0ee-c59a75e27670", "type": "analyzes" }, { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "analyzes" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "analyzes" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "analyzes" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "analyzes" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "analyzes" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "analyzes" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "analyzes" - }, - { - "dest-uuid": "e49ee9d2-0d98-44ef-85e5-5d3100065744", - "type": "analyzes" - }, - { - "dest-uuid": "ea016b56-ae0e-47fe-967a-cc0ad51af67f", - "type": "analyzes" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "analyzes" - }, - { - "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", - "type": "analyzes" - }, - { - "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", - "type": "analyzes" - }, - { - "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", + "dest-uuid": "391d824f-0ef1-47a0-b0ee-c59a75e27670", "type": "analyzes" }, { @@ -24780,27 +24456,39 @@ "type": "analyzes" }, { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", "type": "analyzes" }, { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", "type": "analyzes" }, { - "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", "type": "analyzes" }, { - "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", "type": "analyzes" }, { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", "type": "analyzes" }, { - "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "type": "analyzes" + }, + { + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "type": "analyzes" + }, + { + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "type": "analyzes" + }, + { + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", "type": "analyzes" }, { @@ -24808,35 +24496,247 @@ "type": "analyzes" }, { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "analyzes" - }, - { - "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", - "type": "analyzes" - }, - { - "dest-uuid": "0259baeb-9f63-4c69-bf10-eb038c390688", - "type": "analyzes" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "dest-uuid": "4bed873f-0b7d-41d4-b93a-b6905d1f90b0", "type": "analyzes" }, { "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", "type": "analyzes" }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "analyzes" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "analyzes" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "analyzes" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "analyzes" + }, + { + "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", + "type": "analyzes" + }, + { + "dest-uuid": "58a3e6aa-4453-4cc8-a51f-4befe80b31a8", + "type": "analyzes" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "analyzes" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "analyzes" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "analyzes" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "analyzes" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "analyzes" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "analyzes" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "analyzes" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "analyzes" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "analyzes" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "analyzes" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "analyzes" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "analyzes" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "analyzes" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "analyzes" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "analyzes" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "analyzes" + }, + { + "dest-uuid": "7e150503-88e7-4861-866b-ff1ac82c4475", + "type": "analyzes" + }, + { + "dest-uuid": "7e150503-88e7-4861-866b-ff1ac82c4475", + "type": "analyzes" + }, { "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", "type": "analyzes" }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "analyzes" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "analyzes" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "analyzes" + }, + { + "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "type": "analyzes" + }, + { + "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "type": "analyzes" + }, + { + "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "type": "analyzes" + }, + { + "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "type": "analyzes" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "analyzes" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "analyzes" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "analyzes" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "analyzes" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "analyzes" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "analyzes" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "analyzes" + }, + { + "dest-uuid": "98be40f2-c86b-4ade-b6fc-4964932040e5", + "type": "analyzes" + }, { "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", "type": "analyzes" }, { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "analyzes" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "analyzes" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "analyzes" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "analyzes" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "analyzes" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "analyzes" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "analyzes" + }, + { + "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "type": "analyzes" + }, + { + "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "type": "analyzes" + }, + { + "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "type": "analyzes" + }, + { + "dest-uuid": "b84903f0-c7d5-435d-a69e-de47cc3578c0", + "type": "analyzes" + }, + { + "dest-uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", + "type": "analyzes" + }, + { + "dest-uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", + "type": "analyzes" + }, + { + "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", + "type": "analyzes" + }, + { + "dest-uuid": "cba37adb-d6fb-4610-b069-dd04c0643384", "type": "analyzes" }, { @@ -24844,11 +24744,111 @@ "type": "analyzes" }, { - "dest-uuid": "1bae753e-8e52-4055-a66d-2ead90303ca9", + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", "type": "analyzes" }, { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "analyzes" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e49ee9d2-0d98-44ef-85e5-5d3100065744", + "type": "analyzes" + }, + { + "dest-uuid": "e49ee9d2-0d98-44ef-85e5-5d3100065744", + "type": "analyzes" + }, + { + "dest-uuid": "e49ee9d2-0d98-44ef-85e5-5d3100065744", + "type": "analyzes" + }, + { + "dest-uuid": "e49ee9d2-0d98-44ef-85e5-5d3100065744", + "type": "analyzes" + }, + { + "dest-uuid": "ea016b56-ae0e-47fe-967a-cc0ad51af67f", + "type": "analyzes" + }, + { + "dest-uuid": "ea016b56-ae0e-47fe-967a-cc0ad51af67f", + "type": "analyzes" + }, + { + "dest-uuid": "ea016b56-ae0e-47fe-967a-cc0ad51af67f", + "type": "analyzes" + }, + { + "dest-uuid": "ea016b56-ae0e-47fe-967a-cc0ad51af67f", + "type": "analyzes" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "analyzes" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "analyzes" + }, + { + "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "type": "analyzes" + }, + { + "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "type": "analyzes" + }, + { + "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "type": "analyzes" + }, + { + "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "type": "analyzes" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "analyzes" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "analyzes" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "analyzes" + }, + { + "dest-uuid": "f4599aa0-4f85-4a32-80ea-fc39dc965945", + "type": "analyzes" + }, + { + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "type": "analyzes" + }, + { + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", "type": "analyzes" } ], @@ -24888,15 +24888,7 @@ }, "related": [ { - "dest-uuid": "8d7bd4f5-3a89-4453-9c82-2c8894d5655e", - "type": "maps" - }, - { - "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", - "type": "maps" - }, - { - "dest-uuid": "65917ae0-b854-4139-83fe-bf2441cf0196", + "dest-uuid": "1b20efbf-8063-4fc3-a07d-b575318a301b", "type": "maps" }, { @@ -24904,31 +24896,7 @@ "type": "maps" }, { - "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", - "type": "maps" - }, - { - "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", - "type": "maps" - }, - { - "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", - "type": "maps" - }, - { - "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", - "type": "maps" - }, - { - "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", - "type": "maps" - }, - { - "dest-uuid": "1b20efbf-8063-4fc3-a07d-b575318a301b", - "type": "maps" - }, - { - "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", + "dest-uuid": "65917ae0-b854-4139-83fe-bf2441cf0196", "type": "maps" }, { @@ -24936,7 +24904,11 @@ "type": "maps" }, { - "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", + "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", + "type": "maps" + }, + { + "dest-uuid": "6831414d-bb70-42b7-8030-d4e06b2660c9", "type": "maps" }, { @@ -24952,12 +24924,40 @@ "type": "maps" }, { - "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", + "dest-uuid": "8d7bd4f5-3a89-4453-9c82-2c8894d5655e", "type": "maps" }, { "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", "type": "maps" + }, + { + "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", + "type": "maps" + }, + { + "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", + "type": "maps" + }, + { + "dest-uuid": "b7dc639b-24cd-482d-a7f1-8897eda21023", + "type": "maps" + }, + { + "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", + "type": "maps" + }, + { + "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", + "type": "maps" + }, + { + "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", + "type": "maps" + }, + { + "dest-uuid": "ebb42bbe-62d7-47d7-a55f-3b08b61d792d", + "type": "maps" } ], "uuid": "19aec027-51a7-55de-a2c9-33a8cd40802e", @@ -25010,147 +25010,7 @@ }, "related": [ { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "blocks" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "restricts" - }, - { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", - "type": "restricts" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "blocks" - }, - { - "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", - "type": "blocks" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "restricts" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "restricts" - }, - { - "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", - "type": "restricts" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "blocks" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "blocks" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "blocks" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "blocks" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restricts" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "restricts" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "blocks" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "blocks" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "blocks" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "restricts" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "restricts" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "blocks" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "blocks" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "blocks" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "restricts" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "restricts" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "blocks" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "blocks" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "restricts" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "restricts" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "blocks" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restricts" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "blocks" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "blocks" - }, - { - "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", - "type": "blocks" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "restricts" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "restricts" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "type": "restricts" }, { @@ -25158,19 +25018,107 @@ "type": "restricts" }, { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "blocks" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "blocks" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "restricts" }, { - "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", + "type": "restricts" + }, + { + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "type": "restricts" + }, + { + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "type": "restricts" + }, + { + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "type": "restricts" + }, + { + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "type": "restricts" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "blocks" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "blocks" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "blocks" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "blocks" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "blocks" + }, + { + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "type": "blocks" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "blocks" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "blocks" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "blocks" + }, + { + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "type": "blocks" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "blocks" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "blocks" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "blocks" + }, + { + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "type": "blocks" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "restricts" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "blocks" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "restricts" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "blocks" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "restricts" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "blocks" }, { @@ -25178,119 +25126,31 @@ "type": "blocks" }, { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "blocks" - }, - { - "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", - "type": "blocks" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "restricts" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", + "type": "blocks" + }, + { + "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", + "type": "blocks" + }, + { + "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", "type": "restricts" }, { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", "type": "restricts" }, { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", "type": "blocks" }, { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "restricts" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "restricts" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restricts" - }, - { - "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", - "type": "blocks" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "blocks" - }, - { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "blocks" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "restricts" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "blocks" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "restricts" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "restricts" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restricts" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "restricts" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "blocks" - }, - { - "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", - "type": "restricts" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "blocks" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "blocks" - }, - { - "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", - "type": "blocks" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "blocks" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "blocks" - }, - { - "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", - "type": "restricts" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "blocks" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "blocks" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", "type": "blocks" }, { @@ -25298,55 +25158,79 @@ "type": "restricts" }, { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "blocks" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "blocks" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "blocks" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "blocks" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "blocks" - }, - { - "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", - "type": "blocks" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "blocks" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "blocks" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "blocks" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "blocks" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", "type": "restricts" }, { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "type": "restricts" }, { - "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "blocks" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "restricts" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "restricts" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "blocks" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "blocks" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "blocks" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "blocks" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "blocks" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "blocks" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "blocks" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "blocks" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", "type": "blocks" }, { @@ -25354,7 +25238,91 @@ "type": "blocks" }, { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "blocks" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "blocks" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "blocks" + }, + { + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "type": "restricts" + }, + { + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "type": "restricts" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "restricts" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "restricts" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "restricts" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "restricts" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "restricts" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "restricts" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "restricts" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "restricts" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "blocks" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "blocks" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "blocks" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "blocks" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "blocks" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "blocks" + }, + { + "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", + "type": "blocks" + }, + { + "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", + "type": "blocks" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", "type": "blocks" }, { @@ -25366,91 +25334,103 @@ "type": "blocks" }, { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "blocks" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "blocks" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "blocks" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "blocks" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "blocks" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "blocks" + }, + { + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "type": "blocks" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", "type": "restricts" }, { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", "type": "restricts" }, { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", "type": "restricts" }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "restricts" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "blocks" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "restricts" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "blocks" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "restricts" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "blocks" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "blocks" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "blocks" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "blocks" + }, { "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", "type": "blocks" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "restricts" - }, - { - "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", - "type": "restricts" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "restricts" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", "type": "blocks" }, { - "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", "type": "blocks" }, { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "restricts" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", "type": "blocks" }, { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "restricts" - }, - { - "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", "type": "blocks" }, { - "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", - "type": "blocks" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "blocks" - }, - { - "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", - "type": "blocks" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "blocks" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "blocks" - }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "blocks" - }, - { - "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", - "type": "blocks" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "restricts" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", "type": "blocks" }, { @@ -25462,55 +25442,27 @@ "type": "restricts" }, { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "blocks" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "blocks" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", "type": "restricts" }, { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "blocks" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "blocks" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "blocks" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "blocks" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "blocks" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "blocks" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "blocks" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", "type": "restricts" }, { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "blocks" + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restricts" }, { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restricts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restricts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", "type": "restricts" }, { @@ -25518,23 +25470,23 @@ "type": "restricts" }, { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "blocks" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", "type": "restricts" }, { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", "type": "restricts" }, { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", "type": "restricts" }, { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "type": "restricts" + }, + { + "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", "type": "restricts" }, { @@ -25542,11 +25494,7 @@ "type": "blocks" }, { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "blocks" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", + "dest-uuid": "8f504411-cb96-4dac-a537-8d2bb7679c59", "type": "blocks" }, { @@ -25554,155 +25502,19 @@ "type": "restricts" }, { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "blocks" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "blocks" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "blocks" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", "type": "restricts" }, { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "blocks" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "blocks" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", "type": "restricts" }, { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", - "type": "blocks" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", "type": "restricts" }, { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "blocks" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "blocks" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "blocks" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "blocks" - }, - { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", - "type": "restricts" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "blocks" - }, - { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "blocks" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "blocks" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "blocks" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "blocks" - }, - { - "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", - "type": "restricts" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restricts" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "blocks" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restricts" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "restricts" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", - "type": "blocks" - }, - { - "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", - "type": "restricts" - }, - { - "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", - "type": "restricts" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "blocks" - }, - { - "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", - "type": "restricts" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "blocks" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "restricts" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "blocks" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "blocks" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "restricts" - }, - { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", - "type": "restricts" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "restricts" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "restricts" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", "type": "blocks" }, { @@ -25710,32 +25522,220 @@ "type": "blocks" }, { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "restricts" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "restricts" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "restricts" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", "type": "blocks" }, { - "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", "type": "blocks" }, { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "restricts" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "restricts" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "restricts" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "restricts" + }, + { + "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", + "type": "blocks" + }, + { + "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", + "type": "blocks" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "blocks" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "blocks" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "blocks" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "blocks" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "blocks" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", "type": "blocks" }, { "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", "type": "blocks" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "blocks" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "blocks" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "blocks" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "blocks" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "blocks" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "blocks" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "blocks" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "blocks" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "blocks" + }, + { + "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "type": "blocks" + }, + { + "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "type": "blocks" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restricts" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restricts" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restricts" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restricts" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "blocks" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "blocks" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "blocks" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "blocks" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "blocks" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "blocks" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "blocks" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "blocks" + }, + { + "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", + "type": "blocks" + }, + { + "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", + "type": "blocks" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "restricts" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "restricts" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "blocks" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "blocks" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "blocks" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "blocks" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "blocks" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "restricts" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "restricts" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "blocks" + }, + { + "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "type": "restricts" + }, + { + "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "type": "restricts" + }, + { + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "type": "restricts" + }, + { + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "type": "restricts" } ], "uuid": "bf384e38-6fa5-5159-b729-c8bb3af47fe6", @@ -25754,71 +25754,7 @@ }, "related": [ { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", - "type": "spoofs" - }, - { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", - "type": "spoofs" - }, - { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", - "type": "spoofs" - }, - { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", - "type": "spoofs" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "spoofs" - }, - { - "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", - "type": "spoofs" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "spoofs" - }, - { - "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", - "type": "spoofs" - }, - { - "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", - "type": "spoofs" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "spoofs" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", - "type": "spoofs" - }, - { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", - "type": "spoofs" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", - "type": "spoofs" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "spoofs" - }, - { - "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", - "type": "spoofs" - }, - { - "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", - "type": "spoofs" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", "type": "spoofs" }, { @@ -25826,11 +25762,67 @@ "type": "spoofs" }, { - "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", + "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", "type": "spoofs" }, { - "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", + "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", + "type": "spoofs" + }, + { + "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", + "type": "spoofs" + }, + { + "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", + "type": "spoofs" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "spoofs" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "spoofs" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "spoofs" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "spoofs" + }, + { + "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", + "type": "spoofs" + }, + { + "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", + "type": "spoofs" + }, + { + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "type": "spoofs" + }, + { + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "type": "spoofs" + }, + { + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "type": "spoofs" + }, + { + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "type": "spoofs" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "spoofs" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", "type": "spoofs" }, { @@ -25838,7 +25830,43 @@ "type": "spoofs" }, { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "dest-uuid": "6add2ab5-2711-4e9d-87c8-7a0be8531530", + "type": "spoofs" + }, + { + "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", + "type": "spoofs" + }, + { + "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", + "type": "spoofs" + }, + { + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", + "type": "spoofs" + }, + { + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", + "type": "spoofs" + }, + { + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", + "type": "spoofs" + }, + { + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", + "type": "spoofs" + }, + { + "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", + "type": "spoofs" + }, + { + "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", + "type": "spoofs" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", "type": "spoofs" }, { @@ -25854,15 +25882,7 @@ "type": "spoofs" }, { - "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", - "type": "spoofs" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "spoofs" - }, - { - "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", "type": "spoofs" }, { @@ -25870,71 +25890,7 @@ "type": "spoofs" }, { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", - "type": "spoofs" - }, - { - "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", - "type": "spoofs" - }, - { - "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", - "type": "spoofs" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "spoofs" - }, - { - "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", - "type": "spoofs" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "spoofs" - }, - { - "dest-uuid": "6add2ab5-2711-4e9d-87c8-7a0be8531530", - "type": "spoofs" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "spoofs" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", - "type": "spoofs" - }, - { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", - "type": "spoofs" - }, - { - "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", - "type": "spoofs" - }, - { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", - "type": "spoofs" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "spoofs" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "spoofs" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "spoofs" - }, - { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", - "type": "spoofs" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", "type": "spoofs" }, { @@ -25942,7 +25898,51 @@ "type": "spoofs" }, { - "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "spoofs" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "spoofs" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "spoofs" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "spoofs" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "spoofs" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "spoofs" + }, + { + "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", + "type": "spoofs" + }, + { + "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", + "type": "spoofs" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "spoofs" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "spoofs" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "spoofs" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", "type": "spoofs" } ], @@ -25979,7 +25979,27 @@ }, "related": [ { - "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "monitors" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "monitors" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "monitors" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "monitors" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "monitors" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "monitors" }, { @@ -26007,7 +26027,7 @@ "type": "monitors" }, { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "type": "monitors" }, { @@ -26015,51 +26035,31 @@ "type": "monitors" }, { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "monitors" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "monitors" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "monitors" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "type": "monitors" }, { "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", "type": "monitors" }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "monitors" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "monitors" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "monitors" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "monitors" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "monitors" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "monitors" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "monitors" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "monitors" - }, { "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", "type": "monitors" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", "type": "monitors" } ], @@ -26079,13 +26079,25 @@ }, "related": [ { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", "type": "analyzes" }, { "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", "type": "analyzes" }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "analyzes" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "analyzes" + }, + { + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "type": "analyzes" + }, { "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", "type": "analyzes" @@ -26094,21 +26106,9 @@ "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", "type": "analyzes" }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", - "type": "analyzes" - }, { "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", "type": "analyzes" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "analyzes" - }, - { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", - "type": "analyzes" } ], "uuid": "5c24a72a-e61a-51e9-b6e5-911755b32ee0", @@ -26144,11 +26144,11 @@ }, "related": [ { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", "type": "analyzes" }, { - "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", "type": "analyzes" }, { @@ -26163,10 +26163,6 @@ "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", "type": "analyzes" }, - { - "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", - "type": "analyzes" - }, { "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", "type": "analyzes" @@ -26176,7 +26172,11 @@ "type": "analyzes" }, { - "dest-uuid": "8c4aef43-48d5-49aa-b2af-c0cd58d30c3d", + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", + "type": "analyzes" + }, + { + "dest-uuid": "b63a34e8-0a61-4c97-a23b-bf8a2ed812e2", "type": "analyzes" } ], @@ -26196,23 +26196,7 @@ }, "related": [ { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "analyzes" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "analyzes" - }, - { - "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", - "type": "analyzes" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "analyzes" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", "type": "analyzes" }, { @@ -26220,23 +26204,15 @@ "type": "analyzes" }, { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", "type": "analyzes" }, { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", "type": "analyzes" }, { - "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", - "type": "analyzes" - }, - { - "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", - "type": "analyzes" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", "type": "analyzes" }, { @@ -26244,11 +26220,27 @@ "type": "analyzes" }, { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", "type": "analyzes" }, { - "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "analyzes" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "analyzes" + }, + { + "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", + "type": "analyzes" + }, + { + "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", + "type": "analyzes" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", "type": "analyzes" }, { @@ -26256,11 +26248,43 @@ "type": "analyzes" }, { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", "type": "analyzes" }, { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "analyzes" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "analyzes" + }, + { + "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", + "type": "analyzes" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "analyzes" + }, + { + "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", + "type": "analyzes" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "analyzes" + }, + { + "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", + "type": "analyzes" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", + "type": "analyzes" + }, + { + "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", "type": "analyzes" }, { @@ -26271,86 +26295,10 @@ "dest-uuid": "5bfccc3f-2326-4112-86cc-c1ece9d8a2b5", "type": "analyzes" }, - { - "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", - "type": "analyzes" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "analyzes" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "analyzes" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "analyzes" - }, - { - "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", - "type": "analyzes" - }, - { - "dest-uuid": "4ab929c6-ee2d-4fb5-aab4-b14be2ed7179", - "type": "analyzes" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "analyzes" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "analyzes" - }, - { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "analyzes" - }, { "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", "type": "analyzes" }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "analyzes" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "analyzes" - }, - { - "dest-uuid": "10ff21b9-5a01-4268-a1b5-3b55015f1847", - "type": "analyzes" - }, - { - "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", - "type": "analyzes" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "analyzes" - }, - { - "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", - "type": "analyzes" - }, - { - "dest-uuid": "41d9846c-f6af-4302-a654-24bba2729bc6", - "type": "analyzes" - }, - { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", - "type": "analyzes" - }, - { - "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", - "type": "analyzes" - }, - { - "dest-uuid": "58af3705-8740-4c68-9329-ec015a7013c2", - "type": "analyzes" - }, { "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", "type": "analyzes" @@ -26360,59 +26308,11 @@ "type": "analyzes" }, { - "dest-uuid": "32ad5c86-2bcf-47d8-8fdc-d7f3d79a7490", + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", "type": "analyzes" }, { - "dest-uuid": "0c2d00da-7742-49e7-9928-4514e5075d32", - "type": "analyzes" - }, - { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", - "type": "analyzes" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "analyzes" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", - "type": "analyzes" - }, - { - "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", - "type": "analyzes" - }, - { - "dest-uuid": "43ba2b05-cf72-4b6c-8243-03a4aba41ee0", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", - "type": "analyzes" - }, - { - "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", - "type": "analyzes" - }, - { - "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", - "type": "analyzes" - }, - { - "dest-uuid": "0f2c410d-d740-4ed9-abb1-b8f4a7faf6c3", + "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", "type": "analyzes" }, { @@ -26420,7 +26320,15 @@ "type": "analyzes" }, { - "dest-uuid": "232b7f21-adf9-4b42-b936-b9d6f7df856e", + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", "type": "analyzes" }, { @@ -26428,7 +26336,15 @@ "type": "analyzes" }, { - "dest-uuid": "63220765-d418-44de-8fae-694b3912317d", + "dest-uuid": "79a47ad0-fc3b-4821-9f01-a026b1ddba21", + "type": "analyzes" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "analyzes" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", "type": "analyzes" }, { @@ -26436,12 +26352,96 @@ "type": "analyzes" }, { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "analyzes" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "analyzes" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "analyzes" + }, + { + "dest-uuid": "a9e2cea0-c805-4bf8-9e31-f5f0513a3634", + "type": "analyzes" + }, + { + "dest-uuid": "b4b7458f-81f2-4d38-84be-1c5ba0167a52", "type": "analyzes" }, { "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", "type": "analyzes" + }, + { + "dest-uuid": "bc0f5e80-91c0-4e04-9fbb-e4e332c85dae", + "type": "analyzes" + }, + { + "dest-uuid": "bd5b58a4-a52d-4a29-bc0d-3f1d3968eb6b", + "type": "analyzes" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "analyzes" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "analyzes" + }, + { + "dest-uuid": "bf96a5a3-3bce-43b7-8597-88545984c07b", + "type": "analyzes" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "analyzes" + }, + { + "dest-uuid": "c63a348e-ffc2-486a-b9d9-d7f11ec54d99", + "type": "analyzes" + }, + { + "dest-uuid": "c726e0a2-a57a-4b7b-a973-d0f013246617", + "type": "analyzes" + }, + { + "dest-uuid": "c898c4b5-bf36-4e6e-a4ad-5b8c4c13e35b", + "type": "analyzes" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "analyzes" + }, + { + "dest-uuid": "ce4b7013-640e-48a9-b501-d0025a95f4bf", + "type": "analyzes" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "analyzes" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "analyzes" + }, + { + "dest-uuid": "deb98323-e13f-4b0c-8d94-175379069062", + "type": "analyzes" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "analyzes" + }, + { + "dest-uuid": "eb125d40-0b2d-41ac-a71a-3229241c2cd3", + "type": "analyzes" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "analyzes" } ], "uuid": "66fe2000-adca-5925-ba07-730a792bf17d", @@ -26460,7 +26460,23 @@ }, "related": [ { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", + "type": "analyzes" + }, + { + "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", + "type": "analyzes" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "analyzes" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "analyzes" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", "type": "analyzes" }, { @@ -26472,7 +26488,7 @@ "type": "analyzes" }, { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", "type": "analyzes" }, { @@ -26480,19 +26496,7 @@ "type": "analyzes" }, { - "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", - "type": "analyzes" - }, - { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", - "type": "analyzes" - }, - { - "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", - "type": "analyzes" - }, - { - "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", "type": "analyzes" }, { @@ -26500,11 +26504,7 @@ "type": "analyzes" }, { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "analyzes" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", "type": "analyzes" }, { @@ -26512,7 +26512,7 @@ "type": "analyzes" }, { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", "type": "analyzes" }, { @@ -26520,7 +26520,7 @@ "type": "analyzes" }, { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", "type": "analyzes" } ], @@ -26589,11 +26589,7 @@ }, "related": [ { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "restores" - }, - { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", "type": "restores" }, { @@ -26601,7 +26597,11 @@ "type": "restores" }, { - "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "restores" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", "type": "restores" } ], @@ -26641,87 +26641,7 @@ }, "related": [ { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "restricts" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "restricts" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "restricts" - }, - { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", - "type": "restricts" - }, - { - "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", - "type": "restricts" - }, - { - "dest-uuid": "6add2ab5-2711-4e9d-87c8-7a0be8531530", - "type": "restricts" - }, - { - "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", - "type": "restricts" - }, - { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", - "type": "restricts" - }, - { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", - "type": "restricts" - }, - { - "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", - "type": "restricts" - }, - { - "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", - "type": "restricts" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", - "type": "restricts" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "restricts" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", - "type": "restricts" - }, - { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", - "type": "restricts" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "restricts" - }, - { - "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", - "type": "restricts" - }, - { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", - "type": "restricts" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "restricts" - }, - { - "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", - "type": "restricts" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", "type": "restricts" }, { @@ -26729,41 +26649,57 @@ "type": "restricts" }, { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", "type": "restricts" }, { - "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", - "type": "restricts" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "restricts" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "restricts" - }, - { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", - "type": "restricts" - }, - { - "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", - "type": "restricts" - }, - { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", - "type": "restricts" - }, - { - "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", + "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", "type": "restricts" }, { "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", "type": "restricts" }, + { + "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", + "type": "restricts" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "restricts" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "restricts" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "restricts" + }, + { + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "type": "restricts" + }, + { + "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", + "type": "restricts" + }, + { + "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", + "type": "restricts" + }, + { + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "type": "restricts" + }, + { + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "type": "restricts" + }, + { + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "type": "restricts" + }, { "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", "type": "restricts" @@ -26773,64 +26709,128 @@ "type": "restricts" }, { - "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", - "type": "restricts" - }, - { - "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", - "type": "restricts" - }, - { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", - "type": "restricts" - }, - { - "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", - "type": "restricts" - }, - { - "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", - "type": "restricts" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", - "type": "restricts" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "restricts" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", - "type": "restricts" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "restricts" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "restricts" - }, - { - "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", - "type": "restricts" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "restricts" - }, - { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", "type": "restricts" }, { "dest-uuid": "6add2ab5-2711-4e9d-87c8-7a0be8531530", "type": "restricts" }, + { + "dest-uuid": "6add2ab5-2711-4e9d-87c8-7a0be8531530", + "type": "restricts" + }, + { + "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", + "type": "restricts" + }, + { + "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", + "type": "restricts" + }, + { + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", + "type": "restricts" + }, + { + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", + "type": "restricts" + }, + { + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", + "type": "restricts" + }, + { + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", + "type": "restricts" + }, + { + "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", + "type": "restricts" + }, + { + "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", + "type": "restricts" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "restricts" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "restricts" + }, { "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", "type": "restricts" + }, + { + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "type": "restricts" + }, + { + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "type": "restricts" + }, + { + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "type": "restricts" + }, + { + "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", + "type": "restricts" + }, + { + "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", + "type": "restricts" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "restricts" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "restricts" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "restricts" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "restricts" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "restricts" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "restricts" + }, + { + "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", + "type": "restricts" + }, + { + "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", + "type": "restricts" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "restricts" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "restricts" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "restricts" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "restricts" } ], "uuid": "1bb2497c-12e1-5547-8cd8-1ef510275ba1", @@ -26849,55 +26849,7 @@ }, "related": [ { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "suspends" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "suspends" - }, - { - "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", - "type": "suspends" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "suspends" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "suspends" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "suspends" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "suspends" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "suspends" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "suspends" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "suspends" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "suspends" - }, - { - "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", - "type": "suspends" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "suspends" }, { @@ -26905,57 +26857,25 @@ "type": "suspends" }, { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "suspends" }, { "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "suspends" }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "suspends" - }, { "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "suspends" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "suspends" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "suspends" }, { "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "suspends" }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "suspends" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "suspends" - }, - { - "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", - "type": "suspends" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "suspends" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "suspends" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "suspends" - }, { "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "suspends" @@ -26965,55 +26885,15 @@ "type": "suspends" }, { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "suspends" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "suspends" }, { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "suspends" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "suspends" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "suspends" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "suspends" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "suspends" - }, - { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", - "type": "suspends" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "suspends" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "suspends" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "suspends" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "suspends" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "suspends" }, { @@ -27021,7 +26901,127 @@ "type": "suspends" }, { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "type": "suspends" + }, + { + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "type": "suspends" + }, + { + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "type": "suspends" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "suspends" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "suspends" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "suspends" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "suspends" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "suspends" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "suspends" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "suspends" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "suspends" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "suspends" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "suspends" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "suspends" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "suspends" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "suspends" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "suspends" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "suspends" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "suspends" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "suspends" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "suspends" + }, + { + "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", + "type": "suspends" + }, + { + "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", + "type": "suspends" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "suspends" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "suspends" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "suspends" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "suspends" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "suspends" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "suspends" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "suspends" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", "type": "suspends" } ], @@ -27045,23 +27045,11 @@ "type": "monitors" }, { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "monitors" }, { - "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", - "type": "monitors" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "monitors" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "monitors" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "monitors" }, { @@ -27076,32 +27064,44 @@ "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", "type": "monitors" }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "monitors" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "monitors" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "monitors" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "monitors" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "monitors" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "monitors" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "monitors" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "monitors" + }, { "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", "type": "monitors" }, { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "monitors" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "monitors" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "monitors" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "monitors" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "monitors" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", + "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", "type": "monitors" } ], @@ -27125,15 +27125,7 @@ "type": "analyzes" }, { - "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", - "type": "analyzes" - }, - { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", - "type": "analyzes" - }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", "type": "analyzes" }, { @@ -27145,11 +27137,7 @@ "type": "analyzes" }, { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", - "type": "analyzes" - }, - { - "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", "type": "analyzes" }, { @@ -27157,7 +27145,15 @@ "type": "analyzes" }, { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "type": "analyzes" + }, + { + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "type": "analyzes" + }, + { + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", "type": "analyzes" }, { @@ -27165,7 +27161,11 @@ "type": "analyzes" }, { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", + "type": "analyzes" + }, + { + "dest-uuid": "f6ad61ee-65f3-4bd0-a3f5-2f0accb36317", "type": "analyzes" } ], @@ -27213,63 +27213,27 @@ }, "related": [ { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "type": "filters" }, { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "type": "filters" }, { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "filters" }, { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "filters" }, { - "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "filters" }, { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "filters" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "filters" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "filters" - }, - { - "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", - "type": "filters" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "filters" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "filters" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "filters" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "filters" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "filters" - }, - { - "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "filters" }, { @@ -27277,207 +27241,7 @@ "type": "filters" }, { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "filters" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "filters" - }, - { - "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", - "type": "filters" - }, - { - "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", - "type": "filters" - }, - { - "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", - "type": "filters" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "filters" - }, - { - "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", - "type": "filters" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "filters" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "filters" - }, - { - "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", - "type": "filters" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "filters" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "filters" - }, - { - "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", - "type": "filters" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "filters" - }, - { - "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", - "type": "filters" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "filters" - }, - { - "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", - "type": "filters" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "filters" - }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", - "type": "filters" - }, - { - "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", - "type": "filters" - }, - { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", - "type": "filters" - }, - { - "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", - "type": "filters" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "filters" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "filters" - }, - { - "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", - "type": "filters" - }, - { - "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", - "type": "filters" - }, - { - "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", - "type": "filters" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "filters" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "filters" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "filters" - }, - { - "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", - "type": "filters" - }, - { - "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", - "type": "filters" - }, - { - "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", - "type": "filters" - }, - { - "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", - "type": "filters" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "filters" - }, - { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", - "type": "filters" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "filters" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "filters" - }, - { - "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", - "type": "filters" - }, - { - "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", - "type": "filters" - }, - { - "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", - "type": "filters" - }, - { - "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", - "type": "filters" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "filters" - }, - { - "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", - "type": "filters" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "filters" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "filters" - }, - { - "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", - "type": "filters" - }, - { - "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", - "type": "filters" - }, - { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", - "type": "filters" - }, - { - "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", - "type": "filters" - }, - { - "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", + "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", "type": "filters" }, { @@ -27485,19 +27249,31 @@ "type": "filters" }, { - "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "filters" }, { - "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "filters" }, { - "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "filters" }, { - "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", + "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", + "type": "filters" + }, + { + "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", + "type": "filters" + }, + { + "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", + "type": "filters" + }, + { + "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", "type": "filters" }, { @@ -27505,39 +27281,39 @@ "type": "filters" }, { - "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", "type": "filters" }, { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", "type": "filters" }, { - "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", "type": "filters" }, { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", "type": "filters" }, { - "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", "type": "filters" }, { - "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", "type": "filters" }, { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", "type": "filters" }, { - "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", "type": "filters" }, { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", "type": "filters" }, { @@ -27545,31 +27321,127 @@ "type": "filters" }, { - "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", "type": "filters" }, { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", "type": "filters" }, { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", "type": "filters" }, { - "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", + "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", "type": "filters" }, { - "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", + "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", "type": "filters" }, { - "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", "type": "filters" }, { - "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", + "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", + "type": "filters" + }, + { + "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", + "type": "filters" + }, + { + "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", + "type": "filters" + }, + { + "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", + "type": "filters" + }, + { + "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", + "type": "filters" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "filters" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "filters" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "filters" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "filters" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "filters" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "filters" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "filters" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "filters" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "filters" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "filters" + }, + { + "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", + "type": "filters" + }, + { + "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", + "type": "filters" + }, + { + "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", + "type": "filters" + }, + { + "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", + "type": "filters" + }, + { + "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", + "type": "filters" + }, + { + "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", + "type": "filters" + }, + { + "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", + "type": "filters" + }, + { + "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", + "type": "filters" + }, + { + "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", + "type": "filters" + }, + { + "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", "type": "filters" }, { @@ -27577,11 +27449,263 @@ "type": "filters" }, { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", "type": "filters" }, { - "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", + "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "type": "filters" + }, + { + "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "type": "filters" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "filters" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "filters" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "filters" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "filters" + }, + { + "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", + "type": "filters" + }, + { + "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", + "type": "filters" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "filters" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "filters" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "filters" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "filters" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "filters" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "filters" + }, + { + "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "type": "filters" + }, + { + "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "type": "filters" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "filters" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "filters" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "filters" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "filters" + }, + { + "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", + "type": "filters" + }, + { + "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", + "type": "filters" + }, + { + "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", + "type": "filters" + }, + { + "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", + "type": "filters" + }, + { + "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", + "type": "filters" + }, + { + "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", + "type": "filters" + }, + { + "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", + "type": "filters" + }, + { + "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", + "type": "filters" + }, + { + "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", + "type": "filters" + }, + { + "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", + "type": "filters" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "filters" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "filters" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "filters" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "filters" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "filters" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "filters" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "filters" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "filters" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "filters" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "filters" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "filters" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "filters" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "filters" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "filters" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "filters" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "filters" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "filters" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "filters" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "filters" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "filters" + }, + { + "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", + "type": "filters" + }, + { + "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", + "type": "filters" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "filters" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "filters" + }, + { + "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", + "type": "filters" + }, + { + "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", + "type": "filters" + }, + { + "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", + "type": "filters" + }, + { + "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", + "type": "filters" + }, + { + "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", + "type": "filters" + }, + { + "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", + "type": "filters" + }, + { + "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", + "type": "filters" + }, + { + "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", + "type": "filters" + }, + { + "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", + "type": "filters" + }, + { + "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", "type": "filters" }, { @@ -27589,15 +27713,51 @@ "type": "filters" }, { - "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", + "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", "type": "filters" }, { - "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", + "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", "type": "filters" }, { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", + "type": "filters" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "filters" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "filters" + }, + { + "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", + "type": "filters" + }, + { + "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", + "type": "filters" + }, + { + "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", + "type": "filters" + }, + { + "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", + "type": "filters" + }, + { + "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "type": "filters" + }, + { + "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "type": "filters" + }, + { + "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", "type": "filters" }, { @@ -27609,119 +27769,7 @@ "type": "filters" }, { - "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", - "type": "filters" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "filters" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "filters" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "filters" - }, - { - "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", - "type": "filters" - }, - { - "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", - "type": "filters" - }, - { - "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", - "type": "filters" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "filters" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "filters" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "filters" - }, - { - "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", - "type": "filters" - }, - { - "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", - "type": "filters" - }, - { - "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", - "type": "filters" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "filters" - }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", - "type": "filters" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "filters" - }, - { - "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", - "type": "filters" - }, - { - "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", - "type": "filters" - }, - { - "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", - "type": "filters" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "filters" - }, - { - "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", - "type": "filters" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "filters" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "filters" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "filters" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "filters" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "filters" - }, - { - "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", - "type": "filters" - }, - { - "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", - "type": "filters" - }, - { - "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", "type": "filters" }, { @@ -27729,11 +27777,71 @@ "type": "filters" }, { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", "type": "filters" }, { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "filters" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "filters" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "filters" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "filters" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "filters" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "filters" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "filters" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "filters" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "filters" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "filters" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "filters" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "filters" + }, + { + "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", + "type": "filters" + }, + { + "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", + "type": "filters" + }, + { + "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", + "type": "filters" + }, + { + "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", "type": "filters" }, { @@ -27741,27 +27849,15 @@ "type": "filters" }, { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", "type": "filters" }, { - "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", "type": "filters" }, { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "filters" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "filters" - }, - { - "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", - "type": "filters" - }, - { - "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", "type": "filters" }, { @@ -27769,19 +27865,7 @@ "type": "filters" }, { - "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", - "type": "filters" - }, - { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", - "type": "filters" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "filters" - }, - { - "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", "type": "filters" }, { @@ -27789,147 +27873,15 @@ "type": "filters" }, { - "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", "type": "filters" }, { - "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", + "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", "type": "filters" }, { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "filters" - }, - { - "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", - "type": "filters" - }, - { - "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", - "type": "filters" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "filters" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "filters" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "filters" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "filters" - }, - { - "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", - "type": "filters" - }, - { - "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", - "type": "filters" - }, - { - "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", - "type": "filters" - }, - { - "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", - "type": "filters" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "filters" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "filters" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "filters" - }, - { - "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", - "type": "filters" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "filters" - }, - { - "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", - "type": "filters" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "filters" - }, - { - "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", - "type": "filters" - }, - { - "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", - "type": "filters" - }, - { - "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", - "type": "filters" - }, - { - "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", - "type": "filters" - }, - { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", - "type": "filters" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "filters" - }, - { - "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", - "type": "filters" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "filters" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "filters" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "filters" - }, - { - "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", - "type": "filters" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "filters" - }, - { - "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", - "type": "filters" - }, - { - "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", - "type": "filters" - }, - { - "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", - "type": "filters" - }, - { - "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", + "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", "type": "filters" }, { @@ -27937,11 +27889,15 @@ "type": "filters" }, { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", "type": "filters" }, { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "type": "filters" + }, + { + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", "type": "filters" }, { @@ -27949,11 +27905,55 @@ "type": "filters" }, { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", "type": "filters" }, { - "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "filters" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "filters" + }, + { + "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "type": "filters" + }, + { + "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "type": "filters" + }, + { + "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", + "type": "filters" + }, + { + "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", + "type": "filters" + }, + { + "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", + "type": "filters" + }, + { + "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", + "type": "filters" + }, + { + "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", + "type": "filters" + }, + { + "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", + "type": "filters" + }, + { + "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", + "type": "filters" + }, + { + "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", "type": "filters" } ], @@ -27973,23 +27973,15 @@ }, "related": [ { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "authenticates" }, { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "authenticates" }, { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "authenticates" - }, - { - "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", - "type": "authenticates" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "authenticates" }, { @@ -28001,49 +27993,57 @@ "type": "authenticates" }, { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "authenticates" }, { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "authenticates" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "authenticates" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "authenticates" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "authenticates" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "authenticates" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "authenticates" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "authenticates" - }, - { - "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", - "type": "authenticates" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "authenticates" }, { "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", "type": "authenticates" }, + { + "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", + "type": "authenticates" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "authenticates" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "authenticates" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "authenticates" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "authenticates" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "authenticates" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "authenticates" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "authenticates" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "authenticates" + }, { "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", "type": "authenticates" @@ -28053,95 +28053,7 @@ "type": "authenticates" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "authenticates" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "authenticates" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "authenticates" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "authenticates" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "authenticates" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "authenticates" - }, - { - "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", - "type": "authenticates" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "authenticates" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "authenticates" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "authenticates" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "authenticates" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "authenticates" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "authenticates" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "authenticates" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "authenticates" - }, - { - "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", - "type": "authenticates" - }, - { - "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", - "type": "authenticates" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "authenticates" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "authenticates" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "authenticates" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "authenticates" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "authenticates" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", "type": "authenticates" }, { @@ -28153,47 +28065,7 @@ "type": "authenticates" }, { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "authenticates" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "authenticates" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "authenticates" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", - "type": "authenticates" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "authenticates" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "authenticates" - }, - { - "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", - "type": "authenticates" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "authenticates" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "authenticates" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "authenticates" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", "type": "authenticates" }, { @@ -28201,11 +28073,39 @@ "type": "authenticates" }, { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "type": "authenticates" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "authenticates" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "authenticates" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "authenticates" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "authenticates" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "authenticates" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "authenticates" + }, + { + "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", + "type": "authenticates" + }, + { + "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", "type": "authenticates" }, { @@ -28216,16 +28116,116 @@ "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", "type": "authenticates" }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "authenticates" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "authenticates" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "authenticates" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "authenticates" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "authenticates" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "authenticates" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "authenticates" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "authenticates" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "authenticates" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "authenticates" + }, + { + "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", + "type": "authenticates" + }, + { + "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", + "type": "authenticates" + }, { "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", "type": "authenticates" }, { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", "type": "authenticates" }, { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "authenticates" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "authenticates" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "authenticates" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "authenticates" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "authenticates" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "authenticates" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "authenticates" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "authenticates" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "authenticates" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "authenticates" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "authenticates" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "authenticates" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "authenticates" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", "type": "authenticates" } ], @@ -28259,19 +28259,7 @@ }, "related": [ { - "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", - "type": "analyzes" - }, - { - "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", - "type": "analyzes" - }, - { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "type": "analyzes" }, { @@ -28279,195 +28267,19 @@ "type": "analyzes" }, { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", - "type": "analyzes" - }, - { - "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", - "type": "analyzes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "analyzes" - }, - { - "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", - "type": "analyzes" - }, - { - "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", - "type": "analyzes" - }, - { - "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", - "type": "analyzes" - }, - { - "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", - "type": "analyzes" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, { "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "analyzes" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "analyzes" - }, - { - "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", - "type": "analyzes" - }, - { - "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", - "type": "analyzes" - }, - { - "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", - "type": "analyzes" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "analyzes" - }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, { "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, { - "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", - "type": "analyzes" - }, - { - "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", + "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", "type": "analyzes" }, { @@ -28475,179 +28287,7 @@ "type": "analyzes" }, { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", - "type": "analyzes" - }, - { - "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", - "type": "analyzes" - }, - { - "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", - "type": "analyzes" - }, - { - "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", - "type": "analyzes" - }, - { - "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "analyzes" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", - "type": "analyzes" - }, - { - "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", - "type": "analyzes" - }, - { - "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", - "type": "analyzes" - }, - { - "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", - "type": "analyzes" - }, - { - "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", - "type": "analyzes" - }, - { - "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", - "type": "analyzes" - }, - { - "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", - "type": "analyzes" - }, - { - "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", - "type": "analyzes" - }, - { - "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", - "type": "analyzes" - }, - { - "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", - "type": "analyzes" - }, - { - "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", - "type": "analyzes" - }, - { - "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", - "type": "analyzes" - }, - { - "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", - "type": "analyzes" - }, - { - "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", - "type": "analyzes" - }, - { - "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", - "type": "analyzes" - }, - { - "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "analyzes" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "analyzes" - }, - { - "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", - "type": "analyzes" - }, - { - "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", - "type": "analyzes" - }, - { - "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", - "type": "analyzes" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "analyzes" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", "type": "analyzes" }, { @@ -28655,167 +28295,7 @@ "type": "analyzes" }, { - "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", - "type": "analyzes" - }, - { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", - "type": "analyzes" - }, - { - "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", - "type": "analyzes" - }, - { - "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", - "type": "analyzes" - }, - { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", - "type": "analyzes" - }, - { - "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "035bb001-ab69-4a0b-9f6c-2de8b09e1b9d", - "type": "analyzes" - }, - { - "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", - "type": "analyzes" - }, - { - "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", - "type": "analyzes" - }, - { - "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "analyzes" - }, - { - "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", - "type": "analyzes" - }, - { - "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", - "type": "analyzes" - }, - { - "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", - "type": "analyzes" - }, - { - "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", - "type": "analyzes" - }, - { - "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", - "type": "analyzes" - }, - { - "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", - "type": "analyzes" - }, - { - "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", - "type": "analyzes" - }, - { - "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", - "type": "analyzes" - }, - { - "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", - "type": "analyzes" - }, - { - "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", - "type": "analyzes" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "analyzes" - }, - { - "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", - "type": "analyzes" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { @@ -28823,59 +28303,11 @@ "type": "analyzes" }, { - "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", + "dest-uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "type": "analyzes" }, { - "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", - "type": "analyzes" - }, - { - "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", - "type": "analyzes" - }, - { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", - "type": "analyzes" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", - "type": "analyzes" - }, - { - "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", - "type": "analyzes" - }, - { - "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", - "type": "analyzes" - }, - { - "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", + "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", "type": "analyzes" }, { @@ -28887,47 +28319,7 @@ "type": "analyzes" }, { - "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", - "type": "analyzes" - }, - { - "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", - "type": "analyzes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "analyzes" - }, - { - "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", - "type": "analyzes" - }, - { - "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", - "type": "analyzes" - }, - { - "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", - "type": "analyzes" - }, - { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "analyzes" - }, - { - "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", - "type": "analyzes" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "analyzes" - }, - { - "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", - "type": "analyzes" - }, - { - "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", + "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", "type": "analyzes" }, { @@ -28935,72 +28327,680 @@ "type": "analyzes" }, { - "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", "type": "analyzes" }, { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", "type": "analyzes" }, { - "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "dest-uuid": "28abec6c-4443-4b03-8206-07f2e264a6b4", "type": "analyzes" }, { - "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", "type": "analyzes" }, { - "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", "type": "analyzes" }, { - "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", + "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", "type": "analyzes" }, { - "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "dest-uuid": "2db31dcd-54da-405d-acef-b9129b816ed6", "type": "analyzes" }, { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", "type": "analyzes" }, { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", - "type": "analyzes" - }, - { - "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", - "type": "analyzes" - }, - { - "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", - "type": "analyzes" - }, - { - "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", - "type": "analyzes" - }, - { - "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", "type": "analyzes" }, { "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", "type": "analyzes" }, + { + "dest-uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", + "type": "analyzes" + }, + { + "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", + "type": "analyzes" + }, + { + "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", + "type": "analyzes" + }, + { + "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", + "type": "analyzes" + }, + { + "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", + "type": "analyzes" + }, + { + "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", + "type": "analyzes" + }, + { + "dest-uuid": "3f886f2a-874f-4333-b794-aa6075009b1c", + "type": "analyzes" + }, + { + "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", + "type": "analyzes" + }, + { + "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", + "type": "analyzes" + }, + { + "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", + "type": "analyzes" + }, + { + "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "451a9977-d255-43c9-b431-66de80130c8c", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", + "type": "analyzes" + }, + { + "dest-uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", + "type": "analyzes" + }, + { + "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", + "type": "analyzes" + }, + { + "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", + "type": "analyzes" + }, + { + "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", + "type": "analyzes" + }, + { + "dest-uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", + "type": "analyzes" + }, + { + "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", + "type": "analyzes" + }, + { + "dest-uuid": "544b0346-29ad-41e1-a808-501bb4193f47", + "type": "analyzes" + }, + { + "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", + "type": "analyzes" + }, + { + "dest-uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", + "type": "analyzes" + }, + { + "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", + "type": "analyzes" + }, + { + "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", + "type": "analyzes" + }, + { + "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "type": "analyzes" + }, + { + "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", + "type": "analyzes" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "analyzes" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "analyzes" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "analyzes" + }, + { + "dest-uuid": "59ff91cd-1430-4075-8563-e6f15f4f9ff5", + "type": "analyzes" + }, + { + "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", + "type": "analyzes" + }, + { + "dest-uuid": "5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "650c784b-7504-4df7-ab2c-4ea882384d1e", + "type": "analyzes" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "analyzes" + }, + { + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "analyzes" + }, + { + "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "type": "analyzes" + }, + { + "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", + "type": "analyzes" + }, + { + "dest-uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", + "type": "analyzes" + }, + { + "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", + "type": "analyzes" + }, + { + "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", + "type": "analyzes" + }, + { + "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", + "type": "analyzes" + }, + { + "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", + "type": "analyzes" + }, + { + "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", + "type": "analyzes" + }, + { + "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", + "type": "analyzes" + }, + { + "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", + "type": "analyzes" + }, + { + "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", + "type": "analyzes" + }, { "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8868cb5b-d575-4a60-acb2-07d37389a2fd", + "type": "analyzes" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "analyzes" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "analyzes" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "analyzes" + }, + { + "dest-uuid": "8e350c1d-ac79-4b5c-bd4e-7476d7e84ec5", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "analyzes" + }, + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "type": "analyzes" + }, + { + "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", + "type": "analyzes" + }, + { + "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", + "type": "analyzes" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "analyzes" + }, + { + "dest-uuid": "9db0cf3a-a3c9-4012-8268-123b9db6fd82", + "type": "analyzes" + }, + { + "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", + "type": "analyzes" + }, + { + "dest-uuid": "9fa07bef-9c81-421e-a8e5-ad4366c5a925", + "type": "analyzes" + }, + { + "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", + "type": "analyzes" + }, + { + "dest-uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", + "type": "analyzes" + }, + { + "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", + "type": "analyzes" + }, + { + "dest-uuid": "a782ebe2-daba-42c7-bc82-e8e9d923162d", + "type": "analyzes" + }, + { + "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", + "type": "analyzes" + }, + { + "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", + "type": "analyzes" + }, + { + "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", + "type": "analyzes" + }, + { + "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", + "type": "analyzes" + }, + { + "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", + "type": "analyzes" + }, + { + "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", + "type": "analyzes" + }, + { + "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", + "type": "analyzes" + }, + { + "dest-uuid": "b8902400-e6c5-4ba2-95aa-2d35b442b118", + "type": "analyzes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "analyzes" + }, + { + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "type": "analyzes" + }, + { + "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", + "type": "analyzes" + }, + { + "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", + "type": "analyzes" + }, + { + "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", + "type": "analyzes" + }, + { + "dest-uuid": "bf90d72c-c00b-45e3-b3aa-68560560d4c5", + "type": "analyzes" + }, + { + "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "type": "analyzes" + }, + { + "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", + "type": "analyzes" + }, + { + "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", + "type": "analyzes" + }, + { + "dest-uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "analyzes" + }, + { + "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", + "type": "analyzes" + }, + { + "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", + "type": "analyzes" + }, + { + "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", + "type": "analyzes" + }, + { + "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", + "type": "analyzes" + }, + { + "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", + "type": "analyzes" + }, + { + "dest-uuid": "d0613359-5781-4fd2-b5be-c269270be1f6", + "type": "analyzes" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "analyzes" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", + "type": "analyzes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "analyzes" + }, + { + "dest-uuid": "df8b2a25-8bdf-4856-953c-a04372b1c161", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "type": "analyzes" + }, + { + "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "type": "analyzes" + }, + { + "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", + "type": "analyzes" + }, + { + "dest-uuid": "eb062747-2193-45de-8fa2-e62549c37ddf", + "type": "analyzes" + }, + { + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "type": "analyzes" + }, + { + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "type": "analyzes" + }, + { + "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "type": "analyzes" + }, + { + "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "type": "analyzes" + }, + { + "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", + "type": "analyzes" + }, + { + "dest-uuid": "f2877f7f-9a4c-4251-879f-1224e3006bee", + "type": "analyzes" + }, + { + "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", + "type": "analyzes" + }, + { + "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", + "type": "analyzes" + }, + { + "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", + "type": "analyzes" + }, + { + "dest-uuid": "f6dacc85-b37d-458e-b58d-74fc4bbf5755", + "type": "analyzes" + }, + { + "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", + "type": "analyzes" + }, + { + "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", + "type": "analyzes" } ], "uuid": "c0fa4b60-cc10-5b50-8eb3-4a26752852f2", @@ -29019,59 +29019,7 @@ }, "related": [ { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "analyzes" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "analyzes" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "analyzes" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "analyzes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "analyzes" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "analyzes" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "analyzes" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "analyzes" - }, - { - "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", - "type": "analyzes" - }, - { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "analyzes" }, { @@ -29079,365 +29027,17 @@ "type": "analyzes" }, { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "analyzes" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "analyzes" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "analyzes" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "analyzes" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "analyzes" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "analyzes" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "analyzes" }, { "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "analyzes" }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "analyzes" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "analyzes" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", - "type": "analyzes" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "analyzes" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "analyzes" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "analyzes" - }, - { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", - "type": "analyzes" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "analyzes" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "analyzes" - }, - { - "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", - "type": "analyzes" - }, - { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", - "type": "analyzes" - }, - { - "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", - "type": "analyzes" - }, - { - "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", - "type": "analyzes" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "analyzes" - }, { "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "analyzes" }, - { - "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", - "type": "analyzes" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "analyzes" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "analyzes" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "analyzes" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "analyzes" - }, - { - "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", - "type": "analyzes" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "analyzes" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "analyzes" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "analyzes" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "analyzes" - }, - { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", - "type": "analyzes" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "analyzes" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "analyzes" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "analyzes" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "analyzes" - }, - { - "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", - "type": "analyzes" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "analyzes" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "analyzes" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "analyzes" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "analyzes" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", - "type": "analyzes" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "analyzes" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "analyzes" - }, - { - "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", - "type": "analyzes" - }, - { - "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", - "type": "analyzes" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "analyzes" - }, - { - "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", - "type": "analyzes" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "analyzes" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "analyzes" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "analyzes" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "analyzes" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "analyzes" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "analyzes" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "analyzes" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "analyzes" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "analyzes" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "analyzes" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "analyzes" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "analyzes" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "analyzes" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "analyzes" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "analyzes" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "analyzes" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "analyzes" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "analyzes" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "analyzes" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "analyzes" - }, { "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "analyzes" @@ -29447,31 +29047,55 @@ "type": "analyzes" }, { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "type": "analyzes" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "analyzes" }, { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "analyzes" }, { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "analyzes" }, { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "analyzes" }, { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "analyzes" }, { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "type": "analyzes" + }, + { + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "type": "analyzes" + }, + { + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "type": "analyzes" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "analyzes" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "analyzes" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "analyzes" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "analyzes" }, { @@ -29482,12 +29106,388 @@ "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "analyzes" }, + { + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "type": "analyzes" + }, + { + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "type": "analyzes" + }, + { + "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "type": "analyzes" + }, + { + "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "type": "analyzes" + }, + { + "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", + "type": "analyzes" + }, + { + "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", + "type": "analyzes" + }, { "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", "type": "analyzes" }, { - "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "type": "analyzes" + }, + { + "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", + "type": "analyzes" + }, + { + "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "analyzes" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "analyzes" + }, + { + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "type": "analyzes" + }, + { + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "analyzes" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "analyzes" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "analyzes" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "analyzes" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "analyzes" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "analyzes" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "analyzes" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "analyzes" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "analyzes" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "analyzes" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "analyzes" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "analyzes" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "analyzes" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "analyzes" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "analyzes" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "analyzes" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "analyzes" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "analyzes" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "analyzes" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "analyzes" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "analyzes" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "analyzes" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "analyzes" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "analyzes" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "analyzes" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "analyzes" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "analyzes" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "analyzes" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "analyzes" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "analyzes" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "analyzes" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "analyzes" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "analyzes" + }, + { + "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "type": "analyzes" + }, + { + "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "type": "analyzes" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "analyzes" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "analyzes" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "analyzes" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "analyzes" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "analyzes" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "analyzes" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "analyzes" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "analyzes" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "analyzes" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "analyzes" + }, + { + "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", + "type": "analyzes" + }, + { + "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", + "type": "analyzes" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "analyzes" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "analyzes" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "analyzes" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "analyzes" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "analyzes" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "analyzes" + }, + { + "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "type": "analyzes" + }, + { + "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "type": "analyzes" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "analyzes" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "analyzes" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "analyzes" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "analyzes" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "analyzes" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "analyzes" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "analyzes" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "analyzes" + }, + { + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "type": "analyzes" + }, + { + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", "type": "analyzes" } ], @@ -29507,15 +29507,35 @@ }, "related": [ { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "authenticates" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "authenticates" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", + "type": "authenticates" + }, + { + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", + "type": "authenticates" + }, + { + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "type": "authenticates" + }, + { + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "type": "authenticates" + }, + { + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "type": "authenticates" + }, + { + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "authenticates" }, { @@ -29523,11 +29543,7 @@ "type": "authenticates" }, { - "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", - "type": "authenticates" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", "type": "authenticates" }, { @@ -29539,7 +29555,39 @@ "type": "authenticates" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "authenticates" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "authenticates" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "authenticates" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "authenticates" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "authenticates" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "authenticates" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "type": "authenticates" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "type": "authenticates" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", "type": "authenticates" }, { @@ -29551,27 +29599,39 @@ "type": "authenticates" }, { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", "type": "authenticates" }, { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "type": "authenticates" }, { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "type": "authenticates" }, { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "type": "authenticates" }, { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "type": "authenticates" }, { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "authenticates" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "authenticates" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "authenticates" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "type": "authenticates" }, { @@ -29579,51 +29639,7 @@ "type": "authenticates" }, { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "authenticates" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "authenticates" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "authenticates" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "authenticates" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "authenticates" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "authenticates" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "authenticates" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "authenticates" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "authenticates" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "authenticates" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "authenticates" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", "type": "authenticates" }, { @@ -29635,15 +29651,43 @@ "type": "authenticates" }, { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", "type": "authenticates" }, { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", "type": "authenticates" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "authenticates" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "authenticates" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "authenticates" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "authenticates" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "authenticates" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "authenticates" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "authenticates" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", "type": "authenticates" }, { @@ -29651,51 +29695,7 @@ "type": "authenticates" }, { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "authenticates" - }, - { - "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", - "type": "authenticates" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", - "type": "authenticates" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "authenticates" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "authenticates" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "authenticates" - }, - { - "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", - "type": "authenticates" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "authenticates" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "authenticates" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "authenticates" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "authenticates" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", "type": "authenticates" }, { @@ -29703,31 +29703,7 @@ "type": "authenticates" }, { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "authenticates" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "authenticates" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "authenticates" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "authenticates" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "authenticates" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "authenticates" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", "type": "authenticates" }, { @@ -29735,19 +29711,23 @@ "type": "authenticates" }, { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", "type": "authenticates" }, { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", "type": "authenticates" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", "type": "authenticates" }, { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "authenticates" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", "type": "authenticates" }, { @@ -29755,11 +29735,31 @@ "type": "authenticates" }, { - "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", "type": "authenticates" }, { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "authenticates" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "authenticates" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "authenticates" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "authenticates" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "authenticates" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", "type": "authenticates" } ], @@ -29793,7 +29793,15 @@ }, "related": [ { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", + "type": "analyzes" + }, + { + "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", + "type": "analyzes" + }, + { + "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", "type": "analyzes" }, { @@ -29804,54 +29812,54 @@ "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", "type": "analyzes" }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "analyzes" - }, - { - "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", - "type": "analyzes" - }, - { - "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", - "type": "analyzes" - }, - { - "dest-uuid": "564998d8-ab3e-4123-93fb-eccaa6b9714a", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, { "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", "type": "analyzes" }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", + "type": "analyzes" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "analyzes" + }, + { + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "type": "analyzes" + }, + { + "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", + "type": "analyzes" + }, { "dest-uuid": "b2d03cea-aec1-45ca-9744-9ee583c1e1cc", "type": "analyzes" @@ -29861,15 +29869,7 @@ "type": "analyzes" }, { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "analyzes" - }, - { - "dest-uuid": "70e52b04-2a0c-4cea-9d18-7149f1df9dc5", - "type": "analyzes" - }, - { - "dest-uuid": "910906dd-8c0a-475a-9cc1-5e029e2fad58", + "dest-uuid": "f303a39a-6255-4b89-aecc-18c4d8ca7163", "type": "analyzes" } ], @@ -29889,11 +29889,15 @@ }, "related": [ { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "restores" }, { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", + "type": "restores" + }, + { + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "restores" }, { @@ -29909,23 +29913,15 @@ "type": "restores" }, { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "restores" }, { - "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "restores" }, { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "restores" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "restores" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", "type": "restores" }, { @@ -29941,7 +29937,51 @@ "type": "restores" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "restores" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "restores" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "restores" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "restores" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "restores" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "restores" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "type": "restores" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "type": "restores" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "type": "restores" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "type": "restores" + }, + { + "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", + "type": "restores" + }, + { + "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", "type": "restores" }, { @@ -29949,39 +29989,27 @@ "type": "restores" }, { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "type": "restores" }, { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "type": "restores" }, { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "type": "restores" }, { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "type": "restores" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "type": "restores" }, { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "restores" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "restores" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "restores" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "type": "restores" }, { @@ -29993,55 +30021,7 @@ "type": "restores" }, { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "restores" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "restores" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "restores" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "restores" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "restores" - }, - { - "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", - "type": "restores" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "restores" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "restores" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "restores" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "restores" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "restores" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "restores" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", + "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", "type": "restores" }, { @@ -30049,15 +30029,31 @@ "type": "restores" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", "type": "restores" }, { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", "type": "restores" }, { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restores" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restores" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restores" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restores" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", "type": "restores" }, { @@ -30065,59 +30061,15 @@ "type": "restores" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", "type": "restores" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", "type": "restores" }, { - "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", - "type": "restores" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "restores" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", - "type": "restores" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "restores" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "restores" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "restores" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "restores" - }, - { - "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", - "type": "restores" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", - "type": "restores" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "restores" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "restores" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", "type": "restores" }, { @@ -30125,7 +30077,7 @@ "type": "restores" }, { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", "type": "restores" }, { @@ -30133,15 +30085,63 @@ "type": "restores" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", "type": "restores" }, { - "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", "type": "restores" }, { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restores" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restores" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restores" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restores" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restores" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restores" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restores" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restores" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restores" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restores" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restores" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restores" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", "type": "restores" } ], @@ -30192,11 +30192,7 @@ "type": "analyzes" }, { - "dest-uuid": "1035cdf2-3e5f-446f-a7a7-e8f6d7925967", - "type": "analyzes" - }, - { - "dest-uuid": "6faf650d-bf31-4eb4-802d-1000cf38efaf", + "dest-uuid": "09a60ea3-a8d1-4ae5-976e-5783248b72a4", "type": "analyzes" }, { @@ -30204,11 +30200,7 @@ "type": "analyzes" }, { - "dest-uuid": "1035cdf2-3e5f-446f-a7a7-e8f6d7925967", - "type": "analyzes" - }, - { - "dest-uuid": "6faf650d-bf31-4eb4-802d-1000cf38efaf", + "dest-uuid": "09a60ea3-a8d1-4ae5-976e-5783248b72a4", "type": "analyzes" }, { @@ -30224,7 +30216,11 @@ "type": "analyzes" }, { - "dest-uuid": "09a60ea3-a8d1-4ae5-976e-5783248b72a4", + "dest-uuid": "1035cdf2-3e5f-446f-a7a7-e8f6d7925967", + "type": "analyzes" + }, + { + "dest-uuid": "1035cdf2-3e5f-446f-a7a7-e8f6d7925967", "type": "analyzes" }, { @@ -30232,7 +30228,11 @@ "type": "analyzes" }, { - "dest-uuid": "09a60ea3-a8d1-4ae5-976e-5783248b72a4", + "dest-uuid": "6faf650d-bf31-4eb4-802d-1000cf38efaf", + "type": "analyzes" + }, + { + "dest-uuid": "6faf650d-bf31-4eb4-802d-1000cf38efaf", "type": "analyzes" } ], @@ -30252,107 +30252,39 @@ }, "related": [ { - "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", - "type": "restores" - }, - { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", - "type": "restores" - }, - { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "restores" - }, - { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", - "type": "restores" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "restores" - }, - { - "dest-uuid": "6add2ab5-2711-4e9d-87c8-7a0be8531530", - "type": "restores" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "restores" - }, - { - "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", - "type": "restores" - }, - { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", - "type": "restores" - }, - { - "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", - "type": "restores" - }, - { - "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", - "type": "restores" - }, - { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", - "type": "restores" - }, - { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", - "type": "restores" - }, - { - "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", - "type": "restores" - }, - { - "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", - "type": "restores" - }, - { - "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", - "type": "restores" - }, - { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", - "type": "restores" - }, - { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", - "type": "restores" - }, - { - "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", + "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", "type": "restores" }, { "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", "type": "restores" }, + { + "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", + "type": "restores" + }, + { + "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", + "type": "restores" + }, + { + "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", + "type": "restores" + }, + { + "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", + "type": "restores" + }, { "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", "type": "restores" }, { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", "type": "restores" }, { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", - "type": "restores" - }, - { - "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", - "type": "restores" - }, - { - "dest-uuid": "6add2ab5-2711-4e9d-87c8-7a0be8531530", - "type": "restores" - }, - { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", "type": "restores" }, { @@ -30364,7 +30296,19 @@ "type": "restores" }, { - "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", + "dest-uuid": "435dfb86-2697-4867-85b5-2fef496c0517", + "type": "restores" + }, + { + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "type": "restores" + }, + { + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "type": "restores" + }, + { + "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", "type": "restores" }, { @@ -30376,7 +30320,19 @@ "type": "restores" }, { - "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", + "type": "restores" + }, + { + "dest-uuid": "6add2ab5-2711-4e9d-87c8-7a0be8531530", + "type": "restores" + }, + { + "dest-uuid": "6add2ab5-2711-4e9d-87c8-7a0be8531530", + "type": "restores" + }, + { + "dest-uuid": "768dce68-8d0d-477a-b01d-0eea98b963a1", "type": "restores" }, { @@ -30388,11 +30344,7 @@ "type": "restores" }, { - "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", - "type": "restores" - }, - { - "dest-uuid": "677569f9-a8b0-459e-ab24-7f18091fa7bf", + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", "type": "restores" }, { @@ -30400,15 +30352,15 @@ "type": "restores" }, { - "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", + "dest-uuid": "86850eff-2729-40c3-b85e-c4af26da4a2d", "type": "restores" }, { - "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", "type": "restores" }, { - "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", + "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", "type": "restores" }, { @@ -30416,7 +30368,27 @@ "type": "restores" }, { - "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "dest-uuid": "8a2f40cf-8325-47f9-96e4-b1ca4c7389bd", + "type": "restores" + }, + { + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "type": "restores" + }, + { + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "type": "restores" + }, + { + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "type": "restores" + }, + { + "dest-uuid": "8cdeb020-e31e-4f88-a582-f53dcfbda819", + "type": "restores" + }, + { + "dest-uuid": "9e09ddb2-1746-4448-9cad-7f8b41777d6d", "type": "restores" }, { @@ -30427,20 +30399,48 @@ "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", "type": "restores" }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "restores" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "restores" + }, + { + "dest-uuid": "c3c8c916-2f3c-4e71-94b2-240bdfc996f0", + "type": "restores" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "restores" + }, + { + "dest-uuid": "d0b4fcdb-d67d-4ed2-99ce-788b12f8c0f4", + "type": "restores" + }, + { + "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", + "type": "restores" + }, + { + "dest-uuid": "edf91964-b26e-4b4a-9600-ccacd7d7df24", + "type": "restores" + }, { "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", "type": "restores" }, { - "dest-uuid": "890c9858-598c-401d-a4d5-c67ebcdd703a", + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", "type": "restores" }, { - "dest-uuid": "10ffac09-e42d-4f56-ab20-db94c67d76ff", + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", "type": "restores" }, { - "dest-uuid": "3fc01293-ef5e-41c6-86ce-61f10706b64a", + "dest-uuid": "f005e783-57d4-4837-88ad-dbe7faee1c51", "type": "restores" } ], @@ -30460,23 +30460,7 @@ }, "related": [ { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "terminates" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "terminates" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "terminates" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "terminates" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "terminates" }, { @@ -30484,11 +30468,15 @@ "type": "terminates" }, { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "terminates" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "terminates" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "terminates" }, { @@ -30500,23 +30488,23 @@ "type": "terminates" }, { - "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "terminates" }, { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "terminates" }, { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "terminates" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "terminates" }, { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "terminates" }, { @@ -30524,55 +30512,7 @@ "type": "terminates" }, { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "terminates" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "terminates" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "terminates" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "terminates" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "terminates" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "terminates" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "terminates" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "terminates" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "terminates" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "terminates" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "terminates" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "terminates" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", "type": "terminates" }, { @@ -30580,15 +30520,7 @@ "type": "terminates" }, { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "terminates" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "terminates" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", "type": "terminates" }, { @@ -30596,15 +30528,47 @@ "type": "terminates" }, { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "type": "terminates" }, { - "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "type": "terminates" }, { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "terminates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "terminates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "terminates" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "terminates" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "terminates" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "terminates" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "terminates" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "terminates" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", "type": "terminates" }, { @@ -30612,7 +30576,23 @@ "type": "terminates" }, { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "terminates" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "terminates" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "terminates" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "terminates" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", "type": "terminates" }, { @@ -30620,7 +30600,23 @@ "type": "terminates" }, { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", + "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", + "type": "terminates" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "terminates" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "terminates" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "terminates" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", "type": "terminates" }, { @@ -30628,11 +30624,15 @@ "type": "terminates" }, { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", "type": "terminates" }, { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "terminates" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", "type": "terminates" } ], @@ -30670,19 +30670,7 @@ }, "related": [ { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "analyzes" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "analyzes" }, { @@ -30690,11 +30678,7 @@ "type": "analyzes" }, { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "analyzes" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "analyzes" }, { @@ -30702,7 +30686,19 @@ "type": "analyzes" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "analyzes" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "analyzes" + }, + { + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", + "type": "analyzes" + }, + { + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "analyzes" }, { @@ -30710,11 +30706,15 @@ "type": "analyzes" }, { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "analyzes" }, { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "type": "analyzes" + }, + { + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "analyzes" }, { @@ -30722,7 +30722,83 @@ "type": "analyzes" }, { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "type": "analyzes" + }, + { + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "type": "analyzes" + }, + { + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "analyzes" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "analyzes" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "analyzes" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "analyzes" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "analyzes" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "analyzes" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "analyzes" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "analyzes" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "analyzes" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "analyzes" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", "type": "analyzes" }, { @@ -30733,88 +30809,12 @@ "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", "type": "analyzes" }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "analyzes" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "analyzes" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "analyzes" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "analyzes" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "analyzes" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "analyzes" - }, { "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", "type": "analyzes" }, { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "analyzes" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "analyzes" - }, - { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", - "type": "analyzes" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "analyzes" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "analyzes" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "analyzes" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", "type": "analyzes" }, { @@ -30822,27 +30822,27 @@ "type": "analyzes" }, { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", "type": "analyzes" }, { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", "type": "analyzes" }, { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", "type": "analyzes" }, { - "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", "type": "analyzes" }, { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", "type": "analyzes" }, { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", "type": "analyzes" } ], @@ -30882,11 +30882,35 @@ }, "related": [ { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", + "type": "use-limits" + }, + { + "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", + "type": "use-limits" + }, + { + "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", + "type": "use-limits" + }, + { + "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", + "type": "use-limits" + }, + { + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "authenticates" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", + "type": "authenticates" + }, + { + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", + "type": "authenticates" + }, + { + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "authenticates" }, { @@ -30894,15 +30918,15 @@ "type": "authenticates" }, { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "authenticates" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "authenticates" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "authenticates" }, { @@ -30910,11 +30934,7 @@ "type": "authenticates" }, { - "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", - "type": "authenticates" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", "type": "authenticates" }, { @@ -30926,31 +30946,7 @@ "type": "authenticates" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "authenticates" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "authenticates" - }, - { - "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", - "type": "authenticates" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "authenticates" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "authenticates" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "authenticates" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", "type": "authenticates" }, { @@ -30958,87 +30954,7 @@ "type": "authenticates" }, { - "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", - "type": "authenticates" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "authenticates" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "authenticates" - }, - { - "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", - "type": "use-limits" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "authenticates" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "authenticates" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "authenticates" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "authenticates" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "authenticates" - }, - { - "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", - "type": "use-limits" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "authenticates" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "authenticates" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "authenticates" - }, - { - "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", - "type": "use-limits" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "authenticates" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "authenticates" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "authenticates" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "authenticates" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "authenticates" - }, - { - "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", - "type": "authenticates" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", "type": "authenticates" }, { @@ -31046,7 +30962,7 @@ "type": "authenticates" }, { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", "type": "authenticates" }, { @@ -31058,11 +30974,59 @@ "type": "use-limits" }, { - "dest-uuid": "09c4c11e-4fa1-4f8c-8dad-3cf8e69ad119", + "dest-uuid": "692074ae-bb62-4a5e-a735-02cb6bde458c", "type": "use-limits" }, { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "type": "authenticates" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "type": "authenticates" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "type": "authenticates" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "type": "authenticates" + }, + { + "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", + "type": "authenticates" + }, + { + "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", + "type": "authenticates" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "authenticates" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "authenticates" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "authenticates" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "authenticates" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "authenticates" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "authenticates" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "type": "authenticates" }, { @@ -31074,7 +31038,7 @@ "type": "authenticates" }, { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", "type": "authenticates" }, { @@ -31082,11 +31046,31 @@ "type": "authenticates" }, { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", "type": "authenticates" }, { - "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "authenticates" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "authenticates" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "authenticates" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "authenticates" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "authenticates" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", "type": "authenticates" }, { @@ -31094,7 +31078,51 @@ "type": "authenticates" }, { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "authenticates" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "authenticates" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "authenticates" + }, + { + "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", + "type": "authenticates" + }, + { + "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", + "type": "authenticates" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "authenticates" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "authenticates" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "authenticates" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "authenticates" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "authenticates" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "authenticates" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", "type": "authenticates" }, { @@ -31110,47 +31138,7 @@ "type": "authenticates" }, { - "dest-uuid": "1d24cdee-9ea2-4189-b08e-af110bf2435d", - "type": "use-limits" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "authenticates" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", - "type": "authenticates" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "authenticates" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "authenticates" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "authenticates" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "authenticates" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "authenticates" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "authenticates" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "authenticates" - }, - { - "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", "type": "authenticates" }, { @@ -31158,7 +31146,19 @@ "type": "authenticates" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "authenticates" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "authenticates" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "authenticates" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", "type": "authenticates" } ], @@ -31182,7 +31182,7 @@ "type": "verifies" }, { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", "type": "verifies" }, { @@ -31190,7 +31190,63 @@ "type": "verifies" }, { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "verifies" + }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "verifies" + }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "verifies" + }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "verifies" + }, + { + "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "type": "verifies" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "verifies" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "verifies" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "verifies" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "verifies" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "verifies" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "verifies" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "verifies" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "verifies" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "type": "verifies" + }, + { + "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", "type": "verifies" }, { @@ -31206,11 +31262,7 @@ "type": "verifies" }, { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "verifies" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", "type": "verifies" }, { @@ -31218,7 +31270,35 @@ "type": "verifies" }, { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "verifies" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "verifies" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "verifies" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "verifies" + }, + { + "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "type": "verifies" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "verifies" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "verifies" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", "type": "verifies" }, { @@ -31230,35 +31310,11 @@ "type": "verifies" }, { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", "type": "verifies" }, { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "verifies" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "verifies" - }, - { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", - "type": "verifies" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "verifies" - }, - { - "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", - "type": "verifies" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "verifies" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", "type": "verifies" }, { @@ -31270,11 +31326,7 @@ "type": "verifies" }, { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", - "type": "verifies" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", "type": "verifies" }, { @@ -31282,15 +31334,7 @@ "type": "verifies" }, { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", - "type": "verifies" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "verifies" - }, - { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", "type": "verifies" }, { @@ -31298,11 +31342,11 @@ "type": "verifies" }, { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", "type": "verifies" }, { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", "type": "verifies" }, { @@ -31318,43 +31362,11 @@ "type": "verifies" }, { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", "type": "verifies" }, { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "verifies" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "verifies" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "verifies" - }, - { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", - "type": "verifies" - }, - { - "dest-uuid": "69e5226d-05dc-4f15-95d7-44f5ed78d06e", - "type": "verifies" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "verifies" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", - "type": "verifies" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "verifies" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", "type": "verifies" }, { @@ -31366,23 +31378,11 @@ "type": "verifies" }, { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", "type": "verifies" }, { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "verifies" - }, - { - "dest-uuid": "9e8b28c9-35fe-48ac-a14d-e6cc032dcbcd", - "type": "verifies" - }, - { - "dest-uuid": "92a78814-b191-47ca-909c-1ccfe3777414", - "type": "verifies" - }, - { - "dest-uuid": "70d81154-b187-45f9-8ec5-295d01255979", + "dest-uuid": "b5327dd1-6bf9-4785-a199-25bcbd1f4a9d", "type": "verifies" } ], @@ -31419,11 +31419,31 @@ }, "related": [ { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "isolates" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "isolates" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "isolates" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "isolates" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "isolates" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "isolates" + }, + { + "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "type": "restricts" }, { @@ -31431,59 +31451,19 @@ "type": "restricts" }, { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "restricts" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "restricts" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "isolates" }, { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", + "type": "restricts" + }, + { + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "isolates" }, { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "restricts" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "isolates" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "restricts" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "restricts" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "restricts" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "restricts" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "restricts" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "restricts" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "restricts" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "restricts" }, { @@ -31491,59 +31471,47 @@ "type": "restricts" }, { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "restricts" }, { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "restricts" }, { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "restricts" }, - { - "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", - "type": "isolates" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "isolates" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "isolates" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "restricts" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "restricts" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "isolates" - }, { "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "restricts" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "isolates" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "restricts" }, { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "restricts" + }, + { + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "restricts" + }, + { + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "isolates" }, { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "type": "isolates" + }, + { + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "type": "isolates" + }, + { + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "isolates" }, { @@ -31551,39 +31519,7 @@ "type": "isolates" }, { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", - "type": "isolates" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "isolates" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "isolates" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "isolates" - }, - { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", - "type": "restricts" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "isolates" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "isolates" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "isolates" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", "type": "isolates" }, { @@ -31591,11 +31527,175 @@ "type": "restricts" }, { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", "type": "restricts" }, { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "type": "isolates" + }, + { + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "type": "isolates" + }, + { + "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", + "type": "restricts" + }, + { + "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "isolates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "isolates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "isolates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "isolates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "isolates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "isolates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "restricts" + }, + { + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "type": "restricts" + }, + { + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "type": "restricts" + }, + { + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "type": "restricts" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "restricts" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "restricts" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "restricts" + }, + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "type": "restricts" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "restricts" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "restricts" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "restricts" + }, + { + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "type": "restricts" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "isolates" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "isolates" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "isolates" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "isolates" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "isolates" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "isolates" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "isolates" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "isolates" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "isolates" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "isolates" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "restricts" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "restricts" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "restricts" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", "type": "restricts" }, { @@ -31603,187 +31703,7 @@ "type": "restricts" }, { - "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", - "type": "restricts" - }, - { - "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", - "type": "restricts" - }, - { - "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", - "type": "restricts" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "isolates" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "restricts" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "restricts" - }, - { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", - "type": "restricts" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "restricts" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "restricts" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "restricts" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "restricts" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "restricts" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "isolates" - }, - { - "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", - "type": "restricts" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "isolates" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "restricts" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "isolates" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "isolates" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "isolates" - }, - { - "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", - "type": "restricts" - }, - { - "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", - "type": "restricts" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "restricts" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "isolates" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "isolates" - }, - { - "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", - "type": "restricts" - }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "restricts" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "isolates" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "isolates" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "restricts" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "restricts" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "restricts" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restricts" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "isolates" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "isolates" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restricts" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "restricts" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "restricts" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "restricts" - }, - { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", - "type": "isolates" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "restricts" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "restricts" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "restricts" - }, - { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", - "type": "restricts" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "isolates" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "restricts" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", "type": "restricts" }, { @@ -31791,37 +31711,53 @@ "type": "restricts" }, { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", "type": "restricts" }, { - "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", - "type": "isolates" - }, - { - "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", - "type": "isolates" - }, - { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", "type": "restricts" }, { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", "type": "restricts" }, { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "isolates" + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restricts" }, { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "isolates" + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restricts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restricts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restricts" }, { "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", "type": "restricts" }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "restricts" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "restricts" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "restricts" + }, + { + "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "type": "restricts" + }, { "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", "type": "restricts" @@ -31830,44 +31766,52 @@ "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", "type": "restricts" }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "restricts" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "restricts" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "restricts" + }, { "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", "type": "isolates" }, { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "restricts" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", "type": "isolates" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "isolates" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", "type": "restricts" }, { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "isolates" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", "type": "restricts" }, { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", "type": "restricts" }, { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "restricts" + }, + { + "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", "type": "isolates" }, { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", + "type": "isolates" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", "type": "restricts" }, { @@ -31875,19 +31819,75 @@ "type": "restricts" }, { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", "type": "restricts" }, { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restricts" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "restricts" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "restricts" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "restricts" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "restricts" + }, + { + "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "type": "restricts" + }, + { + "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "type": "restricts" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", "type": "isolates" }, { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "isolates" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "isolates" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "isolates" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "isolates" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "isolates" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "isolates" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "isolates" + }, + { + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", "type": "restricts" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", "type": "restricts" } ], @@ -31993,343 +31993,59 @@ }, "related": [ { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "isolates" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "isolates" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "isolates" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "isolates" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "isolates" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "isolates" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "isolates" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "isolates" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "isolates" + }, + { + "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "type": "restricts" }, { "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "type": "restricts" }, - { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", - "type": "restricts" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "restricts" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "isolates" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "isolates" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "restricts" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "isolates" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "restricts" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "restricts" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "restricts" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "restricts" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "restricts" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "restricts" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "restricts" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "restricts" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "restricts" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restricts" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restricts" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "restricts" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "isolates" - }, - { - "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", - "type": "isolates" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "isolates" - }, - { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", - "type": "restricts" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "restricts" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "isolates" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "restricts" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "isolates" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "restricts" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "isolates" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "isolates" - }, - { - "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", - "type": "isolates" - }, - { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", - "type": "isolates" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "isolates" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "isolates" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "isolates" - }, - { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", - "type": "restricts" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "isolates" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "isolates" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "isolates" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "isolates" - }, - { - "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", - "type": "restricts" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restricts" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restricts" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "restricts" - }, - { - "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", - "type": "restricts" - }, - { - "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", - "type": "restricts" - }, - { - "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", - "type": "restricts" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "isolates" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "restricts" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "restricts" - }, - { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", - "type": "restricts" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "restricts" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "restricts" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "restricts" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "restricts" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "restricts" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "isolates" - }, - { - "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", - "type": "restricts" - }, - { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", - "type": "restricts" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "isolates" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "isolates" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "isolates" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "restricts" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "restricts" - }, { "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "type": "restricts" }, { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "isolates" }, { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "restricts" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "restricts" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "restricts" - }, - { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", - "type": "restricts" - }, - { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", - "type": "restricts" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "restricts" - }, - { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", - "type": "restricts" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", - "type": "restricts" - }, - { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", - "type": "restricts" - }, - { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", - "type": "restricts" - }, - { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", - "type": "restricts" - }, - { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", - "type": "restricts" - }, - { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", - "type": "restricts" - }, - { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", - "type": "restricts" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", - "type": "restricts" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", - "type": "restricts" - }, - { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "restricts" }, { @@ -32341,59 +32057,35 @@ "type": "isolates" }, { - "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", + "type": "restricts" + }, + { + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "isolates" }, { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "isolates" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "restricts" }, { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "isolates" - }, - { - "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "restricts" }, { - "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "restricts" }, { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "restricts" }, { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "restricts" }, { - "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", - "type": "restricts" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "isolates" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "restricts" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "isolates" - }, - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "type": "restricts" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", "type": "restricts" }, { @@ -32401,51 +32093,31 @@ "type": "restricts" }, { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "isolates" - }, - { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "restricts" }, { - "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "restricts" }, { - "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "restricts" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "isolates" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", "type": "restricts" }, { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "type": "restricts" + }, + { + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "isolates" }, { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "isolates" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "isolates" - }, - { - "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", - "type": "isolates" - }, - { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", - "type": "isolates" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "isolates" }, { @@ -32457,21 +32129,45 @@ "type": "isolates" }, { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "isolates" }, { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "isolates" }, { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "type": "isolates" + }, + { + "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "type": "isolates" + }, + { + "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "type": "isolates" + }, + { + "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", "type": "restricts" }, { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", "type": "restricts" }, + { + "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", + "type": "restricts" + }, + { + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "type": "isolates" + }, + { + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "type": "isolates" + }, { "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", "type": "isolates" @@ -32481,31 +32177,79 @@ "type": "restricts" }, { - "dest-uuid": "120d5519-3098-4e1c-9191-2aa61232f073", + "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", "type": "restricts" }, { - "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", - "type": "isolates" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "isolates" - }, - { - "dest-uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", + "dest-uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", "type": "restricts" }, { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "type": "isolates" }, { - "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "type": "restricts" }, { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "isolates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "isolates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "isolates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "isolates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "isolates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "isolates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "isolates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "restricts" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "type": "restricts" }, { @@ -32517,55 +32261,43 @@ "type": "restricts" }, { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", "type": "restricts" }, { - "dest-uuid": "01a5a209-b94c-450b-b7f9-946497d91055", + "dest-uuid": "3ccef7ae-cb5e-48f6-8302-897105fbf55c", "type": "restricts" }, { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "isolates" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "isolates" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", "type": "restricts" }, { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", "type": "restricts" }, { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", "type": "restricts" }, { - "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", "type": "restricts" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", "type": "restricts" }, { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", "type": "restricts" }, { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "isolates" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", "type": "restricts" }, { - "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", "type": "restricts" }, { @@ -32577,31 +32309,23 @@ "type": "restricts" }, { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "isolates" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "isolates" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", "type": "restricts" }, { - "dest-uuid": "045d0922-2310-4e60-b5e4-3302302cb3c5", + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", "type": "restricts" }, { - "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", "type": "restricts" }, { - "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", "type": "restricts" }, { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", + "dest-uuid": "4ff5d6a8-c062-4c68-a778-36fc5edd564f", "type": "restricts" }, { @@ -32609,7 +32333,139 @@ "type": "isolates" }, { - "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "isolates" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "isolates" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "isolates" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "isolates" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "isolates" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "isolates" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "isolates" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "isolates" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "isolates" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "isolates" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "isolates" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "isolates" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "isolates" + }, + { + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "type": "isolates" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "restricts" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "restricts" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "restricts" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "restricts" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "restricts" + }, + { + "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "type": "restricts" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "restricts" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "restricts" + }, + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "type": "restricts" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "restricts" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "restricts" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "restricts" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "restricts" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "restricts" + }, + { + "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "type": "restricts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restricts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restricts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restricts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "type": "restricts" + }, + { + "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", "type": "restricts" }, { @@ -32621,7 +32477,55 @@ "type": "restricts" }, { - "dest-uuid": "7d57b371-10c2-45e5-b3cc-83a8fb380e4c", + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "restricts" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "restricts" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "restricts" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "restricts" + }, + { + "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "type": "restricts" + }, + { + "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "type": "restricts" + }, + { + "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "type": "restricts" + }, + { + "dest-uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", + "type": "restricts" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "restricts" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "restricts" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "restricts" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", + "type": "restricts" + }, + { + "dest-uuid": "93591901-3172-4e94-abf8-6034ab26f44a", "type": "restricts" }, { @@ -32633,31 +32537,35 @@ "type": "isolates" }, { - "dest-uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "isolates" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "isolates" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", "type": "restricts" }, { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "isolates" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "isolates" - }, - { - "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", "type": "restricts" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "isolates" + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "restricts" }, { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "isolates" + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "restricts" }, { - "dest-uuid": "7c0f17c9-1af6-4628-9cbd-9e45482dd605", + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", + "type": "restricts" + }, + { + "dest-uuid": "a6937325-9321-4e2e-bb2b-3ed2d40b2a9d", "type": "restricts" }, { @@ -32665,11 +32573,119 @@ "type": "isolates" }, { - "dest-uuid": "7007935a-a8a7-4c0b-bd98-4e85be8ed197", + "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", + "type": "isolates" + }, + { + "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", + "type": "isolates" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", "type": "restricts" }, { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restricts" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restricts" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restricts" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restricts" + }, + { + "dest-uuid": "cc89ecbd-3d33-4a41-bcca-001e702d18fd", + "type": "restricts" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "restricts" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "restricts" + }, + { + "dest-uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", + "type": "restricts" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "restricts" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "restricts" + }, + { + "dest-uuid": "ebbe170d-aa74-4946-8511-9921243415a3", + "type": "restricts" + }, + { + "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "type": "restricts" + }, + { + "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "type": "restricts" + }, + { + "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "type": "restricts" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "isolates" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "isolates" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "isolates" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "isolates" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "isolates" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "isolates" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "isolates" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "isolates" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "isolates" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "isolates" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "isolates" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", "type": "isolates" }, { @@ -32677,28 +32693,12 @@ "type": "restricts" }, { - "dest-uuid": "840a987a-99bd-4a80-a5c9-0cb2baa6cade", + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", "type": "restricts" }, { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "isolates" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "isolates" - }, - { - "dest-uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", + "dest-uuid": "f9e9365a-9ca2-4d9c-8e7c-050d73d1101a", "type": "restricts" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "isolates" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "isolates" } ], "uuid": "5c13ef28-ac3a-52fa-99de-563fc6a0bd45", @@ -32717,7 +32717,7 @@ }, "related": [ { - "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", + "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", "type": "verifies" }, { @@ -32729,7 +32729,7 @@ "type": "verifies" }, { - "dest-uuid": "16ab6452-c3c1-497c-a47d-206018ca1ada", + "dest-uuid": "a6557c75-798f-42e4-be70-ab4502e0a3bc", "type": "verifies" } ], @@ -32780,28 +32780,12 @@ ] }, "related": [ - { - "dest-uuid": "28170e17-8384-415c-8486-2e6b294cb803", - "type": "analyzes" - }, - { - "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", - "type": "analyzes" - }, { "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", "type": "analyzes" }, { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "analyzes" - }, - { - "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", - "type": "analyzes" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", "type": "analyzes" }, { @@ -32813,23 +32797,15 @@ "type": "analyzes" }, { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", "type": "analyzes" }, { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", "type": "analyzes" }, { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "analyzes" - }, - { - "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", - "type": "analyzes" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", "type": "analyzes" }, { @@ -32845,60 +32821,84 @@ "type": "analyzes" }, { - "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", - "type": "analyzes" - }, - { - "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", - "type": "analyzes" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "analyzes" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "analyzes" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "analyzes" - }, - { - "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", - "type": "analyzes" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "analyzes" - }, - { - "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", - "type": "analyzes" - }, - { - "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", - "type": "analyzes" - }, - { - "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", - "type": "analyzes" - }, - { - "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", - "type": "analyzes" - }, - { - "dest-uuid": "17cc750b-e95b-4d7d-9dde-49e0de24148c", + "dest-uuid": "28170e17-8384-415c-8486-2e6b294cb803", "type": "analyzes" }, { "dest-uuid": "28170e17-8384-415c-8486-2e6b294cb803", "type": "analyzes" }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "analyzes" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "analyzes" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "analyzes" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "analyzes" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "analyzes" + }, + { + "dest-uuid": "9efb1ea7-c37b-4595-9640-b7680cd84279", + "type": "analyzes" + }, { "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", "type": "analyzes" + }, + { + "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", + "type": "analyzes" + }, + { + "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", + "type": "analyzes" + }, + { + "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", + "type": "analyzes" + }, + { + "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", + "type": "analyzes" + }, + { + "dest-uuid": "c0dfe7b0-b873-4618-9ff8-53e31f70907f", + "type": "analyzes" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "analyzes" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "analyzes" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "analyzes" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "analyzes" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "analyzes" + }, + { + "dest-uuid": "dca670cf-eeec-438f-8185-fd959d9ef211", + "type": "analyzes" } ], "uuid": "3ff31fe3-4b89-5376-ac54-497528092610", @@ -32937,17 +32937,169 @@ }, "related": [ { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "analyzes" }, { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "analyzes" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "analyzes" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "analyzes" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "analyzes" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "analyzes" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "analyzes" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "analyzes" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "analyzes" + }, + { + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", + "type": "analyzes" + }, + { + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", + "type": "analyzes" + }, + { + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", + "type": "analyzes" + }, + { + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "type": "analyzes" + }, + { + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "type": "analyzes" + }, + { + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "type": "analyzes" + }, + { + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "type": "analyzes" + }, + { + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "type": "analyzes" + }, + { + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "type": "analyzes" + }, + { + "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "type": "analyzes" + }, + { + "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "type": "analyzes" + }, + { + "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "type": "analyzes" + }, + { + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "type": "analyzes" + }, + { + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "type": "analyzes" + }, + { + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", "type": "analyzes" }, { "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "type": "analyzes" }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "analyzes" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "analyzes" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "analyzes" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "analyzes" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "analyzes" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "analyzes" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "analyzes" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "analyzes" + }, + { + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "type": "analyzes" + }, { "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", "type": "analyzes" @@ -32957,23 +33109,7 @@ "type": "analyzes" }, { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "analyzes" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "analyzes" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "analyzes" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", "type": "analyzes" }, { @@ -32981,39 +33117,15 @@ "type": "analyzes" }, { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", "type": "analyzes" }, { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", "type": "analyzes" }, { - "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", - "type": "analyzes" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "analyzes" - }, - { - "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", - "type": "analyzes" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "analyzes" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "analyzes" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "analyzes" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", "type": "analyzes" }, { @@ -33021,63 +33133,7 @@ "type": "analyzes" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "analyzes" - }, - { - "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", - "type": "analyzes" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "analyzes" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "analyzes" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "analyzes" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "analyzes" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "analyzes" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "analyzes" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "analyzes" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "analyzes" - }, - { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", - "type": "analyzes" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", "type": "analyzes" }, { @@ -33085,87 +33141,19 @@ "type": "analyzes" }, { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", "type": "analyzes" }, { "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", "type": "analyzes" }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "analyzes" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "analyzes" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "analyzes" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "analyzes" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "analyzes" - }, { "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", "type": "analyzes" }, { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", - "type": "analyzes" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "analyzes" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "analyzes" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "analyzes" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", "type": "analyzes" }, { @@ -33173,31 +33161,43 @@ "type": "analyzes" }, { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", "type": "analyzes" }, { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", "type": "analyzes" }, { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", "type": "analyzes" }, { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", "type": "analyzes" }, { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", "type": "analyzes" }, { - "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", "type": "analyzes" }, { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "analyzes" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "analyzes" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "analyzes" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", "type": "analyzes" } ], @@ -33252,11 +33252,11 @@ }, "related": [ { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", "type": "filters" }, { - "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", "type": "filters" }, { @@ -33264,11 +33264,11 @@ "type": "filters" }, { - "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", + "dest-uuid": "36b2a1d7-e09e-49bf-b45e-477076c2ec01", "type": "filters" }, { - "dest-uuid": "0bda01d5-4c1d-4062-8ee2-6872334383c3", + "dest-uuid": "38eb0c22-6caf-46ce-8869-5964bd735858", "type": "filters" }, { @@ -33292,31 +33292,11 @@ }, "related": [ { - "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", + "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", "type": "filters" }, { - "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", - "type": "filters" - }, - { - "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", - "type": "filters" - }, - { - "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", - "type": "filters" - }, - { - "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", - "type": "filters" - }, - { - "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", - "type": "filters" - }, - { - "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", + "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", "type": "filters" }, { @@ -33324,11 +33304,43 @@ "type": "filters" }, { - "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", + "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", "type": "filters" }, { - "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", + "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", + "type": "filters" + }, + { + "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", + "type": "filters" + }, + { + "dest-uuid": "54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b", + "type": "filters" + }, + { + "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "type": "filters" + }, + { + "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", + "type": "filters" + }, + { + "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", + "type": "filters" + }, + { + "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", + "type": "filters" + }, + { + "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", + "type": "filters" + }, + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", "type": "filters" }, { @@ -33340,7 +33352,7 @@ "type": "filters" }, { - "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", "type": "filters" }, { @@ -33348,23 +33360,11 @@ "type": "filters" }, { - "dest-uuid": "9a60a291-8960-4387-8a4a-2ab5c18bb50b", + "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", "type": "filters" }, { - "dest-uuid": "79a4052e-1a89-4b09-aea6-51f1d11fe19c", - "type": "filters" - }, - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "type": "filters" - }, - { - "dest-uuid": "7bd9c723-2f78-4309-82c5-47cad406572b", - "type": "filters" - }, - { - "dest-uuid": "4061e78c-1284-44b4-9116-73e4ac3912f7", + "dest-uuid": "b18eae87-b469-4e14-b454-b171b416bc18", "type": "filters" }, { @@ -33372,31 +33372,15 @@ "type": "filters" }, { - "dest-uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", + "dest-uuid": "bf176076-b789-408e-8cba-7275e81c0ada", "type": "filters" }, { - "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", + "dest-uuid": "bf1b6176-597c-4600-bfcd-ac989670f96b", "type": "filters" }, { - "dest-uuid": "40597f16-0963-4249-bf4c-ac93b7fb9807", - "type": "filters" - }, - { - "dest-uuid": "24bfaeba-cb0d-4525-b3dc-507c77ecec41", - "type": "filters" - }, - { - "dest-uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", - "type": "filters" - }, - { - "dest-uuid": "1996eef1-ced3-4d7f-bf94-33298cabbf72", - "type": "filters" - }, - { - "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", + "dest-uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", "type": "filters" }, { @@ -33404,7 +33388,19 @@ "type": "filters" }, { - "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "dest-uuid": "c8e87b83-edbb-48d4-9295-4974897525b7", + "type": "filters" + }, + { + "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", + "type": "filters" + }, + { + "dest-uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", + "type": "filters" + }, + { + "dest-uuid": "d742a578-d70e-4d0e-96a6-02a9c30204e6", "type": "filters" }, { @@ -33416,11 +33412,15 @@ "type": "filters" }, { - "dest-uuid": "ca9d3402-ada3-484d-876a-d717bd6e05f2", + "dest-uuid": "ef67e13e-5598-4adc-bdb2-998225874fa9", "type": "filters" }, { - "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", + "dest-uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", + "type": "filters" + }, + { + "dest-uuid": "fb8d023d-45be-47e9-bc51-f56bcae6435b", "type": "filters" } ], @@ -33440,7 +33440,7 @@ }, "related": [ { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "restores" }, { @@ -33448,7 +33448,19 @@ "type": "restores" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", + "type": "restores" + }, + { + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", + "type": "restores" + }, + { + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", + "type": "restores" + }, + { + "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", "type": "restores" }, { @@ -33456,59 +33468,23 @@ "type": "restores" }, { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "restores" }, { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "restores" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "restores" }, { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "restores" }, { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "restores" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "restores" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "restores" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "restores" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "restores" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "restores" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "restores" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "restores" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "restores" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", "type": "restores" }, { @@ -33516,19 +33492,11 @@ "type": "restores" }, { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", "type": "restores" }, { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "restores" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "restores" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", "type": "restores" }, { @@ -33536,27 +33504,67 @@ "type": "restores" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", "type": "restores" }, { - "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", "type": "restores" }, { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", "type": "restores" }, { - "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", "type": "restores" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", "type": "restores" }, { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "restores" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "restores" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "restores" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "restores" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "restores" + }, + { + "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "type": "restores" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "type": "restores" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "type": "restores" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "type": "restores" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", + "type": "restores" + }, + { + "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", "type": "restores" }, { @@ -33567,234 +33575,10 @@ "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", "type": "restores" }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "restores" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "restores" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "restores" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", - "type": "restores" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "restores" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "restores" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "restores" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "restores" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "restores" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "restores" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "restores" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "restores" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "restores" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "restores" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "restores" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "restores" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "restores" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", - "type": "restores" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "restores" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "restores" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "restores" - }, - { - "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", - "type": "restores" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "restores" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "restores" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "restores" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "restores" - }, { "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", "type": "restores" }, - { - "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", - "type": "restores" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "restores" - }, - { - "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", - "type": "restores" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "restores" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "restores" - }, - { - "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", - "type": "restores" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "restores" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "restores" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "restores" - }, - { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", - "type": "restores" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "restores" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "restores" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "restores" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "restores" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "restores" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "restores" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "restores" - }, - { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", - "type": "restores" - }, - { - "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", - "type": "restores" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "restores" - }, - { - "dest-uuid": "8f104855-e5b7-4077-b1f5-bc3103b41abe", - "type": "restores" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "restores" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "restores" - }, - { - "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", - "type": "restores" - }, - { - "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", - "type": "restores" - }, - { - "dest-uuid": "21875073-b0ee-49e3-9077-1e2a885359af", - "type": "restores" - }, - { - "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", - "type": "restores" - }, - { - "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", - "type": "restores" - }, - { - "dest-uuid": "2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3", - "type": "restores" - }, - { - "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", - "type": "restores" - }, { "dest-uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", "type": "restores" @@ -33804,7 +33588,7 @@ "type": "restores" }, { - "dest-uuid": "6151cbea-819b-455a-9fa6-99a1cc58797d", + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "type": "restores" }, { @@ -33812,7 +33596,135 @@ "type": "restores" }, { - "dest-uuid": "25659dd6-ea12-45c4-97e6-381e3e4b593e", + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "restores" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "restores" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "restores" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "restores" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "restores" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "restores" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "restores" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "restores" + }, + { + "dest-uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", + "type": "restores" + }, + { + "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", + "type": "restores" + }, + { + "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", + "type": "restores" + }, + { + "dest-uuid": "b24e2a20-3b3d-4bf0-823b-1ed765398fb0", + "type": "restores" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restores" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restores" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restores" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restores" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restores" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restores" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restores" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restores" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restores" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restores" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restores" + }, + { + "dest-uuid": "c3d4bdd9-2cfe-4a80-9d0c-07a29ecdce8f", + "type": "restores" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "restores" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "restores" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "restores" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "restores" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "restores" + }, + { + "dest-uuid": "e01be9c5-e763-4caf-aeb7-000b416aef67", + "type": "restores" + }, + { + "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", + "type": "restores" + }, + { + "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", + "type": "restores" + }, + { + "dest-uuid": "e74de37c-a829-446c-937d-56a44f0e9306", "type": "restores" }, { @@ -33822,6 +33734,94 @@ { "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", "type": "restores" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restores" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restores" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restores" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restores" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restores" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restores" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restores" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restores" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restores" + }, + { + "dest-uuid": "f232fa7a-025c-4d43-abc7-318e81a73d65", + "type": "restores" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restores" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restores" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restores" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restores" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restores" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restores" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restores" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restores" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restores" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restores" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restores" + }, + { + "dest-uuid": "fdc47f44-dd32-4b99-af5f-209f556f63c2", + "type": "restores" } ], "uuid": "dd547285-c3de-518b-bb09-8788627f3feb", @@ -33840,31 +33840,7 @@ }, "related": [ { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "terminates" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "terminates" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "terminates" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "terminates" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "terminates" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "terminates" - }, - { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "terminates" }, { @@ -33872,7 +33848,7 @@ "type": "terminates" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "terminates" }, { @@ -33880,27 +33856,7 @@ "type": "terminates" }, { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "terminates" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "terminates" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "terminates" - }, - { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", - "type": "terminates" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "terminates" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "terminates" }, { @@ -33908,7 +33864,15 @@ "type": "terminates" }, { - "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "terminates" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "type": "terminates" + }, + { + "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", "type": "terminates" }, { @@ -33916,39 +33880,7 @@ "type": "terminates" }, { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "terminates" - }, - { - "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", - "type": "terminates" - }, - { - "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", - "type": "terminates" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "terminates" - }, - { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "terminates" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "terminates" - }, - { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", - "type": "terminates" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "terminates" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "type": "terminates" }, { @@ -33956,15 +33888,7 @@ "type": "terminates" }, { - "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", - "type": "terminates" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", - "type": "terminates" - }, - { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "terminates" }, { @@ -33972,27 +33896,19 @@ "type": "terminates" }, { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "terminates" }, { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "terminates" }, { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "terminates" }, { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "terminates" - }, - { - "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", - "type": "terminates" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", "type": "terminates" }, { @@ -34000,7 +33916,79 @@ "type": "terminates" }, { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "type": "terminates" + }, + { + "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "type": "terminates" + }, + { + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "type": "terminates" + }, + { + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "type": "terminates" + }, + { + "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", + "type": "terminates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "terminates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "terminates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "terminates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "terminates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "terminates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "terminates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "terminates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "terminates" + }, + { + "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "type": "terminates" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "terminates" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "terminates" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "terminates" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "type": "terminates" + }, + { + "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", "type": "terminates" }, { @@ -34012,35 +34000,7 @@ "type": "terminates" }, { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", - "type": "terminates" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "terminates" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "terminates" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", - "type": "terminates" - }, - { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", - "type": "terminates" - }, - { - "dest-uuid": "35187df2-31ed-43b6-a1f5-2f1d3d58d3f1", - "type": "terminates" - }, - { - "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", - "type": "terminates" - }, - { - "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "dest-uuid": "5d0d3609-d06d-49e1-b9c9-b544e0c618cb", "type": "terminates" }, { @@ -34048,15 +34008,7 @@ "type": "terminates" }, { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", - "type": "terminates" - }, - { - "dest-uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", - "type": "terminates" - }, - { - "dest-uuid": "1ecfdab8-7d59-4c98-95d4-dc41970f57fc", + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", "type": "terminates" }, { @@ -34064,43 +34016,91 @@ "type": "terminates" }, { - "dest-uuid": "1644e709-12d2-41e5-a60f-3470991f5011", + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", "type": "terminates" }, { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", "type": "terminates" }, { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", "type": "terminates" }, { - "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", - "type": "terminates" - }, - { - "dest-uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", + "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", "type": "terminates" }, { "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", "type": "terminates" }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "terminates" + }, + { + "dest-uuid": "9c306d8d-cde7-4b4c-b6e8-d0bb16caca36", + "type": "terminates" + }, + { + "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", + "type": "terminates" + }, + { + "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", + "type": "terminates" + }, + { + "dest-uuid": "ac08589e-ee59-4935-8667-d845e38fe579", + "type": "terminates" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "terminates" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "terminates" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "terminates" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "terminates" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "terminates" + }, + { + "dest-uuid": "f4c1826f-a322-41cd-9557-562100848c84", + "type": "terminates" + }, { "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", "type": "terminates" }, { - "dest-uuid": "65f2d882-3f41-4d48-8a06-29af77ec9f90", + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", "type": "terminates" }, { - "dest-uuid": "51a14c76-dd3b-440b-9c20-2bf91d25a814", + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", "type": "terminates" }, { - "dest-uuid": "005a06c6-14bf-4118-afa0-ebcd8aebb0c9", + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "terminates" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", + "type": "terminates" + }, + { + "dest-uuid": "f63fe421-b1d1-45c0-b8a7-02cd16ff2bed", "type": "terminates" } ], @@ -34123,46 +34123,10 @@ "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", "type": "filters" }, - { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", - "type": "filters" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "filters" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "filters" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "filters" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "filters" - }, { "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", "type": "filters" }, - { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", - "type": "filters" - }, - { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", - "type": "filters" - }, - { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", - "type": "filters" - }, - { - "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", - "type": "filters" - }, { "dest-uuid": "1e9eb839-294b-48cc-b0d3-c45555a2a004", "type": "filters" @@ -34172,7 +34136,19 @@ "type": "filters" }, { - "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "filters" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "filters" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "type": "filters" + }, + { + "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", "type": "filters" }, { @@ -34180,7 +34156,31 @@ "type": "filters" }, { - "dest-uuid": "2b742742-28c3-4e1b-bab7-8350d6300fa7", + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "filters" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "filters" + }, + { + "dest-uuid": "2e34237d-8574-43f6-aace-ae2915de8597", + "type": "filters" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "filters" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "filters" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", + "type": "filters" + }, + { + "dest-uuid": "9e7452df-5144-4b6e-b04a-b66dd4016747", "type": "filters" } ], diff --git a/clusters/ransomware.json b/clusters/ransomware.json index 3a7840e..7a0128c 100644 --- a/clusters/ransomware.json +++ b/clusters/ransomware.json @@ -22024,11 +22024,6 @@ "uuid": "10254366-b6d0-4266-a277-6ef4eee460b3", "value": "Foxy" }, - { - "description": "ransomware", - "uuid": "0b6e29d4-27e4-422b-944f-72e111462dee", - "value": "FreeMe" - }, { "description": "ransomware", "uuid": "a5e54d82-cb41-420e-a03d-89b762560dcc", @@ -24255,11 +24250,6 @@ "uuid": "90c6daf8-8212-4ea8-9b59-af49b290b3b9", "value": "TurkStatik" }, - { - "description": "ransomware", - "uuid": "93277946-177a-4f92-833d-30db9d432656", - "value": "Tyrant" - }, { "description": "ransomware", "uuid": "0407e98d-cd3e-42e1-8daf-3c51d2e4906a", @@ -27040,7 +27030,8 @@ "description": "BianLian used subtle techniques to exploit, enumerate, and move laterally in victim networks to remain undetected and aggressively worked to counter Endpoint Detection & Response (EDR) protections during the encryption phase of their operations. The group has displayed signs of being new to the practical business aspects of ransomware and associated logistics. Generally they seemed to be experiencing the growing pains of a group of talented hackers new to this aspect of criminal extortion.\n\nInfrastructure associated with the BianLian group first appeared online in December 2021 and their toolset appears to have been under active development since then. Finally, we have observed the BianLian threat actor tripling their known command and control (C2) infrastructure in the month of August, suggesting a possible increase in the actor’s operational tempo.", "meta": { "links": [ - "http://bianlianlbc5an4kgnay3opdemgcryg2kpfcbgczopmm3dnbz3uaunad.onion/" + "http://bianlianlbc5an4kgnay3opdemgcryg2kpfcbgczopmm3dnbz3uaunad.onion/", + "http://bianlivemqbawcco4cx4a672k2fip3guyxudzurfqvdszafam3ofqgqd.onion/" ], "ransomnotes": [ "Your network systems were attacked and encrypted. Contact us in order to restore your data. Don't make any changes in your file structure: touch no files, don't try to recover by yourself, that may lead to it's complete loss.\n\nTo contact us you have to download \"tox\" messenger: https://qtox.github.io/\n\nAdd user with the following ID to get your instructions: \nA4B3B0845DA242A64BF17E0DB4278EDF85855739667D3E2AE8B89D5439015F07E81D12D767FC\n\nAlternative way: swikipedia@onionmail.org\n\nYour ID: wU1VC460GC \n\nYou should know that we have been downloading data from your network for a significant time before the attack: financial, client, business, post, technical and personal files.\nIn 10 days — it will be posted at our site http://bianlianlbc5an4kgnay3opdemgcryg2kpfcbgczopmm3dnbz3uaunad.onion with links send to your clients, partners, competitors and news agencies, that will lead to a negative impact on your company: potential financial, business and reputational loses." @@ -27390,7 +27381,8 @@ "description": "", "meta": { "links": [ - "http://ransomocmou6mnbquqz44ewosbkjk3o5qjsl3orawojexfook2j7esad.onion/" + "http://ransomocmou6mnbquqz44ewosbkjk3o5qjsl3orawojexfook2j7esad.onion/", + "http://ransomoefralti2zh5nrv7iqybp3d5b4a2eeecz5yjosp7ggbepj7iyd.onion" ], "refs": [ "https://www.reuters.com/article/us-usa-products-colonial-pipeline-ransom/more-ransomware-websites-disappear-in-aftermath-of-colonial-pipeline-hack-idUSKCN2CX0KT", @@ -27579,7 +27571,8 @@ "http://lockbit435xk3ki62yun7z5nhwz6jyjdp2c64j5vge536if2eny3gtid.onion", "http://lockbit4lahhluquhoka3t4spqym2m3dhe66d6lr337glmnlgg2nndad.onion", "http://lockbit6knrauo3qafoksvl742vieqbujxw7rd6ofzdtapjb4rrawqad.onion", - "http://lockbit7ouvrsdgtojeoj5hvu6bljqtghitekwpdy3b6y62ixtsu5jqd.onion" + "http://lockbit7ouvrsdgtojeoj5hvu6bljqtghitekwpdy3b6y62ixtsu5jqd.onion", + "http://ofj3oaltwaf67qtd7oafk5r44upm6wkc2jurpsdyih2c7mbrbshuwayd.onion" ], "refs": [ "https://threatpost.com/lockbit-ransomware-proliferates-globally/168746", @@ -27633,7 +27626,8 @@ { "meta": { "links": [ - "http://wtyafjyhwqrgo4a45wdvvwhen3cx4euie73qvlhkhvlrexljoyuklaad.onion" + "http://wtyafjyhwqrgo4a45wdvvwhen3cx4euie73qvlhkhvlrexljoyuklaad.onion", + "http://wtyafjyizleuw4yhepmdsrcfjwmtiysunos6ixchw3r5d7eeimw2rrid.onion" ], "refs": [ "https://www.ransomlook.io/group/mallox" @@ -27918,7 +27912,8 @@ "http://ozsxj4hwxub7gio347ac7tyqqozvfioty37skqilzo2oqfs4cw2mgtyd.onion/", "http://24kckepr3tdbcomkimbov5nqv2alos6vmrmlxdr76lfmkgegukubctyd.onion", "http://wlh3dpptx2gt7nsxcor37a3kiyaiy6qwhdv7o6nl6iuniu5ycze5ydid.onion/blog", - "http://kbsqoivihgdmwczmxkbovk7ss2dcynitwhhfu5yw725dboqo5kthfaad.onion/" + "http://kbsqoivihgdmwczmxkbovk7ss2dcynitwhhfu5yw725dboqo5kthfaad.onion/", + "https://wikileaksv2.com" ], "refs": [ "https://www.ransomlook.io/group/qilin" @@ -28243,7 +28238,8 @@ "links": [ "https://akiral2iz6a7qgd3ayp3l6yub7xx2uep76idk3u2kollpj5z3z636bad.onion/", "https://akiral2iz6a7qgd3ayp3l6yub7xx2uep76idk3u2kollpj5z3z636bad.onion/n", - "https://akiralkzxzq2dsrzsrvbr2xgbbu2wgsmxryd4csgfameg52n7efvr2id.onion/" + "https://akiralkzxzq2dsrzsrvbr2xgbbu2wgsmxryd4csgfameg52n7efvr2id.onion/", + "http://akiral2iz6a7qgd3ayp3l6yub7xx2uep76idk3u2kollpj5z3z636bad.onion/l" ], "refs": [ "https://www.ransomlook.io/group/akira" @@ -28670,7 +28666,12 @@ "links": [ "http://medusaxko7jxtrojdkxo66j7ck4q5tgktf7uqsqyfry4ebnxlcbkccyd.onion", "http://xfv4jzckytb4g3ckwemcny3ihv4i5p4lqzdpi624cxisu35my5fwi5qd.onion", - "http://dlmfciajg5s4vliyo5dhs5jyzhi2xr2fnkebul46lpf4xudtqiue4nid.onion/" + "http://dlmfciajg5s4vliyo5dhs5jyzhi2xr2fnkebul46lpf4xudtqiue4nid.onion/", + "http://kyfiw76eol6ph2mq7pi5e5tdvce37bicddhai62qhdc5ja6jdchz4qqd.onion/", + "http://62foekhv5humjrfwjdyd2dgextpbf5i7obguhwvfoghmu3nxpkmxlcid.onion/", + "http://cx5u7zxbvrfyoj6ughw76oa264ucuuizmmzypwum6ear7pct4yc723qd.onion", + "http://hupxs7ps7md24kpz4lwsbra64abgxjx3pcc2wuca5ibawf2g5hlpfyqd.onion", + "http://osintcorp.net" ], "refs": [ "https://www.ransomlook.io/group/medusa", @@ -28717,7 +28718,8 @@ "links": [ "http://pa32ymaeu62yo5th5mraikgw5fcvznnsiiwti42carjliarodltmqcqd.onion", "http://hkpomcx622gnqp2qhenv4ceyrhwvld3zwogr4mnkdeudq2txf55keoad.onion", - "http://raworldw32b2qxevn3gp63pvibgixr4v75z62etlptg3u3pmajwra4ad.onion" + "http://raworldw32b2qxevn3gp63pvibgixr4v75z62etlptg3u3pmajwra4ad.onion", + "http://raworlddecssyq43oim3hxhc5oxvlbaxuj73xbz2pbbowso3l4kn27qd.onion/" ], "refs": [ "https://www.ransomlook.io/group/ra group" @@ -28813,7 +28815,8 @@ { "meta": { "links": [ - "http://z3wqggtxft7id3ibr7srivv5gjof5fwg76slewnzwwakjuf3nlhukdid.onion/blog" + "http://z3wqggtxft7id3ibr7srivv5gjof5fwg76slewnzwwakjuf3nlhukdid.onion/blog", + "http://3pktcrcbmssvrnwe5skburdwe2h3v6ibdnn5kbjqihsg6eu6s6b7ryqd.onion/login" ], "refs": [ "https://www.ransomlook.io/group/dragonforce" @@ -28827,7 +28830,10 @@ "meta": { "links": [ "http://ransomxifxwc5eteopdobynonjctkxxvap77yqifu2emfbecgbqdw6qd.onion/", - "http://mjmru3yz65o5szsp4rmkmh4adlezcpy5tqjjc4y5z6lozk3nnz2da2ad.onion/" + "http://mjmru3yz65o5szsp4rmkmh4adlezcpy5tqjjc4y5z6lozk3nnz2da2ad.onion/", + "http:// http://an2ce4pqpf2ipvba2djurxi5pnxxhu3uo7ackul6eafcundqtly7bhid.onion", + "http://fpwwt67hm3mkt6hdavkfyqi42oo3vkaggvjj4kxdr2ivsbzyka5yr2qd.onion", + "http://an2ce4pqpf2ipvba2djurxi5pnxxhu3uo7ackul6eafcundqtly7bhid.onion" ], "refs": [ "https://www.ransomlook.io/group/ransomhub" @@ -28867,7 +28873,8 @@ "meta": { "links": [ "http://mbrlkbtq5jonaqkurjwmxftytyn2ethqvbxfu4rgjbkkknndqwae6byd.onion", - "http://k7kg3jqxang3wh7hnmaiokchk7qoebupfgoik6rha6mjpzwupwtj25yd.onion" + "http://k7kg3jqxang3wh7hnmaiokchk7qoebupfgoik6rha6mjpzwupwtj25yd.onion", + "http://k7kg3jqzffsxe2z53jjx4goybvxu3a557kpsqakpwi6mrvfgcdo55tid.onion" ], "refs": [ "https://www.ransomlook.io/group/play", @@ -29157,7 +29164,8 @@ "description": "", "meta": { "links": [ - "http://embargobe3n5okxyzqphpmk3moinoap2snz5k6765mvtkk7hhi544jid.onion" + "http://embargobe3n5okxyzqphpmk3moinoap2snz5k6765mvtkk7hhi544jid.onion", + "http://5ntlvn7lmkezscee2vhatjaigkcu2rzj3bwhqaz32snmqc4jha3gcjad.onion" ], "refs": [ "https://www.ransomlook.io/group/embargo" @@ -29203,7 +29211,186 @@ }, "uuid": "ee97d01c-b8b9-5c36-9c27-134f8d2ee603", "value": "apos" + }, + { + "meta": { + "links": [ + "http://dataleakypypu7uwblm5kttv726l3iripago6p336xjnbstkjwrlnlid.onion/" + ], + "refs": [ + "https://www.ransomlook.io/group/el dorado" + ] + }, + "uuid": "15419dc6-8183-5805-aaba-9e7943bc164f", + "value": "el dorado" + }, + { + "meta": { + "links": [ + "http://ugn5khvt4kitlivv4ddfh3lb6mdhn2ud3ximcaypy73hxlk3arj2goad.onion/" + ], + "refs": [ + "https://www.ransomlook.io/group/locus" + ] + }, + "uuid": "37043fbf-a216-52ee-b8a7-3a604a87e9e2", + "value": "locus" + }, + { + "description": "Risen, which is a fully optimized and high-speed program, is the result of our years of experience in the field of malware writing. Risen is written in C language and completely using winapi. We produced many products with different features and options, but we came to the conclusion that none of the options have the benefit and efficiency they should; So, instead of spending time on useless and inefficient options, we decided to spend all our time on the strength, speed and security of our cryptography, and that's how we created Risen. Software features in version 1: \r
\r
\r
-Encryption security, utilizing Chacha20 and RSA 2048 algorithms.\r
-High encryption speed and software optimization\r
-compatible with all versions of Windows on any hardware without any issues.\r
-Automatic option settings, its easy to using and default configuration set to the best mode.\r
-Utilization of Threadpool method and queue creation for encryption.\r
-A powerful file unlocker, unlock files without closing processes.\r
-Safe deletion of backups, shadow copies, and all windows logs.\r
-A blog, Leak website, and management panel on TOR for leaking data of non-paying companies.\r
", + "meta": { + "links": [ + "http://s2wk77h653qn54csf4gp52orhem4y72dgxsquxulf255pcymazeepbyd.onion/", + "http://o6pi3u67zyag73ligtsupin5rjkxpfrbofwoxnhimpgpfttxqu7lsuyd.onion" + ], + "refs": [ + "https://www.ransomlook.io/group/risen" + ] + }, + "uuid": "8e3f7112-2f82-5c64-95ff-34bfad65cc0d", + "value": "risen" + }, + { + "meta": { + "links": [ + "https://xql562evsy7njcsngacphc2erzjfecwotdkobn3m4uxu2gtqh26newid.onion/" + ], + "refs": [ + "https://www.ransomlook.io/group/fog" + ] + }, + "uuid": "76f14732-0e0a-5fdd-847e-65bc41c150ea", + "value": "fog" + }, + { + "description": "Group is connected to Qilin.", + "meta": { + "links": [ + "https://wikileaksv2.com" + ], + "refs": [ + "https://www.ransomlook.io/group/wikileaksv2" + ] + }, + "uuid": "004c96b4-ce25-5593-9d50-8ada0b2b873f", + "value": "wikileaksv2" + }, + { + "meta": { + "links": [ + "http://gmixcebhni6c3kcf5m7xxybomaphj7pizoqtxiqmrz5wsh6g6x5s2wqd.onion/" + ], + "refs": [ + "https://www.ransomlook.io/group/sensayq" + ] + }, + "uuid": "678e1d98-cc54-5e7f-89be-6dd6163877a0", + "value": "sensayq" + }, + { + "description": "", + "meta": { + "links": [ + "http://txtggyng5euqkyzl2knbejwpm4rlq575jn2egqldu27osbqytrj6ruyd.onion/", + "http://txtggyng5euqkyzl2knbejwpm4rlq575jn2egqldu27osbqytrj6ruyd.onion/articles" + ], + "refs": [ + "https://www.ransomlook.io/group/trinity" + ] + }, + "uuid": "cae0824e-2c3d-5db8-9e45-0f7251e5def1", + "value": "trinity" + }, + { + "meta": { + "links": [ + "http://mybmtbgd7aprdnw2ekxht5qap5daam2wch25coqerrq2zdioanob34ad.onion/", + "http://vkvsgl7lhipjirmz6j5ubp3w3bwvxgcdbpi3fsbqngfynetqtw4w5hyd.onion/" + ], + "refs": [ + "https://www.ransomlook.io/group/brain cipher" + ] + }, + "uuid": "a48c22f1-3f1f-583c-b94c-6feb2c0c1cf1", + "value": "brain cipher" + }, + { + "meta": { + "links": [ + "http://ugoakjk3v6hop3epjhdgn4num43ndb5glgixhraeg2xm455gxqtu2qid.onion" + ], + "refs": [ + "https://www.ransomlook.io/group/synapse" + ] + }, + "uuid": "5403ebcb-2468-5280-8b70-b43ed33b0b46", + "value": "synapse" + }, + { + "meta": { + "links": [ + "http://cicadabv7vicyvgz5khl7v2x5yygcgow7ryy6yppwmxii4eoobdaztqd.onion/" + ], + "refs": [ + "https://www.ransomlook.io/group/cicada3301" + ] + }, + "uuid": "30273fce-be34-5518-a1fa-183ec12e1474", + "value": "cicada3301" + }, + { + "meta": { + "links": [ + "http://47h4pwve4scndaneljfnxdhzoulgsyfzbgayyonbwztfz74gsdprz5qd.onion/" + ], + "refs": [ + "https://www.ransomlook.io/group/good day" + ] + }, + "uuid": "025cf965-bb4b-50d6-8511-c8747e2bebee", + "value": "good day" + }, + { + "meta": { + "links": [ + "http://cloak.su/indexo.php" + ], + "refs": [ + "https://www.ransomlook.io/group/cloak.su (locker leak)" + ], + "synonyms": [ + "locker leak" + ] + }, + "uuid": "87a3c85c-0c98-5e8f-80c4-9e8b6e640916", + "value": "cloak.su" + }, + { + "meta": { + "links": [ + "http://c2mdhim6btaiyae3xqthnxsz64brvdxsnbty4tvos65zb565y4v55iid.onion", + "http://c2mdhim6btaiyae3xqthnxsz64brvdxsnbty4tvos65zb565y4v55iid.onion/b/" + ], + "refs": [ + "https://www.ransomlook.io/group/pyrx" + ] + }, + "uuid": "ed692e27-c3ab-5ed8-ae4a-e436c4c5b454", + "value": "pyrx" + }, + { + "meta": { + "links": [ + "http://6xdpj3sb5kekvq5ulym5qqmzsv6ektjgvpmajns3qrafgxtyxrhokfqd.onion", + "http://6xdpj3sb5kekvq5ulym5qqmzsv6ektjgvpmajns3qrafgxtyxrhokfqd.onion/assets/index-6d8af759.js" + ], + "refs": [ + "https://www.ransomlook.io/group/vanir group" + ] + }, + "uuid": "2b7f6554-ac22-5b6c-85a0-65f55401c20e", + "value": "vanir group" } ], - "version": 121 + "version": 128 } diff --git a/clusters/rat.json b/clusters/rat.json index 6dbcf8d..e8d21ab 100644 --- a/clusters/rat.json +++ b/clusters/rat.json @@ -1770,7 +1770,7 @@ "date": "1998" }, "uuid": "2a47361d-584b-493f-80a4-37c74c30cf1b", - "value": "Vortex" + "value": "VorteX" }, { "meta": { @@ -2140,13 +2140,6 @@ "uuid": "c42394f8-5f35-4797-9393-8289ab8ad3ad", "value": "SharpEye" }, - { - "meta": { - "date": "2010" - }, - "uuid": "58e2e2ee-5c25-4a13-abfc-2a6c85d978fa", - "value": "VorteX" - }, { "meta": { "date": "2010", @@ -3648,5 +3641,5 @@ "value": "COATHANGER" } ], - "version": 45 + "version": 46 } diff --git a/clusters/sigma-rules.json b/clusters/sigma-rules.json index 95493a2..7227931 100644 --- a/clusters/sigma-rules.json +++ b/clusters/sigma-rules.json @@ -23,10 +23,10 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://gist.github.com/GlebSukhodolskiy/0fc5fa5f482903064b448890db1eaf9d", - "https://oddvar.moe/2018/03/21/persistence-using-runonceex-hidden-from-autoruns-exe/", - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.001/T1547.001.md", "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", + "https://gist.github.com/GlebSukhodolskiy/0fc5fa5f482903064b448890db1eaf9d", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.001/T1547.001.md", + "https://oddvar.moe/2018/03/21/persistence-using-runonceex-hidden-from-autoruns-exe/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_asep_reg_keys_modification_currentversion.yml" ], "tags": [ @@ -59,8 +59,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://www.youtube.com/watch?v=3gz1QmiMhss&t=1251s", "https://github.com/redcanaryco/atomic-red-team/blob/40b77d63808dd4f4eafb83949805636735a1fd15/atomics/T1546.015/T1546.015.md", + "https://www.youtube.com/watch?v=3gz1QmiMhss&t=1251s", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_treatas_persistence.yml" ], "tags": [ @@ -149,10 +149,10 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://www.slideshare.net/JamieWilliams130/started-from-the-bottom-exploiting-data-sources-to-uncover-attck-behaviors", - "https://learn.microsoft.com/en-us/dotnet/core/runtime-config/debugging-profiling", - "https://www.sans.org/cyber-security-summit/archives", "https://twitter.com/jamieantisocial/status/1304520651248668673", + "https://learn.microsoft.com/en-us/dotnet/core/runtime-config/debugging-profiling", + "https://www.slideshare.net/JamieWilliams130/started-from-the-bottom-exploiting-data-sources-to-uncover-attck-behaviors", + "https://www.sans.org/cyber-security-summit/archives", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_enabling_cor_profiler_env_variables.yml" ], "tags": [ @@ -188,9 +188,9 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ + "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", "https://gist.github.com/GlebSukhodolskiy/0fc5fa5f482903064b448890db1eaf9d", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.001/T1547.001.md", - "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_asep_reg_keys_modification_system_scripts.yml" ], "tags": [ @@ -258,10 +258,10 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://gist.github.com/GlebSukhodolskiy/0fc5fa5f482903064b448890db1eaf9d", - "https://oddvar.moe/2018/03/21/persistence-using-runonceex-hidden-from-autoruns-exe/", - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.001/T1547.001.md", "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", + "https://gist.github.com/GlebSukhodolskiy/0fc5fa5f482903064b448890db1eaf9d", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.001/T1547.001.md", + "https://oddvar.moe/2018/03/21/persistence-using-runonceex-hidden-from-autoruns-exe/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_asep_reg_keys_modification_wow6432node.yml" ], "tags": [ @@ -294,8 +294,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "http://www.hexacorn.com/blog/2018/05/01/wab-exe-as-a-lolbin/", "https://twitter.com/Hexacorn/status/991447379864932352", + "http://www.hexacorn.com/blog/2018/05/01/wab-exe-as-a-lolbin/", "https://github.com/LOLBAS-Project/LOLBAS/blob/8283d8d91552213ded165fd36deb6cb9534cb443/yml/OSBinaries/Wab.yml", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_wab_dllpath_reg_change.yml" ], @@ -395,8 +395,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://persistence-info.github.io/Data/aedebug.html", "https://docs.microsoft.com/en-us/windows/win32/debug/configuring-automatic-debugging", + "https://persistence-info.github.io/Data/aedebug.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_aedebug_persistence.yml" ], "tags": [ @@ -419,12 +419,12 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://www.attackiq.com/2023/09/20/emulating-rhysida/", "https://www.trendmicro.com/en_us/research/23/h/an-overview-of-the-new-rhysida-ransomware.html", - "https://www.virustotal.com/gui/file/a864282fea5a536510ae86c77ce46f7827687783628e4f2ceb5bf2c41b8cd3c6/behavior", - "https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.WindowsDesktop::Wallpaper", "https://research.checkpoint.com/2023/the-rhysida-ransomware-activity-analysis-and-ties-to-vice-society/", "https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.ControlPanelDisplay::CPL_Personalization_NoDesktopBackgroundUI", + "https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.WindowsDesktop::Wallpaper", + "https://www.virustotal.com/gui/file/a864282fea5a536510ae86c77ce46f7827687783628e4f2ceb5bf2c41b8cd3c6/behavior", + "https://www.attackiq.com/2023/09/20/emulating-rhysida/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_desktop_background_change.yml" ], "tags": [ @@ -466,11 +466,11 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-2000-server/cc960241(v=technet.10)?redirectedfrom=MSDN", - "https://any.run/report/3ecd4763ffc944fdc67a9027e459cd4f448b1a8d1b36147977afaf86bbf2a261/64b0ba45-e7ce-423b-9a1d-5b4ea59521e6", - "https://www.trendmicro.com/en_us/research/21/j/purplefox-adds-new-backdoor-that-uses-websockets.html", - "https://devblogs.microsoft.com/scripting/determine-pending-reboot-statuspowershell-style-part-1/", "https://www.trendmicro.com/en_us/research/19/i/purple-fox-fileless-malware-with-rookit-component-delivered-by-rig-exploit-kit-now-abuses-powershell.html", + "https://www.trendmicro.com/en_us/research/21/j/purplefox-adds-new-backdoor-that-uses-websockets.html", + "https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-2000-server/cc960241(v=technet.10)?redirectedfrom=MSDN", + "https://devblogs.microsoft.com/scripting/determine-pending-reboot-statuspowershell-style-part-1/", + "https://any.run/report/3ecd4763ffc944fdc67a9027e459cd4f448b1a8d1b36147977afaf86bbf2a261/64b0ba45-e7ce-423b-9a1d-5b4ea59521e6", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_susp_pendingfilerenameoperations.yml" ], "tags": [ @@ -716,9 +716,9 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://media.defcon.org/DEF%20CON%2030/DEF%20CON%2030%20presentations/Asaf%20Gilboa%20-%20LSASS%20Shtinkering%20Abusing%20Windows%20Error%20Reporting%20to%20Dump%20LSASS.pdf", "https://learn.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps", "https://github.com/deepinstinct/Lsass-Shtinkering", + "https://media.defcon.org/DEF%20CON%2030/DEF%20CON%2030%20presentations/Asaf%20Gilboa%20-%20LSASS%20Shtinkering%20Abusing%20Windows%20Error%20Reporting%20to%20Dump%20LSASS.pdf", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_lsass_usermode_dumping.yml" ], "tags": [ @@ -787,8 +787,8 @@ "logsource.product": "windows", "refs": [ "https://technet.microsoft.com/en-us/library/cc726884(v=ws.10).aspx", - "https://msdn.microsoft.com/de-de/library/windows/desktop/aa363389(v=vs.85).aspx", "https://blog.3or.de/mimilib-dhcp-server-callout-dll-injection.html", + "https://msdn.microsoft.com/de-de/library/windows/desktop/aa363389(v=vs.85).aspx", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_dhcp_calloutdll.yml" ], "tags": [ @@ -1065,9 +1065,9 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ + "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", "https://gist.github.com/GlebSukhodolskiy/0fc5fa5f482903064b448890db1eaf9d", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.001/T1547.001.md", - "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_asep_reg_keys_modification_internet_explorer.yml" ], "tags": [ @@ -1100,8 +1100,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://twitter.com/dottor_morte/status/1544652325570191361", "https://raw.githubusercontent.com/RiccardoAncarani/talks/master/F-Secure/unorthodox-lateral-movement.pdf", + "https://twitter.com/dottor_morte/status/1544652325570191361", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_fax_change_service_user.yml" ], "tags": [ @@ -1167,10 +1167,10 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://www.virustotal.com/gui/file/6d3ab9e729bb03ae8ae3fcd824474c5052a165de6cb4c27334969a542c7b261d/detection", - "https://strontic.github.io/xcyclopedia/library/clsid_C90250F3-4D7D-4991-9B69-A5C5BC1C2AE6.html", - "https://www.trendmicro.com/en_us/research/23/e/void-rabisu-s-use-of-romcom-backdoor-shows-a-growing-shift-in-th.html", "https://blogs.blackberry.com/en/2023/06/romcom-resurfaces-targeting-ukraine", + "https://www.trendmicro.com/en_us/research/23/e/void-rabisu-s-use-of-romcom-backdoor-shows-a-growing-shift-in-th.html", + "https://strontic.github.io/xcyclopedia/library/clsid_C90250F3-4D7D-4991-9B69-A5C5BC1C2AE6.html", + "https://www.virustotal.com/gui/file/6d3ab9e729bb03ae8ae3fcd824474c5052a165de6cb4c27334969a542c7b261d/detection", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_persistence_comhijack_psfactorybuffer.yml" ], "tags": [ @@ -1270,8 +1270,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://persistence-info.github.io/Data/naturallanguage6.html", "https://www.hexacorn.com/blog/2018/12/30/beyond-good-ol-run-key-part-98/", + "https://persistence-info.github.io/Data/naturallanguage6.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_persistence_natural_language.yml" ], "tags": [ @@ -1337,8 +1337,8 @@ "logsource.product": "windows", "refs": [ "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1546.011/T1546.011.md#atomic-test-3---registry-key-creation-andor-modification-events-for-sdb", - "https://www.fireeye.com/blog/threat-research/2017/05/fin7-shim-databases-persistence.html", "https://andreafortuna.org/2018/11/12/process-injection-and-persistence-using-application-shimming/", + "https://www.fireeye.com/blog/threat-research/2017/05/fin7-shim-databases-persistence.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_persistence_shim_database.yml" ], "tags": [ @@ -1472,9 +1472,9 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ + "https://learn.microsoft.com/en-us/windows/win32/api/winevt/", "https://app.any.run/tasks/77b2e328-8f36-46b2-b2e2-8a80398217ab/", "https://itconnect.uw.edu/tools-services-support/it-systems-infrastructure/msinf/other-help/understanding-sddl-syntax/", - "https://learn.microsoft.com/en-us/windows/win32/api/winevt/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_change_winevt_channelaccess.yml" ], "tags": [ @@ -1593,9 +1593,9 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://www.mcafee.com/blogs/other-blogs/mcafee-labs/zloader-with-a-new-infection-technique/", "https://twitter.com/inversecos/status/1494174785621819397", "https://securelist.com/scarcruft-surveilling-north-korean-defectors-and-human-rights-activists/105074/", + "https://www.mcafee.com/blogs/other-blogs/mcafee-labs/zloader-with-a-new-infection-technique/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_office_vba_warnings_tamper.yml" ], "tags": [ @@ -1670,8 +1670,8 @@ "logsource.product": "windows", "refs": [ "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1548.002/T1548.002.md#atomic-test-7---bypass-uac-using-sdclt-delegateexecute", - "https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/nn-shobjidl_core-iexecutecommand", "https://devblogs.microsoft.com/oldnewthing/20100312-01/?p=14623", + "https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/nn-shobjidl_core-iexecutecommand", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_bypass_uac_using_delegateexecute.yml" ], "tags": [ @@ -1705,8 +1705,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://speakerdeck.com/heirhabarov/hunting-for-persistence-via-microsoft-exchange-server-or-outlook?slide=53", "https://www.linkedin.com/pulse/outlook-backdoor-using-vba-samir-b-/", + "https://speakerdeck.com/heirhabarov/hunting-for-persistence-via-microsoft-exchange-server-or-outlook?slide=53", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_office_outlook_enable_load_macro_provider_on_boot.yml" ], "tags": [ @@ -1789,8 +1789,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://twitter.com/dottor_morte/status/1544652325570191361", "https://raw.githubusercontent.com/RiccardoAncarani/talks/master/F-Secure/unorthodox-lateral-movement.pdf", + "https://twitter.com/dottor_morte/status/1544652325570191361", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_fax_dll_persistance.yml" ], "tags": [ @@ -1824,8 +1824,8 @@ "logsource.product": "windows", "refs": [ "https://unit42.paloaltonetworks.com/operation-ke3chang-resurfaces-with-new-tidepool-malware/", - "https://admx.help/?Category=InternetExplorer&Policy=Microsoft.Policies.InternetExplorer::NoFirstRunCustomise", "https://www.ncsc.gov.uk/static-assets/documents/malware-analysis-reports/devil-bait/NCSC-MAR-Devil-Bait.pdf", + "https://admx.help/?Category=InternetExplorer&Policy=Microsoft.Policies.InternetExplorer::NoFirstRunCustomise", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_internet_explorer_disable_first_run_customize.yml" ], "tags": [ @@ -1871,10 +1871,10 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ + "https://twitter.com/0gtweet/status/1468548924600459267", "https://github.com/gtworek/PSBits/tree/master/IFilter", "https://github.com/gtworek/PSBits/blob/8d767892f3b17eefa4d0668f5d2df78e844f01d8/IFilter/Dll.cpp#L281-L308", "https://persistence-info.github.io/Data/ifilters.html", - "https://twitter.com/0gtweet/status/1468548924600459267", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_persistence_ifilter.yml" ], "tags": [ @@ -1897,10 +1897,10 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://twitter.com/M_haggis/status/1699056847154725107", + "https://www.virustotal.com/gui/file/339ff720c74dc44265b917b6d3e3ba0411d61f3cd3c328e9a2bae81592c8a6e5/content", "https://learn.microsoft.com/en-us/troubleshoot/developer/browsers/security-privacy/ie-security-zones-registry-entries", "https://twitter.com/JAMESWT_MHT/status/1699042827261391247", - "https://www.virustotal.com/gui/file/339ff720c74dc44265b917b6d3e3ba0411d61f3cd3c328e9a2bae81592c8a6e5/content", + "https://twitter.com/M_haggis/status/1699056847154725107", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_ie_security_zone_protocol_defaults_downgrade.yml" ], "tags": [ @@ -1989,10 +1989,10 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://www.hexacorn.com/blog/2019/02/15/beyond-good-ol-run-key-part-103/", - "https://github.com/redcanaryco/atomic-red-team/blob/f296668303c29d3f4c07e42bdd2b28d8dd6625f9/atomics/T1112/T1112.md", "https://admx.help/?Category=Windows_7_2008R2&Policy=Microsoft.Policies.InternetCommunicationManagement::EventViewer_DisableLinks", + "https://github.com/redcanaryco/atomic-red-team/blob/f296668303c29d3f4c07e42bdd2b28d8dd6625f9/atomics/T1112/T1112.md", "https://twitter.com/nas_bench/status/1626648985824788480", + "https://www.hexacorn.com/blog/2019/02/15/beyond-good-ol-run-key-part-103/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_persistence_event_viewer_events_asp.yml" ], "tags": [ @@ -2148,8 +2148,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://enigma0x3.net/2016/08/15/fileless-uac-bypass-using-eventvwr-exe-and-registry-hijacking/", "https://www.hybrid-analysis.com/sample/e122bc8bf291f15cab182a5d2d27b8db1e7019e4e96bb5cdbd1dfe7446f3f51f?environmentId=100", + "https://enigma0x3.net/2016/08/15/fileless-uac-bypass-using-eventvwr-exe-and-registry-hijacking/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_uac_bypass_eventvwr.yml" ], "tags": [ @@ -2184,17 +2184,17 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ + "https://github.com/dotnet/runtime/blob/4f9ae42d861fcb4be2fcd5d3d55d5f227d30e723/docs/coding-guidelines/clr-jit-coding-conventions.md#1412-disabling-code", + "https://github.com/dotnet/runtime/search?p=1&q=COMPlus_&unscoped_q=COMPlus_", + "https://twitter.com/_xpn_/status/1268712093928378368", "https://github.com/dotnet/runtime/blob/f62e93416a1799aecc6b0947adad55a0d9870732/src/coreclr/src/inc/clrconfigvalues.h#L35-L38", "http://managed670.rssing.com/chan-5590147/all_p1.html", - "https://i.blackhat.com/EU-21/Wednesday/EU-21-Teodorescu-Veni-No-Vidi-No-Vici-Attacks-On-ETW-Blind-EDRs.pdf", - "https://github.com/dotnet/runtime/blob/7abe42dc1123722ed385218268bb9fe04556e3d3/src/coreclr/src/inc/clrconfig.h#L33-L39", - "https://github.com/dotnet/runtime/blob/4f9ae42d861fcb4be2fcd5d3d55d5f227d30e723/docs/coding-guidelines/clr-jit-coding-conventions.md#1412-disabling-code", - "https://twitter.com/_xpn_/status/1268712093928378368", - "https://blog.xpnsec.com/hiding-your-dotnet-complus-etwenabled/", - "https://github.com/dotnet/runtime/search?p=1&q=COMPlus_&unscoped_q=COMPlus_", "https://bunnyinside.com/?term=f71e8cb9c76a", - "https://github.com/dotnet/runtime/blob/ee2355c801d892f2894b0f7b14a20e6cc50e0e54/docs/design/coreclr/jit/viewing-jit-dumps.md#setting-configuration-variables", + "https://github.com/dotnet/runtime/blob/7abe42dc1123722ed385218268bb9fe04556e3d3/src/coreclr/src/inc/clrconfig.h#L33-L39", + "https://blog.xpnsec.com/hiding-your-dotnet-complus-etwenabled/", "https://social.msdn.microsoft.com/Forums/vstudio/en-US/0878832e-39d7-4eaf-8e16-a729c4c40975/what-can-i-use-e13c0d23ccbc4e12931bd9cc2eee27e4-for?forum=clr", + "https://github.com/dotnet/runtime/blob/ee2355c801d892f2894b0f7b14a20e6cc50e0e54/docs/design/coreclr/jit/viewing-jit-dumps.md#setting-configuration-variables", + "https://i.blackhat.com/EU-21/Wednesday/EU-21-Teodorescu-Veni-No-Vidi-No-Vici-Attacks-On-ETW-Blind-EDRs.pdf", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_dot_net_etw_tamper.yml" ], "tags": [ @@ -2235,8 +2235,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/4ae9580a1a8772db87a1b6cdb0d03e5af231e966/atomics/T1137.006/T1137.006.md", "https://labs.withsecure.com/publications/add-in-opportunities-for-office-persistence", + "https://github.com/redcanaryco/atomic-red-team/blob/4ae9580a1a8772db87a1b6cdb0d03e5af231e966/atomics/T1137.006/T1137.006.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_persistence_xll.yml" ], "tags": [ @@ -2326,8 +2326,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://www.hexacorn.com/blog/2018/04/22/beyond-good-ol-run-key-part-76/", "https://persistence-info.github.io/Data/htmlhelpauthor.html", + "https://www.hexacorn.com/blog/2018/04/22/beyond-good-ol-run-key-part-76/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_persistence_chm.yml" ], "tags": [ @@ -2451,8 +2451,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://posts.specterops.io/shhmon-silencing-sysmon-via-driver-unload-682b5be57650", "https://youtu.be/zSihR3lTf7g", + "https://posts.specterops.io/shhmon-silencing-sysmon-via-driver-unload-682b5be57650", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_change_sysmon_driver_altitude.yml" ], "tags": [ @@ -2518,8 +2518,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://persistence-info.github.io/Data/lsaaextension.html", "https://twitter.com/0gtweet/status/1476286368385019906", + "https://persistence-info.github.io/Data/lsaaextension.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_persistence_lsa_extension.yml" ], "tags": [ @@ -2542,16 +2542,16 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "http://woshub.com/rds-shadow-how-to-connect-to-a-user-session-in-windows-server-2012-r2/", - "http://etutorials.org/Microsoft+Products/microsoft+windows+server+2003+terminal+services/Chapter+6+Registry/Registry+Keys+for+Terminal+Services/", - "https://threathunterplaybook.com/hunts/windows/190407-RegModEnableRDPConnections/notebook.html", "https://admx.help/HKLM/SOFTWARE/Policies/Microsoft/Windows%20NT/Terminal%20Services", - "https://web.archive.org/web/20200929062532/https://blog.menasec.net/2019/02/threat-hunting-rdp-hijacking-via.html", - "https://blog.sekoia.io/darkgate-internals/", - "https://github.com/redcanaryco/atomic-red-team/blob/02c7d02fe1f1feb0fc7944550408ea8224273994/atomics/T1112/T1112.md#atomic-test-64---disable-remote-desktop-security-settings-through-registry", - "https://twitter.com/SagieSec/status/1469001618863624194?t=HRf0eA0W1YYzkTSHb-Ky1A&s=03", - "https://github.com/redcanaryco/atomic-red-team/blob/02c7d02fe1f1feb0fc7944550408ea8224273994/atomics/T1112/T1112.md#atomic-test-63---disable-remote-desktop-anti-alias-setting-through-registry", + "https://threathunterplaybook.com/hunts/windows/190407-RegModEnableRDPConnections/notebook.html", "https://bazaar.abuse.ch/sample/6f3aa9362d72e806490a8abce245331030d1ab5ac77e400dd475748236a6cc81/", + "https://twitter.com/SagieSec/status/1469001618863624194?t=HRf0eA0W1YYzkTSHb-Ky1A&s=03", + "http://etutorials.org/Microsoft+Products/microsoft+windows+server+2003+terminal+services/Chapter+6+Registry/Registry+Keys+for+Terminal+Services/", + "https://github.com/redcanaryco/atomic-red-team/blob/02c7d02fe1f1feb0fc7944550408ea8224273994/atomics/T1112/T1112.md#atomic-test-64---disable-remote-desktop-security-settings-through-registry", + "https://web.archive.org/web/20200929062532/https://blog.menasec.net/2019/02/threat-hunting-rdp-hijacking-via.html", + "http://woshub.com/rds-shadow-how-to-connect-to-a-user-session-in-windows-server-2012-r2/", + "https://github.com/redcanaryco/atomic-red-team/blob/02c7d02fe1f1feb0fc7944550408ea8224273994/atomics/T1112/T1112.md#atomic-test-63---disable-remote-desktop-anti-alias-setting-through-registry", + "https://blog.sekoia.io/darkgate-internals/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_terminal_server_tampering.yml" ], "tags": [ @@ -2686,9 +2686,9 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ + "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", "https://gist.github.com/GlebSukhodolskiy/0fc5fa5f482903064b448890db1eaf9d", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.001/T1547.001.md", - "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_asep_reg_keys_modification_office.yml" ], "tags": [ @@ -2721,8 +2721,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/04e487c1828d76df3e834621f4f893ea756d5232/atomics/T1562.001/T1562.001.md#atomic-test-43---disable-hypervisor-enforced-code-integrity-hvci", "https://www.welivesecurity.com/2023/03/01/blacklotus-uefi-bootkit-myth-confirmed/", + "https://github.com/redcanaryco/atomic-red-team/blob/04e487c1828d76df3e834621f4f893ea756d5232/atomics/T1562.001/T1562.001.md#atomic-test-43---disable-hypervisor-enforced-code-integrity-hvci", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_deviceguard_hypervisorenforcedcodeintegrity_disabled.yml" ], "tags": [ @@ -2756,12 +2756,12 @@ "logsource.product": "windows", "refs": [ "https://www.tenforums.com/tutorials/105533-enable-disable-windows-defender-exploit-protection-settings.html", - "https://admx.help/?Category=Windows_7_2008R2&Policy=Microsoft.Policies.WindowsDefender::SpyNetReporting", - "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/ransomware-hive-conti-avoslocker", - "https://gist.github.com/anadr/7465a9fde63d41341136949f14c21105", "https://thedfirreport.com/2021/10/18/icedid-to-xinglocker-ransomware-in-24-hours/", "https://www.tenforums.com/tutorials/32236-enable-disable-microsoft-defender-pua-protection-windows-10-a.html", "https://www.tenforums.com/tutorials/123792-turn-off-tamper-protection-microsoft-defender-antivirus.html", + "https://admx.help/?Category=Windows_7_2008R2&Policy=Microsoft.Policies.WindowsDefender::SpyNetReporting", + "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/ransomware-hive-conti-avoslocker", + "https://gist.github.com/anadr/7465a9fde63d41341136949f14c21105", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_windows_defender_tamper.yml" ], "tags": [ @@ -2831,9 +2831,9 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ + "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", "https://gist.github.com/GlebSukhodolskiy/0fc5fa5f482903064b448890db1eaf9d", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.001/T1547.001.md", - "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_asep_reg_keys_modification_classes.yml" ], "tags": [ @@ -2889,9 +2889,9 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ + "https://thedfirreport.com/2021/10/18/icedid-to-xinglocker-ransomware-in-24-hours/", "https://twitter.com/MichalKoczwara/status/1553634816016498688", "https://i.blackhat.com/EU-21/Wednesday/EU-21-Teodorescu-Veni-No-Vidi-No-Vici-Attacks-On-ETW-Blind-EDRs.pdf", - "https://thedfirreport.com/2021/10/18/icedid-to-xinglocker-ransomware-in-24-hours/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_disable_autologger_sessions.yml" ], "tags": [ @@ -2915,8 +2915,8 @@ "logsource.product": "windows", "refs": [ "https://unit42.paloaltonetworks.com/ransomware-families/", - "https://www.microsoft.com/en-us/wdsi/threats/malware-encyclopedia-description?name=TrojanSpy%3aMSIL%2fHakey.A", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1112/T1112.md#atomic-test-1---modify-registry-of-current-user-profile---cmd", + "https://www.microsoft.com/en-us/wdsi/threats/malware-encyclopedia-description?name=TrojanSpy%3aMSIL%2fHakey.A", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_hidden_extention.yml" ], "tags": [ @@ -2949,8 +2949,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://github.com/microsoft/winget-cli/blob/02d2f93807c9851d73eaacb4d8811a76b64b7b01/src/AppInstallerCommonCore/Public/winget/AdminSettings.h#L13", "https://github.com/nasbench/Misc-Research/tree/b9596e8109dcdb16ec353f316678927e507a5b8d/LOLBINs/Winget", + "https://github.com/microsoft/winget-cli/blob/02d2f93807c9851d73eaacb4d8811a76b64b7b01/src/AppInstallerCommonCore/Public/winget/AdminSettings.h#L13", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_winget_admin_settings_tampering.yml" ], "tags": [ @@ -2975,9 +2975,9 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ + "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", "https://gist.github.com/GlebSukhodolskiy/0fc5fa5f482903064b448890db1eaf9d", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.001/T1547.001.md", - "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_asep_reg_keys_modification_currentversion_nt.yml" ], "tags": [ @@ -3010,9 +3010,9 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://www.fireeye.com/blog/threat-research/2017/05/fin7-shim-databases-persistence.html", - "https://andreafortuna.org/2018/11/12/process-injection-and-persistence-using-application-shimming/", "https://www.blackhat.com/docs/asia-14/materials/Erickson/Asia-14-Erickson-Persist-It-Using-And-Abusing-Microsofts-Fix-It-Patches.pdf", + "https://andreafortuna.org/2018/11/12/process-injection-and-persistence-using-application-shimming/", + "https://www.fireeye.com/blog/threat-research/2017/05/fin7-shim-databases-persistence.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_persistence_shim_database_uncommon_location.yml" ], "tags": [ @@ -3046,8 +3046,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://www.hexacorn.com/blog/2013/09/19/beyond-good-ol-run-key-part-4/", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1543.003/T1543.003.md#atomic-test-4---tinyturla-backdoor-service-w64time", + "https://www.hexacorn.com/blog/2013/09/19/beyond-good-ol-run-key-part-4/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_servicedll_hijack.yml" ], "tags": [ @@ -3082,9 +3082,9 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ + "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", "https://gist.github.com/GlebSukhodolskiy/0fc5fa5f482903064b448890db1eaf9d", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.001/T1547.001.md", - "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_asep_reg_keys_modification_winsock2.yml" ], "tags": [ @@ -3150,8 +3150,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://persistence-info.github.io/Data/diskcleanuphandler.html", "https://www.hexacorn.com/blog/2018/09/02/beyond-good-ol-run-key-part-86/", + "https://persistence-info.github.io/Data/diskcleanuphandler.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_disk_cleanup_handler_autorun_persistence.yml" ], "tags": [ @@ -3174,10 +3174,10 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://chromeenterprise.google/policies/?policy=DnsOverHttpsMode", - "https://github.com/elastic/detection-rules/issues/1371", "https://admx.help/HKLM/Software/Policies/Mozilla/Firefox/DNSOverHTTPS", + "https://chromeenterprise.google/policies/?policy=DnsOverHttpsMode", "https://www.tenforums.com/tutorials/151318-how-enable-disable-dns-over-https-doh-microsoft-edge.html", + "https://github.com/elastic/detection-rules/issues/1371", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_dns_over_https_enabled.yml" ], "tags": [ @@ -3284,8 +3284,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://www.hexacorn.com/blog/2018/04/23/beyond-good-ol-run-key-part-77/", "https://persistence-info.github.io/Data/hhctrl.html", + "https://www.hexacorn.com/blog/2018/04/23/beyond-good-ol-run-key-part-77/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_hhctrl_persistence.yml" ], "tags": [ @@ -3342,9 +3342,9 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ + "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", "https://gist.github.com/GlebSukhodolskiy/0fc5fa5f482903064b448890db1eaf9d", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.001/T1547.001.md", - "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_asep_reg_keys_modification_currentcontrolset.yml" ], "tags": [ @@ -3450,9 +3450,9 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://www.mcafee.com/blogs/other-blogs/mcafee-labs/zloader-with-a-new-infection-technique/", "https://twitter.com/inversecos/status/1494174785621819397", "https://securelist.com/scarcruft-surveilling-north-korean-defectors-and-human-rights-activists/105074/", + "https://www.mcafee.com/blogs/other-blogs/mcafee-labs/zloader-with-a-new-infection-technique/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_office_access_vbom_tamper.yml" ], "tags": [ @@ -3552,13 +3552,13 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "http://woshub.com/rds-shadow-how-to-connect-to-a-user-session-in-windows-server-2012-r2/", - "http://etutorials.org/Microsoft+Products/microsoft+windows+server+2003+terminal+services/Chapter+6+Registry/Registry+Keys+for+Terminal+Services/", - "https://threathunterplaybook.com/hunts/windows/190407-RegModEnableRDPConnections/notebook.html", "https://admx.help/HKLM/SOFTWARE/Policies/Microsoft/Windows%20NT/Terminal%20Services", - "https://web.archive.org/web/20200929062532/https://blog.menasec.net/2019/02/threat-hunting-rdp-hijacking-via.html", - "https://twitter.com/SagieSec/status/1469001618863624194?t=HRf0eA0W1YYzkTSHb-Ky1A&s=03", + "https://threathunterplaybook.com/hunts/windows/190407-RegModEnableRDPConnections/notebook.html", "https://bazaar.abuse.ch/sample/6f3aa9362d72e806490a8abce245331030d1ab5ac77e400dd475748236a6cc81/", + "https://twitter.com/SagieSec/status/1469001618863624194?t=HRf0eA0W1YYzkTSHb-Ky1A&s=03", + "http://etutorials.org/Microsoft+Products/microsoft+windows+server+2003+terminal+services/Chapter+6+Registry/Registry+Keys+for+Terminal+Services/", + "https://web.archive.org/web/20200929062532/https://blog.menasec.net/2019/02/threat-hunting-rdp-hijacking-via.html", + "http://woshub.com/rds-shadow-how-to-connect-to-a-user-session-in-windows-server-2012-r2/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_terminal_server_suspicious.yml" ], "tags": [ @@ -3592,8 +3592,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "Internal Research", "https://twitter.com/inversecos/status/1494174785621819397", + "Internal Research", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_office_trust_record_susp_location.yml" ], "tags": [ @@ -3626,8 +3626,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://enigma0x3.net/2016/08/15/fileless-uac-bypass-using-eventvwr-exe-and-registry-hijacking/", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1548.002/T1548.002.md#atomic-test-1---bypass-uac-using-event-viewer-cmd", + "https://enigma0x3.net/2016/08/15/fileless-uac-bypass-using-eventvwr-exe-and-registry-hijacking/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_bypass_uac_using_eventviewer.yml" ], "tags": [ @@ -3717,8 +3717,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://twitter.com/_vivami/status/1347925307643355138", "https://vanmieghem.io/stealth-outlook-persistence/", + "https://twitter.com/_vivami/status/1347925307643355138", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_persistence_office_vsto.yml" ], "tags": [ @@ -3751,8 +3751,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "Internal Research", "https://admx.help/?Category=Office2016&Policy=excel16.Office.Microsoft.Policies.Windows::L_TrustedLoc01", + "Internal Research", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_office_trusted_location_uncommon.yml" ], "tags": [ @@ -3853,9 +3853,9 @@ "logsource.product": "windows", "refs": [ "https://www.intrinsec.com/alphv-ransomware-gang-analysis/?cn-reloaded=1", - "https://securityscorecard.com/research/deep-dive-into-alphv-blackcat-ransomware", - "https://www.huntress.com/blog/blackcat-ransomware-affiliate-ttps", "https://www.sentinelone.com/labs/blackcat-ransomware-highly-configurable-rust-driven-raas-on-the-prowl-for-victims/", + "https://www.huntress.com/blog/blackcat-ransomware-affiliate-ttps", + "https://securityscorecard.com/research/deep-dive-into-alphv-blackcat-ransomware", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_optimize_file_sharing_network.yml" ], "tags": [ @@ -3912,9 +3912,9 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ + "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", "https://gist.github.com/GlebSukhodolskiy/0fc5fa5f482903064b448890db1eaf9d", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.001/T1547.001.md", - "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_asep_reg_keys_modification_wow6432node_classes.yml" ], "tags": [ @@ -3980,9 +3980,9 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ + "https://persistence-info.github.io/Data/codesigning.html", "https://specterops.io/assets/resources/SpecterOps_Subverting_Trust_in_Windows.pdf", "https://github.com/gtworek/PSBits/tree/master/SIP", - "https://persistence-info.github.io/Data/codesigning.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_sip_persistence.yml" ], "tags": [ @@ -4016,8 +4016,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://persistence-info.github.io/Data/autodialdll.html", "https://www.hexacorn.com/blog/2015/01/13/beyond-good-ol-run-key-part-24/", + "https://persistence-info.github.io/Data/autodialdll.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_persistence_autodial_dll.yml" ], "tags": [ @@ -4073,8 +4073,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/visualstudio/deployment/how-to-configure-the-clickonce-trust-prompt-behavior", "https://posts.specterops.io/less-smartscreen-more-caffeine-ab-using-clickonce-for-trusted-code-execution-1446ea8051c5", + "https://learn.microsoft.com/en-us/visualstudio/deployment/how-to-configure-the-clickonce-trust-prompt-behavior", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_clickonce_trust_prompt.yml" ], "tags": [ @@ -4094,6 +4094,40 @@ "uuid": "ac9159cc-c364-4304-8f0a-d63fc1a0aabb", "value": "ClickOnce Trust Prompt Tampering" }, + { + "description": "Detects the enabling of the Windows Recall feature via registry manipulation. Windows Recall can be enabled by setting the value of \"DisableAIDataAnalysis\" to \"0\".\nAdversaries may enable Windows Recall as part of post-exploitation discovery and collection activities.\nThis rule assumes that Recall is already explicitly disabled on the host, and subsequently enabled by the adversary.\n", + "meta": { + "author": "Sajid Nawaz Khan", + "creation_date": "2024/06/02", + "falsepositive": [ + "Legitimate use/activation of Windows Recall" + ], + "filename": "registry_set_enable_windows_recall.yml", + "level": "medium", + "logsource.category": "registry_set", + "logsource.product": "windows", + "refs": [ + "https://learn.microsoft.com/en-us/windows/client-management/manage-recall", + "https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-windowsai#disableaidataanalysis", + "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_enable_windows_recall.yml" + ], + "tags": [ + "attack.collection", + "attack.t1113" + ] + }, + "related": [ + { + "dest-uuid": "0259baeb-9f63-4c69-bf10-eb038c390688", + "tags": [ + "estimative-language:likelihood-probability=\"almost-certain\"" + ], + "type": "related-to" + } + ], + "uuid": "75180c5f-4ea1-461a-a4f6-6e4700c065d4", + "value": "Windows Recall Feature Enabled - Registry" + }, { "description": "Detects changes to 'HKCU\\Software\\Classes\\Folder\\shell\\open\\command\\DelegateExecute'", "meta": { @@ -4308,8 +4342,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://github.com/r00t-3xp10it/hacking-material-books/blob/43cb1e1932c16ff1f58b755bc9ab6b096046853f/obfuscation/simple_obfuscation.md#amsi-comreg-bypass", "https://enigma0x3.net/2017/07/19/bypassing-amsi-via-com-server-hijacking/", + "https://github.com/r00t-3xp10it/hacking-material-books/blob/43cb1e1932c16ff1f58b755bc9ab6b096046853f/obfuscation/simple_obfuscation.md#amsi-comreg-bypass", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_amsi_com_hijack.yml" ], "tags": [ @@ -4408,8 +4442,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://support.microsoft.com/en-us/topic/outlook-home-page-feature-is-missing-in-folder-properties-d207edb7-aa02-46c5-b608-5d9dbed9bd04?ui=en-us&rs=en-us&ad=us", "https://speakerdeck.com/heirhabarov/hunting-for-persistence-via-microsoft-exchange-server-or-outlook?slide=70", + "https://support.microsoft.com/en-us/topic/outlook-home-page-feature-is-missing-in-folder-properties-d207edb7-aa02-46c5-b608-5d9dbed9bd04?ui=en-us&rs=en-us&ad=us", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_persistence_outlook_homepage.yml" ], "tags": [ @@ -4551,8 +4585,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://thedfirreport.com/2021/10/18/icedid-to-xinglocker-ransomware-in-24-hours/", "https://gist.github.com/anadr/7465a9fde63d41341136949f14c21105", + "https://thedfirreport.com/2021/10/18/icedid-to-xinglocker-ransomware-in-24-hours/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_disable_windows_defender_service.yml" ], "tags": [ @@ -4608,8 +4642,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/7e11e9b79583545f208a6dc3fa062f2ed443d999/atomics/T1548.002/T1548.002.md", "https://securityintelligence.com/x-force/x-force-hive0129-targeting-financial-institutions-latam-banking-trojan/", + "https://github.com/redcanaryco/atomic-red-team/blob/7e11e9b79583545f208a6dc3fa062f2ed443d999/atomics/T1548.002/T1548.002.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_uac_disable_notification.yml" ], "tags": [ @@ -4676,9 +4710,9 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://github.com/S3cur3Th1sSh1t/OffensiveVBA/blob/28cc6a2802d8176195ac19b3c8e9a749009a82a3/src/AMSIbypasses.vba", "https://www.microsoft.com/en-us/security/blog/2018/09/12/office-vba-amsi-parting-the-veil-on-malicious-macros/", "https://admx.help/?Category=Office2016&Policy=office16.Office.Microsoft.Policies.Windows::L_MacroRuntimeScanScope", + "https://github.com/S3cur3Th1sSh1t/OffensiveVBA/blob/28cc6a2802d8176195ac19b3c8e9a749009a82a3/src/AMSIbypasses.vba", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_disable_macroruntimescanscope.yml" ], "tags": [ @@ -4925,8 +4959,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://twitter.com/WhichbufferArda/status/1543900539280293889", "https://github.com/DebugPrivilege/CPP/blob/c39d365617dbfbcb01fffad200d52b6239b2918c/Windows%20Defender/RestoreDefenderConfig.cpp", + "https://twitter.com/WhichbufferArda/status/1543900539280293889", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_disable_winevt_logging.yml" ], "tags": [ @@ -4959,8 +4993,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://www.hexacorn.com/blog/2018/08/31/beyond-good-ol-run-key-part-85/", "https://cocomelonc.github.io/malware/2022/11/02/malware-pers-18.html", + "https://www.hexacorn.com/blog/2018/08/31/beyond-good-ol-run-key-part-85/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_persistence_reflectdebugger.yml" ], "tags": [ @@ -5061,9 +5095,9 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ + "https://twitter.com/pabraeken/status/998627081360695297", "https://jstnk9.github.io/jstnk9/research/InstallScreenSaver-SCR-files", "https://twitter.com/VakninHai/status/1517027824984547329", - "https://twitter.com/pabraeken/status/998627081360695297", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_scr_file_executed_by_rundll32.yml" ], "tags": [ @@ -5161,11 +5195,11 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1112/T1112.md", - "https://www.malwarebytes.com/blog/detections/pum-optional-nodispbackgroundpage", "https://www.mandiant.com/resources/unc2165-shifts-to-evade-sanctions", - "https://blogs.vmware.com/security/2022/11/batloader-the-evasive-downloader-malware.html", + "https://www.malwarebytes.com/blog/detections/pum-optional-nodispbackgroundpage", "https://www.malwarebytes.com/blog/detections/pum-optional-nodispcpl", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1112/T1112.md", + "https://blogs.vmware.com/security/2022/11/batloader-the-evasive-downloader-malware.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_disable_function_user.yml" ], "tags": [ @@ -5399,9 +5433,9 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ + "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", "https://gist.github.com/GlebSukhodolskiy/0fc5fa5f482903064b448890db1eaf9d", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.001/T1547.001.md", - "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_asep_reg_keys_modification_wow6432node_currentversion.yml" ], "tags": [ @@ -5469,10 +5503,10 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://gist.github.com/GlebSukhodolskiy/0fc5fa5f482903064b448890db1eaf9d", - "https://persistence-info.github.io/Data/userinitmprlogonscript.html", - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.001/T1547.001.md", "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", + "https://gist.github.com/GlebSukhodolskiy/0fc5fa5f482903064b448890db1eaf9d", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.001/T1547.001.md", + "https://persistence-info.github.io/Data/userinitmprlogonscript.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_asep_reg_keys_modification_common.yml" ], "tags": [ @@ -5506,9 +5540,9 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ + "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", "https://gist.github.com/GlebSukhodolskiy/0fc5fa5f482903064b448890db1eaf9d", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.001/T1547.001.md", - "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_asep_reg_keys_modification_session_manager.yml" ], "tags": [ @@ -5582,10 +5616,10 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://admx.help/HKCU/software/policies/microsoft/office/16.0/excel/security/protectedview", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1562.001/T1562.001.md", - "https://unit42.paloaltonetworks.com/unit42-gorgon-group-slithering-nation-state-cybercrime/", "https://yoroi.company/research/cyber-criminal-espionage-operation-insists-on-italian-manufacturing/", + "https://admx.help/HKCU/software/policies/microsoft/office/16.0/excel/security/protectedview", + "https://unit42.paloaltonetworks.com/unit42-gorgon-group-slithering-nation-state-cybercrime/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_office_disable_protected_view_features.yml" ], "tags": [ @@ -5798,8 +5832,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Provlaunch/", "https://twitter.com/0gtweet/status/1674399582162153472", + "https://lolbas-project.github.io/lolbas/Binaries/Provlaunch/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_provisioning_command_abuse.yml" ], "tags": [ @@ -5866,8 +5900,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://www.hexacorn.com/blog/2019/09/20/beyond-good-ol-run-key-part-116/", "https://persistence-info.github.io/Data/wer_debugger.html", + "https://www.hexacorn.com/blog/2019/09/20/beyond-good-ol-run-key-part-116/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_hangs_debugger_persistence.yml" ], "tags": [ @@ -5890,8 +5924,8 @@ "logsource.category": "registry_set", "logsource.product": "windows", "refs": [ - "https://medium.com/@esnesenon/feature-not-bug-dnsadmin-to-dc-compromise-in-one-line-a0f779b8dc83", "https://blog.3or.de/hunting-dns-server-level-plugin-dll-injection.html", + "https://medium.com/@esnesenon/feature-not-bug-dnsadmin-to-dc-compromise-in-one-line-a0f779b8dc83", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_set/registry_set_dns_server_level_plugin_dll.yml" ], "tags": [ @@ -6131,9 +6165,9 @@ "logsource.category": "registry_delete", "logsource.product": "windows", "refs": [ + "http://woshub.com/how-to-clear-rdp-connections-history/", "https://docs.microsoft.com/en-us/troubleshoot/windows-server/remote/remove-entries-from-remote-desktop-connection-computer", "https://www.trendmicro.com/en_us/research/23/a/vice-society-ransomware-group-targets-manufacturing-companies.html", - "http://woshub.com/how-to-clear-rdp-connections-history/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_delete/registry_delete_mstsc_history_cleared.yml" ], "tags": [ @@ -6174,11 +6208,11 @@ "logsource.category": "registry_delete", "logsource.product": "windows", "refs": [ - "https://github.com/OTRF/ThreatHunter-Playbook/blob/2d4257f630f4c9770f78d0c1df059f891ffc3fec/docs/evals/apt29/detections/3.C.1_22A46621-7A92-48C1-81BF-B3937EB4FDC3.md", - "https://docs.microsoft.com/en-us/windows/win32/shell/launch", - "https://docs.microsoft.com/en-us/windows/win32/shell/shell-and-managed-code", - "https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/nn-shobjidl_core-iexecutecommand", "https://github.com/OTRF/detection-hackathon-apt29/issues/7", + "https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/nn-shobjidl_core-iexecutecommand", + "https://github.com/OTRF/ThreatHunter-Playbook/blob/2d4257f630f4c9770f78d0c1df059f891ffc3fec/docs/evals/apt29/detections/3.C.1_22A46621-7A92-48C1-81BF-B3937EB4FDC3.md", + "https://docs.microsoft.com/en-us/windows/win32/shell/shell-and-managed-code", + "https://docs.microsoft.com/en-us/windows/win32/shell/launch", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_delete/registry_delete_removal_com_hijacking_registry_key.yml" ], "tags": [ @@ -6232,6 +6266,40 @@ "uuid": "41d1058a-aea7-4952-9293-29eaaf516465", "value": "Removal Of AMSI Provider Registry Keys" }, + { + "description": "Detects the enabling of the Windows Recall feature via registry manipulation. Windows Recall can be enabled by deleting the existing \"DisableAIDataAnalysis\" registry value.\nAdversaries may enable Windows Recall as part of post-exploitation discovery and collection activities.\nThis rule assumes that Recall is already explicitly disabled on the host, and subsequently enabled by the adversary.\n", + "meta": { + "author": "Sajid Nawaz Khan", + "creation_date": "2024/06/02", + "falsepositive": [ + "Legitimate use/activation of Windows Recall" + ], + "filename": "registry_delete_enable_windows_recall.yml", + "level": "medium", + "logsource.category": "registry_delete", + "logsource.product": "windows", + "refs": [ + "https://learn.microsoft.com/en-us/windows/client-management/manage-recall", + "https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-windowsai#disableaidataanalysis", + "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_delete/registry_delete_enable_windows_recall.yml" + ], + "tags": [ + "attack.collection", + "attack.t1113" + ] + }, + "related": [ + { + "dest-uuid": "0259baeb-9f63-4c69-bf10-eb038c390688", + "tags": [ + "estimative-language:likelihood-probability=\"almost-certain\"" + ], + "type": "related-to" + } + ], + "uuid": "5dfc1465-8f65-4fde-8eb5-6194380c6a62", + "value": "Windows Recall Feature Enabled - DisableAIDataAnalysis Value Deleted" + }, { "description": "Detects when the \"index\" value of a scheduled task is removed or deleted from the registry. Which effectively hides it from any tooling such as \"schtasks /query\"", "meta": { @@ -6322,9 +6390,9 @@ "logsource.category": "registry_event", "logsource.product": "windows", "refs": [ + "https://www.fireeye.com/blog/threat-research/2019/01/bypassing-network-restrictions-through-rdp-tunneling.html", "https://adepts.of0x.cc/netsh-portproxy-code/", "https://www.dfirnotes.net/portproxy_detection/", - "https://www.fireeye.com/blog/threat-research/2019/01/bypassing-network-restrictions-through-rdp-tunneling.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_event/registry_event_portproxy_registry_key.yml" ], "tags": [ @@ -6359,8 +6427,8 @@ "logsource.category": "registry_event", "logsource.product": "windows", "refs": [ - "https://eqllib.readthedocs.io/en/latest/analytics/14f90406-10a0-4d36-a672-31cabe149f2f.html", "http://www.hexacorn.com/blog/2013/01/19/beyond-good-ol-run-key-part-3/", + "https://eqllib.readthedocs.io/en/latest/analytics/14f90406-10a0-4d36-a672-31cabe149f2f.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_event/registry_event_new_dll_added_to_appcertdlls_registry_key.yml" ], "tags": [ @@ -6393,9 +6461,9 @@ "logsource.category": "registry_event", "logsource.product": "windows", "refs": [ + "https://twitter.com/inversecos/status/1494174785621819397", "https://outflank.nl/blog/2018/01/16/hunting-for-evil-detect-macros-being-executed/", "http://az4n6.blogspot.com/2016/02/more-on-trust-records-macros-and.html", - "https://twitter.com/inversecos/status/1494174785621819397", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_event/registry_event_office_trust_record_modification.yml" ], "tags": [ @@ -6428,11 +6496,11 @@ "logsource.category": "registry_event", "logsource.product": "windows", "refs": [ - "https://nvd.nist.gov/vuln/detail/cve-2021-1675", "https://www.lexjansen.com/sesug/1993/SESUG93035.pdf", - "https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-rprn/4464eaf0-f34f-40d5-b970-736437a21913", - "https://github.com/gentilkiwi/mimikatz/commit/c21276072b3f2a47a21e215a46962a17d54b3760", "https://nvd.nist.gov/vuln/detail/cve-2021-34527", + "https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-rprn/4464eaf0-f34f-40d5-b970-736437a21913", + "https://nvd.nist.gov/vuln/detail/cve-2021-1675", + "https://github.com/gentilkiwi/mimikatz/commit/c21276072b3f2a47a21e215a46962a17d54b3760", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_event/registry_event_mimikatz_printernightmare.yml" ], "tags": [ @@ -6467,8 +6535,8 @@ "logsource.category": "registry_event", "logsource.product": "windows", "refs": [ - "https://www.hexacorn.com/blog/2018/05/28/beyond-good-ol-run-key-part-78-2/", "https://persistence-info.github.io/Data/recyclebin.html", + "https://www.hexacorn.com/blog/2018/05/28/beyond-good-ol-run-key-part-78-2/", "https://github.com/vxunderground/VXUG-Papers/blob/751edb8d50f95bd7baa730adf2c6c3bb1b034276/The%20Persistence%20Series/Persistence%20via%20Recycle%20Bin/Persistence_via_Recycle_Bin.pdf", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_event/registry_event_persistence_recycle_bin.yml" ], @@ -6502,8 +6570,8 @@ "logsource.category": "registry_event", "logsource.product": "windows", "refs": [ - "https://github.com/eset/malware-ioc/tree/master/oceanlotus", "https://www.welivesecurity.com/2019/03/20/fake-or-fake-keeping-up-with-oceanlotus-decoys/", + "https://github.com/eset/malware-ioc/tree/master/oceanlotus", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_event/registry_event_apt_oceanlotus_registry.yml" ], "tags": [ @@ -6537,8 +6605,8 @@ "logsource.product": "windows", "refs": [ "https://tria.ge/211119-gs7rtshcfr/behavioral2 [Lokibot sample from Nov 2021]", - "https://winscripting.blog/2017/05/12/first-entry-welcome-and-uac-bypass/", "https://github.com/RhinoSecurityLabs/Aggressor-Scripts/tree/master/UACBypass", + "https://winscripting.blog/2017/05/12/first-entry-welcome-and-uac-bypass/", "https://github.com/hfiref0x/UACME", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_event/registry_event_shell_open_keys_manipulation.yml" ], @@ -6581,8 +6649,8 @@ "logsource.category": "registry_event", "logsource.product": "windows", "refs": [ - "https://twitter.com/pabraeken/status/990717080805789697", "https://lolbas-project.github.io/lolbas/Binaries/Runonce/", + "https://twitter.com/pabraeken/status/990717080805789697", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_event/registry_event_runonce_persistence.yml" ], "tags": [ @@ -6681,8 +6749,8 @@ "logsource.category": "registry_event", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Wsreset", "https://www.bleepingcomputer.com/news/security/trickbot-uses-a-new-windows-10-uac-bypass-to-launch-quietly", + "https://lolbas-project.github.io/lolbas/Binaries/Wsreset", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_event/registry_event_bypass_via_wsreset.yml" ], "tags": [ @@ -7088,8 +7156,8 @@ "logsource.category": "registry_event", "logsource.product": "windows", "refs": [ - "https://powersploit.readthedocs.io/en/latest/Persistence/Install-SSP/", "https://github.com/EmpireProject/Empire/blob/08cbd274bef78243d7a8ed6443b8364acd1fc48b/data/module_source/persistence/Install-SSP.ps1#L157", + "https://powersploit.readthedocs.io/en/latest/Persistence/Install-SSP/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_event/registry_event_ssp_added_lsa_config.yml" ], "tags": [ @@ -7640,9 +7708,9 @@ "logsource.product": "windows", "refs": [ "https://blogs.blackberry.com/en/2021/09/threat-thursday-netwire-rat-is-coming-down-the-line", - "https://resources.infosecinstitute.com/topic/netwire-malware-what-it-is-how-it-works-and-how-to-prevent-it-malware-spotlight/", - "https://unit42.paloaltonetworks.com/guloader-installing-netwire-rat/", "https://app.any.run/tasks/41ecdbde-4997-4301-a350-0270448b4c8f/", + "https://unit42.paloaltonetworks.com/guloader-installing-netwire-rat/", + "https://resources.infosecinstitute.com/topic/netwire-malware-what-it-is-how-it-works-and-how-to-prevent-it-malware-spotlight/", "https://www.fortinet.com/blog/threat-research/new-netwire-rat-variant-spread-by-phishing", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_add/registry_add_malware_netwire.yml" ], @@ -7743,8 +7811,8 @@ "logsource.category": "registry_add", "logsource.product": "windows", "refs": [ - "https://persistence-info.github.io/Data/amsi.html", "https://github.com/gtworek/PSBits/blob/8d767892f3b17eefa4d0668f5d2df78e844f01d8/FakeAMSI/FakeAMSI.c", + "https://persistence-info.github.io/Data/amsi.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_add/registry_add_persistence_amsi_providers.yml" ], "tags": [ @@ -7801,8 +7869,8 @@ "logsource.category": "registry_add", "logsource.product": "windows", "refs": [ - "https://persistence-info.github.io/Data/diskcleanuphandler.html", "https://www.hexacorn.com/blog/2018/09/02/beyond-good-ol-run-key-part-86/", + "https://persistence-info.github.io/Data/diskcleanuphandler.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/registry/registry_add/registry_add_persistence_disk_cleanup_handler_entry.yml" ], "tags": [ @@ -8237,8 +8305,8 @@ "logsource.category": "dns_query", "logsource.product": "windows", "refs": [ - "https://www.icebrg.io/blog/footprints-of-fin7-tracking-actor-patterns", "https://www.sekoia.io/en/hunting-and-detecting-cobalt-strike/", + "https://www.icebrg.io/blog/footprints-of-fin7-tracking-actor-patterns", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/dns_query/dns_query_win_mal_cobaltstrike.yml" ], "tags": [ @@ -8442,9 +8510,9 @@ "logsource.category": "dns_query", "logsource.product": "windows", "refs": [ - "https://cydefops.com/devtunnels-unleashed", - "https://learn.microsoft.com/en-us/azure/developer/dev-tunnels/security", "https://blueteamops.medium.com/detecting-dev-tunnels-16f0994dc3e2", + "https://learn.microsoft.com/en-us/azure/developer/dev-tunnels/security", + "https://cydefops.com/devtunnels-unleashed", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/dns_query/dns_query_win_devtunnels_communication.yml" ], "tags": [ @@ -8643,8 +8711,8 @@ "logsource.product": "windows", "refs": [ "https://ipfyx.fr/post/visual-studio-code-tunnel/", - "https://cydefops.com/vscode-data-exfiltration", "https://badoption.eu/blog/2023/01/31/code_c2.html", + "https://cydefops.com/vscode-data-exfiltration", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/dns_query/dns_query_win_vscode_tunnel_communication.yml" ], "tags": [ @@ -8712,8 +8780,8 @@ "logsource.category": "dns_query", "logsource.product": "windows", "refs": [ - "https://pentestlab.blog/2017/05/11/applocker-bypass-regsvr32/", "https://oddvar.moe/2017/12/13/applocker-case-study-how-insecure-is-it-really-part-1/", + "https://pentestlab.blog/2017/05/11/applocker-bypass-regsvr32/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/dns_query/dns_query_win_regsvr32_dns_query.yml" ], "tags": [ @@ -8755,10 +8823,10 @@ "logsource.category": "dns_query", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1219/T1219.md#atomic-test-3---logmein-files-detected-test-on-windows", - "https://redcanary.com/blog/misbehaving-rats/", - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1219/T1219.md#atomic-test-4---gotoassist-files-detected-test-on-windows", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1219/T1219.md#atomic-test-6---ammyy-admin-software-execution", + "https://redcanary.com/blog/misbehaving-rats/", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1219/T1219.md#atomic-test-3---logmein-files-detected-test-on-windows", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1219/T1219.md#atomic-test-4---gotoassist-files-detected-test-on-windows", "https://techcommunity.microsoft.com/t5/microsoft-sentinel-blog/hunting-for-omi-vulnerability-exploitation-with-azure-sentinel/ba-p/2764093", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/dns_query/dns_query_win_remote_access_software_domains_non_browsers.yml" ], @@ -8792,18 +8860,18 @@ "logsource.category": "pipe_created", "logsource.product": "windows", "refs": [ - "https://thedfirreport.com/2020/06/21/snatch-ransomware/", - "https://us-cert.cisa.gov/ncas/analysis-reports/ar19-304a", - "https://securelist.com/faq-the-projectsauron-apt/75533/", - "https://www.us-cert.gov/ncas/alerts/TA17-117A", - "https://unit42.paloaltonetworks.com/emissary-panda-attacks-middle-east-government-sharepoint-servers/", - "https://thedfirreport.com/2022/02/21/qbot-and-zerologon-lead-to-full-domain-compromise/", - "https://www.fireeye.com/blog/threat-research/2020/12/evasive-attacker-leverages-solarwinds-supply-chain-compromises-with-sunburst-backdoor.html", "https://github.com/RiccardoAncarani/LiquidSnake", + "https://thedfirreport.com/2020/06/21/snatch-ransomware/", + "https://securelist.com/faq-the-projectsauron-apt/75533/", + "https://www.accenture.com/us-en/blogs/cyber-defense/turla-belugasturgeon-compromises-government-entity", + "https://securelist.com/wild-neutron-economic-espionage-threat-actor-returns-with-new-tricks/71275/", + "https://unit42.paloaltonetworks.com/emissary-panda-attacks-middle-east-government-sharepoint-servers/", + "https://www.fireeye.com/blog/threat-research/2020/12/evasive-attacker-leverages-solarwinds-supply-chain-compromises-with-sunburst-backdoor.html", + "https://us-cert.cisa.gov/ncas/analysis-reports/ar19-304a", + "https://www.us-cert.gov/ncas/alerts/TA17-117A", "https://download.bitdefender.com/resources/files/News/CaseStudies/study/115/Bitdefender-Whitepaper-PAC-A4-en-EN1.pdf", "https://web.archive.org/web/20180725233601/https://www.pwc.co.uk/cyber-security/pdf/cloud-hopper-annex-b-final.pdf", - "https://securelist.com/wild-neutron-economic-espionage-threat-actor-returns-with-new-tricks/71275/", - "https://www.accenture.com/us-en/blogs/cyber-defense/turla-belugasturgeon-compromises-government-entity", + "https://thedfirreport.com/2022/02/21/qbot-and-zerologon-lead-to-full-domain-compromise/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/pipe_created/pipe_created_susp_malicious_namedpipes.yml" ], "tags": [ @@ -8874,8 +8942,8 @@ "logsource.category": "pipe_created", "logsource.product": "windows", "refs": [ - "https://drive.google.com/file/d/1lKya3_mLnR3UQuCoiYruO3qgu052_iS_/view", "https://github.com/kavika13/RemCom", + "https://drive.google.com/file/d/1lKya3_mLnR3UQuCoiYruO3qgu052_iS_/view", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/pipe_created/pipe_created_pua_remcom_default_pipe.yml" ], "tags": [ @@ -8917,9 +8985,9 @@ "logsource.category": "pipe_created", "logsource.product": "windows", "refs": [ + "https://o365blog.com/post/adfs/", "https://github.com/Azure/Azure-Sentinel/blob/f99542b94afe0ad2f19a82cc08262e7ac8e1428e/Detections/SecurityEvent/ADFSDBNamedPipeConnection.yaml", "https://github.com/Azure/SimuLand", - "https://o365blog.com/post/adfs/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/pipe_created/pipe_created_adfs_namedpipe_connection_uncommon_tool.yml" ], "tags": [ @@ -8987,8 +9055,8 @@ "logsource.category": "pipe_created", "logsource.product": "windows", "refs": [ - "https://github.com/microsoft/Microsoft-365-Defender-Hunting-Queries/blob/efa17a600b43c897b4b7463cc8541daa1987eeb4/Command%20and%20Control/C2-NamedPipe.md", "https://github.com/poweradminllc/PAExec", + "https://github.com/microsoft/Microsoft-365-Defender-Hunting-Queries/blob/efa17a600b43c897b4b7463cc8541daa1987eeb4/Command%20and%20Control/C2-NamedPipe.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/pipe_created/pipe_created_pua_paexec_default_pipe.yml" ], "tags": [ @@ -9021,8 +9089,8 @@ "logsource.category": "pipe_created", "logsource.product": "windows", "refs": [ - "https://drive.google.com/file/d/1lKya3_mLnR3UQuCoiYruO3qgu052_iS_/view", "https://github.com/malcomvetter/CSExec", + "https://drive.google.com/file/d/1lKya3_mLnR3UQuCoiYruO3qgu052_iS_/view", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/pipe_created/pipe_created_pua_csexec_default_pipe.yml" ], "tags": [ @@ -9064,8 +9132,8 @@ "logsource.category": "pipe_created", "logsource.product": "windows", "refs": [ - "https://github.com/hackvens/CoercedPotato", "https://blog.hackvens.fr/articles/CoercedPotato.html", + "https://github.com/hackvens/CoercedPotato", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/pipe_created/pipe_created_hktl_coercedpotato.yml" ], "tags": [ @@ -9199,11 +9267,11 @@ "logsource.category": "pipe_created", "logsource.product": "windows", "refs": [ - "https://twitter.com/d4rksystem/status/1357010969264873472", + "https://redcanary.com/threat-detection-report/threats/cobalt-strike/", "https://blog.cobaltstrike.com/2021/02/09/learn-pipe-fitting-for-all-of-your-offense-projects/", "https://labs.f-secure.com/blog/detecting-cobalt-strike-default-modules-via-named-pipe-analysis/", + "https://twitter.com/d4rksystem/status/1357010969264873472", "https://github.com/SigmaHQ/sigma/issues/253", - "https://redcanary.com/threat-detection-report/threats/cobalt-strike/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/pipe_created/pipe_created_hktl_cobaltstrike.yml" ], "tags": [ @@ -9271,8 +9339,8 @@ "logsource.category": "pipe_created", "logsource.product": "windows", "refs": [ - "https://jpcertcc.github.io/ToolAnalysisResultSheet", "https://www.jpcert.or.jp/english/pub/sr/ir_research.html", + "https://jpcertcc.github.io/ToolAnalysisResultSheet", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/pipe_created/pipe_created_sysinternals_psexec_default_pipe_susp_location.yml" ], "tags": [ @@ -9431,8 +9499,8 @@ "logsource.category": "sysmon_status", "logsource.product": "windows", "refs": [ - "https://talesfrominfosec.blogspot.com/2017/12/killing-sysmon-silently.html", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1562.001/T1562.001.md", + "https://talesfrominfosec.blogspot.com/2017/12/killing-sysmon-silently.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/sysmon/sysmon_config_modification_status.yml" ], "tags": [ @@ -9511,8 +9579,8 @@ "logsource.category": "sysmon_error", "logsource.product": "windows", "refs": [ - "https://talesfrominfosec.blogspot.com/2017/12/killing-sysmon-silently.html", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1562.001/T1562.001.md", + "https://talesfrominfosec.blogspot.com/2017/12/killing-sysmon-silently.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/sysmon/sysmon_config_modification_error.yml" ], "tags": [ @@ -9545,8 +9613,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://medium.com/@olafhartong/sysmon-15-0-file-executable-detected-40fd64349f36", "https://learn.microsoft.com/en-us/sysinternals/downloads/sysmon", + "https://medium.com/@olafhartong/sysmon-15-0-file-executable-detected-40fd64349f36", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/sysmon/sysmon_file_executable_detected.yml" ], "tags": [ @@ -9592,8 +9660,8 @@ "logsource.category": "create_remote_thread", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io", "Personal research, statistical analysis", + "https://lolbas-project.github.io", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/create_remote_thread/create_remote_thread_win_susp_uncommon_source_image.yml" ], "tags": [ @@ -9628,8 +9696,8 @@ "logsource.product": "windows", "refs": [ "https://github.com/denandz/KeeFarce", - "https://github.com/GhostPack/KeeThief", "https://www.cisa.gov/uscert/ncas/alerts/aa20-259a", + "https://github.com/GhostPack/KeeThief", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/create_remote_thread/create_remote_thread_win_keepass.yml" ], "tags": [ @@ -9954,8 +10022,8 @@ "logsource.category": "create_remote_thread", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io", "Personal research, statistical analysis", + "https://lolbas-project.github.io", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/create_remote_thread/create_remote_thread_win_susp_relevant_source_image.yml" ], "tags": [ @@ -10096,8 +10164,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://app.any.run/tasks/76c69e2d-01e8-49d9-9aea-fb7cc0c4d3ad/", "https://medium.com/@SumitVerma101/windows-privilege-escalation-part-1-unquoted-service-path-c7a011a8d8ae", + "https://app.any.run/tasks/76c69e2d-01e8-49d9-9aea-fb7cc0c4d3ad/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_susp_executable_creation.yml" ], "tags": [ @@ -10164,8 +10232,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://irsl.medium.com/the-trouble-with-microsofts-troubleshooters-6e32fc80b8bd", "https://msrc-blog.microsoft.com/2022/05/30/guidance-for-cve-2022-30190-microsoft-support-diagnostic-tool-vulnerability/", + "https://irsl.medium.com/the-trouble-with-microsofts-troubleshooters-6e32fc80b8bd", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_msdt_susp_directories.yml" ], "tags": [ @@ -10313,8 +10381,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://twitter.com/SBousseaden/status/1278977301745741825", "https://labs.sentinelone.com/living-off-windows-land-a-new-native-file-downldr/", + "https://twitter.com/SBousseaden/status/1278977301745741825", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_susp_desktopimgdownldr_file.yml" ], "tags": [ @@ -10380,8 +10448,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://github.com/GhostPack/SafetyKatz", "https://github.com/GhostPack/SafetyKatz/blob/715b311f76eb3a4c8d00a1bd29c6cd1899e450b7/SafetyKatz/Program.cs#L63", + "https://github.com/GhostPack/SafetyKatz", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_hktl_safetykatz.yml" ], "tags": [ @@ -10414,8 +10482,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://blog.thickmints.dev/mintsights/detecting-rogue-rdp/", "https://www.blackhillsinfosec.com/rogue-rdp-revisiting-initial-access-methods/", + "https://blog.thickmints.dev/mintsights/detecting-rogue-rdp/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_rdp_file_susp_creation.yml" ], "tags": [ @@ -10597,8 +10665,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://www.gteltsc.vn/blog/canh-bao-chien-dich-tan-cong-su-dung-lo-hong-zero-day-tren-microsoft-exchange-server-12714.html", "https://www.microsoft.com/security/blog/2022/09/30/analyzing-attacks-using-the-exchange-vulnerabilities-cve-2022-41040-and-cve-2022-41082/", + "https://www.gteltsc.vn/blog/canh-bao-chien-dich-tan-cong-su-dung-lo-hong-zero-day-tren-microsoft-exchange-server-12714.html", "https://en.gteltsc.vn/blog/cap-nhat-nhe-ve-lo-hong-bao-mat-0day-microsoft-exchange-dang-duoc-su-dung-de-tan-cong-cac-to-chuc-tai-viet-nam-9685.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_exchange_webshell_drop.yml" ], @@ -10816,9 +10884,9 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://assets.documentcloud.org/documents/20444693/fbi-pin-egregor-ransomware-bc-01062021.pdf", "https://www.fireeye.com/blog/threat-research/2020/05/tactics-techniques-procedures-associated-with-maze-ransomware-incidents.html", "https://labs.f-secure.com/blog/prelude-to-ransomware-systembc", + "https://assets.documentcloud.org/documents/20444693/fbi-pin-egregor-ransomware-bc-01062021.pdf", "https://thedfirreport.com/2021/01/18/all-that-for-a-coinminer", "https://news.sophos.com/en-us/2019/12/09/snatch-ransomware-reboots-pcs-into-safe-mode-to-bypass-protection/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_advanced_ip_scanner.yml" @@ -10968,8 +11036,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://www.mandiant.com/resources/blog/trojanized-windows-installers-ukrainian-government", "https://posts.slayerlabs.com/living-off-the-land/#gathernetworkinfovbs", + "https://www.mandiant.com/resources/blog/trojanized-windows-installers-ukrainian-government", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_lolbin_gather_network_info_script_output.yml" ], "tags": [ @@ -11161,10 +11229,10 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://github.com/Yaxser/Backstab", - "https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer", - "https://www.elastic.co/security-labs/stopping-vulnerable-driver-attacks", "https://news.sophos.com/en-us/2023/04/19/aukill-edr-killer-malware-abuses-process-explorer-driver/", + "https://github.com/Yaxser/Backstab", + "https://www.elastic.co/security-labs/stopping-vulnerable-driver-attacks", + "https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_sysinternals_procexp_driver_susp_creation.yml" ], "tags": [ @@ -11298,8 +11366,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://github.com/OTRF/detection-hackathon-apt29/issues/12", "https://github.com/OTRF/ThreatHunter-Playbook/blob/2d4257f630f4c9770f78d0c1df059f891ffc3fec/docs/evals/apt29/detections/5.B.1_611FCA99-97D0-4873-9E51-1C1BA2DBB40D.md", + "https://github.com/OTRF/detection-hackathon-apt29/issues/12", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_startup_folder_file_write.yml" ], "tags": [ @@ -11332,8 +11400,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://jpcertcc.github.io/ToolAnalysisResultSheet", "https://www.jpcert.or.jp/english/pub/sr/ir_research.html", + "https://jpcertcc.github.io/ToolAnalysisResultSheet", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_sysinternals_psexec_service.yml" ], "tags": [ @@ -11367,9 +11435,9 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ + "https://labs.withsecure.com/publications/add-in-opportunities-for-office-persistence", "https://github.com/redcanaryco/atomic-red-team/blob/4ae9580a1a8772db87a1b6cdb0d03e5af231e966/atomics/T1137.006/T1137.006.md", "Internal Research", - "https://labs.withsecure.com/publications/add-in-opportunities-for-office-persistence", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_office_addin_persistence.yml" ], "tags": [ @@ -11402,8 +11470,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://www.bleepingcomputer.com/news/security/hackers-now-use-microsoft-onenote-attachments-to-spread-malware/", "https://blog.osarmor.com/319/onenote-attachment-delivers-asyncrat-malware/", + "https://www.bleepingcomputer.com/news/security/hackers-now-use-microsoft-onenote-attachments-to-spread-malware/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_office_onenote_files_in_susp_locations.yml" ], "tags": [ @@ -11426,9 +11494,9 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://blog.menasec.net/2019/07/interesting-difr-traces-of-net-clr.html", - "https://bohops.com/2021/03/16/investigating-net-clr-usage-log-tampering-techniques-for-edr-evasion/", "https://web.archive.org/web/20221026202428/https://gist.github.com/code-scrap/d7f152ffcdb3e0b02f7f394f5187f008", + "https://bohops.com/2021/03/16/investigating-net-clr-usage-log-tampering-techniques-for-edr-evasion/", + "https://blog.menasec.net/2019/07/interesting-difr-traces-of-net-clr.html", "https://github.com/olafhartong/sysmon-modular/blob/fa1ae53132403d262be2bbd7f17ceea7e15e8c78/11_file_create/include_dotnet.xml", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_net_cli_artefact.yml" ], @@ -11551,8 +11619,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://grzegorztworek.medium.com/using-uefi-to-inject-executable-files-into-bitlocker-protected-drives-8ff4ca59c94c", "https://persistence-info.github.io/Data/wpbbin.html", + "https://grzegorztworek.medium.com/using-uefi-to-inject-executable-files-into-bitlocker-protected-drives-8ff4ca59c94c", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_wpbbin_persistence.yml" ], "tags": [ @@ -11793,8 +11861,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://redcanary.com/threat-detection-report/threats/socgholish/#threat-socgholish", "http://www.irongeek.com/homoglyph-attack-generator.php", + "https://redcanary.com/threat-detection-report/threats/socgholish/#threat-socgholish", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_susp_homoglyph_filename.yml" ], "tags": [ @@ -12199,10 +12267,10 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "http://addbalance.com/word/startup.htm", "https://answers.microsoft.com/en-us/msoffice/forum/all/document-in-word-startup-folder-doesnt-open-when/44ab0932-2917-4150-8cdc-2f2cf39e86f3", - "https://en.wikipedia.org/wiki/List_of_Microsoft_Office_filename_extensions", + "http://addbalance.com/word/startup.htm", "https://app.any.run/tasks/d6fe6624-6ef8-485d-aa75-3d1bdda2a08c/", + "https://en.wikipedia.org/wiki/List_of_Microsoft_Office_filename_extensions", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_office_uncommon_file_startup.yml" ], "tags": [ @@ -12293,26 +12361,26 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://github.com/samratashok/nishang", - "https://github.com/besimorhino/powercat", - "https://github.com/CsEnox/EventViewer-UACBypass", - "https://github.com/xorrior/RandomPS-Scripts/blob/848c919bfce4e2d67b626cbcf4404341cfe3d3b6/Get-DXWebcamVideo.ps1", - "https://github.com/S3cur3Th1sSh1t/WinPwn", - "https://github.com/S3cur3Th1sSh1t/PowerSharpPack/tree/master/PowerSharpBinaries", - "https://github.com/DarkCoderSc/PowerRunAsSystem/", - "https://github.com/dafthack/DomainPasswordSpray/blob/b13d64a5834694aa73fd2aea9911a83027c465a7/DomainPasswordSpray.ps1", "https://unit42.paloaltonetworks.com/threat-assessment-black-basta-ransomware/", + "https://github.com/S3cur3Th1sSh1t/PowerSharpPack/tree/master/PowerSharpBinaries", "https://github.com/adrecon/ADRecon", - "https://github.com/BC-SECURITY/Invoke-ZeroLogon/blob/111d17c7fec486d9bb23387e2e828b09a26075e4/Invoke-ZeroLogon.ps1", - "https://github.com/AlsidOfficial/WSUSpendu/", - "https://github.com/rvrsh3ll/Misc-Powershell-Scripts/blob/6f23bb41f9675d7e2d32bacccff75e931ae00554/OfficeMemScraper.ps1", - "https://github.com/HarmJ0y/DAMP", - "https://github.com/nettitude/Invoke-PowerThIEf", - "https://github.com/PowerShellMafia/PowerSploit", - "https://github.com/NetSPI/PowerUpSQL", - "https://research.nccgroup.com/2022/06/06/shining-the-light-on-black-basta/", "https://github.com/Kevin-Robertson/Powermad", + "https://github.com/BC-SECURITY/Invoke-ZeroLogon/blob/111d17c7fec486d9bb23387e2e828b09a26075e4/Invoke-ZeroLogon.ps1", + "https://github.com/HarmJ0y/DAMP", + "https://github.com/CsEnox/EventViewer-UACBypass", "https://github.com/adrecon/AzureADRecon", + "https://github.com/samratashok/nishang", + "https://github.com/PowerShellMafia/PowerSploit", + "https://github.com/AlsidOfficial/WSUSpendu/", + "https://github.com/nettitude/Invoke-PowerThIEf", + "https://research.nccgroup.com/2022/06/06/shining-the-light-on-black-basta/", + "https://github.com/dafthack/DomainPasswordSpray/blob/b13d64a5834694aa73fd2aea9911a83027c465a7/DomainPasswordSpray.ps1", + "https://github.com/DarkCoderSc/PowerRunAsSystem/", + "https://github.com/S3cur3Th1sSh1t/WinPwn", + "https://github.com/NetSPI/PowerUpSQL", + "https://github.com/xorrior/RandomPS-Scripts/blob/848c919bfce4e2d67b626cbcf4404341cfe3d3b6/Get-DXWebcamVideo.ps1", + "https://github.com/rvrsh3ll/Misc-Powershell-Scripts/blob/6f23bb41f9675d7e2d32bacccff75e931ae00554/OfficeMemScraper.ps1", + "https://github.com/besimorhino/powercat", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_powershell_exploit_scripts.yml" ], "tags": [ @@ -12411,8 +12479,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://aboutdfir.com/the-key-to-identify-psexec/", "https://twitter.com/davisrichardg/status/1616518800584704028", + "https://aboutdfir.com/the-key-to-identify-psexec/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_sysinternals_psexec_service_key.yml" ], "tags": [ @@ -12465,12 +12533,12 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://github.com/elastic/detection-rules/blob/c76a39796972ecde44cb1da6df47f1b6562c9770/rules/windows/credential_access_lsass_memdump_file_created.toml", - "https://github.com/CCob/MirrorDump", "https://www.whiteoaksecurity.com/blog/attacks-defenses-dumping-lsass-no-mimikatz/", - "https://www.google.com/search?q=procdump+lsass", - "https://github.com/helpsystems/nanodump", "https://medium.com/@markmotig/some-ways-to-dump-lsass-exe-c4a75fdc49bf", + "https://github.com/helpsystems/nanodump", + "https://github.com/CCob/MirrorDump", + "https://www.google.com/search?q=procdump+lsass", + "https://github.com/elastic/detection-rules/blob/c76a39796972ecde44cb1da6df47f1b6562c9770/rules/windows/credential_access_lsass_memdump_file_created.toml", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_lsass_default_dump_file_names.yml" ], "tags": [ @@ -12571,10 +12639,10 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://www.trendmicro.com/vinfo/us/security/news/cybercrime-and-digital-threats/malicious-spam-campaign-uses-iso-image-files-to-deliver-lokibot-and-nanocore", - "https://www.microsoft.com/security/blog/2021/05/27/new-sophisticated-email-based-attack-from-nobelium/", "https://blog.emsisoft.com/en/32373/beware-new-wave-of-malware-spreads-via-iso-file-email-attachments/", + "https://www.microsoft.com/security/blog/2021/05/27/new-sophisticated-email-based-attack-from-nobelium/", "https://insights.sei.cmu.edu/blog/the-dangers-of-vhd-and-vhdx-files/", + "https://www.trendmicro.com/vinfo/us/security/news/cybercrime-and-digital-threats/malicious-spam-campaign-uses-iso-image-files-to-deliver-lokibot-and-nanocore", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_iso_file_recent.yml" ], "tags": [ @@ -12829,8 +12897,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://github.com/swisskyrepo/PayloadsAllTheThings/blob/c95a0a1a2855dc0cd7f7327614545fe30482a636/Upload%20Insecure%20Files/README.md", "PT ESC rule and personal experience", + "https://github.com/swisskyrepo/PayloadsAllTheThings/blob/c95a0a1a2855dc0cd7f7327614545fe30482a636/Upload%20Insecure%20Files/README.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_webshell_creation_detect.yml" ], "tags": [ @@ -12863,8 +12931,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://twitter.com/splinter_code/status/1519075134296006662?s=12&t=DLUXH86WtcmG_AZ5gY3C6g", "https://lolbas-project.github.io/lolbas/Binaries/Eventvwr/#execute", + "https://twitter.com/splinter_code/status/1519075134296006662?s=12&t=DLUXH86WtcmG_AZ5gY3C6g", "https://twitter.com/orange_8361/status/1518970259868626944?s=20&t=RFXqZjtA7tWM3HxqEH78Aw", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_uac_bypass_eventvwr.yml" ], @@ -12956,8 +13024,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://persistence-info.github.io/Data/powershellprofile.html", "https://www.welivesecurity.com/2019/05/29/turla-powershell-usage/", + "https://persistence-info.github.io/Data/powershellprofile.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_susp_powershell_profile.yml" ], "tags": [ @@ -12991,10 +13059,10 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ + "https://speakerdeck.com/heirhabarov/hunting-for-persistence-via-microsoft-exchange-server-or-outlook?slide=76", + "https://learn.microsoft.com/en-us/office/vba/outlook/concepts/outlook-forms/create-an-outlook-form", "https://www.slipstick.com/developer/custom-form/clean-outlooks-forms-cache/", "https://speakerdeck.com/heirhabarov/hunting-for-persistence-via-microsoft-exchange-server-or-outlook?slide=79", - "https://learn.microsoft.com/en-us/office/vba/outlook/concepts/outlook-forms/create-an-outlook-form", - "https://speakerdeck.com/heirhabarov/hunting-for-persistence-via-microsoft-exchange-server-or-outlook?slide=76", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_office_outlook_newform.yml" ], "tags": [ @@ -13127,8 +13195,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://github.com/OTRF/detection-hackathon-apt29/issues/14", "https://github.com/OTRF/ThreatHunter-Playbook/blob/2d4257f630f4c9770f78d0c1df059f891ffc3fec/docs/evals/apt29/detections/6.B.1_6392C9F1-D975-4F75-8A70-433DEDD7F622.md", + "https://github.com/OTRF/detection-hackathon-apt29/issues/14", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_susp_pfx_file_creation.yml" ], "tags": [ @@ -13325,10 +13393,10 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1546.011/T1546.011.md#atomic-test-2---new-shim-database-files-created-in-the-default-shim-database-directory", - "https://www.mandiant.com/resources/blog/fin7-shim-databases-persistence", - "https://liberty-shell.com/sec/2020/02/25/shim-persistence/", "https://andreafortuna.org/2018/11/12/process-injection-and-persistence-using-application-shimming/", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1546.011/T1546.011.md#atomic-test-2---new-shim-database-files-created-in-the-default-shim-database-directory", + "https://liberty-shell.com/sec/2020/02/25/shim-persistence/", + "https://www.mandiant.com/resources/blog/fin7-shim-databases-persistence", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_creation_new_shim_database.yml" ], "tags": [ @@ -13494,8 +13562,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://github.com/Kevin-Robertson/Inveigh/blob/29d9e3c3a625b3033cdaf4683efaafadcecb9007/Inveigh/Support/Control.cs", "https://github.com/Kevin-Robertson/Inveigh/blob/29d9e3c3a625b3033cdaf4683efaafadcecb9007/Inveigh/Support/Output.cs", + "https://github.com/Kevin-Robertson/Inveigh/blob/29d9e3c3a625b3033cdaf4683efaafadcecb9007/Inveigh/Support/Control.cs", "https://thedfirreport.com/2020/11/23/pysa-mespinoza-ransomware/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_hktl_inveigh_artefacts.yml" ], @@ -13562,8 +13630,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://github.com/last-byte/PersistenceSniper", "https://www.hexacorn.com/blog/2022/01/16/beyond-good-ol-run-key-part-135/", + "https://github.com/last-byte/PersistenceSniper", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_errorhandler_persistence.yml" ], "tags": [ @@ -13586,11 +13654,11 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://www.anomali.com/blog/china-based-apt-mustang-panda-targets-minority-groups-public-and-private-sector-organizations", - "https://twitter.com/malwrhunterteam/status/1235135745611960321", "https://twitter.com/luc4m/status/1073181154126254080", - "https://www.cybereason.com/blog/research/a-bazar-of-tricks-following-team9s-development-cycles", "https://www.crowdstrike.com/blog/meet-crowdstrikes-adversary-of-the-month-for-june-mustang-panda/", + "https://twitter.com/malwrhunterteam/status/1235135745611960321", + "https://www.cybereason.com/blog/research/a-bazar-of-tricks-following-team9s-development-cycles", + "https://www.anomali.com/blog/china-based-apt-mustang-panda-targets-minority-groups-public-and-private-sector-organizations", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_susp_lnk_double_extension.yml" ], "tags": [ @@ -13623,10 +13691,10 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://www.n00py.io/2022/03/manipulating-user-passwords-without-mimikatz/", - "https://www.ired.team/offensive-security/credential-access-and-credential-dumping/ntds.dit-enumeration", "https://pentestlab.blog/tag/ntds-dit/", + "https://www.ired.team/offensive-security/credential-access-and-credential-dumping/ntds.dit-enumeration", "https://github.com/samratashok/nishang/blob/414ee1104526d7057f9adaeee196d91ae447283e/Gather/Copy-VSS.ps1", + "https://www.n00py.io/2022/03/manipulating-user-passwords-without-mimikatz/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_ntds_dit_uncommon_parent_process.yml" ], "tags": [ @@ -13768,8 +13836,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/honeypot-recon-mysql-malware-infection-via-user-defined-functions-udf/", "https://asec.ahnlab.com/en/58878/", + "https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/honeypot-recon-mysql-malware-infection-via-user-defined-functions-udf/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_mysqld_uncommon_file_creation.yml" ], "tags": [ @@ -13792,10 +13860,10 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://twitter.com/cube0x0/status/1418920190759378944", - "https://github.com/WiredPulse/Invoke-HiveNightmare", "https://github.com/FireFart/hivenightmare/", "https://github.com/GossiTheDog/HiveNightmare", + "https://github.com/WiredPulse/Invoke-HiveNightmare", + "https://twitter.com/cube0x0/status/1418920190759378944", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_hktl_hivenightmare_file_exports.yml" ], "tags": [ @@ -13829,9 +13897,9 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ + "https://www.linkedin.com/pulse/outlook-backdoor-using-vba-samir-b-/", "https://speakerdeck.com/heirhabarov/hunting-for-persistence-via-microsoft-exchange-server-or-outlook?slide=53", "https://www.mdsec.co.uk/2020/11/a-fresh-outlook-on-mail-based-persistence/", - "https://www.linkedin.com/pulse/outlook-backdoor-using-vba-samir-b-/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_office_outlook_susp_macro_creation.yml" ], "tags": [ @@ -13915,8 +13983,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://unit42.paloaltonetworks.com/cloaked-ursa-phishing/", "https://www.mandiant.com/resources/blog/infected-usb-steal-secrets", + "https://unit42.paloaltonetworks.com/cloaked-ursa-phishing/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_susp_recycle_bin_fake_exec.yml" ], "tags": [ @@ -13940,8 +14008,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://media.defcon.org/DEF%20CON%2030/DEF%20CON%2030%20presentations/Asaf%20Gilboa%20-%20LSASS%20Shtinkering%20Abusing%20Windows%20Error%20Reporting%20to%20Dump%20LSASS.pdf", "https://github.com/deepinstinct/Lsass-Shtinkering", + "https://media.defcon.org/DEF%20CON%2030/DEF%20CON%2030%20presentations/Asaf%20Gilboa%20-%20LSASS%20Shtinkering%20Abusing%20Windows%20Error%20Reporting%20to%20Dump%20LSASS.pdf", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_lsass_shtinkering.yml" ], "tags": [ @@ -14009,8 +14077,8 @@ "logsource.product": "windows", "refs": [ "https://securityaffairs.co/wordpress/133680/malware/dll-sideloading-spread-qakbot.html", - "https://twitter.com/Sam0x90/status/1552011547974696960", "https://github.com/redcanaryco/atomic-red-team/blob/0f229c0e42bfe7ca736a14023836d65baa941ed2/atomics/T1553.005/T1553.005.md#atomic-test-1---mount-iso-image", + "https://twitter.com/Sam0x90/status/1552011547974696960", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_iso_file_mount.yml" ], "tags": [ @@ -14066,8 +14134,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://www.gteltsc.vn/blog/canh-bao-chien-dich-tan-cong-su-dung-lo-hong-zero-day-tren-microsoft-exchange-server-12714.html", "https://www.microsoft.com/security/blog/2022/09/30/analyzing-attacks-using-the-exchange-vulnerabilities-cve-2022-41040-and-cve-2022-41082/", + "https://www.gteltsc.vn/blog/canh-bao-chien-dich-tan-cong-su-dung-lo-hong-zero-day-tren-microsoft-exchange-server-12714.html", "https://en.gteltsc.vn/blog/cap-nhat-nhe-ve-lo-hong-bao-mat-0day-microsoft-exchange-dang-duoc-su-dung-de-tan-cong-cac-to-chuc-tai-viet-nam-9685.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_exchange_webshell_drop_suspicious.yml" ], @@ -14168,9 +14236,9 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://github.com/fox-it/LDAPFragger", - "https://blog.fox-it.com/2020/03/19/ldapfragger-command-and-control-over-ldap-attributes/", "https://medium.com/@ivecodoe/detecting-ldapfragger-a-newly-released-cobalt-strike-beacon-using-ldap-for-c2-communication-c274a7f00961", + "https://blog.fox-it.com/2020/03/19/ldapfragger-command-and-control-over-ldap-attributes/", + "https://github.com/fox-it/LDAPFragger", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_adsi_cache_creation_by_uncommon_tool.yml" ], "tags": [ @@ -14237,8 +14305,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://github.com/sailay1996/awesome_windows_logical_bugs/blob/60cbb23a801f4c3195deac1cc46df27c225c3d07/dir_create2system.txt", "https://github.com/binderlabs/DirCreate2System", + "https://github.com/sailay1996/awesome_windows_logical_bugs/blob/60cbb23a801f4c3195deac1cc46df27c225c3d07/dir_create2system.txt", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_system32_local_folder_privilege_escalation.yml" ], "tags": [ @@ -14263,9 +14331,9 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://soroush.me/blog/2010/12/a-dotty-salty-directory-a-secret-place-in-ntfs-for-secret-files/", "https://github.com/redcanaryco/atomic-red-team/blob/5c3b23002d2bbede3c07e7307165fc2a235a427d/atomics/T1564.004/T1564.004.md#atomic-test-5---create-hidden-directory-via-index_allocation", "https://twitter.com/pfiatde/status/1681977680688738305", + "https://soroush.me/blog/2010/12/a-dotty-salty-directory-a-secret-place-in-ntfs-for-secret-files/", "https://sec-consult.com/blog/detail/pentesters-windows-ntfs-tricks-collection/", "https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-fscc/c54dec26-1551-4d3a-a0ea-4fa40f848eb3", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_susp_hidden_dir_index_allocation.yml" @@ -14384,11 +14452,11 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://www.anomali.com/blog/china-based-apt-mustang-panda-targets-minority-groups-public-and-private-sector-organizations", - "https://twitter.com/malwrhunterteam/status/1235135745611960321", "https://twitter.com/luc4m/status/1073181154126254080", - "https://www.cybereason.com/blog/research/a-bazar-of-tricks-following-team9s-development-cycles", "https://www.crowdstrike.com/blog/meet-crowdstrikes-adversary-of-the-month-for-june-mustang-panda/", + "https://twitter.com/malwrhunterteam/status/1235135745611960321", + "https://www.cybereason.com/blog/research/a-bazar-of-tricks-following-team9s-development-cycles", + "https://www.anomali.com/blog/china-based-apt-mustang-panda-targets-minority-groups-public-and-private-sector-organizations", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_susp_double_extension.yml" ], "tags": [ @@ -14481,8 +14549,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://www.bleepingcomputer.com/news/security/hackers-now-use-microsoft-onenote-attachments-to-spread-malware/", "https://blog.osarmor.com/319/onenote-attachment-delivers-asyncrat-malware/", + "https://www.bleepingcomputer.com/news/security/hackers-now-use-microsoft-onenote-attachments-to-spread-malware/", "https://labs.withsecure.com/publications/detecting-onenote-abuse", "https://app.any.run/tasks/17f2d378-6d11-4d6f-8340-954b04f35e83/", "https://twitter.com/MaD_c4t/status/1623414582382567424", @@ -14868,12 +14936,12 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "https://github.com/blackarrowsec/redteam-research/tree/26e6fc0c0d30d364758fa11c2922064a9a7fd309/LPE%20via%20StorSvc", "https://www.hexacorn.com/blog/2013/12/08/beyond-good-ol-run-key-part-5/", - "https://decoded.avast.io/martinchlumecky/png-steganography/", "https://github.com/Wh04m1001/SysmonEoP", - "https://posts.specterops.io/lateral-movement-scm-and-dll-hijacking-primer-d2f61e8ab992", + "https://github.com/blackarrowsec/redteam-research/tree/26e6fc0c0d30d364758fa11c2922064a9a7fd309/LPE%20via%20StorSvc", + "https://decoded.avast.io/martinchlumecky/png-steganography/", "https://clement.notin.org/blog/2020/09/12/CVE-2020-7315-McAfee-Agent-DLL-injection/", + "https://posts.specterops.io/lateral-movement-scm-and-dll-hijacking-primer-d2f61e8ab992", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_create_non_existent_dlls.yml" ], "tags": [ @@ -14916,8 +14984,8 @@ "logsource.category": "file_event", "logsource.product": "windows", "refs": [ - "Internal Research", "https://labs.withsecure.com/publications/fin7-target-veeam-servers", + "Internal Research", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_perflogs_susp_files.yml" ], "tags": [ @@ -15053,9 +15121,9 @@ "refs": [ "https://github.com/cube0x0/CVE-2021-36934", "https://github.com/FireFart/hivenightmare", + "https://github.com/search?q=CVE-2021-36934", "https://github.com/HuskyHacks/ShadowSteal", "https://www.google.com/search?q=%22reg.exe+save%22+sam", - "https://github.com/search?q=CVE-2021-36934", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_event/file_event_win_sam_dump.yml" ], "tags": [ @@ -15122,8 +15190,8 @@ "logsource.category": "file_access", "logsource.product": "windows", "refs": [ - "https://www.absolomb.com/2018-01-26-Windows-Privilege-Escalation-Guide/", "https://hunter2.gitbook.io/darthsidious/privilege-escalation/mimikatz", + "https://www.absolomb.com/2018-01-26-Windows-Privilege-Escalation-Guide/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_access/file_access_win_credential_manager_access.yml" ], "tags": [ @@ -15296,8 +15364,8 @@ "logsource.category": "file_access", "logsource.product": "windows", "refs": [ - "https://darkdefender.medium.com/windows-10-mail-app-forensics-39025f5418d2", "https://github.com/redcanaryco/atomic-red-team/blob/58496ee3306e6e42a7054d36a94e6eb561ee3081/atomics/T1070.008/T1070.008.md#atomic-test-4---copy-and-modify-mailbox-data-on-windows", + "https://darkdefender.medium.com/windows-10-mail-app-forensics-39025f5418d2", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_access/file_access_win_outlook_mail_credential_access.yml" ], "tags": [ @@ -15430,8 +15498,8 @@ "logsource.category": "file_delete", "logsource.product": "windows", "refs": [ - "Internal Research", "https://www.group-ib.com/blog/hunting-for-ttps-with-prefetch-files/", + "Internal Research", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_delete/file_delete_win_delete_prefetch.yml" ], "tags": [ @@ -15631,8 +15699,8 @@ "logsource.category": "file_delete", "logsource.product": "windows", "refs": [ - "https://github.com/cube0x0/CVE-2021-1675", "https://github.com/hhlxf/PrintNightmare", + "https://github.com/cube0x0/CVE-2021-1675", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_delete/file_delete_win_cve_2021_1675_print_nightmare.yml" ], "tags": [ @@ -15769,8 +15837,8 @@ "logsource.category": "file_delete", "logsource.product": "windows", "refs": [ - "https://github.com/OTRF/ThreatHunter-Playbook/blob/2d4257f630f4c9770f78d0c1df059f891ffc3fec/docs/evals/apt29/detections/4.B.4_83D62033-105A-4A02-8B75-DAB52D8D51EC.md", "https://github.com/OTRF/detection-hackathon-apt29/issues/9", + "https://github.com/OTRF/ThreatHunter-Playbook/blob/2d4257f630f4c9770f78d0c1df059f891ffc3fec/docs/evals/apt29/detections/4.B.4_83D62033-105A-4A02-8B75-DAB52D8D51EC.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/file/file_delete/file_delete_win_sysinternals_sdelete_file_deletion.yml" ], "tags": [ @@ -15871,8 +15939,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Register-cimprovider/", "https://twitter.com/PhilipTsukerman/status/992021361106268161", + "https://lolbas-project.github.io/lolbas/Binaries/Register-cimprovider/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_registry_cimprovider_dll_load.yml" ], "tags": [ @@ -15997,8 +16065,8 @@ "logsource.product": "windows", "refs": [ "https://www.virustotal.com/gui/search/content%253A%2522Set-MpPreference%2520-Disable%2522/files", - "https://www.virustotal.com/gui/file/d609799091731d83d75ec5d1f030571af20c45efeeb94840b67ea09a3283ab65/behavior/C2AE", "https://docs.microsoft.com/en-us/powershell/module/defender/set-mppreference?view=windowsserver2022-ps", + "https://www.virustotal.com/gui/file/d609799091731d83d75ec5d1f030571af20c45efeeb94840b67ea09a3283ab65/behavior/C2AE", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_defender_disable_feature.yml" ], "tags": [ @@ -16032,8 +16100,8 @@ "logsource.product": "windows", "refs": [ "https://mattharr0ey.medium.com/privilege-escalation-uac-bypass-in-changepk-c40b92818d1b", - "https://medium.com/falconforce/falconfriday-detecting-uac-bypasses-0xff16-86c2a9107abf", "https://github.com/hfiref0x/UACME", + "https://medium.com/falconforce/falconfriday-detecting-uac-bypasses-0xff16-86c2a9107abf", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_uac_bypass_changepk_slui.yml" ], "tags": [ @@ -16284,8 +16352,8 @@ "logsource.product": "windows", "refs": [ "https://thedfirreport.com/2022/10/31/follina-exploit-leads-to-domain-compromise/", - "https://thedfirreport.com/2022/02/07/qbot-likes-to-move-it-move-it/", "https://redcanary.com/threat-detection-report/threats/qbot/", + "https://thedfirreport.com/2022/02/07/qbot-likes-to-move-it-move-it/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_esentutl_webcache.yml" ], "tags": [ @@ -16318,10 +16386,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://medium.com/s2wblog/analysis-of-destructive-malware-whispergate-targeting-ukraine-9d5d158f19f3", - "https://twitter.com/splinter_code/status/1483815103279603714", "https://elastic.github.io/security-research/malware/2022/01/01.operation-bleeding-bear/article/", "https://www.winhelponline.com/blog/run-program-as-system-localsystem-account-windows/", + "https://twitter.com/splinter_code/status/1483815103279603714", + "https://medium.com/s2wblog/analysis-of-destructive-malware-whispergate-targeting-ukraine-9d5d158f19f3", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pua_advancedrun.yml" ], "tags": [ @@ -16438,9 +16506,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/nao_sec/status/1530196847679401984", - "https://app.any.run/tasks/713f05d2-fe78-4b9d-a744-f7c133e3fafb/", "https://twitter.com/_JohnHammond/status/1531672601067675648", + "https://app.any.run/tasks/713f05d2-fe78-4b9d-a744-f7c133e3fafb/", + "https://twitter.com/nao_sec/status/1530196847679401984", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_msdt_arbitrary_command_execution.yml" ], "tags": [ @@ -16506,9 +16574,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://blog.harmj0y.net/redteaming/from-kekeo-to-rubeus", "https://github.com/GhostPack/Rubeus", "https://m0chan.github.io/2019/07/31/How-To-Attack-Kerberos-101.html", + "https://blog.harmj0y.net/redteaming/from-kekeo-to-rubeus", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_rubeus.yml" ], "tags": [ @@ -16558,12 +16626,12 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://nwgat.ninja/getting-system-information-with-wmic-on-windows/", "https://blog.sekoia.io/aurora-a-rising-stealer-flying-under-the-radar", + "https://github.com/redcanaryco/atomic-red-team/blob/a2ccd19c37d0278b4ffa8583add3cf52060a5418/atomics/T1082/T1082.md#atomic-test-25---system-information-discovery-with-wmic", + "https://nwgat.ninja/getting-system-information-with-wmic-on-windows/", + "https://blog.cyble.com/2023/01/18/aurora-a-stealer-using-shapeshifting-tactics/", "https://app.any.run/tasks/a6aa0057-82ec-451f-8f99-55650ca537da/", "https://www.virustotal.com/gui/file/d6f6bc10ae0e634ed4301d584f61418cee18e5d58ad9af72f8aa552dc4aaeca3/behavior", - "https://blog.cyble.com/2023/01/18/aurora-a-stealer-using-shapeshifting-tactics/", - "https://github.com/redcanaryco/atomic-red-team/blob/a2ccd19c37d0278b4ffa8583add3cf52060a5418/atomics/T1082/T1082.md#atomic-test-25---system-information-discovery-with-wmic", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wmic_recon_system_info_uncommon.yml" ], "tags": [ @@ -16596,13 +16664,13 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.lifars.com/wp-content/uploads/2022/01/GriefRansomware_Whitepaper-2.pdf", - "https://www.ired.team/offensive-security/credential-access-and-credential-dumping/ntds.dit-enumeration", "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/diskshadow", - "https://medium.com/@cyberjyot/lolbin-execution-via-diskshadow-f6ff681a27a4", - "https://research.checkpoint.com/2022/evilplayout-attack-against-irans-state-broadcaster/", - "https://www.zscaler.com/blogs/security-research/technical-analysis-crytox-ransomware", + "https://www.ired.team/offensive-security/credential-access-and-credential-dumping/ntds.dit-enumeration", "https://bohops.com/2018/03/26/diskshadow-the-return-of-vss-evasion-persistence-and-active-directory-database-extraction/", + "https://www.zscaler.com/blogs/security-research/technical-analysis-crytox-ransomware", + "https://www.lifars.com/wp-content/uploads/2022/01/GriefRansomware_Whitepaper-2.pdf", + "https://research.checkpoint.com/2022/evilplayout-attack-against-irans-state-broadcaster/", + "https://medium.com/@cyberjyot/lolbin-execution-via-diskshadow-f6ff681a27a4", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_diskshadow_script_mode_susp_ext.yml" ], "tags": [ @@ -16635,9 +16703,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://medium.com/@networksecurity/rdp-hijacking-how-to-hijack-rds-and-remoteapp-sessions-transparently-to-move-through-an-da2a1e73a5f6", - "http://www.korznikov.com/2017/03/0-day-or-feature-privilege-escalation.html", "https://www.hackingarticles.in/rdp-session-hijacking-with-tscon/", + "http://www.korznikov.com/2017/03/0-day-or-feature-privilege-escalation.html", + "https://medium.com/@networksecurity/rdp-hijacking-how-to-hijack-rds-and-remoteapp-sessions-transparently-to-move-through-an-da2a1e73a5f6", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_tscon_rdp_redirect.yml" ], "tags": [ @@ -16714,9 +16782,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1560.001/T1560.001.md", "https://ss64.com/bash/rar.html", "https://labs.sentinelone.com/the-anatomy-of-an-apt-attack-and-cobaltstrike-beacons-encoded-configuration/", - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1560.001/T1560.001.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_rar_compression_with_password.yml" ], "tags": [ @@ -16749,8 +16817,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.virustotal.com/gui/file/af1c82237b6e5a3a7cdbad82cc498d298c67845d92971bada450023d1335e267/content", "https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse?tabs=powershell", + "https://www.virustotal.com/gui/file/af1c82237b6e5a3a7cdbad82cc498d298c67845d92971bada450023d1335e267/content", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_add_windows_capability.yml" ], "tags": [ @@ -16941,8 +17009,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://thedfirreport.com/2022/04/04/stolen-images-campaign-ends-in-conti-ransomware/", "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/chcp", + "https://thedfirreport.com/2022/04/04/stolen-images-campaign-ends-in-conti-ransomware/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_chcp_codepage_lookup.yml" ], "tags": [ @@ -17077,10 +17145,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.zscaler.com/blogs/security-research/unintentional-leak-glimpse-attack-vectors-apt37", "https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/chm-badness-delivers-a-banking-trojan/", - "https://www.ptsecurity.com/ww-en/analytics/pt-esc-threat-intelligence/higaisa-or-winnti-apt-41-backdoors-old-and-new/", + "https://www.zscaler.com/blogs/security-research/unintentional-leak-glimpse-attack-vectors-apt37", "https://github.com/elastic/protections-artifacts/commit/746086721fd385d9f5c6647cada1788db4aea95f#diff-27939090904026cc396b0b629c8e4314acd6f5dac40a676edbc87f4567b47eb7", + "https://www.ptsecurity.com/ww-en/analytics/pt-esc-threat-intelligence/higaisa-or-winnti-apt-41-backdoors-old-and-new/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hh_html_help_susp_child_process.yml" ], "tags": [ @@ -17267,8 +17335,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://mobile.twitter.com/0gtweet/status/1564131230941122561", "https://strontic.github.io/xcyclopedia/library/DeviceEnroller.exe-24BEF0D6B0ECED36BB41831759FDE18D.html", + "https://mobile.twitter.com/0gtweet/status/1564131230941122561", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_deviceenroller_dll_sideloading.yml" ], "tags": [ @@ -17336,8 +17404,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://thedfirreport.com/2023/10/30/netsupport-intrusion-results-in-domain-compromise/", "https://www.pingcastle.com/documentation/scanner/", + "https://thedfirreport.com/2023/10/30/netsupport-intrusion-results-in-domain-compromise/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_renamed_pingcastle.yml" ], "tags": [ @@ -17379,8 +17447,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/elastic/detection-rules/blob/414d32027632a49fb239abb8fbbb55d3fa8dd861/rules/windows/discovery_peripheral_device.toml", "Turla has used fsutil fsinfo drives to list connected drives.", + "https://github.com/elastic/detection-rules/blob/414d32027632a49fb239abb8fbbb55d3fa8dd861/rules/windows/discovery_peripheral_device.toml", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_fsutil_drive_enumeration.yml" ], "tags": [ @@ -17413,8 +17481,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/BloodHoundAD/BloodHound", "https://github.com/BloodHoundAD/SharpHound", + "https://github.com/BloodHoundAD/BloodHound", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_bloodhound_sharphound.yml" ], "tags": [ @@ -17488,8 +17556,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/GhostPack/Seatbelt", "https://www.bluetangle.dev/2022/08/fastening-seatbelt-on-threat-hunting.html", + "https://github.com/GhostPack/Seatbelt", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pua_seatbelt.yml" ], "tags": [ @@ -17538,8 +17606,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://web.archive.org/web/20200229201156/https://www.sans.org/cyber-security-summit/archives/file/summit-archive-1493861893.pdf", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1560.001/T1560.001.md", + "https://web.archive.org/web/20200229201156/https://www.sans.org/cyber-security-summit/archives/file/summit-archive-1493861893.pdf", "https://lolbas-project.github.io/lolbas/Binaries/Psr/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_psr_capture_screenshots.yml" ], @@ -17705,8 +17773,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.mandiant.com/resources/blog/sharpersist-windows-persistence-toolkit", "https://github.com/mandiant/SharPersist", + "https://www.mandiant.com/resources/blog/sharpersist-windows-persistence-toolkit", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_sharpersist.yml" ], "tags": [ @@ -17762,10 +17830,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://blog.talosintelligence.com/2022/08/recent-cyber-attack.html?m=1", "https://www.ired.team/offensive-security/credential-access-and-credential-dumping/ntds.dit-enumeration", - "https://github.com/samratashok/nishang/blob/414ee1104526d7057f9adaeee196d91ae447283e/Gather/Copy-VSS.ps1", + "https://blog.talosintelligence.com/2022/08/recent-cyber-attack.html?m=1", "https://pentestlab.blog/tag/ntds-dit/", + "https://github.com/samratashok/nishang/blob/414ee1104526d7057f9adaeee196d91ae447283e/Gather/Copy-VSS.ps1", "https://github.com/rapid7/metasploit-framework/blob/d297adcebb5c1df6fe30b12ca79b161deb71571c/data/post/powershell/NTDSgrab.ps1", "https://github.com/zcgonvh/NTDSDumpEx", "https://www.n00py.io/2022/03/manipulating-user-passwords-without-mimikatz/", @@ -17834,8 +17902,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/sysinternals/downloads/sdelete", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1485/T1485.md", + "https://docs.microsoft.com/en-us/sysinternals/downloads/sdelete", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_renamed_sysinternals_sdelete.yml" ], "tags": [ @@ -17855,6 +17923,48 @@ "uuid": "c1d867fe-8d95-4487-aab4-e53f2d339f90", "value": "Renamed Sysinternals Sdelete Execution" }, + { + "description": "Detects potentially suspicious execution of the Qemu utility in a Windows environment.\nThreat actors have leveraged this utility and this technique for achieving network access as reported by Kaspersky.\n", + "meta": { + "author": "Muhammad Faisal (@faisalusuf), Hunter Juhan (@threatHNTR)", + "creation_date": "2024/06/03", + "falsepositive": [ + "Unknown" + ], + "filename": "proc_creation_win_qemu_suspicious_execution.yml", + "level": "medium", + "logsource.category": "process_creation", + "logsource.product": "windows", + "refs": [ + "https://www.qemu.org/docs/master/system/invocation.html#hxtool-5", + "https://securelist.com/network-tunneling-with-qemu/111803/", + "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_qemu_suspicious_execution.yml" + ], + "tags": [ + "attack.command_and_control", + "attack.t1090", + "attack.t1572" + ] + }, + "related": [ + { + "dest-uuid": "731f4f55-b6d0-41d1-a7a9-072a66389aea", + "tags": [ + "estimative-language:likelihood-probability=\"almost-certain\"" + ], + "type": "related-to" + }, + { + "dest-uuid": "4fe28b27-b13c-453e-a386-c2ef362a573b", + "tags": [ + "estimative-language:likelihood-probability=\"almost-certain\"" + ], + "type": "related-to" + } + ], + "uuid": "5fc297ae-25b6-488a-8f25-cc12ac29b744", + "value": "Potentially Suspicious Usage Of Qemu" + }, { "description": "Detects usage of the \"Set-Service\" powershell cmdlet to configure a new SecurityDescriptor that allows a service to be hidden from other utilities such as \"sc.exe\", \"Get-Service\"...etc. (Works only in powershell 7)", "meta": { @@ -17868,8 +17978,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/set-service?view=powershell-7.2", "https://twitter.com/Alh4zr3d/status/1580925761996828672", + "https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/set-service?view=powershell-7.2", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_hide_services_via_set_service.yml" ], "tags": [ @@ -18048,8 +18158,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "Internal Research", "https://tools.thehacker.recipes/mimikatz/modules", + "Internal Research", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_system_user_anomaly.yml" ], "tags": [ @@ -18202,8 +18312,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://blog.thickmints.dev/mintsights/detecting-rogue-rdp/", "https://www.blackhillsinfosec.com/rogue-rdp-revisiting-initial-access-methods/", + "https://blog.thickmints.dev/mintsights/detecting-rogue-rdp/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_mstsc_run_local_rdp_file_susp_location.yml" ], "tags": [ @@ -18237,9 +18347,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://www.fireeye.com/blog/threat-research/2019/01/bypassing-network-restrictions-through-rdp-tunneling.html", "https://adepts.of0x.cc/netsh-portproxy-code/", "https://www.dfirnotes.net/portproxy_detection/", - "https://www.fireeye.com/blog/threat-research/2019/01/bypassing-network-restrictions-through-rdp-tunneling.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_netsh_port_forwarding.yml" ], "tags": [ @@ -18350,8 +18460,8 @@ "refs": [ "https://github.com/EmpireProject/Empire/blob/e37fb2eef8ff8f5a0a689f1589f424906fe13055/lib/modules/powershell/persistence/powerbreach/resolver.py#L178", "https://github.com/EmpireProject/Empire/blob/e37fb2eef8ff8f5a0a689f1589f424906fe13055/data/module_source/privesc/Invoke-EventVwrBypass.ps1#L64", - "https://github.com/EmpireProject/Empire/blob/e37fb2eef8ff8f5a0a689f1589f424906fe13055/lib/modules/powershell/persistence/powerbreach/deaduser.py#L191", "https://github.com/EmpireProject/Empire/blob/c2ba61ca8d2031dad0cfc1d5770ba723e8b710db/lib/common/helpers.py#L165", + "https://github.com/EmpireProject/Empire/blob/e37fb2eef8ff8f5a0a689f1589f424906fe13055/lib/modules/powershell/persistence/powerbreach/deaduser.py#L191", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_empire_powershell_launch.yml" ], "tags": [ @@ -18461,10 +18571,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://web.archive.org/web/20220224045756/https://www.ria.ee/sites/default/files/content-editors/kuberturve/tale_of_gamaredon_infection.pdf", - "https://unit42.paloaltonetworks.com/unit-42-title-gamaredon-group-toolset-evolution", "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/shuckworm-gamaredon-espionage-ukraine", "https://uvnc.com/docs/uvnc-viewer/52-ultravnc-viewer-commandline-parameters.html", + "https://web.archive.org/web/20220224045756/https://www.ria.ee/sites/default/files/content-editors/kuberturve/tale_of_gamaredon_infection.pdf", + "https://unit42.paloaltonetworks.com/unit-42-title-gamaredon-group-toolset-evolution", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_ultravnc_susp_execution.yml" ], "tags": [ @@ -18531,9 +18641,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://developers.cloudflare.com/cloudflare-one/connections/connect-apps", "https://blog.reconinfosec.com/emergence-of-akira-ransomware-group", "https://github.com/cloudflare/cloudflared", + "https://developers.cloudflare.com/cloudflare-one/connections/connect-apps", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_cloudflared_tunnel_run.yml" ], "tags": [ @@ -18760,8 +18870,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.microsoft.com/security/blog/2022/08/24/looking-for-the-sliver-lining-hunting-for-emerging-command-and-control-frameworks/", "https://github.com/BishopFox/sliver/blob/79f2d48fcdfc2bee4713b78d431ea4b27f733f30/implant/sliver/shell/shell_windows.go#L36", + "https://www.microsoft.com/security/blog/2022/08/24/looking-for-the-sliver-lining-hunting-for-emerging-command-and-control-frameworks/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_sliver_c2_execution_pattern.yml" ], "tags": [ @@ -18828,8 +18938,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-expression?view=powershell-7.2", "https://www.huntress.com/blog/slashandgrab-screen-connect-post-exploitation-in-the-wild-cve-2024-1709-cve-2024-1708", + "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-expression?view=powershell-7.2", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_iex_patterns.yml" ], "tags": [ @@ -18964,8 +19074,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://micahbabinski.medium.com/search-ms-webdav-and-chill-99c5b23ac462", "https://www.trellix.com/en-us/about/newsroom/stories/research/beyond-file-search-a-novel-method.html", + "https://micahbabinski.medium.com/search-ms-webdav-and-chill-99c5b23ac462", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_webdav_lnk_execution.yml" ], "tags": [ @@ -19006,8 +19116,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1220/T1220.md", "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Msxsl/", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1220/T1220.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_msxsl_execution.yml" ], "tags": [ @@ -19040,9 +19150,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/bumblebee-loader-cybercrime", - "https://thedfirreport.com/2022/09/26/bumblebee-round-two/", "https://thedfirreport.com/2022/08/08/bumblebee-roasts-its-way-to-domain-admin/", + "https://thedfirreport.com/2022/09/26/bumblebee-round-two/", + "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/bumblebee-loader-cybercrime", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wab_execution_from_non_default_location.yml" ], "tags": [ @@ -19100,11 +19210,11 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/Hexacorn/status/885553465417756673", - "https://www.mandiant.com/resources/blog/obfuscation-wild-targeted-attackers-lead-way-evasion-techniques", - "https://twitter.com/vysecurity/status/885545634958385153", "https://web.archive.org/web/20190213114956/http://www.windowsinspired.com/understanding-the-command-line-string-and-arguments-received-by-a-windows-program/", + "https://www.mandiant.com/resources/blog/obfuscation-wild-targeted-attackers-lead-way-evasion-techniques", + "https://twitter.com/Hexacorn/status/885553465417756673", "https://twitter.com/Hexacorn/status/885570278637678592", + "https://twitter.com/vysecurity/status/885545634958385153", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_cli_obfuscation_escape_char.yml" ], "tags": [ @@ -19204,8 +19314,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.echotrail.io/insights/search/wusa.exe/", "https://web.archive.org/web/20180331144337/https://www.fireeye.com/blog/threat-research/2018/03/sanny-malware-delivery-method-updated-in-recently-observed-attacks.html", + "https://www.echotrail.io/insights/search/wusa.exe/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wusa_cab_files_extraction_from_susp_paths.yml" ], "tags": [ @@ -19228,8 +19338,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://redcanary.com/blog/raspberry-robin/", "https://thedfirreport.com/2022/09/26/bumblebee-round-two/", + "https://redcanary.com/blog/raspberry-robin/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_rundll32_parent_explorer.yml" ], "tags": [ @@ -19402,9 +19512,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.horizon3.ai/manageengine-cve-2022-47966-technical-deep-dive/", "https://blog.viettelcybersecurity.com/saml-show-stopper/", "https://github.com/horizon3ai/CVE-2022-47966/blob/3a51c6b72ebbd87392babd955a8fbeaee2090b35/CVE-2022-47966.py", + "https://www.horizon3.ai/manageengine-cve-2022-47966-technical-deep-dive/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_java_manageengine_susp_child_process.yml" ], "tags": [ @@ -19671,8 +19781,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://grzegorztworek.medium.com/using-uefi-to-inject-executable-files-into-bitlocker-protected-drives-8ff4ca59c94c", "https://persistence-info.github.io/Data/wpbbin.html", + "https://grzegorztworek.medium.com/using-uefi-to-inject-executable-files-into-bitlocker-protected-drives-8ff4ca59c94c", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wpbbin_potential_persistence.yml" ], "tags": [ @@ -19780,8 +19890,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.n00py.io/2021/05/dumping-plaintext-rdp-credentials-from-svchost-exe/", "https://pentestlab.blog/tag/svchost/", + "https://www.n00py.io/2021/05/dumping-plaintext-rdp-credentials-from-svchost-exe/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_sc_query_interesting_services.yml" ], "tags": [ @@ -19813,9 +19923,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://redcanary.com/blog/chromeloader/", - "https://emkc.org/s/RJjuLa", "https://www.mandiant.com/resources/blog/lnk-between-browsers", + "https://emkc.org/s/RJjuLa", + "https://redcanary.com/blog/chromeloader/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_browsers_chromium_load_extension.yml" ], "tags": [ @@ -19848,8 +19958,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.sans.org/blog/red-team-tactics-hiding-windows-services/", "https://docs.microsoft.com/pt-br/windows/win32/secauthz/sid-strings", + "https://www.sans.org/blog/red-team-tactics-hiding-windows-services/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_service_dacl_modification_set_service.yml" ], "tags": [ @@ -20051,9 +20161,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://www.elevenforum.com/t/video-guide-how-to-completely-disable-microsoft-defender-antivirus.14608/page-2", "https://thedfirreport.com/2022/03/21/apt35-automates-initial-access-using-proxyshell/", "https://github.com/swagkarna/Defeat-Defender-V1.2.0", - "https://www.elevenforum.com/t/video-guide-how-to-completely-disable-microsoft-defender-antivirus.14608/page-2", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_reg_windows_defender_tamper.yml" ], "tags": [ @@ -20154,8 +20264,8 @@ "logsource.product": "windows", "refs": [ "https://twitter.com/gN3mes1s/status/1222095371175911424", - "https://twitter.com/gN3mes1s/status/1222095963789111296", "https://twitter.com/gN3mes1s/status/1222088214581825540", + "https://twitter.com/gN3mes1s/status/1222095963789111296", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_dctask64_arbitrary_command_and_dll_execution.yml" ], "tags": [ @@ -20211,9 +20321,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://bohops.com/2020/11/02/exploring-the-wdac-microsoft-recommended-block-rules-part-ii-wfc-fsi/", - "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Fsi/", "https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules", + "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Fsi/", + "https://bohops.com/2020/11/02/exploring-the-wdac-microsoft-recommended-block-rules-part-ii-wfc-fsi/", "https://lolbas-project.github.io/lolbas/OtherMSBinaries/FsiAnyCpu/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_fsi_fsharp_code_execution.yml" ], @@ -20247,8 +20357,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/84d9edaaaa2c5511144521b0e4af726d1c7276ce/atomics/T1539/T1539.md#atomic-test-2---steal-chrome-cookies-windows", "https://blog.cyble.com/2022/04/21/prynt-stealer-a-new-info-stealer-performing-clipper-and-keylogger-activities/", + "https://github.com/redcanaryco/atomic-red-team/blob/84d9edaaaa2c5511144521b0e4af726d1c7276ce/atomics/T1539/T1539.md#atomic-test-2---steal-chrome-cookies-windows", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_sqlite_chromium_profile_data.yml" ], "tags": [ @@ -20298,8 +20408,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://ijustwannared.team/2020/08/01/the-curious-case-of-aspnet_compiler-exe/", "https://lolbas-project.github.io/lolbas/Binaries/Aspnet_Compiler/", + "https://ijustwannared.team/2020/08/01/the-curious-case-of-aspnet_compiler-exe/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_aspnet_compiler_susp_paths.yml" ], "tags": [ @@ -20373,11 +20483,11 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/aceresponder/status/1636116096506818562", "https://www.microsoft.com/en-us/security/blog/2023/03/24/guidance-for-investigating-attacks-using-cve-2023-23397/", - "https://www.mdsec.co.uk/2023/03/exploiting-cve-2023-23397-microsoft-outlook-elevation-of-privilege-vulnerability/", - "https://www.microsoft.com/en-us/security/blog/wp-content/uploads/2023/03/Figure-7-sample-webdav-process-create-event.png", "https://www.pwndefend.com/2023/03/15/the-long-game-persistent-hash-theft/", + "https://twitter.com/aceresponder/status/1636116096506818562", + "https://www.microsoft.com/en-us/security/blog/wp-content/uploads/2023/03/Figure-7-sample-webdav-process-create-event.png", + "https://www.mdsec.co.uk/2023/03/exploiting-cve-2023-23397-microsoft-outlook-elevation-of-privilege-vulnerability/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_rundll32_webdav_client_susp_execution.yml" ], "tags": [ @@ -20411,9 +20521,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://medium.com/tenable-techblog/uac-bypass-by-mocking-trusted-directories-24a96675f6e", - "https://github.com/netero1010/TrustedPath-UACBypass-BOF", "https://www.wietzebeukema.nl/blog/hijacking-dlls-in-windows", + "https://github.com/netero1010/TrustedPath-UACBypass-BOF", + "https://medium.com/tenable-techblog/uac-bypass-by-mocking-trusted-directories-24a96675f6e", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_uac_bypass_trustedpath.yml" ], "tags": [ @@ -20479,8 +20589,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.youtube.com/watch?v=Ie831jF0bb0", "https://twitter.com/_xpn_/status/1491557187168178176", + "https://www.youtube.com/watch?v=Ie831jF0bb0", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_citrix_trolleyexpress_procdump.yml" ], "tags": [ @@ -20522,9 +20632,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/answers/questions/253555/software-list-inventory-wmic-product", "https://thedfirreport.com/2023/03/06/2022-year-in-review/", "https://www.yeahhub.com/list-installed-programs-version-path-windows/", + "https://learn.microsoft.com/en-us/answers/questions/253555/software-list-inventory-wmic-product", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wmic_recon_product.yml" ], "tags": [ @@ -20557,11 +20667,11 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://news.sophos.com/en-us/2021/04/13/compromised-exchange-server-hosting-cryptojacker-targeting-other-exchange-servers/", - "https://forensicitguy.github.io/agenttesla-vba-certutil-download/", "https://lolbas-project.github.io/lolbas/Binaries/Certutil/", - "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/certutil", + "https://forensicitguy.github.io/agenttesla-vba-certutil-download/", + "https://news.sophos.com/en-us/2021/04/13/compromised-exchange-server-hosting-cryptojacker-targeting-other-exchange-servers/", "https://twitter.com/egre55/status/1087685529016193025", + "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/certutil", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_certutil_download.yml" ], "tags": [ @@ -20628,10 +20738,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/LOLBAS-Project/LOLBAS/blob/2cc01b01132b5c304027a658c698ae09dd6a92bf/yml/OSBinaries/Wbadmin.yml", "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/wbadmin-start-recovery", - "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/wbadmin-start-backup", + "https://github.com/LOLBAS-Project/LOLBAS/blob/2cc01b01132b5c304027a658c698ae09dd6a92bf/yml/OSBinaries/Wbadmin.yml", "https://lolbas-project.github.io/lolbas/Binaries/Wbadmin/", + "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/wbadmin-start-backup", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wbadmin_dump_sensitive_files.yml" ], "tags": [ @@ -20664,9 +20774,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/sql/odbc/odbcconf-exe?view=sql-server-ver16", "https://www.trendmicro.com/en_us/research/17/h/backdoor-carrying-emails-set-sights-on-russian-speaking-businesses.html", "https://securityintelligence.com/posts/raspberry-robin-worm-dridex-malware/", + "https://learn.microsoft.com/en-us/sql/odbc/odbcconf-exe?view=sql-server-ver16", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_odbcconf_exec_susp_locations.yml" ], "tags": [ @@ -20770,9 +20880,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://www.hybrid-analysis.com/sample/8da5b75b6380a41eee3a399c43dfe0d99eeefaa1fd21027a07b1ecaa4cd96fdd?environmentId=120", "https://web.archive.org/web/20180331144337/https://www.fireeye.com/blog/threat-research/2018/03/sanny-malware-delivery-method-updated-in-recently-observed-attacks.html", "https://thedfirreport.com/2023/08/28/html-smuggling-leads-to-domain-wide-ransomware/", - "https://www.hybrid-analysis.com/sample/8da5b75b6380a41eee3a399c43dfe0d99eeefaa1fd21027a07b1ecaa4cd96fdd?environmentId=120", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_copy_system_dir.yml" ], "tags": [ @@ -20915,8 +21025,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc731620(v=ws.11)", "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/espionage-asia-governments", + "https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc731620(v=ws.11)", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_ntdsutil_susp_usage.yml" ], "tags": [ @@ -20951,9 +21061,9 @@ "logsource.product": "windows", "refs": [ "https://www.microsoft.com/en-us/security/blog/2022/10/25/dev-0832-vice-society-opportunistic-ransomware-campaigns-impacting-us-education-sector/", + "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/espionage-asia-governments", "https://www.huntress.com/blog/slashandgrab-screen-connect-post-exploitation-in-the-wild-cve-2024-1709-cve-2024-1708", "https://thedfirreport.com/2022/09/26/bumblebee-round-two/", - "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/espionage-asia-governments", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_weak_or_abused_passwords.yml" ], "tags": [ @@ -21100,8 +21210,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/VirtualAlllocEx/Payload-Download-Cradles/blob/88e8eca34464a547c90d9140d70e9866dcbc6a12/Download-Cradles.cmd", "https://labs.withsecure.com/publications/fin7-target-veeam-servers", + "https://github.com/VirtualAlllocEx/Payload-Download-Cradles/blob/88e8eca34464a547c90d9140d70e9866dcbc6a12/Download-Cradles.cmd", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_download_iex.yml" ], "tags": [ @@ -21168,8 +21278,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://persistence-info.github.io/Data/windowsterminalprofile.html", "https://twitter.com/nas_bench/status/1550836225652686848", + "https://persistence-info.github.io/Data/windowsterminalprofile.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_windows_terminal_susp_children.yml" ], "tags": [ @@ -21227,8 +21337,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/mrd0x/status/1475085452784844803?s=12", "https://twitter.com/an0n_r0/status/1474698356635193346?s=12", + "https://twitter.com/mrd0x/status/1475085452784844803?s=12", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_download_office_domain.yml" ], "tags": [ @@ -21269,10 +21379,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/sql/odbc/odbcconf-exe?view=sql-server-ver16", - "https://www.cybereason.com/blog/threat-analysis-report-bumblebee-loader-the-high-road-to-enterprise-domain-control", "https://www.hexacorn.com/blog/2020/08/23/odbcconf-lolbin-trifecta/", "https://lolbas-project.github.io/lolbas/Binaries/Odbcconf/", + "https://learn.microsoft.com/en-us/sql/odbc/odbcconf-exe?view=sql-server-ver16", + "https://www.cybereason.com/blog/threat-analysis-report-bumblebee-loader-the-high-road-to-enterprise-domain-control", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_odbcconf_response_file.yml" ], "tags": [ @@ -21430,10 +21540,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.mandiant.com/resources/telegram-malware-iranian-espionage", "https://www.huntress.com/blog/slashandgrab-screen-connect-post-exploitation-in-the-wild-cve-2024-1709-cve-2024-1708", - "https://www.trendmicro.com/en_us/research/24/b/threat-actor-groups-including-black-basta-are-exploiting-recent-.html", "https://docs.connectwise.com/ConnectWise_Control_Documentation/Get_started/Host_client/View_menu/Backstage_mode", + "https://www.mandiant.com/resources/telegram-malware-iranian-espionage", + "https://www.trendmicro.com/en_us/research/24/b/threat-actor-groups-including-black-basta-are-exploiting-recent-.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_remote_access_tools_screenconnect_remote_execution_susp.yml" ], "tags": [ @@ -21466,8 +21576,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-acl?view=powershell-5.1", "https://github.com/redcanaryco/atomic-red-team/blob/74438b0237d141ee9c99747976447dc884cb1a39/atomics/T1505.005/T1505.005.md", + "https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-acl?view=powershell-5.1", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_set_acl_susp_location.yml" ], "tags": [ @@ -21682,8 +21792,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://eqllib.readthedocs.io/en/latest/analytics/014c3f51-89c6-40f1-ac9c-5688f26090ab.html", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1136.001/T1136.001.md", + "https://eqllib.readthedocs.io/en/latest/analytics/014c3f51-89c6-40f1-ac9c-5688f26090ab.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_net_user_add.yml" ], "tags": [ @@ -21716,8 +21826,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin", "https://lolbas-project.github.io/lolbas/Binaries/Bitsadmin/", + "https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin", "https://blog.talosintelligence.com/breaking-the-silence-recent-truebot-activity/", "https://isc.sans.edu/diary/22264", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_bitsadmin_download_uncommon_targetfolder.yml" @@ -21762,9 +21872,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.microsoft.com/security/blog/2021/03/02/hafnium-targeting-exchange-servers/", - "https://www.volexity.com/blog/2021/03/02/active-exploitation-of-microsoft-exchange-zero-day-vulnerabilities/", "https://www.intrinsec.com/apt27-analysis/", + "https://www.volexity.com/blog/2021/03/02/active-exploitation-of-microsoft-exchange-zero-day-vulnerabilities/", + "https://www.microsoft.com/security/blog/2021/03/02/hafnium-targeting-exchange-servers/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_snapins_hafnium.yml" ], "tags": [ @@ -21873,8 +21983,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Dxcap/", "https://twitter.com/harr0ey/status/992008180904419328", + "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Dxcap/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_susp_dxcap.yml" ], "tags": [ @@ -22038,9 +22148,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/MichalKoczwara/status/1553634816016498688", - "https://thedfirreport.com/2021/10/18/icedid-to-xinglocker-ransomware-in-24-hours/", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1490/T1490.md#atomic-test-8---windows---disable-the-sr-scheduled-task", + "https://thedfirreport.com/2021/10/18/icedid-to-xinglocker-ransomware-in-24-hours/", + "https://twitter.com/MichalKoczwara/status/1553634816016498688", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_schtasks_disable.yml" ], "tags": [ @@ -22141,8 +22251,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/med0x2e/status/1520402518685200384", "https://github.com/elastic/detection-rules/blob/dd224fb3f81d0b4bf8593c5f02a029d647ba2b2d/rules/windows/credential_access_relay_ntlm_auth_via_http_spoolss.toml", + "https://twitter.com/med0x2e/status/1520402518685200384", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_rundll32_ntlmrelay.yml" ], "tags": [ @@ -22218,8 +22328,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://ijustwannared.team/2020/08/01/the-curious-case-of-aspnet_compiler-exe/", "https://lolbas-project.github.io/lolbas/Binaries/Aspnet_Compiler/", + "https://ijustwannared.team/2020/08/01/the-curious-case-of-aspnet_compiler-exe/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_aspnet_compiler_susp_child_process.yml" ], "tags": [ @@ -22396,10 +22506,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://businessinsights.bitdefender.com/deep-dive-into-a-backdoordiplomacy-attack-a-study-of-an-attackers-toolkit", + "https://redcanary.com/blog/msix-installers/", "https://www.cybereason.com/blog/research/operation-ghostshell-novel-rat-targets-global-aerospace-and-telecoms-firms", "https://web.archive.org/web/20180725233601/https://www.pwc.co.uk/cyber-security/pdf/cloud-hopper-annex-b-final.pdf", - "https://redcanary.com/blog/msix-installers/", + "https://businessinsights.bitdefender.com/deep-dive-into-a-backdoordiplomacy-attack-a-study-of-an-attackers-toolkit", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_csvde_export.yml" ], "tags": [ @@ -22434,8 +22544,8 @@ "logsource.product": "windows", "refs": [ "https://www.microsoft.com/security/blog/2022/09/07/profiling-dev-0270-phosphorus-ransomware-operations/", - "https://www.trellix.com/en-sg/about/newsroom/stories/threat-labs/lockergoga-ransomware-family-used-in-targeted-attacks.html", "https://redacted.com/blog/bianlian-ransomware-gang-gives-it-a-go/", + "https://www.trellix.com/en-sg/about/newsroom/stories/threat-labs/lockergoga-ransomware-family-used-in-targeted-attacks.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_net_user_default_accounts_manipulation.yml" ], "tags": [ @@ -22569,8 +22679,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/WithSecureLabs/iocs/blob/344203de742bb7e68bd56618f66d34be95a9f9fc/FIN7VEEAM/iocs.csv", "https://labs.withsecure.com/publications/fin7-target-veeam-servers", + "https://github.com/WithSecureLabs/iocs/blob/344203de742bb7e68bd56618f66d34be95a9f9fc/FIN7VEEAM/iocs.csv", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_curl_custom_user_agent.yml" ], "tags": [ @@ -22616,10 +22726,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.virustotal.com/gui/file/427616528b7dbc4a6057ac89eb174a3a90f7abcf3f34e5a359b7a910d82f7a72/behavior", "https://www.virustotal.com/gui/file/34de4c8beded481a4084a1fd77855c3e977e8ac643e5c5842d0f15f7f9b9086f/behavior", - "https://www.virustotal.com/gui/file/4abe1395a09fda06d897a9c4eb247278c1b6cddda5d126ce5b3f4f499e3b8fa2/behavior", "https://www.virustotal.com/gui/file/35c22725a92d5cb1016b09421c0a6cdbfd860fd4778b3313669b057d4a131cb7/behavior", + "https://www.virustotal.com/gui/file/4abe1395a09fda06d897a9c4eb247278c1b6cddda5d126ce5b3f4f499e3b8fa2/behavior", + "https://www.virustotal.com/gui/file/427616528b7dbc4a6057ac89eb174a3a90f7abcf3f34e5a359b7a910d82f7a72/behavior", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_certutil_encode_susp_extensions.yml" ], "tags": [ @@ -22859,9 +22969,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://mikefrobbins.com/2017/06/15/simple-obfuscation-with-powershell-using-base64-encoding/", "https://unit42.paloaltonetworks.com/unit42-pulling-back-the-curtains-on-encodedcommand-powershell-attacks/", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1059.001/T1059.001.md#atomic-test-20---powershell-invoke-known-malicious-cmdlets", + "https://mikefrobbins.com/2017/06/15/simple-obfuscation-with-powershell-using-base64-encoding/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_encode.yml" ], "tags": [ @@ -22928,11 +23038,11 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://taggart-tech.com/quasar-electron/", "https://positive.security/blog/ms-officecmd-rce", + "https://taggart-tech.com/quasar-electron/", + "https://lolbas-project.github.io/lolbas/Binaries/Msedge/", "https://medium.com/@MalFuzzer/one-electron-to-rule-them-all-dc2e9b263daf", "https://github.com/mttaggart/quasar", - "https://lolbas-project.github.io/lolbas/Binaries/Msedge/", "https://lolbas-project.github.io/lolbas/Binaries/Teams/", "https://lolbas-project.github.io/lolbas/Binaries/msedgewebview2/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_electron_app_children.yml" @@ -22991,8 +23101,8 @@ "logsource.product": "windows", "refs": [ "https://www.acunetix.com/blog/articles/windows-short-8-3-filenames-web-security-problem/", - "https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-2000-server/cc959352(v=technet.10)?redirectedfrom=MSDN", "https://twitter.com/frack113/status/1555830623633375232", + "https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-2000-server/cc959352(v=technet.10)?redirectedfrom=MSDN", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_ntfs_short_name_path_use_cli.yml" ], "tags": [ @@ -23082,11 +23192,11 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://research.nccgroup.com/2022/08/19/back-in-black-unlocking-a-lockbit-3-0-ransomware-attack/", - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1562.001/T1562.001.md", - "https://www.trellix.com/en-sg/about/newsroom/stories/threat-labs/lockergoga-ransomware-family-used-in-targeted-attacks.html", - "https://www.trendmicro.com/content/dam/trendmicro/global/en/research/22/h/ransomware-actor-abuses-genshin-impact-anti-cheat-driver-to-kill-antivirus/Genshin%20Impact%20Figure%2010.jpg", "https://www.virustotal.com/gui/file/38283b775552da8981452941ea74191aa0d203edd3f61fb2dee7b0aea3514955", + "https://www.trellix.com/en-sg/about/newsroom/stories/threat-labs/lockergoga-ransomware-family-used-in-targeted-attacks.html", + "https://research.nccgroup.com/2022/08/19/back-in-black-unlocking-a-lockbit-3-0-ransomware-attack/", + "https://www.trendmicro.com/content/dam/trendmicro/global/en/research/22/h/ransomware-actor-abuses-genshin-impact-anti-cheat-driver-to-kill-antivirus/Genshin%20Impact%20Figure%2010.jpg", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1562.001/T1562.001.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_service_tamper.yml" ], "tags": [ @@ -23119,9 +23229,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.trendmicro.com/en_us/research/22/j/black-basta-infiltrates-networks-via-qakbot-brute-ratel-and-coba.html", - "https://www.echotrail.io/insights/search/wermgr.exe", "https://github.com/binderlabs/DirCreate2System", + "https://www.echotrail.io/insights/search/wermgr.exe", + "https://www.trendmicro.com/en_us/research/22/j/black-basta-infiltrates-networks-via-qakbot-brute-ratel-and-coba.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wermgr_susp_child_process.yml" ], "tags": [ @@ -23164,9 +23274,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1562.001/T1562.001.md", "https://twitter.com/AdamTheAnalyst/status/1483497517119590403", "https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/configure-process-opened-file-exclusions-microsoft-defender-antivirus", - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1562.001/T1562.001.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_defender_exclusion.yml" ], "tags": [ @@ -23255,8 +23365,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/sysinternals/downloads/pssuspend", "https://twitter.com/0gtweet/status/1638069413717975046", + "https://learn.microsoft.com/en-us/sysinternals/downloads/pssuspend", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_sysinternals_pssuspend_execution.yml" ], "tags": [ @@ -23392,8 +23502,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/dotnet/api/system.type.gettypefromclsid?view=net-7.0", "https://speakerdeck.com/heirhabarov/hunting-for-powershell-abuse?slide=57", + "https://learn.microsoft.com/en-us/dotnet/api/system.type.gettypefromclsid?view=net-7.0", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_download_com_cradles.yml" ], "tags": [ @@ -23467,8 +23577,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/schtasks-change", "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/schtasks-create", + "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/schtasks-change", "http://blog.talosintelligence.com/2022/09/lazarus-three-rats.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_schtasks_schedule_type.yml" ], @@ -23570,10 +23680,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://research.nccgroup.com/2022/08/19/back-in-black-unlocking-a-lockbit-3-0-ransomware-attack/", - "https://twitter.com/cglyer/status/1355171195654709249", "https://www.mandiant.com/resources/unc2165-shifts-to-evade-sanctions", "https://thedfirreport.com/2021/10/18/icedid-to-xinglocker-ransomware-in-24-hours/", + "https://research.nccgroup.com/2022/08/19/back-in-black-unlocking-a-lockbit-3-0-ransomware-attack/", + "https://twitter.com/cglyer/status/1355171195654709249", "https://www.trendmicro.com/en_us/research/23/a/vice-society-ransomware-group-targets-manufacturing-companies.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wmic_uninstall_security_products.yml" ], @@ -23607,8 +23717,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/secedit", "https://blueteamops.medium.com/secedit-and-i-know-it-595056dee53d", + "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/secedit", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_secedit_execution.yml" ], "tags": [ @@ -23749,8 +23859,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Squirrel/", "http://www.hexacorn.com/blog/2018/08/16/squirrel-as-a-lolbin/", + "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Squirrel/", "http://www.hexacorn.com/blog/2019/03/30/sqirrel-packages-manager-as-a-lolbin-a-k-a-many-electron-apps-are-lolbins-by-default/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_squirrel_download.yml" ], @@ -23785,9 +23895,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.hexacorn.com/blog/2020/08/23/odbcconf-lolbin-trifecta/", "https://web.archive.org/web/20191023232753/https://twitter.com/Hexacorn/status/1187143326673330176", "https://lolbas-project.github.io/lolbas/Binaries/Odbcconf/", + "https://www.hexacorn.com/blog/2020/08/23/odbcconf-lolbin-trifecta/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_odbcconf_driver_install_susp.yml" ], "tags": [ @@ -23931,8 +24041,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://blog.thecybersecuritytutor.com/Exeuction-AWL-Bypass-Remote-exe-LOLBin/", "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Remote/", + "https://blog.thecybersecuritytutor.com/Exeuction-AWL-Bypass-Remote-exe-LOLBin/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_remote.yml" ], "tags": [ @@ -23998,8 +24108,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://thedfirreport.com/2022/06/06/will-the-real-msiexec-please-stand-up-exploit-leads-to-data-exfiltration/", "https://the.earth.li/~sgtatham/putty/0.58/htmldoc/Chapter7.html", + "https://thedfirreport.com/2022/06/06/will-the-real-msiexec-please-stand-up-exploit-leads-to-data-exfiltration/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_renamed_plink.yml" ], "tags": [ @@ -24032,8 +24142,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://blog.talosintelligence.com/modernloader-delivers-multiple-stealers-cryptominers-and-rats/", "https://web.archive.org/web/20220830122045/http://blog.talosintelligence.com/2022/08/modernloader-delivers-multiple-stealers.html", + "https://blog.talosintelligence.com/modernloader-delivers-multiple-stealers-cryptominers-and-rats/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_mshta_inline_vbscript.yml" ], "tags": [ @@ -24066,8 +24176,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://cocomelonc.github.io/persistence/2022/12/09/malware-pers-20.html", "https://learn.microsoft.com/en-us/windows-server/administration/server-core/server-core-sconfig#powershell-is-the-default-shell-on-server-core", + "https://cocomelonc.github.io/persistence/2022/12/09/malware-pers-20.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_userinit_uncommon_child_processes.yml" ], "tags": [ @@ -24100,13 +24210,13 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://thedfirreport.com/2023/10/30/netsupport-intrusion-results-in-domain-compromise/", - "https://github.com/802-1x/Compliance/blob/2e53df8b6e89686a0b91116b3f42c8f717dca820/Ping%20Castle/Get-PingCastle-HTMLComplianceReport.ps1#L8", "https://github.com/vletoux/pingcastle", + "https://github.com/lkys37en/Start-ADEnum/blob/5b42c54215fe5f57fc59abc52c20487d15764005/Functions/Start-ADEnum.ps1#L680", "https://github.com/EvotecIT/TheDashboard/blob/481a9ce8f82f2fd55fe65220ee6486bae6df0c9d/Examples/RunReports/PingCastle.ps1", "https://github.com/fengjixuchui/Start-ADEnum/blob/e237a739db98b6104427d833004836507da36a58/Functions/Start-ADEnum.ps1#L450", - "https://github.com/lkys37en/Start-ADEnum/blob/5b42c54215fe5f57fc59abc52c20487d15764005/Functions/Start-ADEnum.ps1#L680", + "https://thedfirreport.com/2023/10/30/netsupport-intrusion-results-in-domain-compromise/", "https://github.com/projectHULK/AD_Recon/blob/dde2daba9b3393a9388cbebda87068972cc0bd3b/SecurityAssessment.ps1#L2699", + "https://github.com/802-1x/Compliance/blob/2e53df8b6e89686a0b91116b3f42c8f717dca820/Ping%20Castle/Get-PingCastle-HTMLComplianceReport.ps1#L8", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pua_pingcastle_script_parent.yml" ], "tags": [ @@ -24139,9 +24249,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://redcanary.com/blog/chromeloader/", - "https://emkc.org/s/RJjuLa", "https://www.mandiant.com/resources/blog/lnk-between-browsers", + "https://emkc.org/s/RJjuLa", + "https://redcanary.com/blog/chromeloader/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_browsers_chromium_susp_load_extension.yml" ], "tags": [ @@ -24174,10 +24284,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://github.com/SecureAuthCorp/impacket/blob/8b1a99f7c715702eafe3f24851817bb64721b156/examples/atexec.py", + "https://github.com/SecureAuthCorp/impacket/blob/8b1a99f7c715702eafe3f24851817bb64721b156/examples/smbexec.py", "https://github.com/SecureAuthCorp/impacket/blob/8b1a99f7c715702eafe3f24851817bb64721b156/examples/dcomexec.py", "https://www.elastic.co/guide/en/security/current/suspicious-cmd-execution-via-wmi.html", - "https://github.com/SecureAuthCorp/impacket/blob/8b1a99f7c715702eafe3f24851817bb64721b156/examples/smbexec.py", - "https://github.com/SecureAuthCorp/impacket/blob/8b1a99f7c715702eafe3f24851817bb64721b156/examples/atexec.py", "https://github.com/SecureAuthCorp/impacket/blob/8b1a99f7c715702eafe3f24851817bb64721b156/examples/wmiexec.py", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_impacket_lateral_movement.yml" ], @@ -24254,12 +24364,12 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/elastic/detection-rules/blob/c76a39796972ecde44cb1da6df47f1b6562c9770/rules/windows/credential_access_lsass_memdump_file_created.toml", - "https://github.com/CCob/MirrorDump", "https://www.whiteoaksecurity.com/blog/attacks-defenses-dumping-lsass-no-mimikatz/", - "https://github.com/Hackndo/lsassy", - "https://github.com/helpsystems/nanodump", "https://medium.com/@markmotig/some-ways-to-dump-lsass-exe-c4a75fdc49bf", + "https://github.com/helpsystems/nanodump", + "https://github.com/CCob/MirrorDump", + "https://github.com/Hackndo/lsassy", + "https://github.com/elastic/detection-rules/blob/c76a39796972ecde44cb1da6df47f1b6562c9770/rules/windows/credential_access_lsass_memdump_file_created.toml", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_lsass_dmp_cli_keywords.yml" ], "tags": [ @@ -24292,8 +24402,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/Oddvarmoe/status/985518877076541440", "https://lolbas-project.github.io/lolbas/Binaries/Print/", + "https://twitter.com/Oddvarmoe/status/985518877076541440", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_print_remote_file_copy.yml" ], "tags": [ @@ -24375,9 +24485,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.revshells.com/", - "https://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet", "https://www.php.net/manual/en/features.commandline.php", + "https://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet", + "https://www.revshells.com/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_php_inline_command_execution.yml" ], "tags": [ @@ -24469,8 +24579,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://researchcenter.paloaltonetworks.com/2018/01/unit42-oilrig-uses-rgdoor-iis-backdoor-targets-middle-east/", "https://www.microsoft.com/security/blog/2022/07/26/malicious-iis-extensions-quietly-open-persistent-backdoors-into-servers/", + "https://researchcenter.paloaltonetworks.com/2018/01/unit42-oilrig-uses-rgdoor-iis-backdoor-targets-middle-east/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_iis_appcmd_susp_module_install.yml" ], "tags": [ @@ -24537,8 +24647,8 @@ "logsource.product": "windows", "refs": [ "https://app.any.run/tasks/7eaba74e-c1ea-400f-9c17-5e30eee89906/", - "https://brica.de/alerts/alert/public/1247926/agent-tesla-keylogger-delivered-inside-a-power-iso-daa-archive/", "https://www.youtube.com/watch?v=DsJ9ByX84o4&t=6s", + "https://brica.de/alerts/alert/public/1247926/agent-tesla-keylogger-delivered-inside-a-power-iso-daa-archive/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_whoami_all_execution.yml" ], "tags": [ @@ -24614,9 +24724,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/vxunderground/status/1423336151860002816?s=20", "https://pentestlab.blog/2018/07/04/dumping-domain-password-hashes/", "https://www.virustotal.com/gui/file/03e9b8c2e86d6db450e5eceec057d7e369ee2389b9daecaf06331a95410aa5f8/detection", + "https://twitter.com/vxunderground/status/1423336151860002816?s=20", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_sensitive_file_access_shadowcopy.yml" ], "tags": [ @@ -24682,10 +24792,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://twitter.com/Max_Mal_/status/1633863678909874176", "https://techcommunity.microsoft.com/t5/microsoft-365-blog/new-security-hardening-policies-for-trusted-documents/ba-p/3023465", "https://twitter.com/_JohnHammond/status/1588155401752788994", "Internal Research", - "https://twitter.com/Max_Mal_/status/1633863678909874176", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_office_exec_from_trusted_locations.yml" ], "tags": [ @@ -24775,8 +24885,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1027/T1027.md#atomic-test-6---dlp-evasion-via-sensitive-data-in-vba-macro-over-http", "https://www.wietzebeukema.nl/blog/windows-command-line-obfuscation", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1027/T1027.md#atomic-test-6---dlp-evasion-via-sensitive-data-in-vba-macro-over-http", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_cli_obfuscation_unicode.yml" ], "tags": [ @@ -24876,8 +24986,8 @@ "logsource.product": "windows", "refs": [ "https://github.com/redcanaryco/atomic-red-team/blob/5c1e6f1b4fafd01c8d1ece85f510160fc1275fbf/atomics/T1562.001/T1562.001.md", - "https://www.bleepingcomputer.com/news/security/gootkit-malware-bypasses-windows-defender-by-setting-path-exclusions/", "https://www.bleepingcomputer.com/news/security/iobit-forums-hacked-to-spread-ransomware-to-its-members/", + "https://www.bleepingcomputer.com/news/security/gootkit-malware-bypasses-windows-defender-by-setting-path-exclusions/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wmic_namespace_defender.yml" ], "tags": [ @@ -24910,8 +25020,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1562.004/T1562.004.md#atomic-test-1---disable-microsoft-defender-firewall", "https://www.winhelponline.com/blog/enable-and-disable-windows-firewall-quickly-using-command-line/", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1562.004/T1562.004.md#atomic-test-1---disable-microsoft-defender-firewall", "https://app.any.run/tasks/210244b9-0b6b-4a2c-83a3-04bd3175d017/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_netsh_fw_disable.yml" ], @@ -24979,9 +25089,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://embracethered.com/blog/posts/2020/cookie-crimes-on-mirosoft-edge/", "https://github.com/defaultnamehere/cookie_crimes/", "https://embracethered.com/blog/posts/2020/chrome-spy-remote-control/", + "https://embracethered.com/blog/posts/2020/cookie-crimes-on-mirosoft-edge/", "https://mango.pdf.zone/stealing-chrome-cookies-without-a-password", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_browsers_chromium_headless_debugging.yml" ], @@ -25081,8 +25191,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/0gtweet/status/1457676633809330184", "https://www.hexacorn.com/blog/2018/04/27/i-shot-the-sigverif-exe-the-gui-based-lolbin/", + "https://twitter.com/0gtweet/status/1457676633809330184", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_sigverif.yml" ], "tags": [ @@ -25150,8 +25260,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Provlaunch/", "https://twitter.com/0gtweet/status/1674399582162153472", + "https://lolbas-project.github.io/lolbas/Binaries/Provlaunch/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_provlaunch_susp_child_process.yml" ], "tags": [ @@ -25251,9 +25361,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://labs.withsecure.com/publications/fin7-target-veeam-servers", "https://github.com/WithSecureLabs/iocs/blob/344203de742bb7e68bd56618f66d34be95a9f9fc/FIN7VEEAM/iocs.csv", "https://github.com/pr0xylife/IcedID/blob/8dd1e218460db4f750d955b4c65b2f918a1db906/icedID_09.28.2023.txt", - "https://labs.withsecure.com/publications/fin7-target-veeam-servers", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_curl_download_direct_ip_exec.yml" ], "tags": [ @@ -25276,8 +25386,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/powershell/high-performance-computing/mpiexec?view=hpc19-ps", "https://twitter.com/mrd0x/status/1465058133303246867", + "https://docs.microsoft.com/en-us/powershell/high-performance-computing/mpiexec?view=hpc19-ps", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_mpiexec.yml" ], "tags": [ @@ -25311,9 +25421,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/windows/package-manager/winget/install#local-install", - "https://github.com/nasbench/Misc-Research/tree/b9596e8109dcdb16ec353f316678927e507a5b8d/LOLBINs/Winget", "https://lolbas-project.github.io/lolbas/Binaries/Winget/", + "https://github.com/nasbench/Misc-Research/tree/b9596e8109dcdb16ec353f316678927e507a5b8d/LOLBINs/Winget", + "https://docs.microsoft.com/en-us/windows/package-manager/winget/install#local-install", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_winget_local_install_via_manifest.yml" ], "tags": [ @@ -25347,8 +25457,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.synacktiv.com/en/publications/how-to-exploit-cve-2021-40539-on-manageengine-adselfservice-plus.html", "https://redcanary.com/blog/intelligence-insights-december-2021", + "https://www.synacktiv.com/en/publications/how-to-exploit-cve-2021-40539-on-manageengine-adselfservice-plus.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_java_keytool_susp_child_process.yml" ], "tags": [ @@ -25373,8 +25483,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/answers/questions/739120/how-to-add-re-write-global-rule-with-action-type-r", "https://twitter.com/malmoeb/status/1616702107242971144", + "https://learn.microsoft.com/en-us/answers/questions/739120/how-to-add-re-write-global-rule-with-action-type-r", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_iis_appcmd_susp_rewrite_rule.yml" ], "tags": [ @@ -25482,8 +25592,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://oddvar.moe/2017/05/18/bypassing-application-whitelisting-with-bginfo/", "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Bginfo/", + "https://oddvar.moe/2017/05/18/bypassing-application-whitelisting-with-bginfo/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_bginfo_suspicious_child_process.yml" ], "tags": [ @@ -25567,8 +25677,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.virustotal.com/gui/file/a63376ee1dba76361df73338928e528ca5b20171ea74c24581605366dcaa0104/behavior", "https://twitter.com/ShadowChasing1/status/1552595370961944576", + "https://www.virustotal.com/gui/file/a63376ee1dba76361df73338928e528ca5b20171ea74c24581605366dcaa0104/behavior", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_cmd_net_use_and_exec_combo.yml" ], "tags": [ @@ -25667,8 +25777,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Provlaunch/", "https://twitter.com/0gtweet/status/1674399582162153472", + "https://lolbas-project.github.io/lolbas/Binaries/Provlaunch/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_provlaunch_potential_abuse.yml" ], "tags": [ @@ -25789,12 +25899,12 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://web.archive.org/web/20191023232753/https://twitter.com/Hexacorn/status/1187143326673330176", - "https://learn.microsoft.com/en-us/sql/odbc/odbcconf-exe?view=sql-server-ver16", - "https://redcanary.com/blog/raspberry-robin/", - "https://lolbas-project.github.io/lolbas/Binaries/Odbcconf/", - "https://www.hexacorn.com/blog/2020/08/23/odbcconf-lolbin-trifecta/", "https://www.trendmicro.com/en_us/research/17/h/backdoor-carrying-emails-set-sights-on-russian-speaking-businesses.html", + "https://lolbas-project.github.io/lolbas/Binaries/Odbcconf/", + "https://web.archive.org/web/20191023232753/https://twitter.com/Hexacorn/status/1187143326673330176", + "https://redcanary.com/blog/raspberry-robin/", + "https://www.hexacorn.com/blog/2020/08/23/odbcconf-lolbin-trifecta/", + "https://learn.microsoft.com/en-us/sql/odbc/odbcconf-exe?view=sql-server-ver16", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_odbcconf_register_dll_regsvr.yml" ], "tags": [ @@ -25860,9 +25970,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://news.sophos.com/en-us/2022/01/19/zloader-installs-remote-access-backdoors-and-delivers-cobalt-strike/", "https://www.gpg4win.de/documentation.html", "https://blogs.vmware.com/security/2022/11/batloader-the-evasive-downloader-malware.html", + "https://news.sophos.com/en-us/2022/01/19/zloader-installs-remote-access-backdoors-and-delivers-cobalt-strike/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_gpg4win_encryption.yml" ], "tags": [ @@ -25885,10 +25995,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/LOLBAS-Project/LOLBAS/blob/2cc01b01132b5c304027a658c698ae09dd6a92bf/yml/OSBinaries/Wbadmin.yml", "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/wbadmin-start-recovery", - "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/wbadmin-start-backup", + "https://github.com/LOLBAS-Project/LOLBAS/blob/2cc01b01132b5c304027a658c698ae09dd6a92bf/yml/OSBinaries/Wbadmin.yml", "https://lolbas-project.github.io/lolbas/Binaries/Wbadmin/", + "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/wbadmin-start-backup", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wbadmin_restore_sensitive_files.yml" ], "tags": [ @@ -25921,8 +26031,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.microsoft.com/security/blog/2022/09/07/profiling-dev-0270-phosphorus-ransomware-operations/", "https://docs.microsoft.com/en-us/powershell/module/pki/import-certificate?view=windowsserver2022-ps", + "https://www.microsoft.com/security/blog/2022/09/07/profiling-dev-0270-phosphorus-ransomware-operations/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_import_cert_susp_locations.yml" ], "tags": [ @@ -26282,8 +26392,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1053.002/T1053.002.md", "https://eqllib.readthedocs.io/en/latest/analytics/d8db43cf-ed52-4f5c-9fb3-c9a4b95a0b56.html", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1053.002/T1053.002.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_at_interactive_execution.yml" ], "tags": [ @@ -26426,8 +26536,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.darkoperator.com/blog/2018/10/5/operating-offensively-against-sysmon", "https://www.cybereason.com/blog/threat-analysis-report-lockbit-2.0-all-paths-lead-to-ransom", + "https://www.darkoperator.com/blog/2018/10/5/operating-offensively-against-sysmon", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_fltmc_unload_driver.yml" ], "tags": [ @@ -26511,11 +26621,11 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.publicnow.com/view/EB87DB49C654D9B63995FAD4C9DE3D3CC4F6C3ED?1671634841", - "https://grep.app/search?q=winpwn&filter[repo][0]=redcanaryco/atomic-red-team", "https://reconshell.com/winpwn-tool-for-internal-windows-pentesting-and-ad-security/", "https://github.com/S3cur3Th1sSh1t/WinPwn", "https://github.com/redcanaryco/atomic-red-team/blob/4d6c4e8e23d465af7a2388620cfe3f8c76e16cf0/atomics/T1082/T1082.md", + "https://www.publicnow.com/view/EB87DB49C654D9B63995FAD4C9DE3D3CC4F6C3ED?1671634841", + "https://grep.app/search?q=winpwn&filter[repo][0]=redcanaryco/atomic-red-team", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_winpwn.yml" ], "tags": [ @@ -26609,8 +26719,8 @@ "logsource.product": "windows", "refs": [ "https://foxglovesecurity.com/2016/09/26/rotten-potato-privilege-escalation-from-service-accounts-to-system/", - "https://twitter.com/Cyb3rWard0g/status/1453123054243024897", "https://speakerdeck.com/heirhabarov/hunting-for-privilege-escalation-in-windows-environment", + "https://twitter.com/Cyb3rWard0g/status/1453123054243024897", "https://github.com/antonioCoco/RogueWinRM", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_child_process_as_system_.yml" ], @@ -26644,8 +26754,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/nao_sec/status/1530196847679401984", "https://app.any.run/tasks/713f05d2-fe78-4b9d-a744-f7c133e3fafb/", + "https://twitter.com/nao_sec/status/1530196847679401984", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_msdt_susp_parent.yml" ], "tags": [ @@ -26792,8 +26902,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/windows-hardware/design/device-experiences/powercfg-command-line-options", "https://blogs.vmware.com/security/2022/11/batloader-the-evasive-downloader-malware.html", + "https://learn.microsoft.com/en-us/windows-hardware/design/device-experiences/powercfg-command-line-options", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powercfg_execution.yml" ], "tags": [ @@ -27025,12 +27135,12 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/center-for-threat-informed-defense/adversary_emulation_library/blob/bf62ece1c679b07b5fb49c4bae947fe24c81811f/fin6/Emulation_Plan/Phase1.md", - "https://www.microsoft.com/security/blog/2021/01/20/deep-dive-into-the-solorigate-second-stage-activation-from-sunburst-to-teardrop-and-raindrop/", + "https://social.technet.microsoft.com/wiki/contents/articles/7535.adfind-command-examples.aspx", "https://thedfirreport.com/2020/05/08/adfind-recon/", "https://thedfirreport.com/2021/01/11/trickbot-still-alive-and-well/", - "https://social.technet.microsoft.com/wiki/contents/articles/7535.adfind-command-examples.aspx", + "https://github.com/center-for-threat-informed-defense/adversary_emulation_library/blob/bf62ece1c679b07b5fb49c4bae947fe24c81811f/fin6/Emulation_Plan/Phase1.md", "https://www.joeware.net/freetools/tools/adfind/", + "https://www.microsoft.com/security/blog/2021/01/20/deep-dive-into-the-solorigate-second-stage-activation-from-sunburst-to-teardrop-and-raindrop/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_renamed_adfind.yml" ], "tags": [ @@ -27230,9 +27340,9 @@ "refs": [ "https://github.com/cloudflare/cloudflared", "https://www.intrinsec.com/akira_ransomware/", + "https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/do-more-with-tunnels/trycloudflare/", "https://github.com/cloudflare/cloudflared/releases", "https://www.guidepointsecurity.com/blog/tunnel-vision-cloudflared-abused-in-the-wild/", - "https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/do-more-with-tunnels/trycloudflare/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_renamed_cloudflared.yml" ], "tags": [ @@ -27266,8 +27376,8 @@ "logsource.product": "windows", "refs": [ "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Adplus/", - "https://twitter.com/nas_bench/status/1534915321856917506", "https://twitter.com/nas_bench/status/1534916659676422152", + "https://twitter.com/nas_bench/status/1534915321856917506", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_adplus_memory_dump.yml" ], "tags": [ @@ -27343,9 +27453,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://news.sophos.com/en-us/2022/01/19/zloader-installs-remote-access-backdoors-and-delivers-cobalt-strike/", "https://www.gpg4win.de/documentation.html", "https://blogs.vmware.com/security/2022/11/batloader-the-evasive-downloader-malware.html", + "https://news.sophos.com/en-us/2022/01/19/zloader-installs-remote-access-backdoors-and-delivers-cobalt-strike/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_gpg4win_decryption.yml" ], "tags": [ @@ -27504,8 +27614,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/dnscmd", "https://lolbas-project.github.io/lolbas/Binaries/Dnscmd/", + "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/dnscmd", "https://docs.microsoft.com/en-us/azure/dns/dns-zones-records", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_dnscmd_discovery.yml" ], @@ -27540,8 +27650,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/swisscom_csirt/status/1331634525722521602?s=20", "https://app.any.run/tasks/f74c5157-8508-4ac6-9805-d63fe7b0d399/", + "https://twitter.com/swisscom_csirt/status/1331634525722521602?s=20", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_renamed_rundll32_dllregisterserver.yml" ], "tags": [ @@ -27688,9 +27798,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://rvsec0n.wordpress.com/2020/01/24/malwares-that-bypass-windows-defender/", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1562.001/T1562.001.md", "https://research.nccgroup.com/2020/06/23/wastedlocker-a-new-ransomware-variant-developed-by-the-evil-corp-group/", + "https://rvsec0n.wordpress.com/2020/01/24/malwares-that-bypass-windows-defender/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_disable_defender_av_security_monitoring.yml" ], "tags": [ @@ -27790,8 +27900,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://ijustwannared.team/2020/08/01/the-curious-case-of-aspnet_compiler-exe/", "https://lolbas-project.github.io/lolbas/Binaries/Aspnet_Compiler/", + "https://ijustwannared.team/2020/08/01/the-curious-case-of-aspnet_compiler-exe/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_aspnet_compiler_exectuion.yml" ], "tags": [ @@ -27824,8 +27934,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Devtoolslauncher/", "https://twitter.com/_felamos/status/1179811992841797632", + "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Devtoolslauncher/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_devtoolslauncher.yml" ], "tags": [ @@ -27976,8 +28086,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/0xthirteen/SharpMove/", "https://pentestlab.blog/tag/sharpmove/", + "https://github.com/0xthirteen/SharpMove/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_sharpmove.yml" ], "tags": [ @@ -28010,12 +28120,12 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.attackiq.com/2023/09/20/emulating-rhysida/", "https://www.trendmicro.com/en_us/research/23/h/an-overview-of-the-new-rhysida-ransomware.html", - "https://www.virustotal.com/gui/file/a864282fea5a536510ae86c77ce46f7827687783628e4f2ceb5bf2c41b8cd3c6/behavior", - "https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.WindowsDesktop::Wallpaper", "https://research.checkpoint.com/2023/the-rhysida-ransomware-activity-analysis-and-ties-to-vice-society/", "https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.ControlPanelDisplay::CPL_Personalization_NoDesktopBackgroundUI", + "https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.WindowsDesktop::Wallpaper", + "https://www.virustotal.com/gui/file/a864282fea5a536510ae86c77ce46f7827687783628e4f2ceb5bf2c41b8cd3c6/behavior", + "https://www.attackiq.com/2023/09/20/emulating-rhysida/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_reg_desktop_background_change.yml" ], "tags": [ @@ -28057,10 +28167,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://bohops.com/2020/10/15/exploring-the-wdac-microsoft-recommended-block-rules-visualuiaverifynative/", - "https://github.com/MicrosoftDocs/windows-itpro-docs/commit/937db704b9148e9cee7c7010cad4d00ce9c4fdad", "https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules", "https://lolbas-project.github.io/lolbas/OtherMSBinaries/VisualUiaVerifyNative/", + "https://github.com/MicrosoftDocs/windows-itpro-docs/commit/937db704b9148e9cee7c7010cad4d00ce9c4fdad", + "https://bohops.com/2020/10/15/exploring-the-wdac-microsoft-recommended-block-rules-visualuiaverifynative/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_visualuiaverifynative.yml" ], "tags": [ @@ -28193,9 +28303,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://lolbas-project.github.io/lolbas/Binaries/Microsoft.Workflow.Compiler/", "https://posts.specterops.io/arbitrary-unsigned-code-execution-vector-in-microsoft-workflow-compiler-exe-3d9294bc5efb", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1218/T1218.md", - "https://lolbas-project.github.io/lolbas/Binaries/Microsoft.Workflow.Compiler/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_workflow_compiler.yml" ], "tags": [ @@ -28237,8 +28347,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Scripts/Cl_invocation/", "https://twitter.com/bohops/status/948061991012327424", + "https://lolbas-project.github.io/lolbas/Scripts/Cl_invocation/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_cl_invocation.yml" ], "tags": [ @@ -28330,10 +28440,10 @@ "logsource.product": "windows", "refs": [ "https://lolbas-project.github.io/lolbas/Binaries/Ssh/", - "https://github.com/LOLBAS-Project/LOLBAS/pull/211/files", + "https://man.openbsd.org/ssh_config#LocalCommand", "https://gtfobins.github.io/gtfobins/ssh/", "https://man.openbsd.org/ssh_config#ProxyCommand", - "https://man.openbsd.org/ssh_config#LocalCommand", + "https://github.com/LOLBAS-Project/LOLBAS/pull/211/files", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_ssh.yml" ], "tags": [ @@ -28400,13 +28510,13 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.lifars.com/wp-content/uploads/2022/01/GriefRansomware_Whitepaper-2.pdf", - "https://www.ired.team/offensive-security/credential-access-and-credential-dumping/ntds.dit-enumeration", "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/diskshadow", - "https://medium.com/@cyberjyot/lolbin-execution-via-diskshadow-f6ff681a27a4", - "https://research.checkpoint.com/2022/evilplayout-attack-against-irans-state-broadcaster/", - "https://www.zscaler.com/blogs/security-research/technical-analysis-crytox-ransomware", + "https://www.ired.team/offensive-security/credential-access-and-credential-dumping/ntds.dit-enumeration", "https://bohops.com/2018/03/26/diskshadow-the-return-of-vss-evasion-persistence-and-active-directory-database-extraction/", + "https://www.zscaler.com/blogs/security-research/technical-analysis-crytox-ransomware", + "https://www.lifars.com/wp-content/uploads/2022/01/GriefRansomware_Whitepaper-2.pdf", + "https://research.checkpoint.com/2022/evilplayout-attack-against-irans-state-broadcaster/", + "https://medium.com/@cyberjyot/lolbin-execution-via-diskshadow-f6ff681a27a4", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_diskshadow_child_process_susp.yml" ], "tags": [ @@ -28506,8 +28616,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1021.006/T1021.006.md#atomic-test-3---winrm-access-with-evil-winrm", "https://github.com/Hackplayers/evil-winrm", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1021.006/T1021.006.md#atomic-test-3---winrm-access-with-evil-winrm", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_evil_winrm.yml" ], "tags": [ @@ -28540,8 +28650,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://hashcat.net/wiki/doku.php?id=hashcat", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1110.002/T1110.002.md#atomic-test-1---password-cracking-with-hashcat", + "https://hashcat.net/wiki/doku.php?id=hashcat", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_hashcat.yml" ], "tags": [ @@ -28709,8 +28819,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc771151(v=ws.11)", "https://www.ired.team/offensive-security-experiments/active-directory-kerberos-abuse/using-dsacls-to-check-ad-object-permissions#password-spraying-anyone", + "https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc771151(v=ws.11)", "https://ss64.com/nt/dsacls.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_dsacls_password_spray.yml" ], @@ -28744,8 +28854,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://pentestlab.blog/2020/07/06/indirect-command-execution/", "https://lolbas-project.github.io/lolbas/Binaries/Pcalua/", + "https://pentestlab.blog/2020/07/06/indirect-command-execution/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_pcalua.yml" ], "tags": [ @@ -28778,8 +28888,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://hausec.com/2021/07/26/cobalt-strike-and-tradecraft/", "https://thedfirreport.com/2021/08/29/cobalt-strike-a-defenders-guide/", + "https://hausec.com/2021/07/26/cobalt-strike-and-tradecraft/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_cobaltstrike_process_patterns.yml" ], "tags": [ @@ -28813,10 +28923,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.cybereason.com/blog/deadringer-exposing-chinese-threat-actors-targeting-major-telcos", - "https://twitter.com/EricaZelic/status/1614075109827874817", "https://research.nccgroup.com/2021/01/12/abusing-cloud-services-to-fly-under-the-radar/", "https://github.com/3CORESec/MAL-CL/tree/master/Descriptors/Sysinternals/PsLogList", + "https://www.cybereason.com/blog/deadringer-exposing-chinese-threat-actors-targeting-major-telcos", + "https://twitter.com/EricaZelic/status/1614075109827874817", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_sysinternals_psloglist.yml" ], "tags": [ @@ -28866,8 +28976,8 @@ "logsource.product": "windows", "refs": [ "https://lolbas-project.github.io/lolbas/Binaries/Certoc/", - "https://twitter.com/sblmsrsn/status/1445758411803480072?s=20", "https://github.com/elastic/protections-artifacts/commit/746086721fd385d9f5c6647cada1788db4aea95f#diff-fe98e74189873d6df72a15df2eaa0315c59ba9cdaca93ecd68afc4ea09194ef2", + "https://twitter.com/sblmsrsn/status/1445758411803480072?s=20", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_certoc_load_dll_susp_locations.yml" ], "tags": [ @@ -28900,8 +29010,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/nasbench/Misc-Research/tree/b9596e8109dcdb16ec353f316678927e507a5b8d/LOLBINs/Winget", "https://learn.microsoft.com/en-us/windows/package-manager/winget/source", + "https://github.com/nasbench/Misc-Research/tree/b9596e8109dcdb16ec353f316678927e507a5b8d/LOLBINs/Winget", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_winget_add_insecure_custom_source.yml" ], "tags": [ @@ -28971,11 +29081,11 @@ "refs": [ "https://reaqta.com/2017/12/mavinject-microsoft-injector/", "https://twitter.com/Hexacorn/status/776122138063409152", - "https://github.com/keyboardcrunch/SentinelOne-ATTACK-Queries/blob/6a228d23eefe963ca81f2d52f94b815f61ef5ee0/Tactics/DefenseEvasion.md#t1055-process-injection", - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1056.004/T1056.004.md", - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1218/T1218.md", - "https://twitter.com/gN3mes1s/status/941315826107510784", "https://posts.specterops.io/mavinject-exe-functionality-deconstructed-c29ab2cf5c0e", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1218/T1218.md", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1056.004/T1056.004.md", + "https://twitter.com/gN3mes1s/status/941315826107510784", + "https://github.com/keyboardcrunch/SentinelOne-ATTACK-Queries/blob/6a228d23eefe963ca81f2d52f94b815f61ef5ee0/Tactics/DefenseEvasion.md#t1055-process-injection", "https://github.com/SigmaHQ/sigma/issues/3742", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_renamed_mavinject.yml" ], @@ -29051,8 +29161,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/bopin2020/status/1366400799199272960", "https://www.crowdstrike.com/blog/overwatch-exposes-aquatic-panda-in-possession-of-log-4-shell-exploit-tools/", + "https://twitter.com/bopin2020/status/1366400799199272960", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_renamed_createdump.yml" ], "tags": [ @@ -29116,9 +29226,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://twitter.com/SBousseaden/status/1464566846594691073?s=20", "https://www.matteomalvica.com/blog/2019/12/02/win-defender-atp-cred-bypass/", "https://twitter.com/Hexacorn/status/1420053502554951689", - "https://twitter.com/SBousseaden/status/1464566846594691073?s=20", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lsass_process_clone.yml" ], "tags": [ @@ -29230,10 +29340,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/ThreatHuntingProject/ThreatHunting/blob/cb22598bb70651f88e0285abc8d835757d2cb596/hunts/suspicious_process_creation_via_windows_event_logs.md", - "https://github.com/mbevilacqua/appcompatprocessor/blob/6c847937c5a836e2ce2fe2b915f213c345a3c389/AppCompatSearch.txt", "https://www.secureworks.com/research/bronze-butler-targets-japanese-businesses", "https://www.crowdstrike.com/resources/reports/2019-crowdstrike-global-threat-report/", + "https://github.com/ThreatHuntingProject/ThreatHunting/blob/cb22598bb70651f88e0285abc8d835757d2cb596/hunts/suspicious_process_creation_via_windows_event_logs.md", + "https://github.com/mbevilacqua/appcompatprocessor/blob/6c847937c5a836e2ce2fe2b915f213c345a3c389/AppCompatSearch.txt", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_execution_path.yml" ], "tags": [ @@ -29332,8 +29442,8 @@ "logsource.product": "windows", "refs": [ "https://www.nirsoft.net/utils/nircmd.html", - "https://www.nirsoft.net/utils/nircmd2.html#using", "https://www.winhelponline.com/blog/run-program-as-system-localsystem-account-windows/", + "https://www.nirsoft.net/utils/nircmd2.html#using", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pua_nircmd.yml" ], "tags": [ @@ -29390,9 +29500,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://hstechdocs.helpsystems.com/manuals/cobaltstrike/current/userguide/content/cobalt-4-5-user-guide.pdf", - "https://thedfirreport.com/2021/10/04/bazarloader-and-the-conti-leaks/", "https://thedfirreport.com/2022/06/16/sans-ransomware-summit-2022-can-you-detect-this/", + "https://thedfirreport.com/2021/10/04/bazarloader-and-the-conti-leaks/", + "https://hstechdocs.helpsystems.com/manuals/cobaltstrike/current/userguide/content/cobalt-4-5-user-guide.pdf", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_cobaltstrike_bloopers_modules.yml" ], "tags": [ @@ -29425,9 +29535,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/bumblebee-loader-cybercrime", - "https://thedfirreport.com/2022/09/26/bumblebee-round-two/", "https://thedfirreport.com/2022/08/08/bumblebee-roasts-its-way-to-domain-admin/", + "https://thedfirreport.com/2022/09/26/bumblebee-round-two/", + "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/bumblebee-loader-cybercrime", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wab_unusual_parents.yml" ], "tags": [ @@ -29485,9 +29595,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://eqllib.readthedocs.io/en/latest/analytics/e584f1a1-c303-4885-8a66-21360c90995b.html", "https://lolbas-project.github.io/lolbas/Binaries/Cmstp/", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1218.003/T1218.003.md", - "https://eqllib.readthedocs.io/en/latest/analytics/e584f1a1-c303-4885-8a66-21360c90995b.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_uac_bypass_cmstp.yml" ], "tags": [ @@ -29529,9 +29639,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://nasbench.medium.com/what-is-the-dllhost-exe-process-actually-running-ef9fe4c19c08", "https://www.ncsc.gov.uk/static-assets/documents/malware-analysis-reports/goofy-guineapig/NCSC-MAR-Goofy-Guineapig.pdf", "https://redcanary.com/blog/child-processes/", + "https://nasbench.medium.com/what-is-the-dllhost-exe-process-actually-running-ef9fe4c19c08", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_dllhost_no_cli_execution.yml" ], "tags": [ @@ -29564,9 +29674,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://app.any.run/tasks/512c1352-6380-4436-b27d-bb62f0c020d6/", "https://www.ncsc.gov.uk/static-assets/documents/malware-analysis-reports/devil-bait/NCSC-MAR-Devil-Bait.pdf", "https://twitter.com/RedDrip7/status/1506480588827467785", - "https://app.any.run/tasks/512c1352-6380-4436-b27d-bb62f0c020d6/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_schtasks_susp_pattern.yml" ], "tags": [ @@ -29599,8 +29709,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Msdeploy/", "https://twitter.com/pabraeken/status/999090532839313408", + "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Msdeploy/", "https://twitter.com/pabraeken/status/995837734379032576", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_msdeploy.yml" ], @@ -29634,9 +29744,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://www.trendmicro.com/en_us/research/22/d/spring4shell-exploited-to-deploy-cryptocurrency-miners.html", "https://www.hhs.gov/sites/default/files/manage-engine-vulnerability-sector-alert-tlpclear.pdf", "https://github.com/redcanaryco/atomic-red-team/blob/02cb591f75064ffe1e0df9ac3ed5972a2e491c97/atomics/T1057/T1057.md#atomic-test-6---discover-specific-process---tasklist", - "https://www.trendmicro.com/en_us/research/22/d/spring4shell-exploited-to-deploy-cryptocurrency-miners.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_findstr_recon_pipe_output.yml" ], "tags": [ @@ -29711,8 +29821,8 @@ "logsource.product": "windows", "refs": [ "https://docs.microsoft.com/en-us/windows/win32/wmisdk/mofcomp", - "https://github.com/The-DFIR-Report/Sigma-Rules/blob/75260568a7ffe61b2458ca05f6f25914efb44337/win_mofcomp_execution.yml", "https://thedfirreport.com/2022/07/11/select-xmrig-from-sqlserver/", + "https://github.com/The-DFIR-Report/Sigma-Rules/blob/75260568a7ffe61b2458ca05f6f25914efb44337/win_mofcomp_execution.yml", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_mofcomp_execution.yml" ], "tags": [ @@ -29813,17 +29923,17 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://mgreen27.github.io/posts/2018/04/02/DownloadCradle.html", - "https://github.com/splunk/security_content/blob/develop/detections/endpoint/office_spawning_control.yml", "https://www.vmray.com/analyses/2d2fa29185ad/report/overview.html", - "https://www.elastic.co/security-labs/exploring-the-ref2731-intrusion-set", - "https://twitter.com/andythevariable/status/1576953781581144064?s=20&t=QiJILvK4ZiBdR8RJe24u-A", "https://github.com/vadim-hunter/Detection-Ideas-Rules/blob/02bcbfc2bfb8b4da601bb30de0344ae453aa1afe/Threat%20Intelligence/The%20DFIR%20Report/20210329_Sodinokibi_(aka_REvil)_Ransomware.yaml", "https://app.any.run/tasks/c903e9c8-0350-440c-8688-3881b556b8e0/", - "https://doublepulsar.com/follina-a-microsoft-office-code-execution-vulnerability-1a47fce5629e", - "https://www.hybrid-analysis.com/sample/465aabe132ccb949e75b8ab9c5bda36d80cf2fd503d52b8bad54e295f28bbc21?environmentId=100", - "https://thedfirreport.com/2021/03/29/sodinokibi-aka-revil-ransomware/", "https://github.com/elastic/detection-rules/blob/c76a39796972ecde44cb1da6df47f1b6562c9770/rules/windows/defense_evasion_execution_msbuild_started_by_office_app.toml", + "https://www.hybrid-analysis.com/sample/465aabe132ccb949e75b8ab9c5bda36d80cf2fd503d52b8bad54e295f28bbc21?environmentId=100", + "https://mgreen27.github.io/posts/2018/04/02/DownloadCradle.html", + "https://twitter.com/andythevariable/status/1576953781581144064?s=20&t=QiJILvK4ZiBdR8RJe24u-A", + "https://thedfirreport.com/2021/03/29/sodinokibi-aka-revil-ransomware/", + "https://github.com/splunk/security_content/blob/develop/detections/endpoint/office_spawning_control.yml", + "https://doublepulsar.com/follina-a-microsoft-office-code-execution-vulnerability-1a47fce5629e", + "https://www.elastic.co/security-labs/exploring-the-ref2731-intrusion-set", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_office_susp_child_processes.yml" ], "tags": [ @@ -29923,8 +30033,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/IMEWDBLD/", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1105/T1105.md#atomic-test-10---windows---powershell-download", + "https://lolbas-project.github.io/lolbas/Binaries/IMEWDBLD/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_imewbdld_download.yml" ], "tags": [ @@ -30000,8 +30110,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.echotrail.io/insights/search/msbuild.exe", "https://app.any.run/tasks/abdf586e-df0c-4d39-89a7-06bf24913401/", + "https://www.echotrail.io/insights/search/msbuild.exe", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_msbuild_susp_parent_process.yml" ], "tags": [ @@ -30115,9 +30225,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.cobaltstrike.com/help-windows-executable", "https://redcanary.com/threat-detection-report/", "https://thedfirreport.com/2020/10/18/ryuk-in-5-hours/", + "https://www.cobaltstrike.com/help-windows-executable", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_cobaltstrike_load_by_rundll32.yml" ], "tags": [ @@ -30150,10 +30260,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://room362.com/post/2013/2013-06-10-volume-shadow-copy-ntdsdit-domain-hashes-remotely-part-1/", "https://github.com/LOLBAS-Project/LOLBAS/blob/2cc01b01132b5c304027a658c698ae09dd6a92bf/yml/OSBinaries/Esentutl.yml", - "https://dfironthemountain.wordpress.com/2018/12/06/locked-file-access-using-esentutl-exe/", "https://www.slideshare.net/heirhabarov/hunting-for-credentials-dumping-in-windows-environment", + "https://dfironthemountain.wordpress.com/2018/12/06/locked-file-access-using-esentutl-exe/", + "https://room362.com/post/2013/2013-06-10-volume-shadow-copy-ntdsdit-domain-hashes-remotely-part-1/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_esentutl_sensitive_file_copy.yml" ], "tags": [ @@ -30230,9 +30340,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://redcanary.com/blog/right-to-left-override/", "https://www.malwarebytes.com/blog/news/2014/01/the-rtlo-method", "https://unicode-explorer.com/c/202E", + "https://redcanary.com/blog/right-to-left-override/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_right_to_left_override.yml" ], "tags": [ @@ -30467,9 +30577,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Regsvr32/", - "https://twitter.com/mrd0x/status/1461041276514623491", "https://twitter.com/tccontre18/status/1480950986650832903", + "https://twitter.com/mrd0x/status/1461041276514623491", + "https://lolbas-project.github.io/lolbas/Binaries/Regsvr32/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_regsvr32_http_ip_pattern.yml" ], "tags": [ @@ -30502,13 +30612,13 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.sentinelone.com/labs/black-basta-ransomware-attacks-deploy-custom-edr-evasion-tools-tied-to-fin7-threat-actor/", - "https://www.protect.airbus.com/blog/uncovering-cyber-intruders-netscan/", "https://secjoes-reports.s3.eu-central-1.amazonaws.com/Sockbot%2Bin%2BGoLand.pdf", - "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/yanluowang-ransomware-attacks-continue", "https://www.softperfect.com/products/networkscanner/", + "https://www.sentinelone.com/labs/black-basta-ransomware-attacks-deploy-custom-edr-evasion-tools-tied-to-fin7-threat-actor/", "https://www.bleepingcomputer.com/news/security/microsoft-exchange-servers-hacked-to-deploy-hive-ransomware/", + "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/yanluowang-ransomware-attacks-continue", "https://research.nccgroup.com/2022/07/13/climbing-mount-everest-black-byte-bytes-back/", + "https://www.protect.airbus.com/blog/uncovering-cyber-intruders-netscan/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pua_netscan.yml" ], "tags": [ @@ -30650,8 +30760,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin", "https://lolbas-project.github.io/lolbas/Binaries/Bitsadmin/", + "https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin", "https://isc.sans.edu/diary/22264", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_bitsadmin_download.yml" ], @@ -30805,8 +30915,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/wmic", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1047/T1047.md", + "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/wmic", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wmic_recon_service.yml" ], "tags": [ @@ -31101,9 +31211,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.peew.pw/blog/2017/11/26/exploring-cmdkey-an-edge-case-for-privilege-escalation", "https://github.com/redcanaryco/atomic-red-team/blob/b27a3cb25025161d49ac861cb216db68c46a3537/atomics/T1003.005/T1003.005.md#atomic-test-1---cached-credential-dump-via-cmdkey", "https://technet.microsoft.com/en-us/library/cc754243(v=ws.11).aspx", + "https://www.peew.pw/blog/2017/11/26/exploring-cmdkey-an-edge-case-for-privilege-escalation", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_cmdkey_recon.yml" ], "tags": [ @@ -31136,8 +31246,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/bohops/status/994405551751815170", "https://lolbas-project.github.io/lolbas/Scripts/Winrm/", + "https://twitter.com/bohops/status/994405551751815170", "https://redcanary.com/blog/lateral-movement-winrm-wmi/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_winrm_execution_via_scripting_api_winrm_vbs.yml" ], @@ -31171,8 +31281,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://media.defcon.org/DEF%20CON%2030/DEF%20CON%2030%20presentations/Asaf%20Gilboa%20-%20LSASS%20Shtinkering%20Abusing%20Windows%20Error%20Reporting%20to%20Dump%20LSASS.pdf", "https://github.com/deepinstinct/Lsass-Shtinkering", + "https://media.defcon.org/DEF%20CON%2030/DEF%20CON%2030%20presentations/Asaf%20Gilboa%20-%20LSASS%20Shtinkering%20Abusing%20Windows%20Error%20Reporting%20to%20Dump%20LSASS.pdf", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_werfault_lsass_shtinkering.yml" ], "tags": [ @@ -31205,10 +31315,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://app.any.run/tasks/93fe92fa-8b2b-4d92-8c09-a841aed2e793/", "https://support.microsoft.com/fr-fr/topic/an-ms-dos-based-program-that-uses-the-ms-dos-protected-mode-interface-crashes-on-a-computer-that-is-running-windows-7-5dc739ea-987b-b458-15e4-d28d5cca63c7", - "https://app.any.run/tasks/214094a7-0abc-4a7b-a564-1b757faed79d/", "https://docs.microsoft.com/en-us/windows/compatibility/ntvdm-and-16-bit-app-support", + "https://app.any.run/tasks/214094a7-0abc-4a7b-a564-1b757faed79d/", + "https://app.any.run/tasks/93fe92fa-8b2b-4d92-8c09-a841aed2e793/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_16bit_application.yml" ], "tags": [ @@ -31273,8 +31383,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.fireeye.com/blog/threat-research/2017/05/fin7-shim-databases-persistence.html", "https://github.com/nasbench/Misc-Research/blob/8ee690e43a379cbce8c9d61107442c36bd9be3d3/Other/Undocumented-Flags-Sdbinst.md", + "https://www.fireeye.com/blog/threat-research/2017/05/fin7-shim-databases-persistence.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_sdbinst_susp_extension.yml" ], "tags": [ @@ -31406,8 +31516,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://speakerdeck.com/heirhabarov/hunting-for-powershell-abuse?slide=66", "https://2019.offzone.moscow/ru/report/hunting-for-powershell-abuses/", + "https://speakerdeck.com/heirhabarov/hunting-for-powershell-abuse?slide=66", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_cmdline_reversed_strings.yml" ], "tags": [ @@ -31449,8 +31559,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://oddvar.moe/2017/05/18/bypassing-application-whitelisting-with-bginfo/", "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Bginfo/", + "https://oddvar.moe/2017/05/18/bypassing-application-whitelisting-with-bginfo/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_bginfo_uncommon_child_process.yml" ], "tags": [ @@ -31500,8 +31610,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.splunk.com/en_us/blog/security/breaking-the-chain-defending-against-certificate-services-abuse.html", "https://us-cert.cisa.gov/ncas/analysis-reports/ar21-112a", + "https://www.splunk.com/en_us/blog/security/breaking-the-chain-defending-against-certificate-services-abuse.html", "https://docs.microsoft.com/en-us/powershell/module/pki/export-pfxcertificate", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_export_certificate.yml" ], @@ -31620,8 +31730,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://unit42.paloaltonetworks.com/unit42-sure-ill-take-new-combojack-malware-alters-clipboards-steal-cryptocurrency/", "https://app.any.run/tasks/c28cabc8-a19f-40f3-a78b-cae506a5c0d4", + "https://unit42.paloaltonetworks.com/unit42-sure-ill-take-new-combojack-malware-alters-clipboards-steal-cryptocurrency/", "https://app.any.run/tasks/cfc8870b-ccd7-4210-88cf-a8087476a6d0", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_attrib_system_susp_paths.yml" ], @@ -31656,9 +31766,9 @@ "logsource.product": "windows", "refs": [ "https://youtu.be/5mqid-7zp8k?t=2481", + "https://m365internals.com/2022/10/07/hunting-in-on-premises-exchange-server-logs/", "https://blog.orange.tw/2021/08/proxylogon-a-new-attack-surface-on-ms-exchange-part-1.html", "https://peterjson.medium.com/reproducing-the-proxyshell-pwn2own-exploit-49743a4ea9a1", - "https://m365internals.com/2022/10/07/hunting-in-on-premises-exchange-server-logs/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_mailboxexport_share.yml" ], "tags": [ @@ -31783,8 +31893,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin", "https://lolbas-project.github.io/lolbas/Binaries/Bitsadmin/", + "https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin", "https://blog.talosintelligence.com/breaking-the-silence-recent-truebot-activity/", "https://isc.sans.edu/diary/22264", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_bitsadmin_download_direct_ip.yml" @@ -31829,8 +31939,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/cglyer/status/1182391019633029120", "https://twitter.com/cglyer/status/1182389676876980224", + "https://twitter.com/cglyer/status/1182391019633029120", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wmi_backdoor_exchange_transport_agent.yml" ], "tags": [ @@ -31887,11 +31997,11 @@ "logsource.product": "windows", "refs": [ "https://lolbas-project.github.io/lolbas/Binaries/Bitsadmin/", - "https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin", - "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/ransomware-hive-conti-avoslocker", - "https://www.microsoft.com/en-us/security/blog/2024/01/17/new-ttps-observed-in-mint-sandstorm-campaign-targeting-high-profile-individuals-at-universities-and-research-orgs/", "https://www.cisa.gov/uscert/ncas/alerts/aa22-321a", + "https://www.microsoft.com/en-us/security/blog/2024/01/17/new-ttps-observed-in-mint-sandstorm-campaign-targeting-high-profile-individuals-at-universities-and-research-orgs/", "https://isc.sans.edu/diary/22264", + "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/ransomware-hive-conti-avoslocker", + "https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_bitsadmin_download_file_sharing_domains.yml" ], "tags": [ @@ -31969,9 +32079,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/DissectMalware/status/998797808907046913", "https://www.phpied.com/make-your-javascript-a-windows-exe/", "https://lolbas-project.github.io/lolbas/Binaries/Jsc/", + "https://twitter.com/DissectMalware/status/998797808907046913", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_jsc_execution.yml" ], "tags": [ @@ -32004,8 +32114,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://eqllib.readthedocs.io/en/latest/analytics/b8a94d2f-dc75-4630-9d73-1edc6bd26fff.html", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1018/T1018.md", + "https://eqllib.readthedocs.io/en/latest/analytics/b8a94d2f-dc75-4630-9d73-1edc6bd26fff.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_net_view_share_and_sessions_enum.yml" ], "tags": [ @@ -32190,9 +32300,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/grayhatkiller/SharpExShell", - "https://learn.microsoft.com/en-us/office/vba/api/excel.xlmsapplication", "https://posts.specterops.io/lateral-movement-abuse-the-power-of-dcom-excel-application-3c016d0d9922", + "https://learn.microsoft.com/en-us/office/vba/api/excel.xlmsapplication", + "https://github.com/grayhatkiller/SharpExShell", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_office_excel_dcom_lateral_movement.yml" ], "tags": [ @@ -32226,8 +32336,8 @@ "logsource.product": "windows", "refs": [ "https://lolbas-project.github.io/lolbas/Binaries/Certoc/", - "https://twitter.com/sblmsrsn/status/1445758411803480072?s=20", "https://github.com/elastic/protections-artifacts/commit/746086721fd385d9f5c6647cada1788db4aea95f#diff-fe98e74189873d6df72a15df2eaa0315c59ba9cdaca93ecd68afc4ea09194ef2", + "https://twitter.com/sblmsrsn/status/1445758411803480072?s=20", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_certoc_load_dll.yml" ], "tags": [ @@ -32260,9 +32370,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://app.any.run/tasks/40115012-a919-4208-bfed-41e82cb3dadf/", "https://twitter.com/bigmacjpg/status/1349727699863011328?s=12", "http://hyp3rlinx.altervista.org/advisories/Windows_TCPIP_Finger_Command_C2_Channel_and_Bypassing_Security_Software.txt", - "https://app.any.run/tasks/40115012-a919-4208-bfed-41e82cb3dadf/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_finger_usage.yml" ], "tags": [ @@ -32337,8 +32447,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://thedfirreport.com/2020/06/21/snatch-ransomware/", "https://web.archive.org/web/20201124182207/https://github.com/yosqueoy/ditsnap", + "https://thedfirreport.com/2020/06/21/snatch-ransomware/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pua_ditsnap.yml" ], "tags": [ @@ -32462,10 +32572,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://securityboulevard.com/2019/09/deobfuscating-ostap-trickbots-34000-line-javascript-downloader/", + "https://twitter.com/bohops/status/1276357235954909188?s=12", "https://twitter.com/nas_bench/status/1535322450858233858", "https://twitter.com/CyberRaiju/status/1273597319322058752", - "https://twitter.com/bohops/status/1276357235954909188?s=12", - "https://securityboulevard.com/2019/09/deobfuscating-ostap-trickbots-34000-line-javascript-downloader/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_explorer_break_process_tree.yml" ], "tags": [ @@ -32542,10 +32652,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.microsoft.com/en-us/security/blog/2024/01/17/new-ttps-observed-in-mint-sandstorm-campaign-targeting-high-profile-individuals-at-universities-and-research-orgs/", - "https://github.com/WithSecureLabs/iocs/blob/344203de742bb7e68bd56618f66d34be95a9f9fc/FIN7VEEAM/iocs.csv", - "https://www.huntress.com/blog/slashandgrab-screen-connect-post-exploitation-in-the-wild-cve-2024-1709-cve-2024-1708", "https://labs.withsecure.com/publications/fin7-target-veeam-servers", + "https://www.huntress.com/blog/slashandgrab-screen-connect-post-exploitation-in-the-wild-cve-2024-1709-cve-2024-1708", + "https://github.com/WithSecureLabs/iocs/blob/344203de742bb7e68bd56618f66d34be95a9f9fc/FIN7VEEAM/iocs.csv", + "https://www.microsoft.com/en-us/security/blog/2024/01/17/new-ttps-observed-in-mint-sandstorm-campaign-targeting-high-profile-individuals-at-universities-and-research-orgs/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_download_susp_file_sharing_domains.yml" ], "tags": [ @@ -32637,8 +32747,8 @@ "logsource.product": "windows", "refs": [ "https://app.any.run/tasks/7eaba74e-c1ea-400f-9c17-5e30eee89906/", - "https://brica.de/alerts/alert/public/1247926/agent-tesla-keylogger-delivered-inside-a-power-iso-daa-archive/", "https://www.youtube.com/watch?v=DsJ9ByX84o4&t=6s", + "https://brica.de/alerts/alert/public/1247926/agent-tesla-keylogger-delivered-inside-a-power-iso-daa-archive/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_whoami_parent_anomaly.yml" ], "tags": [ @@ -32674,11 +32784,11 @@ "refs": [ "https://reaqta.com/2017/12/mavinject-microsoft-injector/", "https://twitter.com/Hexacorn/status/776122138063409152", - "https://github.com/keyboardcrunch/SentinelOne-ATTACK-Queries/blob/6a228d23eefe963ca81f2d52f94b815f61ef5ee0/Tactics/DefenseEvasion.md#t1055-process-injection", - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1056.004/T1056.004.md", - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1218/T1218.md", - "https://twitter.com/gN3mes1s/status/941315826107510784", "https://posts.specterops.io/mavinject-exe-functionality-deconstructed-c29ab2cf5c0e", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1218/T1218.md", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1056.004/T1056.004.md", + "https://twitter.com/gN3mes1s/status/941315826107510784", + "https://github.com/keyboardcrunch/SentinelOne-ATTACK-Queries/blob/6a228d23eefe963ca81f2d52f94b815f61ef5ee0/Tactics/DefenseEvasion.md#t1055-process-injection", "https://github.com/SigmaHQ/sigma/issues/3742", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_mavinject_process_injection.yml" ], @@ -32744,9 +32854,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://medium.com/falconforce/falconfriday-detecting-uac-bypasses-0xff16-86c2a9107abf", "https://lolbas-project.github.io/lolbas/Binaries/Wsreset/", "https://github.com/hfiref0x/UACME", + "https://medium.com/falconforce/falconfriday-detecting-uac-bypasses-0xff16-86c2a9107abf", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_uac_bypass_wsreset_integrity_level.yml" ], "tags": [ @@ -32803,8 +32913,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://eqllib.readthedocs.io/en/latest/analytics/1ec33c93-3d0b-4a28-8014-dbdaae5c60ae.html", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1560.001/T1560.001.md", + "https://eqllib.readthedocs.io/en/latest/analytics/1ec33c93-3d0b-4a28-8014-dbdaae5c60ae.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_rar_compress_data.yml" ], "tags": [ @@ -32860,9 +32970,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.scythe.io/library/threat-emulation-qakbot", - "https://sec-consult.com/blog/detail/bumblebee-hunting-with-a-velociraptor/", "https://thedfirreport.com/2021/12/13/diavol-ransomware/", + "https://sec-consult.com/blog/detail/bumblebee-hunting-with-a-velociraptor/", + "https://www.scythe.io/library/threat-emulation-qakbot", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_lolbin_exec_from_non_c_drive.yml" ], "tags": [ @@ -32919,8 +33029,8 @@ "logsource.product": "windows", "refs": [ "https://user-images.githubusercontent.com/61026070/136518004-b68cce7d-f9b8-4e9a-9b7b-53b1568a9a94.png", - "https://bohops.com/2021/10/08/analyzing-and-detecting-a-vmtools-persistence-technique/", "https://github.com/vmware/open-vm-tools/blob/master/open-vm-tools/tools.conf", + "https://bohops.com/2021/10/08/analyzing-and-detecting-a-vmtools-persistence-technique/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_vmware_vmtoolsd_susp_child_process.yml" ], "tags": [ @@ -32955,9 +33065,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://lolbas-project.github.io/lolbas/Binaries/Odbcconf/", "https://learn.microsoft.com/en-us/sql/odbc/odbcconf-exe?view=sql-server-ver16", "https://medium.com/@cyberjyot/t1218-008-dll-execution-using-odbcconf-exe-803fa9e08dac", - "https://lolbas-project.github.io/lolbas/Binaries/Odbcconf/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_odbcconf_uncommon_child_process.yml" ], "tags": [ @@ -33025,8 +33135,8 @@ "logsource.product": "windows", "refs": [ "https://twitter.com/0gtweet/status/1602644163824156672?s=20&t=kuxbUnZPltpvFPZdCrqPXA", - "https://twitter.com/pabraeken/status/990717080805789697", "https://lolbas-project.github.io/lolbas/Binaries/Runonce/", + "https://twitter.com/pabraeken/status/990717080805789697", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_runonce_execution.yml" ], "tags": [ @@ -33059,9 +33169,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/sensepost/ruler", "https://www.fireeye.com/blog/threat-research/2018/12/overruled-containing-a-potentially-destructive-adversary.html", "https://speakerdeck.com/heirhabarov/hunting-for-persistence-via-microsoft-exchange-server-or-outlook?slide=49", + "https://github.com/sensepost/ruler", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_office_outlook_susp_child_processes_remote.yml" ], "tags": [ @@ -33102,9 +33212,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.echotrail.io/insights/search/regsvr32.exe", "https://www.ired.team/offensive-security/code-execution/t1117-regsvr32-aka-squiblydoo", "https://redcanary.com/blog/intelligence-insights-april-2022/", + "https://www.echotrail.io/insights/search/regsvr32.exe", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_regsvr32_susp_child_process.yml" ], "tags": [ @@ -33260,10 +33370,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/jseerden/status/1247985304667066373/photo/1", - "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Agentexecutor/", "https://twitter.com/lefterispan/status/1286259016436514816", + "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Agentexecutor/", "https://docs.microsoft.com/en-us/mem/intune/apps/intune-management-extension", + "https://twitter.com/jseerden/status/1247985304667066373/photo/1", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_agentexecutor_potential_abuse.yml" ], "tags": [ @@ -33364,9 +33474,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/OtherMSBinaries/DumpMinitool/", "https://gist.github.com/nasbench/6d58c3c125e2fa1b8f7a09754c1b087f", "https://twitter.com/mrd0x/status/1511415432888131586", + "https://lolbas-project.github.io/lolbas/OtherMSBinaries/DumpMinitool/", "https://twitter.com/mrd0x/status/1511489821247684615", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_dumpminitool_execution.yml" ], @@ -33409,8 +33519,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.uptycs.com/blog/lolbins-are-no-laughing-matter", "https://unit42.paloaltonetworks.com/unit42-sure-ill-take-new-combojack-malware-alters-clipboards-steal-cryptocurrency/", + "https://www.uptycs.com/blog/lolbins-are-no-laughing-matter", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_attrib_hiding_files.yml" ], "tags": [ @@ -33443,9 +33553,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://speakerdeck.com/heirhabarov/hunting-for-powershell-abuse?slide=42", "https://learn.microsoft.com/en-us/dotnet/api/microsoft.hpc.scheduler.store.cx509enrollmentwebclassfactoryclass?view=hpc-sdk-5.1.6115", "https://speakerdeck.com/heirhabarov/hunting-for-powershell-abuse?slide=41", + "https://speakerdeck.com/heirhabarov/hunting-for-powershell-abuse?slide=42", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_x509enrollment.yml" ], "tags": [ @@ -33478,10 +33588,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://app.any.run/tasks/713f05d2-fe78-4b9d-a744-f7c133e3fafb/", "https://twitter.com/nao_sec/status/1530196847679401984", "https://app.any.run/tasks/c4117d9a-f463-461a-b90f-4cd258746798/", "https://app.any.run/tasks/f420d295-0457-4e9b-9b9e-6732be227583/", - "https://app.any.run/tasks/713f05d2-fe78-4b9d-a744-f7c133e3fafb/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_sdiagnhost_susp_child.yml" ], "tags": [ @@ -33522,8 +33632,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/windows/win32/taskschd/daily-trigger-example--xml-", "https://github.com/elastic/protections-artifacts/blob/084067123d3328a823b1c3fdde305b694275c794/behavior/rules/persistence_suspicious_scheduled_task_creation_via_masqueraded_xml_file.toml", + "https://docs.microsoft.com/en-us/windows/win32/taskschd/daily-trigger-example--xml-", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_schtasks_schedule_via_masqueraded_xml_file.yml" ], "tags": [ @@ -33565,8 +33675,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.fireeye.com/blog/threat-research/2020/01/saigon-mysterious-ursnif-fork.html", "https://www.vmray.com/cyber-security-blog/analyzing-ursnif-behavior-malware-sandbox/", + "https://www.fireeye.com/blog/threat-research/2020/01/saigon-mysterious-ursnif-fork.html", "https://thedfirreport.com/2023/01/09/unwrapping-ursnifs-gifts/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_driverquery_usage.yml" ], @@ -33623,8 +33733,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.exploit-db.com/exploits/37525", "https://community.broadcom.com/symantecenterprise/communities/community-home/digestviewer/viewthread?MessageKey=6ce94b67-74e1-4333-b16f-000b7fd874f0&CommunityKey=1ecf5f55-9545-44d6-b0f4-4e4a7f5f5e68&tab=digestviewer", + "https://www.exploit-db.com/exploits/37525", "https://community.spiceworks.com/topic/2195015-batch-script-to-uninstall-symantec-endpoint-protection", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_taskkill_sep.yml" ], @@ -33859,8 +33969,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://jstnk9.github.io/jstnk9/research/Jlaive-Antivirus-Evasion-Tool", "https://web.archive.org/web/20220514073704/https://github.com/ch2sh/Jlaive", + "https://jstnk9.github.io/jstnk9/research/Jlaive-Antivirus-Evasion-Tool", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_jlaive_batch_execution.yml" ], "tags": [ @@ -33927,8 +34037,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1016/T1016.md#atomic-test-2---list-windows-firewall-rules", "https://ss64.com/nt/netsh.html", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1016/T1016.md#atomic-test-2---list-windows-firewall-rules", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_netsh_fw_rules_discovery.yml" ], "tags": [ @@ -33961,10 +34071,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://media.kasperskycontenthub.com/wp-content/uploads/sites/43/2022/06/23093553/Common-TTPs-of-the-modern-ransomware_low-res.pdf", - "https://blog.sygnia.co/kaseya-ransomware-supply-chain-attack", "https://www.acronis.com/en-us/blog/posts/lockbit-ransomware/", + "https://media.kasperskycontenthub.com/wp-content/uploads/sites/43/2022/06/23093553/Common-TTPs-of-the-modern-ransomware_low-res.pdf", "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/blackbyte-exbyte-ransomware", + "https://blog.sygnia.co/kaseya-ransomware-supply-chain-attack", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_cmd_ping_del_combined_execution.yml" ], "tags": [ @@ -34111,10 +34221,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://www.infosecmatter.com/crackmapexec-module-library/?cmem=mssql-mimikatz", "https://www.mandiant.com/resources/telegram-malware-iranian-espionage", "https://www.infosecmatter.com/crackmapexec-module-library/?cmem=smb-pe_inject", "https://mpgn.gitbook.io/crackmapexec/smb-protocol/authentication/checking-credentials-local", - "https://www.infosecmatter.com/crackmapexec-module-library/?cmem=mssql-mimikatz", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_crackmapexec_execution.yml" ], "tags": [ @@ -34257,12 +34367,12 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1490/T1490.md#atomic-test-5---windows---delete-volume-shadow-copies-via-wmi-with-powershell", - "https://www.sentinelone.com/labs/ranzy-ransomware-better-encryption-among-new-features-of-thunderx-derivative/", "https://www.trendmicro.com/vinfo/us/security/news/cybercrime-and-digital-threats/ransomware-report-avaddon-and-new-techniques-emerge-industrial-sector-targeted", - "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/wbadmin-delete-systemstatebackup", - "https://github.com/albertzsigovits/malware-notes/blob/558898932c1579ff589290092a2c8febefc3a4c9/Ransomware/Lockbit.md", "https://www.trendmicro.com/content/dam/trendmicro/global/en/research/24/b/lockbit-attempts-to-stay-afloat-with-a-new-version/technical-appendix-lockbit-ng-dev-analysis.pdf", + "https://github.com/albertzsigovits/malware-notes/blob/558898932c1579ff589290092a2c8febefc3a4c9/Ransomware/Lockbit.md", + "https://www.sentinelone.com/labs/ranzy-ransomware-better-encryption-among-new-features-of-thunderx-derivative/", + "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/wbadmin-delete-systemstatebackup", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1490/T1490.md#atomic-test-5---windows---delete-volume-shadow-copies-via-wmi-with-powershell", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wbadmin_delete_all_backups.yml" ], "tags": [ @@ -34372,9 +34482,9 @@ "logsource.product": "windows", "refs": [ "https://github.com/defaultnamehere/cookie_crimes/", + "https://www.mdsec.co.uk/2022/10/analysing-lastpass-part-1/", "https://yoroi.company/wp-content/uploads/2022/05/EternityGroup_report_compressed.pdf", "https://github.com/wunderwuzzi23/firefox-cookiemonster", - "https://www.mdsec.co.uk/2022/10/analysing-lastpass-part-1/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_browsers_remote_debugging.yml" ], "tags": [ @@ -34441,8 +34551,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/malmoeb/status/1665463817130725378?s=12&t=C0_T_re0wRP_NfKa27Xw9w", "https://www.autoitscript.com/site/", + "https://twitter.com/malmoeb/status/1665463817130725378?s=12&t=C0_T_re0wRP_NfKa27Xw9w", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_renamed_autoit.yml" ], "tags": [ @@ -34555,8 +34665,8 @@ "logsource.product": "windows", "refs": [ "https://nmap.org/ncat/", - "https://www.revshells.com/", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1095/T1095.md", + "https://www.revshells.com/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pua_netcat.yml" ], "tags": [ @@ -34656,8 +34766,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/tutorial-for-ntds-goodness-vssadmin-wmis-ntdsdit-system/", "https://www.slideshare.net/heirhabarov/hunting-for-credentials-dumping-in-windows-environment", + "https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/tutorial-for-ntds-goodness-vssadmin-wmis-ntdsdit-system/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_shadow_copies_creation.yml" ], "tags": [ @@ -34739,8 +34849,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1539/T1539.md#atomic-test-1---steal-firefox-cookies-windows", "https://blog.cyble.com/2022/04/21/prynt-stealer-a-new-info-stealer-performing-clipper-and-keylogger-activities/", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1539/T1539.md#atomic-test-1---steal-firefox-cookies-windows", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_sqlite_firefox_gecko_profile_data.yml" ], "tags": [ @@ -34816,8 +34926,8 @@ "logsource.product": "windows", "refs": [ "https://twitter.com/gN3mes1s/status/1222095371175911424", - "https://twitter.com/gN3mes1s/status/1222095963789111296", "https://twitter.com/gN3mes1s/status/1222088214581825540", + "https://twitter.com/gN3mes1s/status/1222095963789111296", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_renamed_dctask64.yml" ], "tags": [ @@ -34874,11 +34984,11 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/cyberwar_15/status/1187287262054076416", - "https://blog.alyac.co.kr/1901", - "https://www.securitynewspaper.com/2016/11/23/technical-teardown-exploit-malware-hwp-files/", - "https://www.hybrid-analysis.com/search?query=context:74940dcc5b38f9f9b1a0fea760d344735d7d91b610e6d5bd34533dd0153402c5&from_sample=5db135000388385a7644131f&block_redirect=1", "https://en.wikipedia.org/wiki/Hangul_(word_processor)", + "https://twitter.com/cyberwar_15/status/1187287262054076416", + "https://www.securitynewspaper.com/2016/11/23/technical-teardown-exploit-malware-hwp-files/", + "https://blog.alyac.co.kr/1901", + "https://www.hybrid-analysis.com/search?query=context:74940dcc5b38f9f9b1a0fea760d344735d7d91b610e6d5bd34533dd0153402c5&from_sample=5db135000388385a7644131f&block_redirect=1", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hwp_exploits.yml" ], "tags": [ @@ -34929,10 +35039,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/0gtweet/status/1299071304805560321?s=21", + "https://www.crowdstrike.com/blog/overwatch-exposes-aquatic-panda-in-possession-of-log-4-shell-exploit-tools/", "https://lolbas-project.github.io/lolbas/Binaries/Rdrleakdiag/", "https://www.pureid.io/dumping-abusing-windows-credentials-part-1/", - "https://www.crowdstrike.com/blog/overwatch-exposes-aquatic-panda-in-possession-of-log-4-shell-exploit-tools/", + "https://twitter.com/0gtweet/status/1299071304805560321?s=21", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_rdrleakdiag_process_dumping.yml" ], "tags": [ @@ -35032,9 +35142,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://businessinsights.bitdefender.com/deep-dive-into-a-backdoordiplomacy-attack-a-study-of-an-attackers-toolkit", "https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc731033(v=ws.11)", "https://www.documentcloud.org/documents/5743766-Global-Threat-Report-2019.html", + "https://businessinsights.bitdefender.com/deep-dive-into-a-backdoordiplomacy-attack-a-study-of-an-attackers-toolkit", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_ldifde_export.yml" ], "tags": [ @@ -35090,8 +35200,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1218/T1218.md", "https://lolbas-project.github.io/lolbas/OtherMSBinaries/ProtocolHandler/", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1218/T1218.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_protocolhandler_download.yml" ], "tags": [ @@ -35124,9 +35234,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "http://hyp3rlinx.altervista.org/advisories/MICROSOFT_WINDOWS_DEFENDER_DETECTION_BYPASS.txt", "https://twitter.com/n1nj4sec/status/1421190238081277959", "https://hyp3rlinx.altervista.org/advisories/MICROSOFT_WINDOWS_DEFENDER_TROJAN.WIN32.POWESSERE.G_MITIGATION_BYPASS_PART2.txt", + "http://hyp3rlinx.altervista.org/advisories/MICROSOFT_WINDOWS_DEFENDER_DETECTION_BYPASS.txt", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_rundll32_mshtml_runhtmlapplication.yml" ], "tags": [ @@ -35150,8 +35260,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/vysecurity/Aggressor-VYSEC/blob/0d61c80387b9432dab64b8b8a9fb52d20cfef80e/ping.cna", "https://twitter.com/vysecurity/status/977198418354491392", + "https://github.com/vysecurity/Aggressor-VYSEC/blob/0d61c80387b9432dab64b8b8a9fb52d20cfef80e/ping.cna", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_ping_hex_ip.yml" ], "tags": [ @@ -35192,9 +35302,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/sql/odbc/odbcconf-exe?view=sql-server-ver16", "https://www.trendmicro.com/en_us/research/17/h/backdoor-carrying-emails-set-sights-on-russian-speaking-businesses.html", "https://lolbas-project.github.io/lolbas/Binaries/Odbcconf/", + "https://learn.microsoft.com/en-us/sql/odbc/odbcconf-exe?view=sql-server-ver16", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_odbcconf_response_file_susp.yml" ], "tags": [ @@ -35376,8 +35486,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://app.any.run/tasks/9c0f37bc-867a-4314-b685-e101566766d7/", "https://docs.microsoft.com/en-us/windows/win32/setupapi/run-and-runonce-registry-keys", + "https://app.any.run/tasks/9c0f37bc-867a-4314-b685-e101566766d7/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_reg_add_run_key.yml" ], "tags": [ @@ -35410,9 +35520,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.hexacorn.com/blog/2020/08/23/odbcconf-lolbin-trifecta/", "https://web.archive.org/web/20191023232753/https://twitter.com/Hexacorn/status/1187143326673330176", "https://lolbas-project.github.io/lolbas/Binaries/Odbcconf/", + "https://www.hexacorn.com/blog/2020/08/23/odbcconf-lolbin-trifecta/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_odbcconf_driver_install.yml" ], "tags": [ @@ -35445,12 +35555,12 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/Hexacorn/status/885258886428725250", "https://twitter.com/nas_bench/status/1433344116071583746", + "https://twitter.com/eral4m/status/1479106975967240209", "https://gist.github.com/ryhanson/227229866af52e2d963cf941af135a52", "http://www.hexacorn.com/blog/2017/05/01/running-programs-via-proxy-jumping-on-a-edr-bypass-trampoline/", - "https://twitter.com/eral4m/status/1479106975967240209", "https://twitter.com/eral4m/status/1479080793003671557", + "https://twitter.com/Hexacorn/status/885258886428725250", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_rundll32_susp_activity.yml" ], "tags": [ @@ -35549,9 +35659,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.fireeye.com/blog/threat-research/2017/03/apt29_domain_frontin.html", - "https://learn.microsoft.com/en-us/archive/blogs/jonathantrull/detecting-sticky-key-backdoors", "https://www.clearskysec.com/wp-content/uploads/2020/02/ClearSky-Fox-Kitten-Campaign-v1.pdf", + "https://learn.microsoft.com/en-us/archive/blogs/jonathantrull/detecting-sticky-key-backdoors", + "https://www.fireeye.com/blog/threat-research/2017/03/apt29_domain_frontin.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_cmd_sticky_keys_replace.yml" ], "tags": [ @@ -35584,8 +35694,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://forums.veeam.com/veeam-backup-replication-f2/recover-esxi-password-in-veeam-t34630.html", "https://thedfirreport.com/2021/12/13/diavol-ransomware/", + "https://forums.veeam.com/veeam-backup-replication-f2/recover-esxi-password-in-veeam-t34630.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_sqlcmd_veeam_dump.yml" ], "tags": [ @@ -35641,8 +35751,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/nasbench/Misc-Research/tree/b9596e8109dcdb16ec353f316678927e507a5b8d/LOLBINs/Winget", "https://learn.microsoft.com/en-us/windows/package-manager/winget/source", + "https://github.com/nasbench/Misc-Research/tree/b9596e8109dcdb16ec353f316678927e507a5b8d/LOLBINs/Winget", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_winget_add_susp_custom_source.yml" ], "tags": [ @@ -35677,9 +35787,9 @@ "logsource.product": "windows", "refs": [ "https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc731033(v=ws.11)", - "https://lolbas-project.github.io/lolbas/Binaries/Setres/", - "https://strontic.github.io/xcyclopedia/library/setres.exe-0E30E4C09637D7A128A37B59A3BC4D09.html", "https://twitter.com/0gtweet/status/1583356502340870144", + "https://strontic.github.io/xcyclopedia/library/setres.exe-0E30E4C09637D7A128A37B59A3BC4D09.html", + "https://lolbas-project.github.io/lolbas/Binaries/Setres/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_setres.yml" ], "tags": [ @@ -35722,11 +35832,11 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://gist.github.com/fovtran/ac0624983c7722e80a8f5a4babb170ee", - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1070.001/T1070.001.md", - "https://jdhnet.wordpress.com/2017/12/19/changing-the-location-of-the-windows-event-logs/", "https://eqllib.readthedocs.io/en/latest/analytics/5b223758-07d6-4100-9e11-238cfdd0fe97.html", + "https://gist.github.com/fovtran/ac0624983c7722e80a8f5a4babb170ee", "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/wevtutil", + "https://jdhnet.wordpress.com/2017/12/19/changing-the-location-of-the-windows-event-logs/", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1070.001/T1070.001.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_eventlog_clear.yml" ], "tags": [ @@ -35834,8 +35944,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/Hexacorn/status/1224848930795552769", "http://www.hexacorn.com/blog/2020/02/05/stay-positive-lolbins-not/", + "https://twitter.com/Hexacorn/status/1224848930795552769", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_rundll32_advpack_obfuscated_ordinal_call.yml" ], "tags": [ @@ -35934,9 +36044,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://lolbas-project.github.io/lolbas/Binaries/Findstr/", "https://oddvar.moe/2018/04/11/putting-data-in-alternate-data-streams-and-how-to-execute-it-part-2/", "https://gist.github.com/api0cradle/cdd2d0d0ec9abb686f0e89306e277b8f", - "https://lolbas-project.github.io/lolbas/Binaries/Findstr/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_findstr_subfolder_search.yml" ], "tags": [ @@ -36092,8 +36202,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.microsoft.com/security/blog/2022/05/09/ransomware-as-a-service-understanding-the-cybercrime-gig-economy-and-how-to-protect-yourself/", "https://github.com/malcomvetter/CSExec", + "https://www.microsoft.com/security/blog/2022/05/09/ransomware-as-a-service-understanding-the-cybercrime-gig-economy-and-how-to-protect-yourself/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pua_csexec.yml" ], "tags": [ @@ -36308,8 +36418,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.sentinelone.com/labs/wading-through-muddy-waters-recent-activity-of-an-iranian-state-sponsored-threat-actor/", "https://github.com/shantanu561993/SharpChisel", + "https://www.sentinelone.com/labs/wading-through-muddy-waters-recent-activity-of-an-iranian-state-sponsored-threat-actor/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_sharp_chisel.yml" ], "tags": [ @@ -36475,11 +36585,11 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://itconnect.uw.edu/tools-services-support/it-systems-infrastructure/msinf/other-help/understanding-sddl-syntax/", + "https://blog.talosintelligence.com/2021/10/threat-hunting-in-large-datasets-by.html", + "https://www.sans.org/blog/red-team-tactics-hiding-windows-services/", "https://twitter.com/Alh4zr3d/status/1580925761996828672", "https://twitter.com/0gtweet/status/1628720819537936386", - "https://itconnect.uw.edu/tools-services-support/it-systems-infrastructure/msinf/other-help/understanding-sddl-syntax/", - "https://www.sans.org/blog/red-team-tactics-hiding-windows-services/", - "https://blog.talosintelligence.com/2021/10/threat-hunting-in-large-datasets-by.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_sc_sdset_modification.yml" ], "tags": [ @@ -36672,10 +36782,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/do-more-with-tunnels/trycloudflare/", + "https://www.intrinsec.com/akira_ransomware/", "https://www.guidepointsecurity.com/blog/tunnel-vision-cloudflared-abused-in-the-wild/", "https://github.com/cloudflare/cloudflared", - "https://www.intrinsec.com/akira_ransomware/", + "https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/do-more-with-tunnels/trycloudflare/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_cloudflared_quicktunnel_execution.yml" ], "tags": [ @@ -36708,8 +36818,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/EmpireProject/Empire/blob/08cbd274bef78243d7a8ed6443b8364acd1fc48b/lib/modules/powershell/persistence/userland/schtasks.py", "https://github.com/0xdeadbeefJERKY/PowerSploit/blob/8690399ef70d2cad10213575ac67e8fa90ddf7c3/Persistence/Persistence.psm1", + "https://github.com/EmpireProject/Empire/blob/08cbd274bef78243d7a8ed6443b8364acd1fc48b/lib/modules/powershell/persistence/userland/schtasks.py", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_powersploit_empire_default_schtasks.yml" ], "tags": [ @@ -36756,8 +36866,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1124/T1124.md", "https://eqllib.readthedocs.io/en/latest/analytics/fcdb99c2-ac3c-4bde-b664-4b336329bed2.html", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1124/T1124.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_remote_time_discovery.yml" ], "tags": [ @@ -37046,9 +37156,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/S3cur3Th1sSh1t/Creds/blob/eac23d67f7f90c7fc8e3130587d86158c22aa398/PowershellScripts/jaws-enum.ps1", - "https://www.absolomb.com/2018-01-26-Windows-Privilege-Escalation-Guide/", "https://github.com/nccgroup/redsnarf/blob/35949b30106ae543dc6f2bc3f1be10c6d9a8d40e/redsnarf.py", + "https://www.absolomb.com/2018-01-26-Windows-Privilege-Escalation-Guide/", + "https://github.com/S3cur3Th1sSh1t/Creds/blob/eac23d67f7f90c7fc8e3130587d86158c22aa398/PowershellScripts/jaws-enum.ps1", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wmic_recon_unquoted_service_search.yml" ], "tags": [ @@ -37114,9 +37224,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/offsecginger/koadic/blob/457f9a3ff394c989cdb4c599ab90eb34fb2c762c/data/stager/js/stdlib.js", - "https://unit42.paloaltonetworks.com/unit42-sofacy-groups-parallel-attacks/", "https://blog.f-secure.com/hunting-for-koadic-a-com-based-rootkit/", + "https://unit42.paloaltonetworks.com/unit42-sofacy-groups-parallel-attacks/", + "https://github.com/offsecginger/koadic/blob/457f9a3ff394c989cdb4c599ab90eb34fb2c762c/data/stager/js/stdlib.js", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_koadic.yml" ], "tags": [ @@ -37165,9 +37275,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Cdb/", "https://twitter.com/nas_bench/status/1534957360032120833", "https://web.archive.org/web/20170715043507/http://www.exploit-monday.com/2016/08/windbg-cdb-shellcode-runner.html", - "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Cdb/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_cdb_arbitrary_command_execution.yml" ], "tags": [ @@ -37284,8 +37394,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://svch0st.medium.com/stats-from-hunting-cobalt-strike-beacons-c17e56255f9b", "https://twitter.com/x86matthew/status/1505476263464607744?s=12", + "https://svch0st.medium.com/stats-from-hunting-cobalt-strike-beacons-c17e56255f9b", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_parents.yml" ], "tags": [ @@ -37420,8 +37530,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1482/T1482.md", "https://posts.specterops.io/an-introduction-to-manual-active-directory-querying-with-dsquery-and-ldapsearch-84943c13d7eb?gi=41b97a644843", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1482/T1482.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_dsquery_domain_trust_discovery.yml" ], "tags": [ @@ -37540,8 +37650,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Tttracer/", "https://twitter.com/oulusoyum/status/1191329746069655553", + "https://lolbas-project.github.io/lolbas/Binaries/Tttracer/", "https://twitter.com/mattifestation/status/1196390321783025666", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_tttracer_mod_load.yml" ], @@ -37763,8 +37873,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/nasbench/Misc-Research/tree/b9596e8109dcdb16ec353f316678927e507a5b8d/LOLBINs/Winget", "https://learn.microsoft.com/en-us/windows/package-manager/winget/source", + "https://github.com/nasbench/Misc-Research/tree/b9596e8109dcdb16ec353f316678927e507a5b8d/LOLBINs/Winget", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_winget_add_custom_source.yml" ], "tags": [ @@ -37864,9 +37974,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.sprocketsecurity.com/resources/crossing-the-log4j-horizon-a-vulnerability-with-no-return", "https://nodejs.org/api/cli.html", "https://www.rapid7.com/blog/post/2022/01/18/active-exploitation-of-vmware-horizon-servers/", + "https://www.sprocketsecurity.com/resources/crossing-the-log4j-horizon-a-vulnerability-with-no-return", "http://blog.talosintelligence.com/2022/09/lazarus-three-rats.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_node_abuse.yml" ], @@ -37900,9 +38010,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://labs.withsecure.com/publications/fin7-target-veeam-servers", "https://github.com/WithSecureLabs/iocs/blob/344203de742bb7e68bd56618f66d34be95a9f9fc/FIN7VEEAM/iocs.csv", "https://github.com/pr0xylife/IcedID/blob/8dd1e218460db4f750d955b4c65b2f918a1db906/icedID_09.28.2023.txt", - "https://labs.withsecure.com/publications/fin7-target-veeam-servers", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_curl_download_direct_ip_susp_extensions.yml" ], "tags": [ @@ -37925,9 +38035,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.helpnetsecurity.com/2023/08/02/aws-instances-attackers-access/", "https://www.bleepingcomputer.com/news/security/amazons-aws-ssm-agent-can-be-used-as-post-exploitation-rat-malware/", "https://www.mitiga.io/blog/mitiga-security-advisory-abusing-the-ssm-agent-as-a-remote-access-trojan", + "https://www.helpnetsecurity.com/2023/08/02/aws-instances-attackers-access/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_ssm_agent_abuse.yml" ], "tags": [ @@ -38053,24 +38163,24 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/DarkCoderSc/PowerRunAsSystem/", - "https://github.com/dafthack/DomainPasswordSpray/blob/b13d64a5834694aa73fd2aea9911a83027c465a7/DomainPasswordSpray.ps1", "https://unit42.paloaltonetworks.com/threat-assessment-black-basta-ransomware/", - "https://research.nccgroup.com/2022/06/06/shining-the-light-on-black-basta/", - "https://github.com/rvrsh3ll/Misc-Powershell-Scripts/blob/6f23bb41f9675d7e2d32bacccff75e931ae00554/OfficeMemScraper.ps1", - "https://github.com/samratashok/nishang", - "https://github.com/BloodHoundAD/BloodHound/blob/0927441f67161cc6dc08a53c63ceb8e333f55874/Collectors/AzureHound.ps1", - "https://github.com/HarmJ0y/DAMP", - "https://github.com/Kevin-Robertson/Powermad", - "https://github.com/adrecon/ADRecon", "https://github.com/adrecon/AzureADRecon", + "https://github.com/S3cur3Th1sSh1t/PowerSharpPack/tree/master/PowerSharpBinaries", + "https://github.com/adrecon/ADRecon", + "https://research.nccgroup.com/2022/06/06/shining-the-light-on-black-basta/", + "https://github.com/samratashok/nishang", + "https://github.com/dafthack/DomainPasswordSpray/blob/b13d64a5834694aa73fd2aea9911a83027c465a7/DomainPasswordSpray.ps1", + "https://github.com/Kevin-Robertson/Powermad", + "https://github.com/DarkCoderSc/PowerRunAsSystem/", + "https://github.com/BC-SECURITY/Invoke-ZeroLogon/blob/111d17c7fec486d9bb23387e2e828b09a26075e4/Invoke-ZeroLogon.ps1", + "https://github.com/HarmJ0y/DAMP", + "https://bloodhound.readthedocs.io/en/latest/data-collection/azurehound.html", "https://github.com/besimorhino/powercat", "https://github.com/xorrior/RandomPS-Scripts/blob/848c919bfce4e2d67b626cbcf4404341cfe3d3b6/Get-DXWebcamVideo.ps1", "https://github.com/calebstewart/CVE-2021-1675", "https://adsecurity.org/?p=2921", - "https://github.com/BC-SECURITY/Invoke-ZeroLogon/blob/111d17c7fec486d9bb23387e2e828b09a26075e4/Invoke-ZeroLogon.ps1", - "https://github.com/S3cur3Th1sSh1t/PowerSharpPack/tree/master/PowerSharpBinaries", - "https://bloodhound.readthedocs.io/en/latest/data-collection/azurehound.html", + "https://github.com/rvrsh3ll/Misc-Powershell-Scripts/blob/6f23bb41f9675d7e2d32bacccff75e931ae00554/OfficeMemScraper.ps1", + "https://github.com/BloodHoundAD/BloodHound/blob/0927441f67161cc6dc08a53c63ceb8e333f55874/Collectors/AzureHound.ps1", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_malicious_cmdlets.yml" ], "tags": [ @@ -38160,8 +38270,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.fireeye.com/blog/threat-research/2013/08/breaking-down-the-china-chopper-web-shell-part-ii.html", "https://unit42.paloaltonetworks.com/bumblebee-webshell-xhunt-campaign/", + "https://www.fireeye.com/blog/threat-research/2013/08/breaking-down-the-china-chopper-web-shell-part-ii.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_webshell_recon_commands_and_processes.yml" ], "tags": [ @@ -38219,8 +38329,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Wsl/", "https://twitter.com/nas_bench/status/1535431474429808642", + "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Wsl/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wsl_lolbin_execution.yml" ], "tags": [ @@ -38297,8 +38407,8 @@ "logsource.product": "windows", "refs": [ "https://www.hexacorn.com/blog/2017/07/31/the-wizard-of-x-oppa-plugx-style/", - "https://www.elastic.co/guide/en/security/current/execution-of-com-object-via-xwizard.html", "https://lolbas-project.github.io/lolbas/Binaries/Xwizard/", + "https://www.elastic.co/guide/en/security/current/execution-of-com-object-via-xwizard.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_xwizard_runwizard_com_object_exec.yml" ], "tags": [ @@ -38365,8 +38475,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/SBousseaden/status/1278977301745741825", "https://labs.sentinelone.com/living-off-windows-land-a-new-native-file-downldr/", + "https://twitter.com/SBousseaden/status/1278977301745741825", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_desktopimgdownldr_susp_execution.yml" ], "tags": [ @@ -38541,9 +38651,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1562.001/T1562.001.md", "https://twitter.com/AdamTheAnalyst/status/1483497517119590403", "https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/configure-process-opened-file-exclusions-microsoft-defender-antivirus", - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1562.001/T1562.001.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_base64_mppreference.yml" ], "tags": [ @@ -38687,9 +38797,9 @@ "refs": [ "https://github.com/cloudflare/cloudflared", "https://www.intrinsec.com/akira_ransomware/", + "https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/do-more-with-tunnels/trycloudflare/", "https://github.com/cloudflare/cloudflared/releases", "https://www.guidepointsecurity.com/blog/tunnel-vision-cloudflared-abused-in-the-wild/", - "https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/do-more-with-tunnels/trycloudflare/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_cloudflared_portable_execution.yml" ], "tags": [ @@ -38872,9 +38982,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://twitter.com/pabraeken/status/990758590020452353", "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Vsjitdebugger/", "https://docs.microsoft.com/en-us/visualstudio/debugger/debug-using-the-just-in-time-debugger?view=vs-2019", - "https://twitter.com/pabraeken/status/990758590020452353", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_use_of_vsjitdebugger_bin.yml" ], "tags": [ @@ -38964,10 +39074,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/jseerden/status/1247985304667066373/photo/1", - "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Agentexecutor/", "https://twitter.com/lefterispan/status/1286259016436514816", + "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Agentexecutor/", "https://docs.microsoft.com/en-us/mem/intune/apps/intune-management-extension", + "https://twitter.com/jseerden/status/1247985304667066373/photo/1", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_agentexecutor_susp_usage.yml" ], "tags": [ @@ -39033,8 +39143,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/blackorbird/status/1140519090961825792", "https://blu3-team.blogspot.com/2019/06/misleading-extensions-xlsexe-docexe.html", + "https://twitter.com/blackorbird/status/1140519090961825792", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_double_extension.yml" ], "tags": [ @@ -39102,10 +39212,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.virustotal.com/gui/file/427616528b7dbc4a6057ac89eb174a3a90f7abcf3f34e5a359b7a910d82f7a72/behavior", "https://www.virustotal.com/gui/file/34de4c8beded481a4084a1fd77855c3e977e8ac643e5c5842d0f15f7f9b9086f/behavior", - "https://www.virustotal.com/gui/file/4abe1395a09fda06d897a9c4eb247278c1b6cddda5d126ce5b3f4f499e3b8fa2/behavior", "https://www.virustotal.com/gui/file/35c22725a92d5cb1016b09421c0a6cdbfd860fd4778b3313669b057d4a131cb7/behavior", + "https://www.virustotal.com/gui/file/4abe1395a09fda06d897a9c4eb247278c1b6cddda5d126ce5b3f4f499e3b8fa2/behavior", + "https://www.virustotal.com/gui/file/427616528b7dbc4a6057ac89eb174a3a90f7abcf3f34e5a359b7a910d82f7a72/behavior", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_certutil_encode_susp_location.yml" ], "tags": [ @@ -39139,8 +39249,8 @@ "logsource.product": "windows", "refs": [ "https://app.any.run/tasks/7eaba74e-c1ea-400f-9c17-5e30eee89906/", - "https://brica.de/alerts/alert/public/1247926/agent-tesla-keylogger-delivered-inside-a-power-iso-daa-archive/", "https://www.youtube.com/watch?v=DsJ9ByX84o4&t=6s", + "https://brica.de/alerts/alert/public/1247926/agent-tesla-keylogger-delivered-inside-a-power-iso-daa-archive/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_whoami_output.yml" ], "tags": [ @@ -39174,8 +39284,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://news.sophos.com/en-us/2022/01/19/zloader-installs-remote-access-backdoors-and-delivers-cobalt-strike/", "https://blogs.vmware.com/security/2022/11/batloader-the-evasive-downloader-malware.html", + "https://news.sophos.com/en-us/2022/01/19/zloader-installs-remote-access-backdoors-and-delivers-cobalt-strike/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_gpg4win_susp_location.yml" ], "tags": [ @@ -39232,10 +39342,10 @@ "logsource.product": "windows", "refs": [ "https://foxglovesecurity.com/2016/09/26/rotten-potato-privilege-escalation-from-service-accounts-to-system/", + "https://hunter2.gitbook.io/darthsidious/execution/responder-with-ntlm-relay-and-empire", + "https://hunter2.gitbook.io/darthsidious/other/war-stories/domain-admin-in-30-minutes", "https://pentestlab.blog/2017/04/13/hot-potato/", "https://github.com/ohpe/juicy-potato", - "https://hunter2.gitbook.io/darthsidious/other/war-stories/domain-admin-in-30-minutes", - "https://hunter2.gitbook.io/darthsidious/execution/responder-with-ntlm-relay-and-empire", "https://www.localpotato.com/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_relay_attacks_tools.yml" ], @@ -39337,11 +39447,11 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://assets.documentcloud.org/documents/20444693/fbi-pin-egregor-ransomware-bc-01062021.pdf", "https://www.fireeye.com/blog/threat-research/2020/05/tactics-techniques-procedures-associated-with-maze-ransomware-incidents.html", "https://labs.f-secure.com/blog/prelude-to-ransomware-systembc", - "https://thedfirreport.com/2021/01/18/all-that-for-a-coinminer", + "https://assets.documentcloud.org/documents/20444693/fbi-pin-egregor-ransomware-bc-01062021.pdf", "https://github.com/3CORESec/MAL-CL/tree/master/Descriptors/Other/Advanced%20IP%20Scanner", + "https://thedfirreport.com/2021/01/18/all-that-for-a-coinminer", "https://news.sophos.com/en-us/2019/12/09/snatch-ransomware-reboots-pcs-into-safe-mode-to-bypass-protection/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pua_advanced_ip_scanner.yml" ], @@ -39383,9 +39493,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://www.hybrid-analysis.com/sample/8da5b75b6380a41eee3a399c43dfe0d99eeefaa1fd21027a07b1ecaa4cd96fdd?environmentId=120", "https://web.archive.org/web/20180331144337/https://www.fireeye.com/blog/threat-research/2018/03/sanny-malware-delivery-method-updated-in-recently-observed-attacks.html", "https://thedfirreport.com/2023/08/28/html-smuggling-leads-to-domain-wide-ransomware/", - "https://www.hybrid-analysis.com/sample/8da5b75b6380a41eee3a399c43dfe0d99eeefaa1fd21027a07b1ecaa4cd96fdd?environmentId=120", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_copy_system_dir_lolbin.yml" ], "tags": [ @@ -39484,8 +39594,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.pdq.com/pdq-deploy/", "https://github.com/redcanaryco/atomic-red-team/blob/9e5b12c4912c07562aec7500447b11fa3e17e254/atomics/T1072/T1072.md", + "https://www.pdq.com/pdq-deploy/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pdqdeploy_execution.yml" ], "tags": [ @@ -39553,8 +39663,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/dotnet/api/system.appdomain.load?view=net-7.0", "https://github.com/Neo23x0/Raccine/blob/20a569fa21625086433dcce8bb2765d0ea08dcb6/yara/mal_revil.yar", + "https://learn.microsoft.com/en-us/dotnet/api/system.appdomain.load?view=net-7.0", "https://thedfirreport.com/2022/05/09/seo-poisoning-a-gootloader-story/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_base64_reflection_assembly_load_obfusc.yml" ], @@ -39598,8 +39708,8 @@ "logsource.product": "windows", "refs": [ "https://twitter.com/cyb3rops/status/1617108657166061568?s=20", - "https://www.ired.team/offensive-security-experiments/active-directory-kerberos-abuse/active-directory-enumeration-with-ad-module-without-rsat-or-admin-privileges", "https://github.com/samratashok/ADModule", + "https://www.ired.team/offensive-security-experiments/active-directory-kerberos-abuse/active-directory-enumeration-with-ad-module-without-rsat-or-admin-privileges", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_active_directory_module_dll_import.yml" ], "tags": [ @@ -39693,13 +39803,13 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://cybleinc.com/2021/02/15/ngrok-platform-abused-by-hackers-to-deliver-a-new-wave-of-phishing-attacks/", - "https://ngrok.com/docs", - "https://stackoverflow.com/questions/42442320/ssh-tunnel-to-ngrok-and-initiate-rdp", - "https://www.fireeye.com/blog/threat-research/2021/05/shining-a-light-on-darkside-ransomware-operations.html", - "https://www.softwaretestinghelp.com/how-to-use-ngrok/", "https://twitter.com/xorJosh/status/1598646907802451969", + "https://stackoverflow.com/questions/42442320/ssh-tunnel-to-ngrok-and-initiate-rdp", + "https://www.softwaretestinghelp.com/how-to-use-ngrok/", "https://www.virustotal.com/gui/file/58d21840d915aaf4040ceb89522396124c82f325282f805d1085527e1e2ccfa1/detection", + "https://cybleinc.com/2021/02/15/ngrok-platform-abused-by-hackers-to-deliver-a-new-wave-of-phishing-attacks/", + "https://www.fireeye.com/blog/threat-research/2021/05/shining-a-light-on-darkside-ransomware-operations.html", + "https://ngrok.com/docs", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pua_ngrok.yml" ], "tags": [ @@ -39869,8 +39979,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://pentestlab.blog/2017/03/30/weak-service-permissions/", "https://speakerdeck.com/heirhabarov/hunting-for-privilege-escalation-in-windows-environment", + "https://pentestlab.blog/2017/03/30/weak-service-permissions/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_sc_change_sevice_image_path_by_non_admin.yml" ], "tags": [ @@ -39905,9 +40015,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/0gtweet/status/1628720819537936386", - "https://learn.microsoft.com/en-us/windows/win32/secauthz/sid-strings", "https://itconnect.uw.edu/tools-services-support/it-systems-infrastructure/msinf/other-help/understanding-sddl-syntax/", + "https://learn.microsoft.com/en-us/windows/win32/secauthz/sid-strings", + "https://twitter.com/0gtweet/status/1628720819537936386", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_sc_sdset_allow_service_changes.yml" ], "tags": [ @@ -39940,8 +40050,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.microsoft.com/security/blog/2021/12/09/a-closer-look-at-qakbots-latest-building-blocks-and-how-to-knock-them-down/", "https://www.fortinet.com/content/dam/fortinet/assets/analyst-reports/ar-qakbot.pdf", + "https://www.microsoft.com/security/blog/2021/12/09/a-closer-look-at-qakbots-latest-building-blocks-and-how-to-knock-them-down/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_msra_process_injection.yml" ], "tags": [ @@ -40018,8 +40128,8 @@ "logsource.product": "windows", "refs": [ "https://learn.microsoft.com/en-us/windows/win32/shell/csidl", - "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/shuckworm-russia-ukraine-military", "https://www.virustotal.com/gui/file/91ba814a86ddedc7a9d546e26f912c541205b47a853d227756ab1334ade92c3f", + "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/shuckworm-russia-ukraine-military", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_script_exec_from_env_folder.yml" ], "tags": [ @@ -40118,8 +40228,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://thedfirreport.com/2020/10/08/ryuks-return/", "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/ransomware-hive-conti-avoslocker", + "https://thedfirreport.com/2020/10/08/ryuks-return/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wmic_susp_process_creation.yml" ], "tags": [ @@ -40185,8 +40295,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/EmpireProject/Empire/blob/e37fb2eef8ff8f5a0a689f1589f424906fe13055/data/module_source/privesc/Invoke-EventVwrBypass.ps1#L64", "https://github.com/EmpireProject/Empire/blob/e37fb2eef8ff8f5a0a689f1589f424906fe13055/data/module_source/privesc/Invoke-FodHelperBypass.ps1#L64", + "https://github.com/EmpireProject/Empire/blob/e37fb2eef8ff8f5a0a689f1589f424906fe13055/data/module_source/privesc/Invoke-EventVwrBypass.ps1#L64", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_empire_powershell_uac_bypass.yml" ], "tags": [ @@ -40254,9 +40364,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://unit42.paloaltonetworks.com/new-babyshark-malware-targets-u-s-national-security-think-tanks/", "https://lolbas-project.github.io/lolbas/Binaries/Certutil/", "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/certutil", - "https://unit42.paloaltonetworks.com/new-babyshark-malware-targets-u-s-national-security-think-tanks/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_certutil_encode.yml" ], "tags": [ @@ -40289,12 +40399,12 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://news.sophos.com/en-us/2021/04/13/compromised-exchange-server-hosting-cryptojacker-targeting-other-exchange-servers/", - "https://forensicitguy.github.io/agenttesla-vba-certutil-download/", "https://lolbas-project.github.io/lolbas/Binaries/Certutil/", - "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/certutil", - "https://twitter.com/egre55/status/1087685529016193025", + "https://forensicitguy.github.io/agenttesla-vba-certutil-download/", + "https://news.sophos.com/en-us/2021/04/13/compromised-exchange-server-hosting-cryptojacker-targeting-other-exchange-servers/", "https://www.microsoft.com/en-us/security/blog/2024/01/17/new-ttps-observed-in-mint-sandstorm-campaign-targeting-high-profile-individuals-at-universities-and-research-orgs/", + "https://twitter.com/egre55/status/1087685529016193025", + "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/certutil", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_certutil_download_file_sharing_domains.yml" ], "tags": [ @@ -40327,9 +40437,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/hfiref0x/UACME", - "https://twitter.com/hFireF0X/status/897640081053364225", "https://web.archive.org/web/20190720093911/http://www.endurant.io/cmstp/detecting-cmstp-enabled-code-execution-and-uac-bypass-with-sysmon/", + "https://twitter.com/hFireF0X/status/897640081053364225", + "https://github.com/hfiref0x/UACME", "https://medium.com/falconforce/falconfriday-detecting-uac-bypasses-0xff16-86c2a9107abf", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_uac_bypass_cmstp_com_object_access.yml" ], @@ -40375,8 +40485,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.mandiant.com/resources/blog/trojanized-windows-installers-ukrainian-government", "https://posts.slayerlabs.com/living-off-the-land/#gathernetworkinfovbs", + "https://www.mandiant.com/resources/blog/trojanized-windows-installers-ukrainian-government", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_gather_network_info.yml" ], "tags": [ @@ -40453,15 +40563,15 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://redcanary.com/blog/intelligence-insights-october-2021/", - "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/blackbyte-exbyte-ransomware", - "https://www.hybrid-analysis.com/sample/ed01ebfbc9eb5bbea545af4d01bf5f1071661840480439c6e5babe8e080e41aa?environmentId=100", "https://securingtomorrow.mcafee.com/other-blogs/mcafee-labs/new-teslacrypt-ransomware-arrives-via-spam/", - "https://github.com/Neo23x0/Raccine/blob/20a569fa21625086433dcce8bb2765d0ea08dcb6/yara/gen_ransomware_command_lines.yar", - "https://blog.talosintelligence.com/2017/05/wannacry.html", + "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/blackbyte-exbyte-ransomware", "https://www.bleepingcomputer.com/news/security/why-everyone-should-disable-vssadmin-exe-now/", - "https://github.com/Neo23x0/Raccine#the-process", + "https://www.hybrid-analysis.com/sample/ed01ebfbc9eb5bbea545af4d01bf5f1071661840480439c6e5babe8e080e41aa?environmentId=100", + "https://blog.talosintelligence.com/2017/05/wannacry.html", "https://www.slideshare.net/heirhabarov/hunting-for-credentials-dumping-in-windows-environment", + "https://github.com/Neo23x0/Raccine#the-process", + "https://github.com/Neo23x0/Raccine/blob/20a569fa21625086433dcce8bb2765d0ea08dcb6/yara/gen_ransomware_command_lines.yar", + "https://redcanary.com/blog/intelligence-insights-october-2021/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_shadow_copies_deletion.yml" ], "tags": [ @@ -40723,9 +40833,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Verclsid/", - "https://gist.github.com/NickTyrer/0598b60112eaafe6d07789f7964290d5", "https://bohops.com/2018/08/18/abusing-the-com-registry-structure-part-2-loading-techniques-for-evasion-and-persistence/", + "https://gist.github.com/NickTyrer/0598b60112eaafe6d07789f7964290d5", + "https://lolbas-project.github.io/lolbas/Binaries/Verclsid/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_verclsid_runs_com.yml" ], "tags": [ @@ -40758,10 +40868,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.1", - "https://adsecurity.org/?p=2604", - "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.1", "https://thedfirreport.com/2021/11/01/from-zero-to-domain-admin/", + "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.1", + "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.1", + "https://adsecurity.org/?p=2604", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_set_policies_to_unsecure_level.yml" ], "tags": [ @@ -40795,8 +40905,8 @@ "logsource.product": "windows", "refs": [ "https://www.acunetix.com/blog/articles/windows-short-8-3-filenames-web-security-problem/", - "https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-2000-server/cc959352(v=technet.10)?redirectedfrom=MSDN", "https://twitter.com/jonasLyk/status/1555914501802921984", + "https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-2000-server/cc959352(v=technet.10)?redirectedfrom=MSDN", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_ntfs_short_name_use_cli.yml" ], "tags": [ @@ -40993,8 +41103,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/0gtweet/status/1474899714290208777?s=12", "https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/dtrace", + "https://twitter.com/0gtweet/status/1474899714290208777?s=12", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_dtrace_kernel_dump.yml" ], "tags": [ @@ -41027,12 +41137,12 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://twitter.com/JohnLaTwC/status/835149808817991680", + "https://lolbas-project.github.io/lolbas/Binaries/Certutil/", + "https://learn.microsoft.com/en-us/archive/blogs/pki/basic-crl-checking-with-certutil", "https://news.sophos.com/en-us/2021/04/13/compromised-exchange-server-hosting-cryptojacker-targeting-other-exchange-servers/", "https://unit42.paloaltonetworks.com/new-babyshark-malware-targets-u-s-national-security-think-tanks/", - "https://lolbas-project.github.io/lolbas/Binaries/Certutil/", "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/certutil", - "https://twitter.com/JohnLaTwC/status/835149808817991680", - "https://learn.microsoft.com/en-us/archive/blogs/pki/basic-crl-checking-with-certutil", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_certutil_decode.yml" ], "tags": [ @@ -41065,10 +41175,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/gpresult", - "https://www.welivesecurity.com/wp-content/uploads/2020/05/ESET_Turla_ComRAT.pdf", "https://unit42.paloaltonetworks.com/emissary-trojan-changelog-did-operation-lotus-blossom-cause-it-to-evolve/", + "https://www.welivesecurity.com/wp-content/uploads/2020/05/ESET_Turla_ComRAT.pdf", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1615/T1615.md", + "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/gpresult", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_gpresult_execution.yml" ], "tags": [ @@ -41101,9 +41211,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://www.fireeye.com/blog/threat-research/2020/10/kegtap-and-singlemalt-with-a-ransomware-chaser.html", "https://docs.microsoft.com/en-us/sysinternals/downloads/psexec", "https://www.poweradmin.com/paexec/", - "https://www.fireeye.com/blog/threat-research/2020/10/kegtap-and-singlemalt-with-a-ransomware-chaser.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_sysinternals_psexec_remote_execution.yml" ], "tags": [ @@ -41136,8 +41246,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://securelist.com/moonbounce-the-dark-side-of-uefi-firmware/105468/", "https://docs.microsoft.com/en-us/dotnet/framework/tools/installutil-exe-installer-tool", + "https://securelist.com/moonbounce-the-dark-side-of-uefi-firmware/105468/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_instalutil_no_log_execution.yml" ], "tags": [ @@ -41160,10 +41270,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/M_haggis/status/1699056847154725107", + "https://www.virustotal.com/gui/file/339ff720c74dc44265b917b6d3e3ba0411d61f3cd3c328e9a2bae81592c8a6e5/content", "https://learn.microsoft.com/en-us/troubleshoot/developer/browsers/security-privacy/ie-security-zones-registry-entries", "https://twitter.com/JAMESWT_MHT/status/1699042827261391247", - "https://www.virustotal.com/gui/file/339ff720c74dc44265b917b6d3e3ba0411d61f3cd3c328e9a2bae81592c8a6e5/content", + "https://twitter.com/M_haggis/status/1699056847154725107", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_registry_ie_security_zone_protocol_defaults_downgrade.yml" ], "tags": [ @@ -41222,8 +41332,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/fireeye/DueDLLigence", "https://www.fireeye.com/blog/threat-research/2019/10/staying-hidden-on-the-endpoint-evading-detection-with-shellcode.html", + "https://github.com/fireeye/DueDLLigence", "https://lolbas-project.github.io/lolbas/Binaries/Rasautou/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_rasautou_dll_execution.yml" ], @@ -41257,8 +41367,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/nas_bench/status/1618021415852335105", "https://twitter.com/nas_bench/status/1618021838407495681", + "https://twitter.com/nas_bench/status/1618021415852335105", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_vscode_child_processes_anomalies.yml" ], "tags": [ @@ -41300,10 +41410,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.virustotal.com/gui/search/filename%253A*spoof*%2520filename%253A*ppid*/files", - "https://www.picussecurity.com/resource/blog/how-to-detect-parent-pid-ppid-spoofing-attacks", "https://pentestlab.blog/2020/02/24/parent-pid-spoofing/", + "https://www.picussecurity.com/resource/blog/how-to-detect-parent-pid-ppid-spoofing-attacks", "https://www.ired.team/offensive-security/defense-evasion/parent-process-id-ppid-spoofing", + "https://www.virustotal.com/gui/search/filename%253A*spoof*%2520filename%253A*ppid*/files", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_selectmyparent.yml" ], "tags": [ @@ -41369,16 +41479,16 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://github.com/dotnet/runtime/blob/4f9ae42d861fcb4be2fcd5d3d55d5f227d30e723/docs/coding-guidelines/clr-jit-coding-conventions.md#1412-disabling-code", + "https://github.com/dotnet/runtime/search?p=1&q=COMPlus_&unscoped_q=COMPlus_", + "https://twitter.com/_xpn_/status/1268712093928378368", "https://github.com/dotnet/runtime/blob/f62e93416a1799aecc6b0947adad55a0d9870732/src/coreclr/src/inc/clrconfigvalues.h#L35-L38", "http://managed670.rssing.com/chan-5590147/all_p1.html", - "https://i.blackhat.com/EU-21/Wednesday/EU-21-Teodorescu-Veni-No-Vidi-No-Vici-Attacks-On-ETW-Blind-EDRs.pdf", - "https://github.com/dotnet/runtime/blob/7abe42dc1123722ed385218268bb9fe04556e3d3/src/coreclr/src/inc/clrconfig.h#L33-L39", - "https://github.com/dotnet/runtime/blob/4f9ae42d861fcb4be2fcd5d3d55d5f227d30e723/docs/coding-guidelines/clr-jit-coding-conventions.md#1412-disabling-code", - "https://twitter.com/_xpn_/status/1268712093928378368", - "https://github.com/dotnet/runtime/search?p=1&q=COMPlus_&unscoped_q=COMPlus_", "https://bunnyinside.com/?term=f71e8cb9c76a", - "https://github.com/dotnet/runtime/blob/ee2355c801d892f2894b0f7b14a20e6cc50e0e54/docs/design/coreclr/jit/viewing-jit-dumps.md#setting-configuration-variables", + "https://github.com/dotnet/runtime/blob/7abe42dc1123722ed385218268bb9fe04556e3d3/src/coreclr/src/inc/clrconfig.h#L33-L39", "https://social.msdn.microsoft.com/Forums/vstudio/en-US/0878832e-39d7-4eaf-8e16-a729c4c40975/what-can-i-use-e13c0d23ccbc4e12931bd9cc2eee27e4-for?forum=clr", + "https://github.com/dotnet/runtime/blob/ee2355c801d892f2894b0f7b14a20e6cc50e0e54/docs/design/coreclr/jit/viewing-jit-dumps.md#setting-configuration-variables", + "https://i.blackhat.com/EU-21/Wednesday/EU-21-Teodorescu-Veni-No-Vidi-No-Vici-Attacks-On-ETW-Blind-EDRs.pdf", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_etw_modification_cmdline.yml" ], "tags": [ @@ -41434,11 +41544,11 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://medium.com/tsscyber/pentesting-and-hta-bypassing-powershell-constrained-language-mode-53a42856c997", "http://blog.sevagas.com/?Hacking-around-HTA-files", - "https://docs.microsoft.com/en-us/dotnet/standard/data/xml/xslt-stylesheet-scripting-using-msxsl-script", "https://twitter.com/mattifestation/status/1326228491302563846", "https://0x00sec.org/t/clientside-exploitation-in-2018-how-pentesting-has-changed/7356", + "https://medium.com/tsscyber/pentesting-and-hta-bypassing-powershell-constrained-language-mode-53a42856c997", + "https://docs.microsoft.com/en-us/dotnet/standard/data/xml/xslt-stylesheet-scripting-using-msxsl-script", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_mshta_susp_execution.yml" ], "tags": [ @@ -41489,15 +41599,15 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://thedfirreport.com/2023/10/30/netsupport-intrusion-results-in-domain-compromise/", - "https://www.cisa.gov/news-events/cybersecurity-advisories/aa23-144a", - "https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.diagnostics/get-winevent?view=powershell-7.3", - "https://labs.withsecure.com/content/dam/labs/docs/f-secureLABS-tlp-white-lazarus-threat-intel-report2.pdf", - "http://www.solomonson.com/posts/2010-07-09-reading-eventviewer-command-line/", - "https://www.group-ib.com/blog/apt41-world-tour-2021/", - "http://blog.talosintelligence.com/2022/09/lazarus-three-rats.html", - "https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-eventlog?view=powershell-5.1", "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/wevtutil", + "https://www.group-ib.com/blog/apt41-world-tour-2021/", + "https://labs.withsecure.com/content/dam/labs/docs/f-secureLABS-tlp-white-lazarus-threat-intel-report2.pdf", + "https://www.cisa.gov/news-events/cybersecurity-advisories/aa23-144a", + "https://thedfirreport.com/2023/10/30/netsupport-intrusion-results-in-domain-compromise/", + "http://www.solomonson.com/posts/2010-07-09-reading-eventviewer-command-line/", + "https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.diagnostics/get-winevent?view=powershell-7.3", + "https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-eventlog?view=powershell-5.1", + "http://blog.talosintelligence.com/2022/09/lazarus-three-rats.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_eventlog_content_recon.yml" ], "tags": [ @@ -41608,8 +41718,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.virustotal.com/gui/file/23160972c6ae07f740800fa28e421a81d7c0ca5d5cab95bc082b4a986fbac57", "https://blog.morphisec.com/fin7-not-finished-morphisec-spots-new-campaign", + "https://www.virustotal.com/gui/file/23160972c6ae07f740800fa28e421a81d7c0ca5d5cab95bc082b4a986fbac57", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_office_spawn_exe_from_users_directory.yml" ], "tags": [ @@ -41700,10 +41810,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://twitter.com/Alh4zr3d/status/1580925761996828672", "https://blog.talosintelligence.com/2021/10/threat-hunting-in-large-datasets-by.html", "https://itconnect.uw.edu/tools-services-support/it-systems-infrastructure/msinf/other-help/understanding-sddl-syntax/", "https://www.sans.org/blog/red-team-tactics-hiding-windows-services/", - "https://twitter.com/Alh4zr3d/status/1580925761996828672", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_sc_sdset_hide_sevices.yml" ], "tags": [ @@ -41762,8 +41872,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Squirrel/", "http://www.hexacorn.com/blog/2018/08/16/squirrel-as-a-lolbin/", + "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Squirrel/", "http://www.hexacorn.com/blog/2019/03/30/sqirrel-packages-manager-as-a-lolbin-a-k-a-many-electron-apps-are-lolbins-by-default/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_squirrel_proxy_execution.yml" ], @@ -41798,8 +41908,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin", "https://lolbas-project.github.io/lolbas/Binaries/Bitsadmin/", + "https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin", "https://blog.talosintelligence.com/breaking-the-silence-recent-truebot-activity/", "https://isc.sans.edu/diary/22264", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_bitsadmin_download_susp_targetfolder.yml" @@ -41910,13 +42020,13 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://twitter.com/CyberRaiju/status/1251492025678983169", + "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/rundll32", + "https://docs.microsoft.com/en-us/dotnet/framework/tools/regsvcs-exe-net-services-installation-tool#feedback", + "https://docs.microsoft.com/en-us/dotnet/framework/tools/regasm-exe-assembly-registration-tool", + "https://www.cobaltstrike.com/help-opsec", "https://blog.malwarebytes.com/malwarebytes-news/2020/10/kraken-attack-abuses-wer-service/", "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/regsvr32", - "https://docs.microsoft.com/en-us/dotnet/framework/tools/regsvcs-exe-net-services-installation-tool#feedback", - "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/rundll32", - "https://www.cobaltstrike.com/help-opsec", - "https://twitter.com/CyberRaiju/status/1251492025678983169", - "https://docs.microsoft.com/en-us/dotnet/framework/tools/regasm-exe-assembly-registration-tool", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_bad_opsec_sacrificial_processes.yml" ], "tags": [ @@ -42005,8 +42115,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://cybercryptosec.medium.com/covid-19-cyber-infection-c615ead7c29", "https://learn.microsoft.com/en-us/windows/win32/secauthz/mandatory-integrity-control", + "https://cybercryptosec.medium.com/covid-19-cyber-infection-c615ead7c29", "https://thedfirreport.com/2022/04/04/stolen-images-campaign-ends-in-conti-ransomware/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_conhost_legacy_option.yml" ], @@ -42106,8 +42216,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://enigma0x3.net/2016/08/15/fileless-uac-bypass-using-eventvwr-exe-and-registry-hijacking/", "https://www.hybrid-analysis.com/sample/e122bc8bf291f15cab182a5d2d27b8db1e7019e4e96bb5cdbd1dfe7446f3f51f?environmentId=100", + "https://enigma0x3.net/2016/08/15/fileless-uac-bypass-using-eventvwr-exe-and-registry-hijacking/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_eventvwr_susp_child_process.yml" ], "tags": [ @@ -42143,8 +42253,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Pcwrun/", "https://twitter.com/pabraeken/status/991335019833708544", + "https://lolbas-project.github.io/lolbas/Binaries/Pcwrun/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_pcwrun.yml" ], "tags": [ @@ -42220,9 +42330,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.trendmicro.com/en_us/research/22/j/black-basta-infiltrates-networks-via-qakbot-brute-ratel-and-coba.html", - "https://www.echotrail.io/insights/search/wermgr.exe", "https://github.com/binderlabs/DirCreate2System", + "https://www.echotrail.io/insights/search/wermgr.exe", + "https://www.trendmicro.com/en_us/research/22/j/black-basta-infiltrates-networks-via-qakbot-brute-ratel-and-coba.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wermgr_susp_exec_location.yml" ], "tags": [ @@ -42245,8 +42355,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/WithSecureLabs/iocs/blob/344203de742bb7e68bd56618f66d34be95a9f9fc/FIN7VEEAM/iocs.csv", "https://labs.withsecure.com/publications/fin7-target-veeam-servers", + "https://github.com/WithSecureLabs/iocs/blob/344203de742bb7e68bd56618f66d34be95a9f9fc/FIN7VEEAM/iocs.csv", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_curl_download_susp_file_sharing_domains.yml" ], "tags": [ @@ -42344,8 +42454,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://thedfirreport.com/2023/10/30/netsupport-intrusion-results-in-domain-compromise/", "https://redcanary.com/blog/gootloader/", + "https://thedfirreport.com/2023/10/30/netsupport-intrusion-results-in-domain-compromise/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wscript_cscript_dropper.yml" ], "tags": [ @@ -42386,8 +42496,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Infdefaultinstall/", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1218/T1218.md#atomic-test-4---infdefaultinstallexe-inf-execution", + "https://lolbas-project.github.io/lolbas/Binaries/Infdefaultinstall/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_infdefaultinstall_execute_sct_scripts.yml" ], "tags": [ @@ -42444,8 +42554,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://klausjochem.me/2016/02/03/netsh-the-cyber-attackers-tool-of-choice/", "https://blogs.msdn.microsoft.com/canberrapfe/2012/03/30/capture-a-network-trace-without-installing-anything-capture-a-network-trace-of-a-reboot/", + "https://klausjochem.me/2016/02/03/netsh-the-cyber-attackers-tool-of-choice/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_netsh_packet_capture.yml" ], "tags": [ @@ -42570,8 +42680,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://blog.thickmints.dev/mintsights/detecting-rogue-rdp/", "https://www.blackhillsinfosec.com/rogue-rdp-revisiting-initial-access-methods/", + "https://blog.thickmints.dev/mintsights/detecting-rogue-rdp/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_mstsc_run_local_rdp_file.yml" ], "tags": [ @@ -42604,9 +42714,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://soroush.me/blog/2010/12/a-dotty-salty-directory-a-secret-place-in-ntfs-for-secret-files/", "https://github.com/redcanaryco/atomic-red-team/blob/5c3b23002d2bbede3c07e7307165fc2a235a427d/atomics/T1564.004/T1564.004.md#atomic-test-5---create-hidden-directory-via-index_allocation", "https://twitter.com/pfiatde/status/1681977680688738305", + "https://soroush.me/blog/2010/12/a-dotty-salty-directory-a-secret-place-in-ntfs-for-secret-files/", "https://sec-consult.com/blog/detail/pentesters-windows-ntfs-tricks-collection/", "https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-fscc/c54dec26-1551-4d3a-a0ea-4fa40f848eb3", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_hidden_dir_index_allocation.yml" @@ -42843,10 +42953,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/ReaQta/status/1222548288731217921", - "https://www.activecyber.us/activelabs/windows-uac-bypass", "https://lolbas-project.github.io/lolbas/Binaries/Wsreset/", + "https://twitter.com/ReaQta/status/1222548288731217921", "https://eqllib.readthedocs.io/en/latest/analytics/532b5ed4-7930-11e9-8f5c-d46d6d62a49e.html", + "https://www.activecyber.us/activelabs/windows-uac-bypass", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_uac_bypass_wsreset.yml" ], "tags": [ @@ -42914,8 +43024,8 @@ "logsource.product": "windows", "refs": [ "https://www.microsoft.com/en-us/security/blog/2022/10/27/raspberry-robin-worm-part-of-larger-ecosystem-facilitating-pre-ransomware-activity/", - "https://redcanary.com/blog/raspberry-robin/", "https://github.com/SigmaHQ/sigma/issues/1009", + "https://redcanary.com/blog/raspberry-robin/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_rundll32_susp_shellexec_execution.yml" ], "tags": [ @@ -43005,10 +43115,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/cyb3rops/status/1186631731543236608", "https://www.welivesecurity.com/2022/03/01/isaacwiper-hermeticwizard-wiper-worm-targeting-ukraine/", - "https://github.com/Neo23x0/DLLRunner", + "https://twitter.com/cyb3rops/status/1186631731543236608", "https://techtalk.pcmatic.com/2017/11/30/running-dll-files-malware-analysis/", + "https://github.com/Neo23x0/DLLRunner", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_rundll32_by_ordinal.yml" ], "tags": [ @@ -43074,8 +43184,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Eventvwr/#execute", "https://twitter.com/orange_8361/status/1518970259868626944", + "https://lolbas-project.github.io/lolbas/Binaries/Eventvwr/#execute", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_uac_bypass_eventvwr_recentviews.yml" ], "tags": [ @@ -43303,8 +43413,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://unit42.paloaltonetworks.com/cloaked-ursa-phishing/", "https://www.mandiant.com/resources/blog/infected-usb-steal-secrets", + "https://unit42.paloaltonetworks.com/cloaked-ursa-phishing/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_recycle_bin_fake_execution.yml" ], "tags": [ @@ -43328,8 +43438,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/convertto-securestring?view=powershell-7.3#examples", "https://speakerdeck.com/heirhabarov/hunting-for-powershell-abuse?slide=65", + "https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/convertto-securestring?view=powershell-7.3#examples", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_cmdline_convertto_securestring.yml" ], "tags": [ @@ -43470,8 +43580,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-acl?view=powershell-5.1", "https://github.com/redcanaryco/atomic-red-team/blob/74438b0237d141ee9c99747976447dc884cb1a39/atomics/T1505.005/T1505.005.md", + "https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-acl?view=powershell-5.1", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_set_acl.yml" ], "tags": [ @@ -43495,8 +43605,8 @@ "logsource.product": "windows", "refs": [ "https://www.nirsoft.net/utils/nircmd.html", - "https://www.nirsoft.net/utils/nircmd2.html#using", "https://www.winhelponline.com/blog/run-program-as-system-localsystem-account-windows/", + "https://www.nirsoft.net/utils/nircmd2.html#using", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pua_nircmd_as_system.yml" ], "tags": [ @@ -43663,8 +43773,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://blog.thickmints.dev/mintsights/detecting-rogue-rdp/", "https://www.blackhillsinfosec.com/rogue-rdp-revisiting-initial-access-methods/", + "https://blog.thickmints.dev/mintsights/detecting-rogue-rdp/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_mstsc_run_local_rpd_file_susp_parent.yml" ], "tags": [ @@ -43688,8 +43798,8 @@ "logsource.product": "windows", "refs": [ "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Te/", - "https://twitter.com/pabraeken/status/993298228840992768", "https://docs.microsoft.com/en-us/windows-hardware/drivers/taef/", + "https://twitter.com/pabraeken/status/993298228840992768", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_use_of_te_bin.yml" ], "tags": [ @@ -43709,6 +43819,40 @@ "uuid": "634b00d5-ccc3-4a06-ae3b-0ec8444dd51b", "value": "Malicious Windows Script Components File Execution by TAEF Detection" }, + { + "description": "Detects the enabling of the Windows Recall feature via registry manipulation.\nWindows Recall can be enabled by deleting the existing \"DisableAIDataAnalysis\" value, or setting it to 0.\nAdversaries may enable Windows Recall as part of post-exploitation discovery and collection activities.\nThis rule assumes that Recall is already explicitly disabled on the host, and subsequently enabled by the adversary.\n", + "meta": { + "author": "Sajid Nawaz Khan", + "creation_date": "2024/06/02", + "falsepositive": [ + "Legitimate use/activation of Windows Recall" + ], + "filename": "proc_creation_win_reg_enable_windows_recall.yml", + "level": "medium", + "logsource.category": "process_creation", + "logsource.product": "windows", + "refs": [ + "https://learn.microsoft.com/en-us/windows/client-management/manage-recall", + "https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-windowsai#disableaidataanalysis", + "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_reg_enable_windows_recall.yml" + ], + "tags": [ + "attack.collection", + "attack.t1113" + ] + }, + "related": [ + { + "dest-uuid": "0259baeb-9f63-4c69-bf10-eb038c390688", + "tags": [ + "estimative-language:likelihood-probability=\"almost-certain\"" + ], + "type": "related-to" + } + ], + "uuid": "817f252c-5143-4dae-b418-48c3e9f63728", + "value": "Windows Recall Feature Enabled Via Reg.EXE" + }, { "description": "Detects Obfuscated Powershell via VAR++ LAUNCHER", "meta": { @@ -43764,8 +43908,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/TheDFIRReport/status/1423361119926816776?s=20", "https://support.anydesk.com/Automatic_Deployment", + "https://twitter.com/TheDFIRReport/status/1423361119926816776?s=20", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_remote_access_tools_anydesk_silent_install.yml" ], "tags": [ @@ -43832,8 +43976,8 @@ "logsource.product": "windows", "refs": [ "https://4sysops.com/archives/creating-a-complete-memory-dump-without-a-blue-screen/", - "https://kb.acronis.com/content/60892", "https://learn.microsoft.com/en-us/sysinternals/downloads/livekd", + "https://kb.acronis.com/content/60892", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_sysinternals_livekd_kernel_memory_dump.yml" ], "tags": [ @@ -43898,8 +44042,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://thedfirreport.com/2022/02/07/qbot-likes-to-move-it-move-it/", "https://redcanary.com/threat-detection-report/threats/qbot/", + "https://thedfirreport.com/2022/02/07/qbot-likes-to-move-it-move-it/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_reg_defender_exclusion.yml" ], "tags": [ @@ -43967,9 +44111,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/sql/odbc/odbcconf-exe?view=sql-server-ver16", "https://www.trendmicro.com/en_us/research/17/h/backdoor-carrying-emails-set-sights-on-russian-speaking-businesses.html", "https://lolbas-project.github.io/lolbas/Binaries/Odbcconf/", + "https://learn.microsoft.com/en-us/sql/odbc/odbcconf-exe?view=sql-server-ver16", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_odbcconf_register_dll_regsvr_susp.yml" ], "tags": [ @@ -44002,8 +44146,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/wdormann/status/1478011052130459653?s=20", "https://twitter.com/0gtweet/status/1477925112561209344", + "https://twitter.com/wdormann/status/1478011052130459653?s=20", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_format_uncommon_filesystem_load.yml" ], "tags": [ @@ -44195,8 +44339,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/schtasks-change", "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/schtasks-create", + "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/schtasks-change", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_schtasks_schedule_type_system.yml" ], "tags": [ @@ -44229,8 +44373,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/wmic", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1047/T1047.md", + "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/wmic", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wmic_recon_process.yml" ], "tags": [ @@ -44263,11 +44407,11 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.slideshare.net/heirhabarov/hunting-for-credentials-dumping-in-windows-environment", - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1003/T1003.md", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1003.002/T1003.002.md#atomic-test-1---registry-dump-of-sam-creds-and-secrets", - "https://www.wietzebeukema.nl/blog/windows-command-line-obfuscation", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1003/T1003.md", + "https://www.slideshare.net/heirhabarov/hunting-for-credentials-dumping-in-windows-environment", "https://eqllib.readthedocs.io/en/latest/analytics/aed95fc6-5e3f-49dc-8b35-06508613f979.html", + "https://www.wietzebeukema.nl/blog/windows-command-line-obfuscation", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_reg_dumping_sensitive_hives.yml" ], "tags": [ @@ -44317,10 +44461,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.zscaler.com/blogs/security-research/unintentional-leak-glimpse-attack-vectors-apt37", "https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/chm-badness-delivers-a-banking-trojan/", - "https://www.ptsecurity.com/ww-en/analytics/pt-esc-threat-intelligence/higaisa-or-winnti-apt-41-backdoors-old-and-new/", + "https://www.zscaler.com/blogs/security-research/unintentional-leak-glimpse-attack-vectors-apt37", "https://github.com/elastic/protections-artifacts/commit/746086721fd385d9f5c6647cada1788db4aea95f#diff-27939090904026cc396b0b629c8e4314acd6f5dac40a676edbc87f4567b47eb7", + "https://www.ptsecurity.com/ww-en/analytics/pt-esc-threat-intelligence/higaisa-or-winnti-apt-41-backdoors-old-and-new/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hh_susp_execution.yml" ], "tags": [ @@ -44503,12 +44647,12 @@ "logsource.product": "windows", "refs": [ "https://twitter.com/Hexacorn/status/1224848930795552769", + "https://modexp.wordpress.com/2019/08/30/minidumpwritedump-via-com-services-dll/", + "https://github.com/Hackndo/lsassy/blob/14d8f8ae596ecf22b449bfe919829173b8a07635/lsassy/dumpmethod/comsvcs.py", "https://twitter.com/shantanukhande/status/1229348874298388484", "https://twitter.com/SBousseaden/status/1167417096374050817", - "https://modexp.wordpress.com/2019/08/30/minidumpwritedump-via-com-services-dll/", - "https://twitter.com/pythonresponder/status/1385064506049630211?s=21", "https://twitter.com/Wietze/status/1542107456507203586", - "https://github.com/Hackndo/lsassy/blob/14d8f8ae596ecf22b449bfe919829173b8a07635/lsassy/dumpmethod/comsvcs.py", + "https://twitter.com/pythonresponder/status/1385064506049630211?s=21", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_rundll32_process_dump_via_comsvcs.yml" ], "tags": [ @@ -44551,8 +44695,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "http://0xthem.blogspot.com/2014/03/t-emporal-persistence-with-and-schtasks.html", "https://www.fireeye.com/blog/threat-research/2020/10/kegtap-and-singlemalt-with-a-ransomware-chaser.html", + "http://0xthem.blogspot.com/2014/03/t-emporal-persistence-with-and-schtasks.html", "https://isc.sans.edu/diary/Wipe+the+drive+Stealthy+Malware+Persistence+Mechanism+-+Part+1/15394", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_bitsadmin_potential_persistence.yml" ], @@ -44621,9 +44765,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://mgreen27.github.io/posts/2019/05/12/BinaryRename.html", "https://github.com/redcanaryco/atomic-red-team/blob/0f229c0e42bfe7ca736a14023836d65baa941ed2/atomics/T1036.003/T1036.003.md#atomic-test-1---masquerading-as-windows-lsass-process", "https://mgreen27.github.io/posts/2019/05/29/BinaryRename2.html", + "https://mgreen27.github.io/posts/2019/05/12/BinaryRename.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_renamed_binary.yml" ], "tags": [ @@ -44657,8 +44801,8 @@ "logsource.product": "windows", "refs": [ "https://ss64.com/ps/foreach-object.html", - "https://ss64.com/nt/for.html", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1018/T1018.md", + "https://ss64.com/nt/for.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_network_scan_loop.yml" ], "tags": [ @@ -44700,9 +44844,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Regsvr32/", - "https://twitter.com/mrd0x/status/1461041276514623491", "https://twitter.com/tccontre18/status/1480950986650832903", + "https://twitter.com/mrd0x/status/1461041276514623491", + "https://lolbas-project.github.io/lolbas/Binaries/Regsvr32/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_regsvr32_network_pattern.yml" ], "tags": [ @@ -44735,8 +44879,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Wbadmin/", "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/wbadmin-start-recovery", + "https://lolbas-project.github.io/lolbas/Binaries/Wbadmin/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wbadmin_restore_file.yml" ], "tags": [ @@ -44769,8 +44913,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://securelist.com/to-crypt-or-to-mine-that-is-the-question/86307/", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1553.004/T1553.004.md", + "https://securelist.com/to-crypt-or-to-mine-that-is-the-question/86307/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_certmgr_certificate_installation.yml" ], "tags": [ @@ -44989,8 +45133,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/Yasser_Elsnbary/status/1553804135354564608", "https://h.43z.one/ipconverter/", + "https://twitter.com/Yasser_Elsnbary/status/1553804135354564608", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_obfuscated_ip_via_cli.yml" ], "tags": [ @@ -45081,9 +45225,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://www.fireeye.com/blog/threat-research/2020/10/kegtap-and-singlemalt-with-a-ransomware-chaser.html", "https://docs.microsoft.com/en-us/sysinternals/downloads/psexec", "https://www.poweradmin.com/paexec/", - "https://www.fireeye.com/blog/threat-research/2020/10/kegtap-and-singlemalt-with-a-ransomware-chaser.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_sysinternals_susp_psexec_paexec_flags.yml" ], "tags": [ @@ -45152,10 +45296,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/DataSvcUtil/", "https://gist.github.com/teixeira0xfffff/837e5bfed0d1b0a29a7cb1e5dbdd9ca6", - "https://docs.microsoft.com/en-us/dotnet/framework/data/wcf/wcf-data-service-client-utility-datasvcutil-exe", "https://docs.microsoft.com/en-us/dotnet/framework/data/wcf/generating-the-data-service-client-library-wcf-data-services", + "https://lolbas-project.github.io/lolbas/Binaries/DataSvcUtil/", + "https://docs.microsoft.com/en-us/dotnet/framework/data/wcf/wcf-data-service-client-utility-datasvcutil-exe", "https://docs.microsoft.com/en-us/dotnet/framework/data/wcf/how-to-add-a-data-service-reference-wcf-data-services", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_data_exfiltration_by_using_datasvcutil.yml" ], @@ -45282,8 +45426,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/yarrick/iodine", "https://github.com/iagox86/dnscat2", + "https://github.com/yarrick/iodine", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_dns_exfiltration_tools_execution.yml" ], "tags": [ @@ -45367,11 +45511,11 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://us-cert.cisa.gov/ncas/analysis-reports/ar21-126a", "https://thedfirreport.com/2021/03/29/sodinokibi-aka-revil-ransomware", "https://labs.sentinelone.com/egregor-raas-continues-the-chaos-with-cobalt-strike-and-rclone", "https://research.nccgroup.com/2021/05/27/detecting-rclone-an-effective-tool-for-exfiltration/", "https://www.splunk.com/en_us/blog/security/darkside-ransomware-splunk-threat-update-and-detections.html", + "https://us-cert.cisa.gov/ncas/analysis-reports/ar21-126a", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pua_rclone_execution.yml" ], "tags": [ @@ -45404,8 +45548,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Wmic/", "https://atomicredteam.io/defense-evasion/T1220/", + "https://lolbas-project.github.io/lolbas/Binaries/Wmic/", "https://twitter.com/mattifestation/status/986280382042595328", "https://web.archive.org/web/20190209154607/https://subt0x11.blogspot.com/2018/04/wmicexe-whitelisting-bypass-hacking.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wmic_squiblytwo_bypass.yml" @@ -45465,9 +45609,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/wevtutil", "https://medium.com/palantir/tampering-with-windows-event-tracing-background-offense-and-defense-4be7ac62ac63", "https://abuse.io/lockergoga.txt", - "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/wevtutil", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_etw_trace_evasion.yml" ], "tags": [ @@ -45630,13 +45774,13 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://thedfirreport.com/2023/10/30/netsupport-intrusion-results-in-domain-compromise/", - "https://github.com/802-1x/Compliance/blob/2e53df8b6e89686a0b91116b3f42c8f717dca820/Ping%20Castle/Get-PingCastle-HTMLComplianceReport.ps1#L8", "https://github.com/vletoux/pingcastle", + "https://github.com/lkys37en/Start-ADEnum/blob/5b42c54215fe5f57fc59abc52c20487d15764005/Functions/Start-ADEnum.ps1#L680", "https://github.com/EvotecIT/TheDashboard/blob/481a9ce8f82f2fd55fe65220ee6486bae6df0c9d/Examples/RunReports/PingCastle.ps1", "https://github.com/fengjixuchui/Start-ADEnum/blob/e237a739db98b6104427d833004836507da36a58/Functions/Start-ADEnum.ps1#L450", - "https://github.com/lkys37en/Start-ADEnum/blob/5b42c54215fe5f57fc59abc52c20487d15764005/Functions/Start-ADEnum.ps1#L680", + "https://thedfirreport.com/2023/10/30/netsupport-intrusion-results-in-domain-compromise/", "https://github.com/projectHULK/AD_Recon/blob/dde2daba9b3393a9388cbebda87068972cc0bd3b/SecurityAssessment.ps1#L2699", + "https://github.com/802-1x/Compliance/blob/2e53df8b6e89686a0b91116b3f42c8f717dca820/Ping%20Castle/Get-PingCastle-HTMLComplianceReport.ps1#L8", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pua_pingcastle.yml" ], "tags": [ @@ -45669,8 +45813,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://mgreen27.github.io/posts/2018/04/02/DownloadCradle.html", "https://www.hybrid-analysis.com/sample/465aabe132ccb949e75b8ab9c5bda36d80cf2fd503d52b8bad54e295f28bbc21?environmentId=100", + "https://mgreen27.github.io/posts/2018/04/02/DownloadCradle.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_office_outlook_susp_child_processes.yml" ], "tags": [ @@ -45745,8 +45889,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/cglyer/status/1183756892952248325", "https://docs.microsoft.com/en-us/windows/win32/intl/code-page-identifiers", + "https://twitter.com/cglyer/status/1183756892952248325", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_chcp_codepage_switch.yml" ], "tags": [ @@ -45957,8 +46101,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://nmap.org/", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1046/T1046.md#atomic-test-3---port-scan-nmap-for-windows", + "https://nmap.org/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pua_nmap_zenmap.yml" ], "tags": [ @@ -45991,9 +46135,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://lolbas-project.github.io/lolbas/Scripts/Manage-bde/", "https://gist.github.com/bohops/735edb7494fe1bd1010d67823842b712", "https://twitter.com/JohnLaTwC/status/1223292479270600706", - "https://lolbas-project.github.io/lolbas/Scripts/Manage-bde/", "https://twitter.com/bohops/status/980659399495741441", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1216/T1216.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_manage_bde.yml" @@ -46306,12 +46450,12 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://news.sophos.com/en-us/2021/04/13/compromised-exchange-server-hosting-cryptojacker-targeting-other-exchange-servers/", - "https://forensicitguy.github.io/agenttesla-vba-certutil-download/", - "https://twitter.com/_JohnHammond/status/1708910264261980634", "https://lolbas-project.github.io/lolbas/Binaries/Certutil/", - "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/certutil", + "https://forensicitguy.github.io/agenttesla-vba-certutil-download/", + "https://news.sophos.com/en-us/2021/04/13/compromised-exchange-server-hosting-cryptojacker-targeting-other-exchange-servers/", + "https://twitter.com/_JohnHammond/status/1708910264261980634", "https://twitter.com/egre55/status/1087685529016193025", + "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/certutil", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_certutil_download_direct_ip.yml" ], "tags": [ @@ -46386,11 +46530,11 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/christophetd/status/1164506034720952320", + "https://www.trendmicro.com/vinfo/hk-en/security/news/cybercrime-and-digital-threats/megacortex-ransomware-spotted-attacking-enterprise-networks", + "https://threatresearch.ext.hp.com/svcready-a-new-loader-reveals-itself/", "https://mgreen27.github.io/posts/2019/05/29/BinaryRename2.html", "https://mgreen27.github.io/posts/2019/05/12/BinaryRename.html", - "https://threatresearch.ext.hp.com/svcready-a-new-loader-reveals-itself/", - "https://www.trendmicro.com/vinfo/hk-en/security/news/cybercrime-and-digital-threats/megacortex-ransomware-spotted-attacking-enterprise-networks", + "https://twitter.com/christophetd/status/1164506034720952320", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_renamed_binary_highly_relevant.yml" ], "tags": [ @@ -46523,9 +46667,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/windows/win32/projfs/enabling-windows-projected-file-system", "https://learn.microsoft.com/en-us/windows/wsl/install-on-server", "https://docs.microsoft.com/en-us/powershell/module/dism/enable-windowsoptionalfeature?view=windowsserver2022-ps", + "https://learn.microsoft.com/en-us/windows/win32/projfs/enabling-windows-projected-file-system", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_enable_susp_windows_optional_feature.yml" ], "tags": [ @@ -46548,8 +46692,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin", "https://lolbas-project.github.io/lolbas/Binaries/Bitsadmin/", + "https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin", "https://isc.sans.edu/diary/22264", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_bitsadmin_download_susp_extensions.yml" ], @@ -46636,8 +46780,8 @@ "logsource.product": "windows", "refs": [ "https://www.acunetix.com/blog/articles/windows-short-8-3-filenames-web-security-problem/", - "https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-2000-server/cc959352(v=technet.10)?redirectedfrom=MSDN", "https://twitter.com/jonasLyk/status/1555914501802921984", + "https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-2000-server/cc959352(v=technet.10)?redirectedfrom=MSDN", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_ntfs_short_name_use_image.yml" ], "tags": [ @@ -46719,8 +46863,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://enigma0x3.net/2016/11/17/bypassing-application-whitelisting-by-using-dnx-exe/", "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Csi/", + "https://enigma0x3.net/2016/11/17/bypassing-application-whitelisting-by-using-dnx-exe/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_dnx_execute_csharp_code.yml" ], "tags": [ @@ -46969,8 +47113,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1220/T1220.md", "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Msxsl/", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1220/T1220.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_msxsl_remote_execution.yml" ], "tags": [ @@ -47003,8 +47147,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.hexacorn.com/blog/2018/08/31/beyond-good-ol-run-key-part-85/", "https://cocomelonc.github.io/malware/2022/11/02/malware-pers-18.html", + "https://www.hexacorn.com/blog/2018/08/31/beyond-good-ol-run-key-part-85/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_werfault_reflect_debugger_exec.yml" ], "tags": [ @@ -47071,10 +47215,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://medium.com/@MalFuzzer/one-electron-to-rule-them-all-dc2e9b263daf", "https://positive.security/blog/ms-officecmd-rce", - "https://chromium.googlesource.com/chromium/chromium/+/master/content/public/common/content_switches.cc", "https://lolbas-project.github.io/lolbas/Binaries/Msedge/", + "https://medium.com/@MalFuzzer/one-electron-to-rule-them-all-dc2e9b263daf", + "https://chromium.googlesource.com/chromium/chromium/+/master/content/public/common/content_switches.cc", "https://lolbas-project.github.io/lolbas/Binaries/Teams/", "https://lolbas-project.github.io/lolbas/Binaries/msedgewebview2/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_electron_execution_proxy.yml" @@ -47141,8 +47285,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.mandiant.com/resources/blog/trojanized-windows-installers-ukrainian-government", "https://posts.slayerlabs.com/living-off-the-land/#gathernetworkinfovbs", + "https://www.mandiant.com/resources/blog/trojanized-windows-installers-ukrainian-government", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_gather_network_info_execution.yml" ], "tags": [ @@ -47184,8 +47328,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/hackvens/CoercedPotato", "https://blog.hackvens.fr/articles/CoercedPotato.html", + "https://github.com/hackvens/CoercedPotato", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_coercedpotato.yml" ], "tags": [ @@ -47387,11 +47531,11 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.volexity.com/blog/2022/07/28/sharptongue-deploys-clever-mail-stealing-browser-extension-sharpext/", "https://twitter.com/max_mal_/status/1542461200797163522", - "https://web.archive.org/web/20200128160046/https://twitter.com/reegun21/status/1222093798009790464", - "https://github.com/pr0xylife/Qakbot/blob/4f0795d79dabee5bc9dd69f17a626b48852e7869/Qakbot_AA_23.06.2022.txt", "https://github.com/redcanaryco/atomic-red-team/blob/0f229c0e42bfe7ca736a14023836d65baa941ed2/atomics/T1105/T1105.md#atomic-test-18---curl-download-file", + "https://github.com/pr0xylife/Qakbot/blob/4f0795d79dabee5bc9dd69f17a626b48852e7869/Qakbot_AA_23.06.2022.txt", + "https://www.volexity.com/blog/2022/07/28/sharptongue-deploys-clever-mail-stealing-browser-extension-sharpext/", + "https://web.archive.org/web/20200128160046/https://twitter.com/reegun21/status/1222093798009790464", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_curl_susp_download.yml" ], "tags": [ @@ -47559,8 +47703,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.fireeye.com/blog/threat-research/2020/01/saigon-mysterious-ursnif-fork.html", "https://www.vmray.com/cyber-security-blog/analyzing-ursnif-behavior-malware-sandbox/", + "https://www.fireeye.com/blog/threat-research/2020/01/saigon-mysterious-ursnif-fork.html", "https://thedfirreport.com/2023/01/09/unwrapping-ursnifs-gifts/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_driverquery_recon.yml" ], @@ -47584,9 +47728,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/vxunderground/status/1423336151860002816?s=20", "https://pentestlab.blog/2018/07/04/dumping-domain-password-hashes/", "https://www.virustotal.com/gui/file/03e9b8c2e86d6db450e5eceec057d7e369ee2389b9daecaf06331a95410aa5f8/detection", + "https://twitter.com/vxunderground/status/1423336151860002816?s=20", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_cmd_shadowcopy_access.yml" ], "tags": [ @@ -47653,8 +47797,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/erase", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1070.004/T1070.004.md", + "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/erase", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_cmd_del_execution.yml" ], "tags": [ @@ -47750,9 +47894,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.trendmicro.com/vinfo/vn/threat-encyclopedia/malware/ransom.bat.zarlock.a", - "https://securelist.com/locked-out/68960/", "https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1486/T1486.md", + "https://securelist.com/locked-out/68960/", + "https://www.trendmicro.com/vinfo/vn/threat-encyclopedia/malware/ransom.bat.zarlock.a", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_gpg4win_portable_execution.yml" ], "tags": [ @@ -47900,8 +48044,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Regedit/", "https://gist.github.com/api0cradle/cdd2d0d0ec9abb686f0e89306e277b8f", + "https://lolbas-project.github.io/lolbas/Binaries/Regedit/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_regedit_import_keys_ads.yml" ], "tags": [ @@ -47958,8 +48102,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Regedit/", "https://gist.github.com/api0cradle/cdd2d0d0ec9abb686f0e89306e277b8f", + "https://lolbas-project.github.io/lolbas/Binaries/Regedit/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_regedit_export_critical_keys.yml" ], "tags": [ @@ -48094,8 +48238,8 @@ "logsource.product": "windows", "refs": [ "https://www.acunetix.com/blog/articles/windows-short-8-3-filenames-web-security-problem/", - "https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-2000-server/cc959352(v=technet.10)?redirectedfrom=MSDN", "https://twitter.com/frack113/status/1555830623633375232", + "https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-2000-server/cc959352(v=technet.10)?redirectedfrom=MSDN", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_ntfs_short_name_path_use_image.yml" ], "tags": [ @@ -48151,8 +48295,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/OtherMSBinaries/DumpMinitool/", "https://twitter.com/mrd0x/status/1511415432888131586", + "https://lolbas-project.github.io/lolbas/OtherMSBinaries/DumpMinitool/", "https://twitter.com/mrd0x/status/1511489821247684615", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_dumpminitool_susp_execution.yml" ], @@ -48227,8 +48371,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1518/T1518.md", "https://github.com/harleyQu1nn/AggressorScripts", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1518/T1518.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_reg_software_discovery.yml" ], "tags": [ @@ -48329,8 +48473,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/bopin2020/status/1366400799199272960", "https://www.crowdstrike.com/blog/overwatch-exposes-aquatic-panda-in-possession-of-log-4-shell-exploit-tools/", + "https://twitter.com/bopin2020/status/1366400799199272960", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_createdump_lolbin_execution.yml" ], "tags": [ @@ -48371,10 +48515,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/gbti_sa/status/1249653895900602375?lang=en", + "https://www.trendmicro.com/en_us/research/22/i/play-ransomware-s-attack-playbook-unmasks-it-as-another-hive-aff.html", "https://thedfirreport.com/2022/11/28/emotet-strikes-again-lnk-file-leads-to-domain-wide-ransomware/", "https://www.softpedia.com/get/Antivirus/Removal-Tools/ithurricane-PowerTool.shtml", - "https://www.trendmicro.com/en_us/research/22/i/play-ransomware-s-attack-playbook-unmasks-it-as-another-hive-aff.html", + "https://twitter.com/gbti_sa/status/1249653895900602375?lang=en", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_powertool.yml" ], "tags": [ @@ -48407,12 +48551,12 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://research.nccgroup.com/2022/08/19/back-in-black-unlocking-a-lockbit-3-0-ransomware-attack/", - "https://thedfirreport.com/2020/10/18/ryuk-in-5-hours/", - "https://thedfirreport.com/2021/08/16/trickbot-leads-up-to-fake-1password-installation/", - "https://eqllib.readthedocs.io/en/latest/analytics/03e231a6-74bc-467a-acb1-e5676b0fb55e.html", "https://book.hacktricks.xyz/windows/basic-cmd-for-pentesters", "https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc731935(v=ws.11)", + "https://research.nccgroup.com/2022/08/19/back-in-black-unlocking-a-lockbit-3-0-ransomware-attack/", + "https://thedfirreport.com/2021/08/16/trickbot-leads-up-to-fake-1password-installation/", + "https://thedfirreport.com/2020/10/18/ryuk-in-5-hours/", + "https://eqllib.readthedocs.io/en/latest/analytics/03e231a6-74bc-467a-acb1-e5676b0fb55e.html", "https://redcanary.com/blog/how-one-hospital-thwarted-a-ryuk-ransomware-outbreak/", "https://github.com/redcanaryco/atomic-red-team/blob/5360c9d9ffa3b25f6495f7a16e267b719eba2c37/atomics/T1482/T1482.md#atomic-test-2---windows---discover-domain-trusts-with-nltest", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_nltest_recon.yml" @@ -48564,8 +48708,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Regedit/", "https://gist.github.com/api0cradle/cdd2d0d0ec9abb686f0e89306e277b8f", + "https://lolbas-project.github.io/lolbas/Binaries/Regedit/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_regedit_import_keys.yml" ], "tags": [ @@ -48633,9 +48777,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://medium.com/@networksecurity/rdp-hijacking-how-to-hijack-rds-and-remoteapp-sessions-transparently-to-move-through-an-da2a1e73a5f6", - "https://www.ired.team/offensive-security/lateral-movement/t1076-rdp-hijacking-for-lateral-movement", "http://www.korznikov.com/2017/03/0-day-or-feature-privilege-escalation.html", + "https://www.ired.team/offensive-security/lateral-movement/t1076-rdp-hijacking-for-lateral-movement", + "https://medium.com/@networksecurity/rdp-hijacking-how-to-hijack-rds-and-remoteapp-sessions-transparently-to-move-through-an-da2a1e73a5f6", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_tscon_localsystem.yml" ], "tags": [ @@ -48669,10 +48813,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://blog.cluster25.duskrise.com/2023/05/22/back-in-black-blackbyte-nt", - "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/fsutil-usn", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1070/T1070.md", + "https://blog.cluster25.duskrise.com/2023/05/22/back-in-black-blackbyte-nt", "https://github.com/albertzsigovits/malware-notes/blob/558898932c1579ff589290092a2c8febefc3a4c9/Ransomware/Lockbit.md", + "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/fsutil-usn", "https://eqllib.readthedocs.io/en/latest/analytics/c91f422a-5214-4b17-8664-c5fcf115c0a2.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_fsutil_usage.yml" ], @@ -48751,8 +48895,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://attack.mitre.org/software/S0404/", "https://twitter.com/vxunderground/status/1423336151860002816", + "https://attack.mitre.org/software/S0404/", "https://thedfirreport.com/2021/08/01/bazarcall-to-conti-ransomware-via-trickbot-and-cobalt-strike/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_esentutl_params.yml" ], @@ -48891,8 +49035,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/malwrhunterteam/status/1372536434125512712/photo/2", "https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/bcdedit--set", + "https://twitter.com/malwrhunterteam/status/1372536434125512712/photo/2", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_bcdedit_susp_execution.yml" ], "tags": [ @@ -48987,8 +49131,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.cybereason.com/blog/cybereason-vs.-blackcat-ransomware", "https://docs.microsoft.com/fr-fr/windows-server/administration/windows-commands/fsutil-behavior", + "https://www.cybereason.com/blog/cybereason-vs.-blackcat-ransomware", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_fsutil_symlinkevaluation.yml" ], "tags": [ @@ -49021,10 +49165,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/nas_bench/status/1537896324837781506", - "https://irsl.medium.com/the-trouble-with-microsofts-troubleshooters-6e32fc80b8bd", - "https://github.com/GossiTheDog/ThreatHunting/blob/e85884abbf05d5b41efc809ea6532b10b45bd05c/AdvancedHuntingQueries/DogWalk-DiagCab", "https://github.com/elastic/protections-artifacts/commit/746086721fd385d9f5c6647cada1788db4aea95f#diff-9015912909545e72ed42cbac4d1e96295e8964579c406d23fd9c47a8091576a0", + "https://github.com/GossiTheDog/ThreatHunting/blob/e85884abbf05d5b41efc809ea6532b10b45bd05c/AdvancedHuntingQueries/DogWalk-DiagCab", + "https://irsl.medium.com/the-trouble-with-microsofts-troubleshooters-6e32fc80b8bd", + "https://twitter.com/nas_bench/status/1537896324837781506", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_msdt_susp_cab_options.yml" ], "tags": [ @@ -49091,9 +49235,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://github.com/pr0xylife/Pikabot/blob/main/Pikabot_30.10.2023.txt", "https://github.com/pr0xylife/Pikabot/blob/main/Pikabot_22.12.2023.txt", "Internal Research", - "https://github.com/pr0xylife/Pikabot/blob/main/Pikabot_30.10.2023.txt", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wscript_cscript_susp_child_processes.yml" ], "tags": [ @@ -49215,8 +49359,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/erase", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1070.004/T1070.004.md", + "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/erase", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_cmd_rmdir_execution.yml" ], "tags": [ @@ -49282,8 +49426,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.microsoft.com/en-us/security/blog/2023/10/18/multiple-north-korean-threat-actors-exploiting-the-teamcity-cve-2023-42793-vulnerability/", "https://www.hhs.gov/sites/default/files/manage-engine-vulnerability-sector-alert-tlpclear.pdf", + "https://www.microsoft.com/en-us/security/blog/2023/10/18/multiple-north-korean-threat-actors-exploiting-the-teamcity-cve-2023-42793-vulnerability/", "https://github.com/redcanaryco/atomic-red-team/blob/987e3ca988ae3cff4b9f6e388c139c05bf44bbb8/atomics/T1518.001/T1518.001.md#atomic-test-1---security-software-discovery", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_findstr_security_keyword_lookup.yml" ], @@ -49385,9 +49529,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://www.fireeye.com/blog/threat-research/2018/12/overruled-containing-a-potentially-destructive-adversary.html", "https://speakerdeck.com/heirhabarov/hunting-for-persistence-via-microsoft-exchange-server-or-outlook?slide=44", "https://support.microsoft.com/en-us/topic/how-to-control-the-rule-actions-to-start-an-application-or-run-a-macro-in-outlook-2016-and-outlook-2013-e4964b72-173c-959d-5d7b-ead562979048", - "https://www.fireeye.com/blog/threat-research/2018/12/overruled-containing-a-potentially-destructive-adversary.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_office_outlook_enable_unsafe_client_mail_rules.yml" ], "tags": [ @@ -49429,8 +49573,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://blog.cobaltstrike.com/2014/04/02/what-happens-when-i-type-getsystem/", "https://speakerdeck.com/heirhabarov/hunting-for-privilege-escalation-in-windows-environment", + "https://blog.cobaltstrike.com/2014/04/02/what-happens-when-i-type-getsystem/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_meterpreter_getsystem.yml" ], "tags": [ @@ -49547,8 +49691,8 @@ "logsource.product": "windows", "refs": [ "https://twitter.com/fr0s7_/status/1712780207105404948", - "https://twitter.com/Yasser_Elsnbary/status/1553804135354564608", "https://h.43z.one/ipconverter/", + "https://twitter.com/Yasser_Elsnbary/status/1553804135354564608", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_obfuscated_ip_download.yml" ], "tags": [ @@ -49571,10 +49715,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Winword/", "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Excel/", - "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Powerpnt/", + "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Winword/", "https://medium.com/@reegun/unsanitized-file-validation-leads-to-malicious-payload-download-via-office-binaries-202d02db7191", + "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Powerpnt/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_office_arbitrary_cli_download.yml" ], "tags": [ @@ -49795,8 +49939,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/microsoft/Windows-classic-samples/blob/7cbd99ac1d2b4a0beffbaba29ea63d024ceff700/Samples/Win7Samples/winbase/vss/vsssampleprovider/register_app.vbs", "https://twitter.com/sblmsrsn/status/1456613494783160325?s=20", + "https://github.com/microsoft/Windows-classic-samples/blob/7cbd99ac1d2b4a0beffbaba29ea63d024ceff700/Samples/Win7Samples/winbase/vss/vsssampleprovider/register_app.vbs", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolscript_register_app.yml" ], "tags": [ @@ -49829,8 +49973,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://blog.jourdant.me/post/3-ways-to-download-files-with-powershell", "https://docs.microsoft.com/en-us/powershell/module/bitstransfer/add-bitsfile?view=windowsserver2019-ps", + "https://blog.jourdant.me/post/3-ways-to-download-files-with-powershell", "https://4sysops.com/archives/use-powershell-to-download-a-file-with-http-https-and-ftp/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_web_request_cmd_and_cmdlets.yml" ], @@ -49864,8 +50008,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://medium.com/@esnesenon/feature-not-bug-dnsadmin-to-dc-compromise-in-one-line-a0f779b8dc83", "https://blog.3or.de/hunting-dns-server-level-plugin-dll-injection.html", + "https://medium.com/@esnesenon/feature-not-bug-dnsadmin-to-dc-compromise-in-one-line-a0f779b8dc83", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_dnscmd_install_new_server_level_plugin_dll.yml" ], "tags": [ @@ -49906,8 +50050,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.connectwise.com/company/trust/security-bulletins/connectwise-screenconnect-23.9.8", "https://blackpointcyber.com/resources/blog/breaking-through-the-screen/", + "https://www.connectwise.com/company/trust/security-bulletins/connectwise-screenconnect-23.9.8", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_remote_access_tools_screenconnect_webshell.yml" ], "tags": [ @@ -49940,9 +50084,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.microsoft.com/security/blog/2021/03/02/hafnium-targeting-exchange-servers/", "https://www.volexity.com/blog/2021/03/02/active-exploitation-of-microsoft-exchange-zero-day-vulnerabilities/", "https://github.com/samratashok/nishang/blob/414ee1104526d7057f9adaeee196d91ae447283e/Shells/Invoke-PowerShellTcpOneLine.ps1", + "https://www.microsoft.com/security/blog/2021/03/02/hafnium-targeting-exchange-servers/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_reverse_shell_connection.yml" ], "tags": [ @@ -49975,8 +50119,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://pentestlab.blog/2020/07/06/indirect-command-execution/", "https://lolbas-project.github.io/lolbas/Binaries/Forfiles/", + "https://pentestlab.blog/2020/07/06/indirect-command-execution/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_forfiles_proxy_execution_.yml" ], "tags": [ @@ -50187,8 +50331,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.virustotal.com/gui/file/02e8e8c5d430d8b768980f517b62d7792d690982b9ba0f7e04163cbc1a6e7915", "https://security.stackexchange.com/questions/210843/is-it-possible-to-change-original-filename-of-an-exe", + "https://www.virustotal.com/gui/file/02e8e8c5d430d8b768980f517b62d7792d690982b9ba0f7e04163cbc1a6e7915", "https://github.com/electron/rcedit", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pua_rcedit_execution.yml" ], @@ -50246,8 +50390,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Scripts/CL_LoadAssembly/", "https://bohops.com/2018/01/07/executing-commands-and-bypassing-applocker-with-powershell-diagnostic-scripts/", + "https://lolbas-project.github.io/lolbas/Scripts/CL_LoadAssembly/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_cl_loadassembly.yml" ], "tags": [ @@ -50280,13 +50424,13 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/center-for-threat-informed-defense/adversary_emulation_library/blob/bf62ece1c679b07b5fb49c4bae947fe24c81811f/fin6/Emulation_Plan/Phase1.md", - "https://www.microsoft.com/security/blog/2021/01/20/deep-dive-into-the-solorigate-second-stage-activation-from-sunburst-to-teardrop-and-raindrop/", - "https://github.com/redcanaryco/atomic-red-team/blob/0f229c0e42bfe7ca736a14023836d65baa941ed2/atomics/T1087.002/T1087.002.md#atomic-test-7---adfind---enumerate-active-directory-user-objects", + "https://social.technet.microsoft.com/wiki/contents/articles/7535.adfind-command-examples.aspx", "https://thedfirreport.com/2020/05/08/adfind-recon/", "https://thedfirreport.com/2021/01/11/trickbot-still-alive-and-well/", - "https://social.technet.microsoft.com/wiki/contents/articles/7535.adfind-command-examples.aspx", + "https://github.com/redcanaryco/atomic-red-team/blob/0f229c0e42bfe7ca736a14023836d65baa941ed2/atomics/T1087.002/T1087.002.md#atomic-test-7---adfind---enumerate-active-directory-user-objects", + "https://github.com/center-for-threat-informed-defense/adversary_emulation_library/blob/bf62ece1c679b07b5fb49c4bae947fe24c81811f/fin6/Emulation_Plan/Phase1.md", "https://www.joeware.net/freetools/tools/adfind/", + "https://www.microsoft.com/security/blog/2021/01/20/deep-dive-into-the-solorigate-second-stage-activation-from-sunburst-to-teardrop-and-raindrop/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pua_adfind_susp_usage.yml" ], "tags": [ @@ -50379,9 +50523,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/0gtweet/status/1564968845726580736", "https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc731033(v=ws.11)", "https://strontic.github.io/xcyclopedia/library/ldifde.exe-979DE101F5059CEC1D2C56967CA2BAC0.html", + "https://twitter.com/0gtweet/status/1564968845726580736", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_ldifde_file_load.yml" ], "tags": [ @@ -50456,8 +50600,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://redcanary.com/threat-detection-report/threats/socgholish/#threat-socgholish", "http://www.irongeek.com/homoglyph-attack-generator.php", + "https://redcanary.com/threat-detection-report/threats/socgholish/#threat-socgholish", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_homoglyph_cyrillic_lookalikes.yml" ], "tags": [ @@ -50498,12 +50642,12 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1490/T1490.md#atomic-test-5---windows---delete-volume-shadow-copies-via-wmi-with-powershell", - "https://www.sentinelone.com/labs/ranzy-ransomware-better-encryption-among-new-features-of-thunderx-derivative/", "https://www.trendmicro.com/vinfo/us/security/news/cybercrime-and-digital-threats/ransomware-report-avaddon-and-new-techniques-emerge-industrial-sector-targeted", - "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/wbadmin-delete-systemstatebackup", - "https://github.com/albertzsigovits/malware-notes/blob/558898932c1579ff589290092a2c8febefc3a4c9/Ransomware/Lockbit.md", "https://www.trendmicro.com/content/dam/trendmicro/global/en/research/24/b/lockbit-attempts-to-stay-afloat-with-a-new-version/technical-appendix-lockbit-ng-dev-analysis.pdf", + "https://github.com/albertzsigovits/malware-notes/blob/558898932c1579ff589290092a2c8febefc3a4c9/Ransomware/Lockbit.md", + "https://www.sentinelone.com/labs/ranzy-ransomware-better-encryption-among-new-features-of-thunderx-derivative/", + "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/wbadmin-delete-systemstatebackup", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1490/T1490.md#atomic-test-5---windows---delete-volume-shadow-copies-via-wmi-with-powershell", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wbadmin_delete_backups.yml" ], "tags": [ @@ -50612,9 +50756,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://arcticwolf.com/resources/blog/lorenz-ransomware-chiseling-in/", - "https://blog.sekoia.io/lucky-mouse-incident-response-to-detection-engineering/", "https://github.com/jpillora/chisel/", + "https://blog.sekoia.io/lucky-mouse-incident-response-to-detection-engineering/", + "https://arcticwolf.com/resources/blog/lorenz-ransomware-chiseling-in/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pua_chisel.yml" ], "tags": [ @@ -50715,9 +50859,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://lolbas-project.github.io/lolbas/Binaries/Findstr/", "https://oddvar.moe/2018/04/11/putting-data-in-alternate-data-streams-and-how-to-execute-it-part-2/", "https://gist.github.com/api0cradle/cdd2d0d0ec9abb686f0e89306e277b8f", - "https://lolbas-project.github.io/lolbas/Binaries/Findstr/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_findstr_download.yml" ], "tags": [ @@ -50775,9 +50919,9 @@ "logsource.product": "windows", "refs": [ "https://twitter.com/Z3Jpa29z/status/1313742350292746241?s=20", - "https://gist.githubusercontent.com/bohops/0cc6586f205f3691e04a1ebf1806aabd/raw/baf7b29891bb91e76198e30889fbf7d6642e8974/calc_exe.inf", - "https://raw.githubusercontent.com/huntresslabs/evading-autoruns/master/shady.inf", "https://lolbas-project.github.io/lolbas/Libraries/Setupapi/", + "https://raw.githubusercontent.com/huntresslabs/evading-autoruns/master/shady.inf", + "https://gist.githubusercontent.com/bohops/0cc6586f205f3691e04a1ebf1806aabd/raw/baf7b29891bb91e76198e30889fbf7d6642e8974/calc_exe.inf", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_rundll32_setupapi_installhinfsection.yml" ], "tags": [ @@ -50878,8 +51022,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Wsl/", "https://twitter.com/nas_bench/status/1535431474429808642", + "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Wsl/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wsl_child_processes_anomalies.yml" ], "tags": [ @@ -50962,8 +51106,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://nasbench.medium.com/a-deep-dive-into-rundll32-exe-642344b41e90", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1546.015/T1546.015.md", + "https://nasbench.medium.com/a-deep-dive-into-rundll32-exe-642344b41e90", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_rundll32_registered_com_objects.yml" ], "tags": [ @@ -51167,8 +51311,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/1ZRR4H/status/1534259727059787783", "https://app.any.run/tasks/e1fe6a62-bce8-4323-a49a-63795d9afd5d/", + "https://twitter.com/1ZRR4H/status/1534259727059787783", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_archiver_iso_phishing.yml" ], "tags": [ @@ -51201,8 +51345,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.hexacorn.com/blog/2018/04/20/kernel-hacking-tool-you-might-have-never-heard-of-xuetr-pchunter/", "http://www.xuetr.com/", + "https://www.hexacorn.com/blog/2018/04/20/kernel-hacking-tool-you-might-have-never-heard-of-xuetr-pchunter/", "https://www.crowdstrike.com/blog/falcon-overwatch-report-finds-increase-in-ecrime/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_pchunter.yml" ], @@ -51302,8 +51446,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://thedfirreport.com/2023/02/06/collect-exfiltrate-sleep-repeat/", "https://www.autohotkey.com/download/", + "https://thedfirreport.com/2023/02/06/collect-exfiltrate-sleep-repeat/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_renamed_autohotkey.yml" ], "tags": [ @@ -51360,8 +51504,8 @@ "logsource.product": "windows", "refs": [ "https://securitybytes.io/blue-team-fundamentals-part-two-windows-processes-759fe15965e2", - "https://www.carbonblack.com/2014/06/10/screenshot-demo-hunt-evil-faster-than-ever-with-carbon-black/", "https://www.13cubed.com/downloads/windows_process_genealogy_v2.pdf", + "https://www.carbonblack.com/2014/06/10/screenshot-demo-hunt-evil-faster-than-ever-with-carbon-black/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_susp_proc_wrong_parent.yml" ], "tags": [ @@ -51470,9 +51614,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/outflanknl/NetshHelperBeacon", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1546.007/T1546.007.md", "https://web.archive.org/web/20160928212230/https://www.adaptforward.com/2016/09/using-netshell-to-execute-evil-dlls-and-persist-on-a-host/", + "https://github.com/outflanknl/NetshHelperBeacon", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_netsh_helper_dll_persistence.yml" ], "tags": [ @@ -51786,8 +51930,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/vysecurity/status/873181705024266241", "https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/hh875578(v=ws.11)", + "https://twitter.com/vysecurity/status/873181705024266241", "https://twitter.com/vysecurity/status/974806438316072960", "https://lolbas-project.github.io/lolbas/Binaries/Rpcping/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_rpcping_credential_capture.yml" @@ -52091,10 +52235,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://speakerdeck.com/heirhabarov/hunting-for-privilege-escalation-in-windows-environment?slide=43", "https://github.com/gladiatx0r/Powerless/blob/04f553bbc0c65baf4e57344deff84e3f016e6b51/Powerless.bat", "https://github.com/carlospolop/PEASS-ng/blob/fa0f2e17fbc1d86f1fd66338a40e665e7182501d/winPEAS/winPEASbat/winPEAS.bat", "https://www.youtube.com/watch?v=JGs-aKf2OtU&ab_channel=OFFZONEMOSCOW", + "https://speakerdeck.com/heirhabarov/hunting-for-privilege-escalation-in-windows-environment?slide=43", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_sysinternals_accesschk_check_permissions.yml" ], "tags": [ @@ -52127,9 +52271,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.microsoft.com/en-us/security/blog/2024/01/17/new-ttps-observed-in-mint-sandstorm-campaign-targeting-high-profile-individuals-at-universities-and-research-orgs/", - "https://github.com/WithSecureLabs/iocs/blob/344203de742bb7e68bd56618f66d34be95a9f9fc/FIN7VEEAM/iocs.csv", "https://labs.withsecure.com/publications/fin7-target-veeam-servers", + "https://github.com/WithSecureLabs/iocs/blob/344203de742bb7e68bd56618f66d34be95a9f9fc/FIN7VEEAM/iocs.csv", + "https://www.microsoft.com/en-us/security/blog/2024/01/17/new-ttps-observed-in-mint-sandstorm-campaign-targeting-high-profile-individuals-at-universities-and-research-orgs/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_wget_download_susp_file_sharing_domains.yml" ], "tags": [ @@ -52185,8 +52329,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Regedit/", "https://gist.github.com/api0cradle/cdd2d0d0ec9abb686f0e89306e277b8f", + "https://lolbas-project.github.io/lolbas/Binaries/Regedit/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_regedit_export_keys.yml" ], "tags": [ @@ -52390,8 +52534,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/pabraeken/status/993497996179492864", "https://github.com/LOLBAS-Project/LOLBAS/blob/4db780e0f0b2e2bb8cb1fa13e09196da9b9f1834/yml/LOLUtilz/OtherBinaries/VBoxDrvInst.yml", + "https://twitter.com/pabraeken/status/993497996179492864", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_virtualbox_vboxdrvinst_execution.yml" ], "tags": [ @@ -52603,9 +52747,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://gist.github.com/bohops/2444129419c8acf837aedda5f0e7f340", - "https://twitter.com/bohops/status/1477717351017680899?s=12", "https://lolbas-project.github.io/lolbas/OtherMSBinaries/AccCheckConsole/", + "https://twitter.com/bohops/status/1477717351017680899?s=12", + "https://gist.github.com/bohops/2444129419c8acf837aedda5f0e7f340", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_susp_acccheckconsole.yml" ], "tags": [ @@ -52628,9 +52772,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://eqllib.readthedocs.io/en/latest/analytics/ab7a6ef4-0983-4275-a4f1-5c6bd3c31c23.html", - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1123/T1123.md", "https://github.com/frgnca/AudioDeviceCmdlets", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1123/T1123.md", + "https://eqllib.readthedocs.io/en/latest/analytics/ab7a6ef4-0983-4275-a4f1-5c6bd3c31c23.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_audio_capture.yml" ], "tags": [ @@ -52663,8 +52807,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1049/T1049.md#atomic-test-4---system-discovery-using-sharpview", "https://github.com/PowerShellMafia/PowerSploit/blob/dev/Recon/PowerView.ps1", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1049/T1049.md#atomic-test-4---system-discovery-using-sharpview", "https://github.com/tevora-threat/SharpView/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_sharpview.yml" ], @@ -52875,8 +53019,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/Oddvarmoe/status/1270633613449723905", "https://hackingiscool.pl/cmdhijack-command-argument-confusion-with-path-traversal-in-cmd-exe/", + "https://twitter.com/Oddvarmoe/status/1270633613449723905", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_cmd_path_traversal.yml" ], "tags": [ @@ -53013,8 +53157,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://medium.com/@informationsecurity/remote-ssh-tunneling-with-plink-exe-7831072b3d7d", "https://www.real-sec.com/2019/04/bypassing-network-restrictions-through-rdp-tunneling/", + "https://medium.com/@informationsecurity/remote-ssh-tunneling-with-plink-exe-7831072b3d7d", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_plink_port_forwarding.yml" ], "tags": [ @@ -53092,8 +53236,8 @@ "logsource.product": "windows", "refs": [ "https://research.nccgroup.com/2022/08/19/back-in-black-unlocking-a-lockbit-3-0-ransomware-attack/", - "https://thedfirreport.com/2020/10/18/ryuk-in-5-hours/", "https://redcanary.com/blog/how-one-hospital-thwarted-a-ryuk-ransomware-outbreak/", + "https://thedfirreport.com/2020/10/18/ryuk-in-5-hours/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_net_groups_and_accounts_recon.yml" ], "tags": [ @@ -53203,8 +53347,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Provlaunch/", "https://twitter.com/0gtweet/status/1674399582162153472", + "https://lolbas-project.github.io/lolbas/Binaries/Provlaunch/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_registry_provlaunch_provisioning_command.yml" ], "tags": [ @@ -53307,8 +53451,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/countuponsec/status/910977826853068800", "https://lolbas-project.github.io/lolbas/OtherMSBinaries/Sqldumper/", + "https://twitter.com/countuponsec/status/910977826853068800", "https://twitter.com/countuponsec/status/910969424215232518", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_susp_sqldumper_activity.yml" ], @@ -53342,10 +53486,10 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://medium.com/s2wblog/analysis-of-destructive-malware-whispergate-targeting-ukraine-9d5d158f19f3", - "https://twitter.com/splinter_code/status/1483815103279603714", "https://elastic.github.io/security-research/malware/2022/01/01.operation-bleeding-bear/article/", "https://www.winhelponline.com/blog/run-program-as-system-localsystem-account-windows/", + "https://twitter.com/splinter_code/status/1483815103279603714", + "https://medium.com/s2wblog/analysis-of-destructive-malware-whispergate-targeting-ukraine-9d5d158f19f3", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pua_advancedrun_priv_user.yml" ], "tags": [ @@ -53414,8 +53558,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.n00py.io/2021/05/dumping-plaintext-rdp-credentials-from-svchost-exe/", "https://pentestlab.blog/tag/svchost/", + "https://www.n00py.io/2021/05/dumping-plaintext-rdp-credentials-from-svchost-exe/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_tasklist_module_enumeration.yml" ], "tags": [ @@ -53520,8 +53664,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Runexehelper/", "https://twitter.com/0gtweet/status/1206692239839289344", + "https://lolbas-project.github.io/lolbas/Binaries/Runexehelper/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_lolbin_runexehelper.yml" ], "tags": [ @@ -53696,9 +53840,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://social.technet.microsoft.com/wiki/contents/articles/7535.adfind-command-examples.aspx", - "https://www.joeware.net/freetools/tools/adfind/", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1087.002/T1087.002.md", + "https://www.joeware.net/freetools/tools/adfind/", + "https://social.technet.microsoft.com/wiki/contents/articles/7535.adfind-command-examples.aspx", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pua_adfind_enumeration.yml" ], "tags": [ @@ -53731,8 +53875,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.winhelponline.com/blog/run-program-as-system-localsystem-account-windows/", "https://nsudo.m2team.org/en-us/", + "https://www.winhelponline.com/blog/run-program-as-system-localsystem-account-windows/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_pua_nsudo.yml" ], "tags": [ @@ -53766,8 +53910,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.microsoft.com/security/blog/2022/09/07/profiling-dev-0270-phosphorus-ransomware-operations/", "https://github.com/Azure/Azure-Sentinel/blob/7e6aa438e254d468feec061618a7877aa528ee9f/Hunting%20Queries/Microsoft%20365%20Defender/Ransomware/DEV-0270/Email%20data%20exfiltration%20via%20PowerShell.yaml", + "https://www.microsoft.com/security/blog/2022/09/07/profiling-dev-0270-phosphorus-ransomware-operations/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_powershell_email_exfil.yml" ], "tags": [ @@ -53790,13 +53934,13 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://www.lifars.com/wp-content/uploads/2022/01/GriefRansomware_Whitepaper-2.pdf", - "https://www.ired.team/offensive-security/credential-access-and-credential-dumping/ntds.dit-enumeration", "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/diskshadow", - "https://medium.com/@cyberjyot/lolbin-execution-via-diskshadow-f6ff681a27a4", - "https://research.checkpoint.com/2022/evilplayout-attack-against-irans-state-broadcaster/", - "https://www.zscaler.com/blogs/security-research/technical-analysis-crytox-ransomware", + "https://www.ired.team/offensive-security/credential-access-and-credential-dumping/ntds.dit-enumeration", "https://bohops.com/2018/03/26/diskshadow-the-return-of-vss-evasion-persistence-and-active-directory-database-extraction/", + "https://www.zscaler.com/blogs/security-research/technical-analysis-crytox-ransomware", + "https://www.lifars.com/wp-content/uploads/2022/01/GriefRansomware_Whitepaper-2.pdf", + "https://research.checkpoint.com/2022/evilplayout-attack-against-irans-state-broadcaster/", + "https://medium.com/@cyberjyot/lolbin-execution-via-diskshadow-f6ff681a27a4", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_diskshadow_script_mode_susp_location.yml" ], "tags": [ @@ -53831,11 +53975,11 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://www.clearskysec.com/wp-content/uploads/2018/11/MuddyWater-Operations-in-Lebanon-and-Oman.pdf", + "https://github.com/redcanaryco/atomic-red-team/blob/b27a3cb25025161d49ac861cb216db68c46a3537/atomics/T1027.004/T1027.004.md#atomic-test-1---compile-after-delivery-using-cscexe", + "https://securityboulevard.com/2019/08/agent-tesla-evading-edr-by-removing-api-hooks/", "https://twitter.com/gN3mes1s/status/1206874118282448897", "https://app.any.run/tasks/c6993447-d1d8-414e-b856-675325e5aa09/", - "https://securityboulevard.com/2019/08/agent-tesla-evading-edr-by-removing-api-hooks/", - "https://github.com/redcanaryco/atomic-red-team/blob/b27a3cb25025161d49ac861cb216db68c46a3537/atomics/T1027.004/T1027.004.md#atomic-test-1---compile-after-delivery-using-cscexe", - "https://www.clearskysec.com/wp-content/uploads/2018/11/MuddyWater-Operations-in-Lebanon-and-Oman.pdf", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_csc_susp_dynamic_compilation.yml" ], "tags": [ @@ -53936,9 +54080,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ + "https://www.fireeye.com/blog/threat-research/2020/10/kegtap-and-singlemalt-with-a-ransomware-chaser.html", "https://docs.microsoft.com/en-us/sysinternals/downloads/psexec", "https://www.poweradmin.com/paexec/", - "https://www.fireeye.com/blog/threat-research/2020/10/kegtap-and-singlemalt-with-a-ransomware-chaser.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_sysinternals_psexec_paexec_escalate_system.yml" ], "tags": [ @@ -53972,8 +54116,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/0gtweet/status/1359039665232306183?s=21", "https://ss64.com/nt/logman.html", + "https://twitter.com/0gtweet/status/1359039665232306183?s=21", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_logman_disable_eventlog.yml" ], "tags": [ @@ -54139,9 +54283,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Cmdl32/", "https://github.com/LOLBAS-Project/LOLBAS/pull/151", "https://twitter.com/SwiftOnSecurity/status/1455897435063074824", + "https://lolbas-project.github.io/lolbas/Binaries/Cmdl32/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_cmdl32_arbitrary_file_download.yml" ], "tags": [ @@ -54217,8 +54361,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://twitter.com/cyb3rops/status/1562072617552678912", "https://ss64.com/nt/cmd.html", + "https://twitter.com/cyb3rops/status/1562072617552678912", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_cmd_no_space_execution.yml" ], "tags": [ @@ -54319,8 +54463,8 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/9e5b12c4912c07562aec7500447b11fa3e17e254/atomics/T1529/T1529.md", "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/shutdown", + "https://github.com/redcanaryco/atomic-red-team/blob/9e5b12c4912c07562aec7500447b11fa3e17e254/atomics/T1529/T1529.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_shutdown_logoff.yml" ], "tags": [ @@ -54386,9 +54530,9 @@ "logsource.category": "process_creation", "logsource.product": "windows", "refs": [ - "https://hstechdocs.helpsystems.com/manuals/cobaltstrike/current/userguide/content/cobalt-4-5-user-guide.pdf", - "https://thedfirreport.com/2021/10/04/bazarloader-and-the-conti-leaks/", "https://thedfirreport.com/2022/06/16/sans-ransomware-summit-2022-can-you-detect-this/", + "https://thedfirreport.com/2021/10/04/bazarloader-and-the-conti-leaks/", + "https://hstechdocs.helpsystems.com/manuals/cobaltstrike/current/userguide/content/cobalt-4-5-user-guide.pdf", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_hktl_cobaltstrike_bloopers_cmd.yml" ], "tags": [ @@ -54589,8 +54733,8 @@ "logsource.product": "windows", "refs": [ "https://blog.talosintelligence.com/2021/10/threat-hunting-in-large-datasets-by.html", - "https://guides.lib.umich.edu/c.php?g=282942&p=1885348", "https://thedfirreport.com/2021/11/29/continuing-the-bazar-ransomware-story/", + "https://guides.lib.umich.edu/c.php?g=282942&p=1885348", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_creation/proc_creation_win_regsvr32_susp_extensions.yml" ], "tags": [ @@ -54718,9 +54862,9 @@ "logsource.category": "wmi_event", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/sysinternals/downloads/sysmon#event-id-19-wmievent-wmieventfilter-activity-detected", "https://learn.microsoft.com/en-us/sysinternals/downloads/sysmon#event-id-20-wmievent-wmieventconsumer-activity-detected", "https://learn.microsoft.com/en-us/sysinternals/downloads/sysmon#event-id-21-wmievent-wmieventconsumertofilter-activity-detected", + "https://learn.microsoft.com/en-us/sysinternals/downloads/sysmon#event-id-19-wmievent-wmieventfilter-activity-detected", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/wmi_event/sysmon_wmi_event_subscription.yml" ], "tags": [ @@ -54753,8 +54897,8 @@ "logsource.category": "wmi_event", "logsource.product": "windows", "refs": [ - "https://github.com/RiccardoAncarani/LiquidSnake", "https://github.com/Neo23x0/signature-base/blob/615bf1f6bac3c1bdc417025c40c073e6c2771a76/yara/gen_susp_lnk_files.yar#L19", + "https://github.com/RiccardoAncarani/LiquidSnake", "https://in.security/an-intro-into-abusing-and-identifying-wmi-event-subscriptions-for-persistence/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/wmi_event/sysmon_wmi_susp_scripting.yml" ], @@ -54810,6 +54954,39 @@ "uuid": "c4b890e5-8d8c-4496-8c66-c805753817cd", "value": "Potential Process Hollowing Activity" }, + { + "description": "Detects an a non-browser process interacting with the Telegram API which could indicate use of a covert C2", + "meta": { + "author": "Nasreddine Bencherchali (Nextron Systems)", + "creation_date": "2023/05/19", + "falsepositive": [ + "Legitimate applications communicating with the Telegram API e.g. web browsers not in the exclusion list, app with an RSS etc." + ], + "filename": "net_connection_win_domain_telegram_api_non_browser_access.yml", + "level": "medium", + "logsource.category": "network_connection", + "logsource.product": "windows", + "refs": [ + "https://www.ncsc.gov.uk/static-assets/documents/malware-analysis-reports/small-sieve/NCSC-MAR-Small-Sieve.pdf", + "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_domain_telegram_api_non_browser_access.yml" + ], + "tags": [ + "attack.command_and_control", + "attack.t1102" + ] + }, + "related": [ + { + "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", + "tags": [ + "estimative-language:likelihood-probability=\"almost-certain\"" + ], + "type": "related-to" + } + ], + "uuid": "c3dbbc9f-ef1d-470a-a90a-d343448d5875", + "value": "Suspicious Non-Browser Network Communication With Telegram API" + }, { "description": "Detects a network connection initiated by \"Regsvr32.exe\"", "meta": { @@ -54823,8 +55000,8 @@ "logsource.category": "network_connection", "logsource.product": "windows", "refs": [ - "https://pentestlab.blog/2017/05/11/applocker-bypass-regsvr32/", "https://oddvar.moe/2017/12/13/applocker-case-study-how-insecure-is-it-really-part-1/", + "https://pentestlab.blog/2017/05/11/applocker-bypass-regsvr32/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_regsvr32_network_activity.yml" ], "tags": [ @@ -54853,6 +55030,76 @@ "uuid": "c7e91a02-d771-4a6d-a700-42587e0b1095", "value": "Network Connection Initiated By Regsvr32.EXE" }, + { + "description": "Detects network connections to Visual Studio Code tunnel domains initiated by a process on a system. Attackers can abuse that feature to establish a reverse shell or persistence on a machine.\n", + "meta": { + "author": "Kamran Saifullah", + "creation_date": "2023/11/20", + "falsepositive": [ + "Legitimate use of Visual Studio Code tunnel will also trigger this." + ], + "filename": "net_connection_win_domain_vscode_tunnel_connection.yml", + "level": "medium", + "logsource.category": "network_connection", + "logsource.product": "windows", + "refs": [ + "https://ipfyx.fr/post/visual-studio-code-tunnel/", + "https://badoption.eu/blog/2023/01/31/code_c2.html", + "https://cydefops.com/vscode-data-exfiltration", + "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_domain_vscode_tunnel_connection.yml" + ], + "tags": [ + "attack.exfiltration", + "attack.t1567.001" + ] + }, + "related": [ + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "tags": [ + "estimative-language:likelihood-probability=\"almost-certain\"" + ], + "type": "related-to" + } + ], + "uuid": "4b657234-038e-4ad5-997c-4be42340bce4", + "value": "Network Connection Initiated To Visual Studio Code Tunnels Domain" + }, + { + "description": "Detects network connections to Devtunnels domains initiated by a process on a system. Attackers can abuse that feature to establish a reverse shell or persistence on a machine.\n", + "meta": { + "author": "Kamran Saifullah", + "creation_date": "2023/11/20", + "falsepositive": [ + "Legitimate use of Devtunnels will also trigger this." + ], + "filename": "net_connection_win_domain_devtunnels.yml", + "level": "medium", + "logsource.category": "network_connection", + "logsource.product": "windows", + "refs": [ + "https://blueteamops.medium.com/detecting-dev-tunnels-16f0994dc3e2", + "https://learn.microsoft.com/en-us/azure/developer/dev-tunnels/security", + "https://cydefops.com/devtunnels-unleashed", + "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_domain_devtunnels.yml" + ], + "tags": [ + "attack.exfiltration", + "attack.t1567.001" + ] + }, + "related": [ + { + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", + "tags": [ + "estimative-language:likelihood-probability=\"almost-certain\"" + ], + "type": "related-to" + } + ], + "uuid": "9501f8e6-8e3d-48fc-a8a6-1089dd5d7ef4", + "value": "Network Connection Initiated To DevTunnels Domain" + }, { "description": "Detects a network connection initiated by a binary to \"api.mega.co.nz\".\nAttackers were seen abusing file sharing websites similar to \"mega.nz\" in order to upload/download additional payloads.\n", "meta": { @@ -54862,12 +55109,12 @@ "Legitimate MEGA installers and utilities are expected to communicate with this domain. Exclude hosts that are known to be allowed to use this tool." ], "filename": "net_connection_win_domain_mega_nz.yml", - "level": "medium", + "level": "low", "logsource.category": "network_connection", "logsource.product": "windows", "refs": [ - "https://megatools.megous.com/", "https://www.mandiant.com/resources/russian-targeting-gov-business", + "https://megatools.megous.com/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_domain_mega_nz.yml" ], "tags": [ @@ -54965,37 +55212,38 @@ "value": "Rundll32 Internet Connection" }, { - "description": "Detects programs with network connections running in suspicious files system locations", + "description": "Detects a non-browser process communicating with the Notion API. This could indicate potential use of a covert C2 channel such as \"OffensiveNotion C2\"", "meta": { - "author": "Florian Roth (Nextron Systems), Tim Shelton", - "creation_date": "2017/03/19", + "author": "Gavin Knapp", + "creation_date": "2023/05/03", "falsepositive": [ - "Unknown" + "Legitimate applications communicating with the \"api.notion.com\" endpoint that are not already in the exclusion list. The desktop and browser applications do not appear to be using the API by default unless integrations are configured." ], - "filename": "net_connection_win_susp_prog_location_network_connection.yml", - "level": "high", + "filename": "net_connection_win_domain_notion_api_susp_communication.yml", + "level": "low", "logsource.category": "network_connection", "logsource.product": "windows", "refs": [ - "https://docs.google.com/spreadsheets/d/17pSTDNpa0sf6pHeRhusvWG6rThciE8CsXTSlDUAZDyo", - "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_susp_prog_location_network_connection.yml" + "https://github.com/mttaggart/OffensiveNotion", + "https://medium.com/@huskyhacks.mk/we-put-a-c2-in-your-notetaking-app-offensivenotion-3e933bace332", + "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_domain_notion_api_susp_communication.yml" ], "tags": [ "attack.command_and_control", - "attack.t1105" + "attack.t1102" ] }, "related": [ { - "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", "tags": [ "estimative-language:likelihood-probability=\"almost-certain\"" ], "type": "related-to" } ], - "uuid": "7b434893-c57d-4f41-908d-6a17bf1ae98f", - "value": "Suspicious Program Location with Network Connections" + "uuid": "7e9cf7b6-e827-11ed-a05b-15959c120003", + "value": "Potentially Suspicious Network Connection To Notion API" }, { "description": "Adversaries may steal data by exfiltrating it over an un-encrypted network protocol other than that of the existing command and control channel.\nThe data may also be sent to an alternate network location from the main command and control server.\n", @@ -55031,42 +55279,6 @@ "uuid": "9976fa64-2804-423c-8a5b-646ade840773", "value": "Suspicious Outbound SMTP Connections" }, - { - "description": "Detects external IP address lookups by non-browser processes via services such as \"api.ipify.org\". This could be indicative of potential post compromise internet test activity.", - "meta": { - "author": "Janantha Marasinghe, Nasreddine Bencherchali (Nextron Systems)", - "creation_date": "2023/04/24", - "falsepositive": [ - "Legitimate use of the external websites for troubleshooting or network monitoring" - ], - "filename": "net_connection_win_susp_external_ip_lookup.yml", - "level": "medium", - "logsource.category": "network_connection", - "logsource.product": "windows", - "refs": [ - "https://www.cisa.gov/news-events/cybersecurity-advisories/aa20-302a", - "https://github.com/rsp/scripts/blob/c8bb272d68164a9836e4f273d8f924927f39b8c6/externalip-benchmark.md", - "https://www.trendmicro.com/en_us/research/23/e/managed-xdr-investigation-of-ducktail-in-trend-micro-vision-one.html", - "https://thedfirreport.com/2022/11/28/emotet-strikes-again-lnk-file-leads-to-domain-wide-ransomware/", - "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_susp_external_ip_lookup.yml" - ], - "tags": [ - "attack.discovery", - "attack.t1016" - ] - }, - "related": [ - { - "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "tags": [ - "estimative-language:likelihood-probability=\"almost-certain\"" - ], - "type": "related-to" - } - ], - "uuid": "edf3485d-dac4-4d50-90e4-b0e5813f7e60", - "value": "Suspicious Network Connection to IP Lookup Service APIs" - }, { "description": "Detects suspicious connections from Microsoft Sync Center to non-private IPs.", "meta": { @@ -55109,74 +55321,6 @@ "uuid": "9f2cc74d-78af-4eb2-bb64-9cd1d292b87b", "value": "Microsoft Sync Center Suspicious Network Connections" }, - { - "description": "Detects network connections to Devtunnels domains initiated by a process on a system. Attackers can abuse that feature to establish a reverse shell or persistence on a machine.\n", - "meta": { - "author": "Kamran Saifullah", - "creation_date": "2023/11/20", - "falsepositive": [ - "Legitimate use of Devtunnels will also trigger this." - ], - "filename": "net_connection_win_susp_devtunnel_connection.yml", - "level": "medium", - "logsource.category": "network_connection", - "logsource.product": "windows", - "refs": [ - "https://cydefops.com/devtunnels-unleashed", - "https://learn.microsoft.com/en-us/azure/developer/dev-tunnels/security", - "https://blueteamops.medium.com/detecting-dev-tunnels-16f0994dc3e2", - "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_susp_devtunnel_connection.yml" - ], - "tags": [ - "attack.exfiltration", - "attack.t1567.001" - ] - }, - "related": [ - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "tags": [ - "estimative-language:likelihood-probability=\"almost-certain\"" - ], - "type": "related-to" - } - ], - "uuid": "9501f8e6-8e3d-48fc-a8a6-1089dd5d7ef4", - "value": "Network Connection Initiated To DevTunnels Domain" - }, - { - "description": "Detects a script interpreter wscript/cscript opening a network connection to a non-local network. Adversaries may use script to download malicious payloads.", - "meta": { - "author": "frack113, Florian Roth (Nextron Systems)", - "creation_date": "2022/08/28", - "falsepositive": [ - "Legitimate scripts" - ], - "filename": "net_connection_win_script_wan.yml", - "level": "high", - "logsource.category": "network_connection", - "logsource.product": "windows", - "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/28d190330fe44de6ff4767fc400cc10fa7cd6540/atomics/T1105/T1105.md", - "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_script_wan.yml" - ], - "tags": [ - "attack.command_and_control", - "attack.t1105" - ] - }, - "related": [ - { - "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", - "tags": [ - "estimative-language:likelihood-probability=\"almost-certain\"" - ], - "type": "related-to" - } - ], - "uuid": "992a6cae-db6a-43c8-9cec-76d7195c96fc", - "value": "Script Initiated Connection to Non-Local Network" - }, { "description": "Detects a non-browser process interacting with the Google API which could indicate the use of a covert C2 such as Google Sheet C2 (GC2-sheet)\n", "meta": { @@ -55185,17 +55329,17 @@ "falsepositive": [ "Legitimate applications communicating with the \"googleapis.com\" endpoints that are not already in the exclusion list. This is environmental dependent and requires further testing and tuning." ], - "filename": "net_connection_win_susp_google_api_non_browser_access.yml", + "filename": "net_connection_win_domain_google_api_non_browser_access.yml", "level": "medium", "logsource.category": "network_connection", "logsource.product": "windows", "refs": [ - "https://www.bleepingcomputer.com/news/security/hackers-abuse-google-command-and-control-red-team-tool-in-attacks/", - "https://github.com/looCiprian/GC2-sheet", - "https://www.tanium.com/blog/apt41-deploys-google-gc2-for-attacks-cyber-threat-intelligence-roundup/", - "https://youtu.be/n2dFlSaBBKo", "https://services.google.com/fh/files/blogs/gcat_threathorizons_full_apr2023.pdf", - "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_susp_google_api_non_browser_access.yml" + "https://www.tanium.com/blog/apt41-deploys-google-gc2-for-attacks-cyber-threat-intelligence-roundup/", + "https://github.com/looCiprian/GC2-sheet", + "https://youtu.be/n2dFlSaBBKo", + "https://www.bleepingcomputer.com/news/security/hackers-abuse-google-command-and-control-red-team-tool-in-attacks/", + "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_domain_google_api_non_browser_access.yml" ], "tags": [ "attack.command_and_control", @@ -55261,8 +55405,8 @@ "logsource.category": "network_connection", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/IMEWDBLD/", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1105/T1105.md#atomic-test-10---windows---powershell-download", + "https://lolbas-project.github.io/lolbas/Binaries/IMEWDBLD/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_imewdbld.yml" ], "tags": [ @@ -55283,20 +55427,20 @@ "value": "Network Connection Initiated By IMEWDBLD.EXE" }, { - "description": "Detects a script interpreter wscript/cscript opening a network connection. Adversaries may use script to download malicious payloads.", + "description": "Detects a script interpreter wscript/cscript opening a network connection to a non-local network. Adversaries may use script to download malicious payloads.", "meta": { - "author": "frack113", + "author": "frack113, Florian Roth (Nextron Systems)", "creation_date": "2022/08/28", "falsepositive": [ "Legitimate scripts" ], - "filename": "net_connection_win_script.yml", - "level": "medium", + "filename": "net_connection_win_wscript_cscript_outbound_connection.yml", + "level": "high", "logsource.category": "network_connection", "logsource.product": "windows", "refs": [ "https://github.com/redcanaryco/atomic-red-team/blob/28d190330fe44de6ff4767fc400cc10fa7cd6540/atomics/T1105/T1105.md", - "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_script.yml" + "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_wscript_cscript_outbound_connection.yml" ], "tags": [ "attack.command_and_control", @@ -55312,8 +55456,85 @@ "type": "related-to" } ], - "uuid": "08249dc0-a28d-4555-8ba5-9255a198e08c", - "value": "Script Initiated Connection" + "uuid": "992a6cae-db6a-43c8-9cec-76d7195c96fc", + "value": "Outbound Network Connection Initiated By Script Interpreter" + }, + { + "description": "Detects an executable accessing the portmap.io domain, which could be a sign of forbidden C2 traffic or data exfiltration by malicious actors", + "meta": { + "author": "Florian Roth (Nextron Systems)", + "creation_date": "2024/05/31", + "falsepositive": [ + "Legitimate use of portmap.io domains" + ], + "filename": "net_connection_win_domain_portmap.yml", + "level": "medium", + "logsource.category": "network_connection", + "logsource.product": "windows", + "refs": [ + "https://github.com/rapid7/metasploit-framework/issues/11337", + "https://pro.twitter.com/JaromirHorejsi/status/1795001037746761892/photo/2", + "https://portmap.io/", + "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_domain_portmap.yml" + ], + "tags": [ + "attack.t1041", + "attack.command_and_control", + "attack.t1090.002", + "attack.exfiltration" + ] + }, + "related": [ + { + "dest-uuid": "92d7da27-2d91-488e-a00c-059dc162766d", + "tags": [ + "estimative-language:likelihood-probability=\"almost-certain\"" + ], + "type": "related-to" + }, + { + "dest-uuid": "69b8fd78-40e8-4600-ae4d-662c9d7afdb3", + "tags": [ + "estimative-language:likelihood-probability=\"almost-certain\"" + ], + "type": "related-to" + } + ], + "uuid": "07837ab9-60e1-481f-a74d-c31fb496a94c", + "value": "Network Communication Initiated To Portmap.IO Domain" + }, + { + "description": "Detects a network connection initiated by Cmstp.EXE\nIts uncommon for \"cmstp.exe\" to initiate an outbound network connection. Investigate the source of such requests to determine if they are malicious.\n", + "meta": { + "author": "Nasreddine Bencherchali (Nextron Systems)", + "creation_date": "2022/08/30", + "falsepositive": [ + "Unknown" + ], + "filename": "net_connection_win_cmstp_initiated_connection.yml", + "level": "high", + "logsource.category": "network_connection", + "logsource.product": "windows", + "refs": [ + "https://web.archive.org/web/20190720093911/http://www.endurant.io/cmstp/detecting-cmstp-enabled-code-execution-and-uac-bypass-with-sysmon/", + "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_cmstp_initiated_connection.yml" + ], + "tags": [ + "attack.defense_evasion", + "attack.t1218.003" + ] + }, + "related": [ + { + "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "tags": [ + "estimative-language:likelihood-probability=\"almost-certain\"" + ], + "type": "related-to" + } + ], + "uuid": "efafe0bf-4238-479e-af8f-797bd3490d2d", + "value": "Outbound Network Connection Initiated By Cmstp.EXE" }, { "description": "Detects an office application (Word, Excel, PowerPoint) that initiate a network connection to a non-private IP addresses.\nThis rule aims to detect traffic similar to one seen exploited in CVE-2021-42292.\nThis rule will require an initial baseline and tuning that is specific to your organization.\n", @@ -55363,8 +55584,8 @@ "logsource.category": "network_connection", "logsource.product": "windows", "refs": [ - "https://pypi.org/project/scapy/", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1046/T1046.md#atomic-test-4---port-scan-using-python", + "https://pypi.org/project/scapy/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_python.yml" ], "tags": [ @@ -55385,37 +55606,40 @@ "value": "Python Initiated Connection" }, { - "description": "Detects suspicious network connection by Cmstp", + "description": "Detects network connections to Cloudflared tunnels domains initiated by a process on the system.\nAttackers can abuse that feature to establish a reverse shell or persistence on a machine.\n", "meta": { - "author": "Nasreddine Bencherchali (Nextron Systems)", - "creation_date": "2022/08/30", + "author": "Kamran Saifullah, Nasreddine Bencherchali (Nextron Systems)", + "creation_date": "2024/05/27", "falsepositive": [ - "Unknown" + "Legitimate use of cloudflare tunnels will also trigger this." ], - "filename": "net_connection_win_susp_cmstp.yml", - "level": "high", + "filename": "net_connection_win_domain_cloudflared_communication.yml", + "level": "medium", "logsource.category": "network_connection", "logsource.product": "windows", "refs": [ - "https://web.archive.org/web/20190720093911/http://www.endurant.io/cmstp/detecting-cmstp-enabled-code-execution-and-uac-bypass-with-sysmon/", - "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_susp_cmstp.yml" + "https://defr0ggy.github.io/research/Abusing-Cloudflared-A-Proxy-Service-To-Host-Share-Applications/", + "Internal Research", + "https://www.guidepointsecurity.com/blog/tunnel-vision-cloudflared-abused-in-the-wild/", + "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_domain_cloudflared_communication.yml" ], "tags": [ - "attack.defense_evasion", - "attack.t1218.003" + "attack.exfiltration", + "attack.command_and_control", + "attack.t1567.001" ] }, "related": [ { - "dest-uuid": "4cbc6a62-9e34-4f94-8a19-5c1a11392a49", + "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", "tags": [ "estimative-language:likelihood-probability=\"almost-certain\"" ], "type": "related-to" } ], - "uuid": "efafe0bf-4238-479e-af8f-797bd3490d2d", - "value": "Cmstp Making Network Connection" + "uuid": "7cd1dcdc-6edf-4896-86dc-d1f19ad64903", + "value": "Network Connection Initiated To Cloudflared Tunnels Domains" }, { "description": "Detects a possible remote connections to Silenttrinity c2", @@ -55494,42 +55718,6 @@ "uuid": "b1e5da3b-ca8e-4adf-915c-9921f3d85481", "value": "RDP to HTTP or HTTPS Target Ports" }, - { - "description": "Detects network connections to Cloudflared tunnels domains initiated by a process on the system.\nAttackers can abuse that feature to establish a reverse shell or persistence on a machine.\n", - "meta": { - "author": "Kamran Saifullah, Nasreddine Bencherchali (Nextron Systems)", - "creation_date": "2024/05/27", - "falsepositive": [ - "Legitimate use of cloudflare tunnels will also trigger this." - ], - "filename": "net_connection_win_cloudflared_communication.yml", - "level": "medium", - "logsource.category": "network_connection", - "logsource.product": "windows", - "refs": [ - "Internal Research", - "https://defr0ggy.github.io/research/Abusing-Cloudflared-A-Proxy-Service-To-Host-Share-Applications/", - "https://www.guidepointsecurity.com/blog/tunnel-vision-cloudflared-abused-in-the-wild/", - "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_cloudflared_communication.yml" - ], - "tags": [ - "attack.exfiltration", - "attack.command_and_control", - "attack.t1567.001" - ] - }, - "related": [ - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "tags": [ - "estimative-language:likelihood-probability=\"almost-certain\"" - ], - "type": "related-to" - } - ], - "uuid": "7cd1dcdc-6edf-4896-86dc-d1f19ad64903", - "value": "Network Connection Initiated To Cloudflared Tunnels Domains" - }, { "description": "Detects dllhost initiating a network connection to a non-local IP address.\nAside from Microsoft own IP range that needs to be excluded. Network communication from Dllhost will depend entirely on the hosted DLL.\nAn initial baseline is recommended before deployment.\n", "meta": { @@ -55543,8 +55731,8 @@ "logsource.category": "network_connection", "logsource.product": "windows", "refs": [ - "https://nasbench.medium.com/what-is-the-dllhost-exe-process-actually-running-ef9fe4c19c08", "https://redcanary.com/blog/child-processes/", + "https://nasbench.medium.com/what-is-the-dllhost-exe-process-actually-running-ef9fe4c19c08", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_dllhost_non_local_ip.yml" ], "tags": [ @@ -55573,6 +55761,39 @@ "uuid": "cfed2f44-16df-4bf3-833a-79405198b277", "value": "Dllhost.EXE Initiated Network Connection To Non-Local IP Address" }, + { + "description": "Detects a script interpreter (Wscript/Cscript) initiating a local network connection to download or execute a script hosted on a shared folder.\n", + "meta": { + "author": "frack113", + "creation_date": "2022/08/28", + "falsepositive": [ + "Legitimate scripts" + ], + "filename": "net_connection_win_wscript_cscript_local_connection.yml", + "level": "medium", + "logsource.category": "network_connection", + "logsource.product": "windows", + "refs": [ + "https://github.com/redcanaryco/atomic-red-team/blob/28d190330fe44de6ff4767fc400cc10fa7cd6540/atomics/T1105/T1105.md", + "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_wscript_cscript_local_connection.yml" + ], + "tags": [ + "attack.command_and_control", + "attack.t1105" + ] + }, + "related": [ + { + "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "tags": [ + "estimative-language:likelihood-probability=\"almost-certain\"" + ], + "type": "related-to" + } + ], + "uuid": "08249dc0-a28d-4555-8ba5-9255a198e08c", + "value": "Local Network Connection Initiated By Script Interpreter" + }, { "description": "Detects an office suit application (Word, Excel, PowerPoint, Outlook) communicating to target systems over uncommon ports.", "meta": { @@ -55597,6 +55818,39 @@ "uuid": "3b5ba899-9842-4bc2-acc2-12308498bf42", "value": "Office Application Initiated Network Connection Over Uncommon Ports" }, + { + "description": "Detects a network connection initiated by the Add-In deployment cache updating utility \"AddInutil.exe\".\nThis could indicate a potential command and control communication as this tool doesn't usually initiate network activity.\n", + "meta": { + "author": "Michael McKinley (@McKinleyMike), Tony Latteri (@TheLatteri)", + "creation_date": "2023/09/18", + "falsepositive": [ + "Unknown" + ], + "filename": "net_connection_win_addinutil_initiated.yml", + "level": "medium", + "logsource.category": "network_connection", + "logsource.product": "windows", + "refs": [ + "https://www.blue-prints.blog/content/blog/posts/lolbin/addinutil-lolbas.html", + "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_addinutil_initiated.yml" + ], + "tags": [ + "attack.defense_evasion", + "attack.t1218" + ] + }, + "related": [ + { + "dest-uuid": "457c7820-d331-465a-915e-42f85500ccc4", + "tags": [ + "estimative-language:likelihood-probability=\"almost-certain\"" + ], + "type": "related-to" + } + ], + "uuid": "5205613d-2a63-4412-a895-3a2458b587b3", + "value": "Network Connection Initiated By AddinUtil.EXE" + }, { "description": "Detects executables located in potentially suspicious directories initiating network connections towards file sharing domains.", "meta": { @@ -55610,11 +55864,11 @@ "logsource.category": "network_connection", "logsource.product": "windows", "refs": [ - "https://twitter.com/M_haggis/status/1032799638213066752", + "https://www.cisa.gov/uscert/ncas/alerts/aa22-321a", "https://github.com/EmpireProject/Empire/blob/e37fb2eef8ff8f5a0a689f1589f424906fe13055/data/module_source/exfil/Invoke-ExfilDataToGitHub.ps1", "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/ransomware-hive-conti-avoslocker", "https://twitter.com/M_haggis/status/900741347035889665", - "https://www.cisa.gov/uscert/ncas/alerts/aa22-321a", + "https://twitter.com/M_haggis/status/1032799638213066752", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_susp_file_sharing_domains_susp_folders.yml" ], "tags": [ @@ -55632,7 +55886,7 @@ } ], "uuid": "e0f8ab85-0ac9-423b-a73a-81b3c7b1aa97", - "value": "Microsoft Binary Suspicious Communication Endpoint" + "value": "Network Communication Initiated To File Sharing Domains From Process Located In Suspicious Folder" }, { "description": "Detects the use of the Windows Update Client binary (wuauclt.exe) to proxy execute code and making network connections.\nOne could easily make the DLL spawn a new process and inject to it to proxy the network connection and bypass this rule.\n", @@ -55716,9 +55970,9 @@ "logsource.category": "network_connection", "logsource.product": "windows", "refs": [ + "https://lolbas-project.github.io/lolbas/Binaries/Regasm/", "https://app.any.run/tasks/ec207948-4916-47eb-a0f4-4c6abb2e7668/", "https://research.splunk.com/endpoint/07921114-6db4-4e2e-ae58-3ea8a52ae93f/", - "https://lolbas-project.github.io/lolbas/Binaries/Regasm/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_regasm_network_activity.yml" ], "tags": [ @@ -55772,39 +56026,6 @@ "uuid": "8e5e38e4-5350-4c0b-895a-e872ce0dd54f", "value": "Msiexec.EXE Initiated Network Connection Over HTTP" }, - { - "description": "Detects an a non-browser process interacting with the Telegram API which could indicate use of a covert C2", - "meta": { - "author": "Nasreddine Bencherchali (Nextron Systems)", - "creation_date": "2023/05/19", - "falsepositive": [ - "Legitimate applications communicating with the Telegram API e.g. web browsers not in the exclusion list, app with an RSS etc." - ], - "filename": "net_connection_win_telegram_api_non_browser_access.yml", - "level": "medium", - "logsource.category": "network_connection", - "logsource.product": "windows", - "refs": [ - "https://www.ncsc.gov.uk/static-assets/documents/malware-analysis-reports/small-sieve/NCSC-MAR-Small-Sieve.pdf", - "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_telegram_api_non_browser_access.yml" - ], - "tags": [ - "attack.command_and_control", - "attack.t1102" - ] - }, - "related": [ - { - "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", - "tags": [ - "estimative-language:likelihood-probability=\"almost-certain\"" - ], - "type": "related-to" - } - ], - "uuid": "c3dbbc9f-ef1d-470a-a90a-d343448d5875", - "value": "Suspicious Non-Browser Network Communication With Telegram API" - }, { "description": "Detects outbound network connection initiated by Microsoft Dialer.\nThe Microsoft Dialer, also known as Phone Dialer, is a built-in utility application included in various versions of the Microsoft Windows operating system. Its primary function is to provide users with a graphical interface for managing phone calls via a modem or a phone line connected to the computer.\nThis is an outdated process in the current conext of it's usage and is a common target for info stealers for process injection, and is used to make C2 connections, common example is \"Rhadamanthys\"\n", "meta": { @@ -55818,10 +56039,10 @@ "logsource.category": "network_connection", "logsource.product": "windows", "refs": [ - "hhttps://tria.ge/240301-rk34sagf5x/behavioral2", "https://app.any.run/tasks/6720b85b-9c53-4a12-b1dc-73052a78477d", "https://research.checkpoint.com/2023/rhadamanthys-v0-5-0-a-deep-dive-into-the-stealers-components/", "https://strontic.github.io/xcyclopedia/library/dialer.exe-0B69655F912619756C704A0BF716B61F.html", + "hhttps://tria.ge/240301-rk34sagf5x/behavioral2", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_dialer_initiated_connection.yml" ], "tags": [ @@ -55841,74 +56062,6 @@ "uuid": "37e4024a-6c80-4d8f-b95d-2e7e94f3a8d1", "value": "Outbound Network Connection Initiated By Microsoft Dialer" }, - { - "description": "Detects a network connection initiated by the Add-In deployment cache updating utility \"AddInutil.exe\".\nThis could indicate a potential command and control communication as this tool doesn't usually initiate network activity.\n", - "meta": { - "author": "Michael McKinley (@McKinleyMike), Tony Latteri (@TheLatteri)", - "creation_date": "2023/09/18", - "falsepositive": [ - "Unknown" - ], - "filename": "net_connection_win_addinutil.yml", - "level": "medium", - "logsource.category": "network_connection", - "logsource.product": "windows", - "refs": [ - "https://www.blue-prints.blog/content/blog/posts/lolbin/addinutil-lolbas.html", - "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_addinutil.yml" - ], - "tags": [ - "attack.defense_evasion", - "attack.t1218" - ] - }, - "related": [ - { - "dest-uuid": "457c7820-d331-465a-915e-42f85500ccc4", - "tags": [ - "estimative-language:likelihood-probability=\"almost-certain\"" - ], - "type": "related-to" - } - ], - "uuid": "5205613d-2a63-4412-a895-3a2458b587b3", - "value": "Network Connection Initiated By AddinUtil.EXE" - }, - { - "description": "Detects network connections to Visual Studio Code tunnel domains initiated by a process on a system. Attackers can abuse that feature to establish a reverse shell or persistence on a machine.\n", - "meta": { - "author": "Kamran Saifullah", - "creation_date": "2023/11/20", - "falsepositive": [ - "Legitimate use of Visual Studio Code tunnel will also trigger this." - ], - "filename": "net_connection_win_vscode_tunnel_connection.yml", - "level": "medium", - "logsource.category": "network_connection", - "logsource.product": "windows", - "refs": [ - "https://ipfyx.fr/post/visual-studio-code-tunnel/", - "https://cydefops.com/vscode-data-exfiltration", - "https://badoption.eu/blog/2023/01/31/code_c2.html", - "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_vscode_tunnel_connection.yml" - ], - "tags": [ - "attack.exfiltration", - "attack.t1567.001" - ] - }, - "related": [ - { - "dest-uuid": "86a96bf6-cf8b-411c-aaeb-8959944d64f7", - "tags": [ - "estimative-language:likelihood-probability=\"almost-certain\"" - ], - "type": "related-to" - } - ], - "uuid": "4b657234-038e-4ad5-997c-4be42340bce4", - "value": "Network Connection Initiated To Visual Studio Code Tunnels Domain" - }, { "description": "Detects suspicious network connections made by a well-known Windows binary run with no command line parameters", "meta": { @@ -55932,41 +56085,6 @@ "uuid": "20384606-a124-4fec-acbb-8bd373728613", "value": "Suspicious Network Connection Binary No CommandLine" }, - { - "description": "Detects initiated network connections to crypto mining pools", - "meta": { - "author": "Florian Roth (Nextron Systems), Nasreddine Bencherchali (Nextron Systems)", - "creation_date": "2021/10/26", - "falsepositive": [ - "Unlikely" - ], - "filename": "net_connection_win_susp_crypto_mining_pools.yml", - "level": "high", - "logsource.category": "network_connection", - "logsource.product": "windows", - "refs": [ - "https://www.poolwatch.io/coin/monero", - "https://github.com/stamparm/maltrail/blob/3ea70459b9559134449423c0a7d8b965ac5c40ea/trails/static/suspicious/crypto_mining.txt", - "https://www.virustotal.com/gui/search/behaviour_network%253A*.miningocean.org/files", - "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_susp_crypto_mining_pools.yml" - ], - "tags": [ - "attack.impact", - "attack.t1496" - ] - }, - "related": [ - { - "dest-uuid": "cd25c1b4-935c-4f0e-ba8d-552f28bc4783", - "tags": [ - "estimative-language:likelihood-probability=\"almost-certain\"" - ], - "type": "related-to" - } - ], - "uuid": "fa5b1358-b040-4403-9868-15f7d9ab6329", - "value": "Network Communication With Crypto Mining Pool" - }, { "description": "Detects an executable initiating a network connection to \"ngrok\" domains.\nAttackers were seen using this \"ngrok\" in order to store their second stage payloads and malware.\nWhile communication with such domains can be legitimate, often times is a sign of either data exfiltration by malicious actors or additional download.\n", "meta": { @@ -55980,10 +56098,10 @@ "logsource.category": "network_connection", "logsource.product": "windows", "refs": [ + "https://www.rnbo.gov.ua/files/2023_YEAR/CYBERCENTER/november/APT29%20attacks%20Embassies%20using%20CVE-2023-38831%20-%20report%20en.pdf", "https://ngrok.com/blog-post/new-ngrok-domains", "https://www.virustotal.com/gui/file/cca0c1182ac114b44dc52dd2058fcd38611c20bb6b5ad84710681d38212f835a/", "https://ngrok.com/", - "https://www.rnbo.gov.ua/files/2023_YEAR/CYBERCENTER/november/APT29%20attacks%20Embassies%20using%20CVE-2023-38831%20-%20report%20en.pdf", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_domain_ngrok.yml" ], "tags": [ @@ -56004,51 +56122,39 @@ "value": "Process Initiated Network Connection To Ngrok Domain" }, { - "description": "Detects an executable, which is not an internet browser or known application, initiating network connections to legit popular websites, which were seen to be used as dead drop resolvers in previous attacks.\nIn this context attackers leverage known websites such as \"facebook\", \"youtube\", etc. In order to pass through undetected.\n", + "description": "Detects initiated network connections to crypto mining pools", "meta": { - "author": "Sorina Ionescu, X__Junior (Nextron Systems)", - "creation_date": "2022/08/17", + "author": "Florian Roth (Nextron Systems), Nasreddine Bencherchali (Nextron Systems)", + "creation_date": "2021/10/26", "falsepositive": [ - "One might need to exclude other internet browsers found in it's network or other applications like ones mentioned above from Microsoft Defender.", - "Ninite contacting githubusercontent.com" + "Unlikely" ], - "filename": "net_connection_win_susp_dead_drop_resolvers.yml", + "filename": "net_connection_win_domain_crypto_mining_pools.yml", "level": "high", "logsource.category": "network_connection", "logsource.product": "windows", "refs": [ - "https://content.fireeye.com/apt-41/rpt-apt41", - "https://www.linkedin.com/posts/kleiton-kurti_github-kleiton0x00redditc2-abusing-reddit-activity-7009939662462984192-5DbI/?originalSubdomain=al", - "https://github.com/kleiton0x00/RedditC2", - "https://twitter.com/kleiton0x7e/status/1600567316810551296", - "https://securelist.com/the-tetrade-brazilian-banking-malware/97779/", - "https://blog.bushidotoken.net/2021/04/dead-drop-resolvers-espionage-inspired.html", - "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_susp_dead_drop_resolvers.yml" + "https://github.com/stamparm/maltrail/blob/3ea70459b9559134449423c0a7d8b965ac5c40ea/trails/static/suspicious/crypto_mining.txt", + "https://www.poolwatch.io/coin/monero", + "https://www.virustotal.com/gui/search/behaviour_network%253A*.miningocean.org/files", + "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_domain_crypto_mining_pools.yml" ], "tags": [ - "attack.command_and_control", - "attack.t1102", - "attack.t1102.001" + "attack.impact", + "attack.t1496" ] }, "related": [ { - "dest-uuid": "830c9528-df21-472c-8c14-a036bf17d665", - "tags": [ - "estimative-language:likelihood-probability=\"almost-certain\"" - ], - "type": "related-to" - }, - { - "dest-uuid": "f7827069-0bf2-4764-af4f-23fae0d181b7", + "dest-uuid": "cd25c1b4-935c-4f0e-ba8d-552f28bc4783", "tags": [ "estimative-language:likelihood-probability=\"almost-certain\"" ], "type": "related-to" } ], - "uuid": "297ae038-edc2-4b2e-bb3e-7c5fc94dd5c7", - "value": "Potential Dead Drop Resolvers" + "uuid": "fa5b1358-b040-4403-9868-15f7d9ab6329", + "value": "Network Communication With Crypto Mining Pool" }, { "description": "Detects Non-Standard tools initiating a connection over port 3389 indicating possible lateral movement.\nAn initial baseline is required before using this utility to exclude third party RDP tooling that you might use.\n", @@ -56126,6 +56232,40 @@ "uuid": "e54979bd-c5f9-4d6c-967b-a04b19ac4c74", "value": "Uncommon Outbound Kerberos Connection" }, + { + "description": "Detects an executable that isn't dropbox but communicates with the Dropbox API", + "meta": { + "author": "Florian Roth (Nextron Systems)", + "creation_date": "2022/04/20", + "falsepositive": [ + "Legitimate use of the API with a tool that the author wasn't aware of" + ], + "filename": "net_connection_win_domain_dropbox_api.yml", + "level": "high", + "logsource.category": "network_connection", + "logsource.product": "windows", + "refs": [ + "https://app.any.run/tasks/7e906adc-9d11-447f-8641-5f40375ecebb", + "https://www.zscaler.com/blogs/security-research/new-espionage-attack-molerats-apt-targeting-users-middle-east", + "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_domain_dropbox_api.yml" + ], + "tags": [ + "attack.command_and_control", + "attack.t1105" + ] + }, + "related": [ + { + "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "tags": [ + "estimative-language:likelihood-probability=\"almost-certain\"" + ], + "type": "related-to" + } + ], + "uuid": "25eabf56-22f0-4915-a1ed-056b8dae0a68", + "value": "Suspicious Dropbox API Usage" + }, { "description": "Detects an executable initiating a network connection to \"ngrok\" tunneling domains.\nAttackers were seen using this \"ngrok\" in order to store their second stage payloads and malware.\nWhile communication with such domains can be legitimate, often times is a sign of either data exfiltration by malicious actors or additional download.\n", "meta": { @@ -56272,7 +56412,7 @@ "value": "Potentially Suspicious Malware Callback Communication" }, { - "description": "Detects network connections from Equation Editor", + "description": "Detects network connections from the Equation Editor process \"eqnedt32.exe\".", "meta": { "author": "Max Altgelt (Nextron Systems)", "creation_date": "2022/04/14", @@ -56284,8 +56424,9 @@ "logsource.category": "network_connection", "logsource.product": "windows", "refs": [ - "https://news.sophos.com/en-us/2019/07/18/a-new-equation-editor-exploit-goes-commercial-as-maldoc-attacks-using-it-spike/", "https://twitter.com/forensicitguy/status/1513538712986079238", + "https://forensicitguy.github.io/xloader-formbook-velvetsweatshop-spreadsheet/", + "https://news.sophos.com/en-us/2019/07/18/a-new-equation-editor-exploit-goes-commercial-as-maldoc-attacks-using-it-spike/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_eqnedt.yml" ], "tags": [ @@ -56303,24 +56444,59 @@ } ], "uuid": "a66bc059-c370-472c-a0d7-f8fd1bf9d583", - "value": "Equation Editor Network Connection" + "value": "Network Connection Initiated By Eqnedt32.EXE" }, { - "description": "Detects an executable that isn't dropbox but communicates with the Dropbox API", + "description": "Detects external IP address lookups by non-browser processes via services such as \"api.ipify.org\". This could be indicative of potential post compromise internet test activity.", "meta": { - "author": "Florian Roth (Nextron Systems)", - "creation_date": "2022/04/20", + "author": "Janantha Marasinghe, Nasreddine Bencherchali (Nextron Systems)", + "creation_date": "2023/04/24", "falsepositive": [ - "Legitimate use of the API with a tool that the author wasn't aware of" + "Legitimate use of the external websites for troubleshooting or network monitoring" ], - "filename": "net_connection_win_susp_dropbox_api.yml", + "filename": "net_connection_win_domain_external_ip_lookup.yml", + "level": "medium", + "logsource.category": "network_connection", + "logsource.product": "windows", + "refs": [ + "https://www.trendmicro.com/en_us/research/23/e/managed-xdr-investigation-of-ducktail-in-trend-micro-vision-one.html", + "https://thedfirreport.com/2022/11/28/emotet-strikes-again-lnk-file-leads-to-domain-wide-ransomware/", + "https://www.cisa.gov/news-events/cybersecurity-advisories/aa20-302a", + "https://github.com/rsp/scripts/blob/c8bb272d68164a9836e4f273d8f924927f39b8c6/externalip-benchmark.md", + "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_domain_external_ip_lookup.yml" + ], + "tags": [ + "attack.discovery", + "attack.t1016" + ] + }, + "related": [ + { + "dest-uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "tags": [ + "estimative-language:likelihood-probability=\"almost-certain\"" + ], + "type": "related-to" + } + ], + "uuid": "edf3485d-dac4-4d50-90e4-b0e5813f7e60", + "value": "Suspicious Network Connection to IP Lookup Service APIs" + }, + { + "description": "Detects a network connection initiated by programs or processes running from suspicious or uncommon files system locations.\n", + "meta": { + "author": "Florian Roth (Nextron Systems), Nasreddine Bencherchali (Nextron Systems)", + "creation_date": "2017/03/19", + "falsepositive": [ + "Unknown" + ], + "filename": "net_connection_win_susp_initiated_uncommon_or_suspicious_locations.yml", "level": "high", "logsource.category": "network_connection", "logsource.product": "windows", "refs": [ - "https://app.any.run/tasks/7e906adc-9d11-447f-8641-5f40375ecebb", - "https://www.zscaler.com/blogs/security-research/new-espionage-attack-molerats-apt-targeting-users-middle-east", - "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_susp_dropbox_api.yml" + "https://docs.google.com/spreadsheets/d/17pSTDNpa0sf6pHeRhusvWG6rThciE8CsXTSlDUAZDyo", + "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_susp_initiated_uncommon_or_suspicious_locations.yml" ], "tags": [ "attack.command_and_control", @@ -56336,8 +56512,8 @@ "type": "related-to" } ], - "uuid": "25eabf56-22f0-4915-a1ed-056b8dae0a68", - "value": "Suspicious Dropbox API Usage" + "uuid": "7b434893-c57d-4f41-908d-6a17bf1ae98f", + "value": "Network Connection Initiated From Process Located In Potentially Suspicious Or Uncommon Location" }, { "description": "Detects a \"winlogon.exe\" process that initiate network communications with public IP addresses", @@ -56405,28 +56581,34 @@ } ], "uuid": "0dba975d-a193-4ed1-a067-424df57570d1", - "value": "Connection Initiated Via Certutil.EXE" + "value": "Uncommon Network Connection Initiated By Certutil.EXE" }, { - "description": "Detects a non-browser process communicating with the Notion API. This could indicate potential use of a covert C2 channel such as \"OffensiveNotion C2\"", + "description": "Detects an executable, which is not an internet browser or known application, initiating network connections to legit popular websites, which were seen to be used as dead drop resolvers in previous attacks.\nIn this context attackers leverage known websites such as \"facebook\", \"youtube\", etc. In order to pass through undetected.\n", "meta": { - "author": "Gavin Knapp", - "creation_date": "2023/05/03", + "author": "Sorina Ionescu, X__Junior (Nextron Systems)", + "creation_date": "2022/08/17", "falsepositive": [ - "Legitimate applications communicating with the \"api.notion.com\" endpoint that are not already in the exclusion list. The desktop and browser applications do not appear to be using the API by default unless integrations are configured." + "One might need to exclude other internet browsers found in it's network or other applications like ones mentioned above from Microsoft Defender.", + "Ninite contacting githubusercontent.com" ], - "filename": "net_connection_win_notion_api_susp_communication.yml", - "level": "low", + "filename": "net_connection_win_domain_dead_drop_resolvers.yml", + "level": "high", "logsource.category": "network_connection", "logsource.product": "windows", "refs": [ - "https://medium.com/@huskyhacks.mk/we-put-a-c2-in-your-notetaking-app-offensivenotion-3e933bace332", - "https://github.com/mttaggart/OffensiveNotion", - "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_notion_api_susp_communication.yml" + "https://github.com/kleiton0x00/RedditC2", + "https://securelist.com/the-tetrade-brazilian-banking-malware/97779/", + "https://blog.bushidotoken.net/2021/04/dead-drop-resolvers-espionage-inspired.html", + "https://twitter.com/kleiton0x7e/status/1600567316810551296", + "https://www.linkedin.com/posts/kleiton-kurti_github-kleiton0x00redditc2-abusing-reddit-activity-7009939662462984192-5DbI/?originalSubdomain=al", + "https://content.fireeye.com/apt-41/rpt-apt41", + "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/network_connection/net_connection_win_domain_dead_drop_resolvers.yml" ], "tags": [ "attack.command_and_control", - "attack.t1102" + "attack.t1102", + "attack.t1102.001" ] }, "related": [ @@ -56436,10 +56618,17 @@ "estimative-language:likelihood-probability=\"almost-certain\"" ], "type": "related-to" + }, + { + "dest-uuid": "f7827069-0bf2-4764-af4f-23fae0d181b7", + "tags": [ + "estimative-language:likelihood-probability=\"almost-certain\"" + ], + "type": "related-to" } ], - "uuid": "7e9cf7b6-e827-11ed-a05b-15959c120003", - "value": "Potentially Suspicious Network Connection To Notion API" + "uuid": "297ae038-edc2-4b2e-bb3e-7c5fc94dd5c7", + "value": "Potential Dead Drop Resolvers" }, { "description": "Detects a network connection initiated by \"wordpad.exe\" over uncommon destination ports.\nThis might indicate potential process injection activity from a beacon or similar mechanisms.\n", @@ -56574,8 +56763,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://ngrok.com/", "https://twitter.com/tekdefense/status/1519711183162556416?s=12&t=OTsHCBkQOTNs1k3USz65Zg", + "https://ngrok.com/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/terminalservices/win_terminalservices_rdp_ngrok.yml" ], "tags": [ @@ -56816,8 +57005,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin", "https://lolbas-project.github.io/lolbas/Binaries/Bitsadmin/", + "https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin", "https://blog.talosintelligence.com/breaking-the-silence-recent-truebot-activity/", "https://isc.sans.edu/diary/22264", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/bits_client/win_bits_client_new_transfer_via_ip_address.yml" @@ -57087,9 +57276,9 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://malware.news/t/the-rhysida-ransomware-activity-analysis-and-ties-to-vice-society/72170", "https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1562.004/T1562.004.md#atomic-test-24---set-a-firewall-rule-using-new-netfirewallrule", "https://cybersecuritynews.com/rhysida-ransomware-attacking-windows/", + "https://malware.news/t/the-rhysida-ransomware-activity-analysis-and-ties-to-vice-society/72170", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/firewall_as/win_firewall_as_add_rule_wmiprvse.yml" ], "tags": [ @@ -57153,8 +57342,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/dd364427(v=ws.10)", "https://app.any.run/tasks/7123e948-c91e-49e0-a813-00e8d72ab393/#", + "https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/dd364427(v=ws.10)", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/firewall_as/win_firewall_as_add_rule_susp_folder.yml" ], "tags": [ @@ -57218,8 +57407,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://twitter.com/nas_bench/status/1539679555908141061", "https://twitter.com/j00sean/status/1537750439701225472", + "https://twitter.com/nas_bench/status/1539679555908141061", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/diagnosis/scripted/win_diagnosis_scripted_load_remote_diagcab.yml" ], "tags": [ @@ -57277,8 +57466,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://twitter.com/SBousseaden/status/1096148422984384514", "https://github.com/sbousseaden/EVTX-ATTACK-SAMPLES/blob/44fbe85f72ee91582876b49678f9a26292a155fb/Command%20and%20Control/DE_RDP_Tunnel_5156.evtx", + "https://twitter.com/SBousseaden/status/1096148422984384514", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_rdp_reverse_tunnel.yml" ], "tags": [ @@ -57506,9 +57695,9 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://dirkjanm.io/a-different-way-of-abusing-zerologon/", - "https://twitter.com/_dirkjan/status/1309214379003588608", "https://posts.specterops.io/hunting-in-active-directory-unconstrained-delegation-forests-trusts-71f2b33688e1", + "https://twitter.com/_dirkjan/status/1309214379003588608", + "https://dirkjanm.io/a-different-way-of-abusing-zerologon/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_dce_rpc_smb_spoolss_named_pipe.yml" ], "tags": [ @@ -57707,9 +57896,9 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://threathunterplaybook.com/hunts/windows/180815-ADObjectAccessReplication/notebook.html", "https://threathunterplaybook.com/library/windows/active_directory_replication.html", "https://threathunterplaybook.com/hunts/windows/190101-ADModDirectoryReplication/notebook.html", + "https://threathunterplaybook.com/hunts/windows/180815-ADObjectAccessReplication/notebook.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_ad_object_writedac_access.yml" ], "tags": [ @@ -57742,8 +57931,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://securitydatasets.com/notebooks/atomic/windows/lateral_movement/SDWIN-200806015757.html?highlight=create%20file", "https://github.com/OTRF/ThreatHunter-Playbook/blob/f7a58156dbfc9b019f17f638b8c62d22e557d350/playbooks/WIN-201012004336.yaml", + "https://securitydatasets.com/notebooks/atomic/windows/lateral_movement/SDWIN-200806015757.html?highlight=create%20file", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_smb_file_creation_admin_shares.yml" ], "tags": [ @@ -57973,8 +58162,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://twitter.com/SBousseaden/status/1101431884540710913", "https://docs.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4625", + "https://twitter.com/SBousseaden/status/1101431884540710913", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_susp_failed_logon_reasons.yml" ], "tags": [ @@ -58010,8 +58199,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://blog.cobaltstrike.com/2014/04/02/what-happens-when-i-type-getsystem/", "https://speakerdeck.com/heirhabarov/hunting-for-privilege-escalation-in-windows-environment", + "https://blog.cobaltstrike.com/2014/04/02/what-happens-when-i-type-getsystem/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_meterpreter_or_cobaltstrike_getsystem_service_install.yml" ], "tags": [ @@ -58186,10 +58375,10 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://www.pcisecuritystandards.org/documents/PCI_DSS_v3-2-1.pdf", - "https://nvlpubs.nist.gov/nistpubs/CSWP/NIST.CSWP.04162018.pdf", "https://www.cisecurity.org/controls/cis-controls-list/", "https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4800", + "https://nvlpubs.nist.gov/nistpubs/CSWP/NIST.CSWP.04162018.pdf", + "https://www.pcisecuritystandards.org/documents/PCI_DSS_v3-2-1.pdf", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_workstation_was_locked.yml" ], "tags": [ @@ -58212,10 +58401,10 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "http://www.stuffithoughtiknew.com/2019/02/detecting-bloodhound.html", - "https://www.specterops.io/assets/resources/an_ace_up_the_sleeve.pdf", - "https://docs.microsoft.com/en-us/windows/win32/adschema/attributes-all", "https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4662", + "http://www.stuffithoughtiknew.com/2019/02/detecting-bloodhound.html", + "https://docs.microsoft.com/en-us/windows/win32/adschema/attributes-all", + "https://www.specterops.io/assets/resources/an_ace_up_the_sleeve.pdf", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_ad_user_enumeration.yml" ], "tags": [ @@ -58356,8 +58545,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4649", "https://github.com/Yamato-Security/EnableWindowsLogSettings/blob/7f6d755d45ac7cc9fc35b0cbf498e6aa4ef19def/ConfiguringSecurityLogAuditPolicies.md", + "https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4649", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_replay_attack_detected.yml" ], "tags": [ @@ -58424,8 +58613,8 @@ "logsource.product": "windows", "refs": [ "https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4634", - "https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4647", "https://github.com/Yamato-Security/EnableWindowsLogSettings/blob/7f6d755d45ac7cc9fc35b0cbf498e6aa4ef19def/ConfiguringSecurityLogAuditPolicies.md", + "https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4647", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_user_logoff.yml" ], "tags": [ @@ -58559,9 +58748,9 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://github.com/topotam/PetitPotam", "https://github.com/splunk/security_content/blob/develop/detections/endpoint/petitpotam_suspicious_kerberos_tgt_request.yml", "https://isc.sans.edu/forums/diary/Active+Directory+Certificate+Services+ADCS+PKI+domain+admin+vulnerability/27668/", + "https://github.com/topotam/PetitPotam", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_petitpotam_susp_tgt_request.yml" ], "tags": [ @@ -58661,16 +58850,16 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ + "https://github.com/dotnet/runtime/blob/4f9ae42d861fcb4be2fcd5d3d55d5f227d30e723/docs/coding-guidelines/clr-jit-coding-conventions.md#1412-disabling-code", + "https://github.com/dotnet/runtime/search?p=1&q=COMPlus_&unscoped_q=COMPlus_", + "https://twitter.com/_xpn_/status/1268712093928378368", "https://github.com/dotnet/runtime/blob/f62e93416a1799aecc6b0947adad55a0d9870732/src/coreclr/src/inc/clrconfigvalues.h#L35-L38", "http://managed670.rssing.com/chan-5590147/all_p1.html", - "https://i.blackhat.com/EU-21/Wednesday/EU-21-Teodorescu-Veni-No-Vidi-No-Vici-Attacks-On-ETW-Blind-EDRs.pdf", - "https://github.com/dotnet/runtime/blob/7abe42dc1123722ed385218268bb9fe04556e3d3/src/coreclr/src/inc/clrconfig.h#L33-L39", - "https://github.com/dotnet/runtime/blob/4f9ae42d861fcb4be2fcd5d3d55d5f227d30e723/docs/coding-guidelines/clr-jit-coding-conventions.md#1412-disabling-code", - "https://twitter.com/_xpn_/status/1268712093928378368", - "https://github.com/dotnet/runtime/search?p=1&q=COMPlus_&unscoped_q=COMPlus_", "https://bunnyinside.com/?term=f71e8cb9c76a", - "https://github.com/dotnet/runtime/blob/ee2355c801d892f2894b0f7b14a20e6cc50e0e54/docs/design/coreclr/jit/viewing-jit-dumps.md#setting-configuration-variables", + "https://github.com/dotnet/runtime/blob/7abe42dc1123722ed385218268bb9fe04556e3d3/src/coreclr/src/inc/clrconfig.h#L33-L39", "https://social.msdn.microsoft.com/Forums/vstudio/en-US/0878832e-39d7-4eaf-8e16-a729c4c40975/what-can-i-use-e13c0d23ccbc4e12931bd9cc2eee27e4-for?forum=clr", + "https://github.com/dotnet/runtime/blob/ee2355c801d892f2894b0f7b14a20e6cc50e0e54/docs/design/coreclr/jit/viewing-jit-dumps.md#setting-configuration-variables", + "https://i.blackhat.com/EU-21/Wednesday/EU-21-Teodorescu-Veni-No-Vidi-No-Vici-Attacks-On-ETW-Blind-EDRs.pdf", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_dot_net_etw_tamper.yml" ], "tags": [ @@ -58753,8 +58942,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://www.secureworks.com/blog/ransomware-as-a-distraction", "https://twitter.com/menasec1/status/1106899890377052160", + "https://www.secureworks.com/blog/ransomware-as-a-distraction", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_gpo_scheduledtasks.yml" ], "tags": [ @@ -58829,8 +59018,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://adsecurity.org/?p=3466", "https://msdn.microsoft.com/en-us/library/cc220234.aspx", + "https://adsecurity.org/?p=3466", "https://blog.harmj0y.net/redteaming/another-word-on-delegation/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_alert_ad_user_backdoors.yml" ], @@ -58972,9 +59161,9 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://thedfirreport.com/2021/08/29/cobalt-strike-a-defenders-guide/", - "https://www.crowdstrike.com/blog/getting-the-bacon-from-cobalt-strike-beacon/", "https://www.sans.org/webcasts/119395", + "https://www.crowdstrike.com/blog/getting-the-bacon-from-cobalt-strike-beacon/", + "https://thedfirreport.com/2021/08/29/cobalt-strike-a-defenders-guide/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_cobaltstrike_service_installs.yml" ], "tags": [ @@ -59026,8 +59215,8 @@ "logsource.product": "windows", "refs": [ "https://blog.alsid.eu/dcshadow-explained-4510f52fc19d", - "https://twitter.com/gentilkiwi/status/1003236624925413376", "https://gist.github.com/gentilkiwi/dcc132457408cf11ad2061340dcb53c2", + "https://twitter.com/gentilkiwi/status/1003236624925413376", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_possible_dc_shadow.yml" ], "tags": [ @@ -59060,9 +59249,9 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/0f229c0e42bfe7ca736a14023836d65baa941ed2/atomics/T1553.005/T1553.005.md#atomic-test-1---mount-iso-image", "https://twitter.com/MsftSecIntel/status/1257324139515269121", "https://www.proofpoint.com/us/blog/threat-insight/threat-actor-profile-ta2719-uses-colorful-lures-deliver-rats-local-languages", + "https://github.com/redcanaryco/atomic-red-team/blob/0f229c0e42bfe7ca736a14023836d65baa941ed2/atomics/T1553.005/T1553.005.md#atomic-test-1---mount-iso-image", "https://www.trendmicro.com/vinfo/hk-en/security/news/cybercrime-and-digital-threats/malicious-spam-campaign-uses-iso-image-files-to-deliver-lokibot-and-nanocore", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_iso_mount.yml" ], @@ -59238,9 +59427,9 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://jpcertcc.github.io/ToolAnalysisResultSheet/details/sdelete.htm", - "https://docs.microsoft.com/en-gb/sysinternals/downloads/sdelete", "https://www.jpcert.or.jp/english/pub/sr/ir_research.html", + "https://docs.microsoft.com/en-gb/sysinternals/downloads/sdelete", + "https://jpcertcc.github.io/ToolAnalysisResultSheet/details/sdelete.htm", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_susp_sdelete.yml" ], "tags": [ @@ -59299,9 +59488,9 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ + "https://twitter.com/SBousseaden/status/1581300963650187264?", "https://www.elastic.co/guide/en/security/8.4/potential-shadow-credentials-added-to-ad-object.html", "https://cyberstoph.org/posts/2022/03/detecting-shadow-credentials/", - "https://twitter.com/SBousseaden/status/1581300963650187264?", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_susp_possible_shadow_credentials_added.yml" ], "tags": [ @@ -59334,8 +59523,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://o365blog.com/post/hybridhealthagent/", "https://github.com/OTRF/Set-AuditRule/blob/c3dec5443414231714d850565d364ca73475ade5/rules/registry/aad_connect_health_monitoring_agent.yml", + "https://o365blog.com/post/hybridhealthagent/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_aadhealth_mon_agent_regkey_access.yml" ], "tags": [ @@ -59506,8 +59695,8 @@ "refs": [ "https://x.com/_st0pp3r_/status/1742203752361128162?s=20", "https://www.deepinstinct.com/blog/nofilter-abusing-windows-filtering-platform-for-privilege-escalation", - "https://github.com/deepinstinct/NoFilter", "https://github.com/deepinstinct/NoFilter/blob/121d215ab130c5e8e3ad45a7e7fcd56f4de97b4d/NoFilter/Consts.cpp", + "https://github.com/deepinstinct/NoFilter", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_hktl_nofilter.yml" ], "tags": [ @@ -59700,10 +59889,10 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://gist.github.com/Cyb3rWard0g/cf08c38c61f7e46e8404b38201ca01c8", - "https://securityjosh.github.io/2020/04/23/Mute-Sysmon.html", "https://twitter.com/SecurityJosh/status/1283027365770276866", "https://twitter.com/Flangvik/status/1283054508084473861", + "https://securityjosh.github.io/2020/04/23/Mute-Sysmon.html", + "https://gist.github.com/Cyb3rWard0g/cf08c38c61f7e46e8404b38201ca01c8", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_sysmon_channel_reference_deletion.yml" ], "tags": [ @@ -59811,9 +60000,9 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://threathunterplaybook.com/hunts/windows/180815-ADObjectAccessReplication/notebook.html", "https://threathunterplaybook.com/library/windows/active_directory_replication.html", "https://threathunterplaybook.com/hunts/windows/190101-ADModDirectoryReplication/notebook.html", + "https://threathunterplaybook.com/hunts/windows/180815-ADObjectAccessReplication/notebook.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_ad_replication_non_machine_account.yml" ], "tags": [ @@ -59846,9 +60035,9 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ + "https://github.com/Yamato-Security/EnableWindowsLogSettings/blob/7f6d755d45ac7cc9fc35b0cbf498e6aa4ef19def/ConfiguringSecurityLogAuditPolicies.md", "https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4743", "https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4741", - "https://github.com/Yamato-Security/EnableWindowsLogSettings/blob/7f6d755d45ac7cc9fc35b0cbf498e6aa4ef19def/ConfiguringSecurityLogAuditPolicies.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_add_remove_computer.yml" ], "tags": [ @@ -59881,8 +60070,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://center-for-threat-informed-defense.github.io/summiting-the-pyramid/analytics/service_registry_permissions_weakness_check/", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1574.011/T1574.011.md#atomic-test-1---service-registry-permissions-weakness", + "https://center-for-threat-informed-defense.github.io/summiting-the-pyramid/analytics/service_registry_permissions_weakness_check/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_registry_permissions_weakness_check.yml" ], "tags": [ @@ -60236,9 +60425,9 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://github.com/fox-it/LDAPFragger", - "https://blog.fox-it.com/2020/03/19/ldapfragger-command-and-control-over-ldap-attributes/", "https://medium.com/@ivecodoe/detecting-ldapfragger-a-newly-released-cobalt-strike-beacon-using-ldap-for-c2-communication-c274a7f00961", + "https://blog.fox-it.com/2020/03/19/ldapfragger-command-and-control-over-ldap-attributes/", + "https://github.com/fox-it/LDAPFragger", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_susp_ldap_dataexchange.yml" ], "tags": [ @@ -60271,8 +60460,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://o365blog.com/post/hybridhealthagent/", "https://github.com/OTRF/Set-AuditRule/blob/c3dec5443414231714d850565d364ca73475ade5/rules/registry/aad_connect_health_service_agent.yml", + "https://o365blog.com/post/hybridhealthagent/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_aadhealth_svc_agent_regkey_access.yml" ], "tags": [ @@ -60612,10 +60801,10 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://twitter.com/gentilkiwi/status/1003236624925413376", "https://blog.blacklanternsecurity.com/p/detecting-dcsync?s=r", "https://docs.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4662", "https://gist.github.com/gentilkiwi/dcc132457408cf11ad2061340dcb53c2", + "https://twitter.com/gentilkiwi/status/1003236624925413376", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_dcsync.yml" ], "tags": [ @@ -60649,8 +60838,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://jpcertcc.github.io/ToolAnalysisResultSheet", "https://www.jpcert.or.jp/english/pub/sr/ir_research.html", + "https://jpcertcc.github.io/ToolAnalysisResultSheet", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_mal_wceaux_dll.yml" ], "tags": [ @@ -60984,8 +61173,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://twitter.com/menasec1/status/1111556090137903104", "https://www.specterops.io/assets/resources/an_ace_up_the_sleeve.pdf", + "https://twitter.com/menasec1/status/1111556090137903104", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_account_backdoor_dcsync_rights.yml" ], "tags": [ @@ -61052,8 +61241,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4699", "https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4701", + "https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4699", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_susp_scheduled_task_delete_or_disable.yml" ], "tags": [ @@ -61086,8 +61275,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://github.com/jpalanco/alienvault-ossim/blob/f74359c0c027e42560924b5cff25cdf121e5505a/os-sim/agent/src/ParserUtil.py#L951", "https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4661", + "https://github.com/jpalanco/alienvault-ossim/blob/f74359c0c027e42560924b5cff25cdf121e5505a/os-sim/agent/src/ParserUtil.py#L951", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_password_policy_enumerated.yml" ], "tags": [ @@ -61197,8 +61386,8 @@ "logsource.product": "windows", "refs": [ "https://twitter.com/malmoeb/status/1511760068743766026", - "https://github.com/WazeHell/sam-theadmin/blob/main/sam_the_admin.py", "https://github.com/helloexp/0day/blob/614227a7b9beb0e91e7e2c6a5e532e6f7a8e883c/00-CVE_EXP/CVE-2021-42287/sam-the-admin/sam_the_admin.py", + "https://github.com/WazeHell/sam-theadmin/blob/main/sam_the_admin.py", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_susp_computer_name.yml" ], "tags": [ @@ -61301,8 +61490,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://blog.dylan.codes/evading-sysmon-and-windows-event-logging/", "https://docs.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4673", + "https://blog.dylan.codes/evading-sysmon-and-windows-event-logging/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_user_driver_loaded.yml" ], "tags": [ @@ -61335,11 +61524,11 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ + "https://github.com/sensepost/ruler", + "https://github.com/sensepost/ruler/issues/47", + "https://docs.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4624", "https://github.com/staaldraad/go-ntlm/blob/cd032d41aa8ce5751c07cb7945400c0f5c81e2eb/ntlm/ntlmv1.go#L427", "https://docs.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4776", - "https://github.com/sensepost/ruler", - "https://docs.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4624", - "https://github.com/sensepost/ruler/issues/47", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_alert_ruler.yml" ], "tags": [ @@ -61659,8 +61848,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://docs.google.com/presentation/d/1dkrldTTlN3La-OjWtkWJBb4hVk6vfsSMBFBERs6R8zA/edit", "https://github.com/SigmaHQ/sigma/blob/master/documentation/logsource-guides/windows/service/security.md", + "https://docs.google.com/presentation/d/1dkrldTTlN3La-OjWtkWJBb4hVk6vfsSMBFBERs6R8zA/edit", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/win_security_disable_event_auditing_critical.yml" ], "tags": [ @@ -62178,10 +62367,10 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=634", - "https://nvlpubs.nist.gov/nistpubs/CSWP/NIST.CSWP.04162018.pdf", - "https://www.cisecurity.org/controls/cis-controls-list/", "https://www.pcisecuritystandards.org/documents/PCI_DSS_v3-2-1.pdf", + "https://www.cisecurity.org/controls/cis-controls-list/", + "https://nvlpubs.nist.gov/nistpubs/CSWP/NIST.CSWP.04162018.pdf", + "https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=634", "https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4730", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/account_management/win_security_security_enabled_global_group_deleted.yml" ], @@ -62325,11 +62514,11 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=633", - "https://nvlpubs.nist.gov/nistpubs/CSWP/NIST.CSWP.04162018.pdf", "https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4729", - "https://www.cisecurity.org/controls/cis-controls-list/", + "https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=633", "https://www.pcisecuritystandards.org/documents/PCI_DSS_v3-2-1.pdf", + "https://www.cisecurity.org/controls/cis-controls-list/", + "https://nvlpubs.nist.gov/nistpubs/CSWP/NIST.CSWP.04162018.pdf", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/account_management/win_security_member_removed_security_enabled_global_group.yml" ], "tags": [ @@ -62362,11 +62551,11 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://nvlpubs.nist.gov/nistpubs/CSWP/NIST.CSWP.04162018.pdf", - "https://www.cisecurity.org/controls/cis-controls-list/", - "https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4728", "https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=632", "https://www.pcisecuritystandards.org/documents/PCI_DSS_v3-2-1.pdf", + "https://www.cisecurity.org/controls/cis-controls-list/", + "https://nvlpubs.nist.gov/nistpubs/CSWP/NIST.CSWP.04162018.pdf", + "https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4728", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/account_management/win_security_member_added_security_enabled_global_group.yml" ], "tags": [ @@ -62400,8 +62589,8 @@ "logsource.product": "windows", "refs": [ "https://github.com/amjcyber/EDRNoiseMaker", - "https://ghoulsec.medium.com/misc-series-4-forensics-on-edrsilencer-events-428b20b3f983", "https://github.com/netero1010/EDRSilencer", + "https://ghoulsec.medium.com/misc-series-4-forensics-on-edrsilencer-events-428b20b3f983", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/security/object_access/win_security_wfp_endpoint_agent_blocked.yml" ], "tags": [ @@ -62645,9 +62834,9 @@ "logsource.product": "windows", "refs": [ "https://twitter.com/SBousseaden/status/1483810148602814466", - "https://learn.microsoft.com/en-us/windows/security/threat-protection/windows-defender-application-control/event-tag-explanations", "https://github.com/MicrosoftDocs/windows-itpro-docs/blob/40fe118976734578f83e5e839b9c63ae7a4af82d/windows/security/threat-protection/windows-defender-application-control/event-id-explanations.md#windows-codeintegrity-operational-log", "https://learn.microsoft.com/en-us/windows/security/threat-protection/windows-defender-application-control/event-id-explanations", + "https://learn.microsoft.com/en-us/windows/security/threat-protection/windows-defender-application-control/event-tag-explanations", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/code_integrity/win_codeintegrity_attempted_dll_load.yml" ], "tags": [ @@ -63270,8 +63459,8 @@ "logsource.product": "windows", "refs": [ "https://github.com/hhlxf/PrintNightmare", - "https://github.com/afwu/PrintNightmare", "https://twitter.com/KevTheHermit/status/1410203844064301056", + "https://github.com/afwu/PrintNightmare", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/smbclient/security/win_smbclient_security_susp_failed_guest_logon.yml" ], "tags": [ @@ -63372,8 +63561,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/troubleshoot-microsoft-defender-antivirus?view=o365-worldwide#event-id-5001", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1562.001/T1562.001.md", + "https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/troubleshoot-microsoft-defender-antivirus?view=o365-worldwide#event-id-5001", "https://craigclouditpro.wordpress.com/2020/03/04/hunting-malicious-windows-defender-activity/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/windefend/win_defender_real_time_protection_disabled.yml" ], @@ -63407,8 +63596,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction?WT.mc_id=twitter#block-process-creations-originating-from-psexec-and-wmi-commands", "https://twitter.com/duff22b/status/1280166329660497920", + "https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction?WT.mc_id=twitter#block-process-creations-originating-from-psexec-and-wmi-commands", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/windefend/win_defender_asr_psexec_wmi.yml" ], "tags": [ @@ -63518,8 +63707,8 @@ "logsource.product": "windows", "refs": [ "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1562.001/T1562.001.md", - "https://craigclouditpro.wordpress.com/2020/03/04/hunting-malicious-windows-defender-activity/", "https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/troubleshoot-microsoft-defender-antivirus?view=o365-worldwide#event-id-5012", + "https://craigclouditpro.wordpress.com/2020/03/04/hunting-malicious-windows-defender-activity/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/windefend/win_defender_virus_scan_disabled.yml" ], "tags": [ @@ -63609,9 +63798,9 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://craigclouditpro.wordpress.com/2020/03/04/hunting-malicious-windows-defender-activity/", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1562.001/T1562.001.md", "https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/troubleshoot-microsoft-defender-antivirus?view=o365-worldwide#event-id-5010", + "https://craigclouditpro.wordpress.com/2020/03/04/hunting-malicious-windows-defender-activity/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/windefend/win_defender_malware_and_pua_scan_disabled.yml" ], "tags": [ @@ -63710,9 +63899,9 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/troubleshoot-microsoft-defender-antivirus?view=o365-worldwide#event-id-5101", - "https://craigclouditpro.wordpress.com/2020/03/04/hunting-malicious-windows-defender-activity/", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1562.001/T1562.001.md", + "https://craigclouditpro.wordpress.com/2020/03/04/hunting-malicious-windows-defender-activity/", + "https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/troubleshoot-microsoft-defender-antivirus?view=o365-worldwide#event-id-5101", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/windefend/win_defender_antimalware_platform_expired.yml" ], "tags": [ @@ -63780,8 +63969,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/troubleshoot-microsoft-defender-antivirus?view=o365-worldwide", "https://bidouillesecurity.com/disable-windows-defender-in-powershell/#DisableAntiSpyware", + "https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/troubleshoot-microsoft-defender-antivirus?view=o365-worldwide", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/windefend/win_defender_suspicious_features_tampering.yml" ], "tags": [ @@ -63814,8 +64003,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/troubleshoot-microsoft-defender-antivirus?view=o365-worldwide", "https://bidouillesecurity.com/disable-windows-defender-in-powershell/#DisableAntiSpyware", + "https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/troubleshoot-microsoft-defender-antivirus?view=o365-worldwide", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/windefend/win_defender_config_change_sample_submission_consent.yml" ], "tags": [ @@ -63882,9 +64071,9 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://www.virustotal.com/gui/file/5092b2672b4cb87a8dd1c2e6047b487b95995ad8ed5e9fc217f46b8bfb1b8c01", "https://www.virustotal.com/gui/file/13828b390d5f58b002e808c2c4f02fdd920e236cc8015480fa33b6c1a9300e31", "https://www.virustotal.com/gui/file/15b57c1b68cd6ce3c161042e0f3be9f32d78151fe95461eedc59a79fc222c7ed", + "https://www.virustotal.com/gui/file/5092b2672b4cb87a8dd1c2e6047b487b95995ad8ed5e9fc217f46b8bfb1b8c01", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/application/Other/win_av_relevant_match.yml" ], "tags": [ @@ -63917,8 +64106,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://bugs.chromium.org/p/project-zero/issues/detail?id=1252&desc=5", "https://technet.microsoft.com/en-us/library/security/4022344", + "https://bugs.chromium.org/p/project-zero/issues/detail?id=1252&desc=5", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/application/application_error/win_application_msmpeng_crash_error.yml" ], "tags": [ @@ -63959,9 +64148,9 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ + "https://github.com/deepinstinct/Lsass-Shtinkering", "https://media.defcon.org/DEF%20CON%2030/DEF%20CON%2030%20presentations/Asaf%20Gilboa%20-%20LSASS%20Shtinkering%20Abusing%20Windows%20Error%20Reporting%20to%20Dump%20LSASS.pdf", "https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/596a1078-e883-4972-9bbc-49e60bebca55", - "https://github.com/deepinstinct/Lsass-Shtinkering", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/application/application_error/win_werfault_susp_lsass_credential_dump.yml" ], "tags": [ @@ -63994,8 +64183,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://bugs.chromium.org/p/project-zero/issues/detail?id=1252&desc=5", "https://technet.microsoft.com/en-us/library/security/4022344", + "https://bugs.chromium.org/p/project-zero/issues/detail?id=1252&desc=5", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/application/windows_error_reporting/win_application_msmpeng_crash_wer.yml" ], "tags": [ @@ -64094,11 +64283,11 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://twitter.com/VM_vivisector/status/1217190929330655232", "https://www.youtube.com/watch?v=ebmW42YYveI", + "https://twitter.com/FlemmingRiis/status/1217147415482060800", + "https://twitter.com/VM_vivisector/status/1217190929330655232", "https://nullsec.us/windows-event-log-audit-cve/", "https://twitter.com/DidierStevens/status/1217533958096924676", - "https://twitter.com/FlemmingRiis/status/1217147415482060800", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/application/microsoft-windows_audit_cve/win_audit_cve.yml" ], "tags": [ @@ -64248,8 +64437,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-server-audit-transact-sql?view=sql-server-ver16", "https://www.netspi.com/blog/technical/network-penetration-testing/sql-server-persistence-part-1-startup-stored-procedures/", + "https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-server-audit-transact-sql?view=sql-server-ver16", "https://docs.microsoft.com/en-us/sql/t-sql/statements/drop-server-audit-transact-sql?view=sql-server-ver16", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/application/mssqlserver/win_mssql_disable_audit_settings.yml" ], @@ -64438,8 +64627,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/windows/win32/msi/event-logging", "https://github.com/nasbench/EVTX-ETW-Resources/blob/f1b010ce0ee1b71e3024180de1a3e67f99701fe4/ETWProvidersManifests/Windows11/22H2/W11_22H2_Pro_20221220_22621.963/WEPExplorer/Microsoft-Windows-MsiServer.xml", + "https://learn.microsoft.com/en-us/windows/win32/msi/event-logging", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/application/msiinstaller/win_builtin_remove_application.yml" ], "tags": [ @@ -64595,11 +64784,11 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://github.com/PowerShellMafia/PowerSploit/blob/d943001a7defb5e0d1657085a77a0e78609be58f/Recon/PowerView.ps1", - "https://medium.com/falconforce/falconfriday-detecting-active-directory-data-collection-0xff21-c22d1a57494c", - "https://techcommunity.microsoft.com/t5/microsoft-defender-for-endpoint/hunting-for-reconnaissance-activities-using-ldap-search-filters/ba-p/824726", - "https://github.com/BloodHoundAD/SharpHound3/blob/7d96b991b1887ff50349ce59c80980bc0d95c86a/SharpHound3/LdapBuilder.cs", "https://github.com/fox-it/BloodHound.py/blob/d65eb614831cd30f26028ccb072f5e77ca287e0b/bloodhound/ad/domain.py#L427", + "https://medium.com/falconforce/falconfriday-detecting-active-directory-data-collection-0xff21-c22d1a57494c", + "https://github.com/BloodHoundAD/SharpHound3/blob/7d96b991b1887ff50349ce59c80980bc0d95c86a/SharpHound3/LdapBuilder.cs", + "https://techcommunity.microsoft.com/t5/microsoft-defender-for-endpoint/hunting-for-reconnaissance-activities-using-ldap-search-filters/ba-p/824726", + "https://github.com/PowerShellMafia/PowerSploit/blob/d943001a7defb5e0d1657085a77a0e78609be58f/Recon/PowerView.ps1", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/ldap/win_ldap_recon.yml" ], "tags": [ @@ -64648,8 +64837,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://www.techrepublic.com/article/how-to-track-down-usb-flash-drive-usage-in-windows-10s-event-viewer/", "https://df-stream.com/2014/01/the-windows-7-event-log-and-usb-device/", + "https://www.techrepublic.com/article/how-to-track-down-usb-flash-drive-usage-in-windows-10s-event-viewer/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/driverframeworks/win_usb_device_plugged.yml" ], "tags": [ @@ -65114,9 +65303,9 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ + "https://github.com/fortra/impacket/blob/33058eb2fde6976ea62e04bc7d6b629d64d44712/examples/smbexec.py#L286-L296", "https://blog.ropnop.com/using-credentials-to-own-windows-boxes-part-2-psexec-and-services/", "https://github.com/fortra/impacket/blob/edef71f17bc1240f9f8c957bbda98662951ac3ec/examples/smbexec.py#L60", - "https://github.com/fortra/impacket/blob/33058eb2fde6976ea62e04bc7d6b629d64d44712/examples/smbexec.py#L286-L296", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/system/service_control_manager/win_system_hack_smbexec.yml" ], "tags": [ @@ -65445,8 +65634,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-antivirus/troubleshoot-windows-defender-antivirus", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1562.001/T1562.001.md", + "https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-antivirus/troubleshoot-windows-defender-antivirus", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/system/service_control_manager/win_system_defender_disabled.yml" ], "tags": [ @@ -65619,9 +65808,9 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://thedfirreport.com/2021/08/29/cobalt-strike-a-defenders-guide/", - "https://www.crowdstrike.com/blog/getting-the-bacon-from-cobalt-strike-beacon/", "https://www.sans.org/webcasts/119395", + "https://www.crowdstrike.com/blog/getting-the-bacon-from-cobalt-strike-beacon/", + "https://thedfirreport.com/2021/08/29/cobalt-strike-a-defenders-guide/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/system/service_control_manager/win_system_cobaltstrike_service_installs.yml" ], "tags": [ @@ -66200,8 +66389,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://blog.cobaltstrike.com/2014/04/02/what-happens-when-i-type-getsystem/", "https://speakerdeck.com/heirhabarov/hunting-for-privilege-escalation-in-windows-environment", + "https://blog.cobaltstrike.com/2014/04/02/what-happens-when-i-type-getsystem/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/system/service_control_manager/win_system_meterpreter_or_cobaltstrike_getsystem_service_installation.yml" ], "tags": [ @@ -66406,8 +66595,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://www.microsoft.com/security/blog/2022/08/24/looking-for-the-sliver-lining-hunting-for-emerging-command-and-control-frameworks/", "https://github.com/BishopFox/sliver/blob/79f2d48fcdfc2bee4713b78d431ea4b27f733f30/client/command/commands.go#L1231", + "https://www.microsoft.com/security/blog/2022/08/24/looking-for-the-sliver-lining-hunting-for-emerging-command-and-control-frameworks/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/system/service_control_manager/win_system_service_install_sliver.yml" ], "tags": [ @@ -66491,8 +66680,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://jpcertcc.github.io/ToolAnalysisResultSheet", "https://www.jpcert.or.jp/english/pub/sr/ir_research.html", + "https://jpcertcc.github.io/ToolAnalysisResultSheet", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/system/service_control_manager/win_system_service_install_sysinternals_psexec.yml" ], "tags": [ @@ -66568,8 +66757,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://twitter.com/wdormann/status/1347958161609809921", "https://twitter.com/jonasLyk/status/1347900440000811010", + "https://twitter.com/wdormann/status/1347958161609809921", "https://www.bleepingcomputer.com/news/security/windows-10-bug-corrupts-your-hard-drive-on-seeing-this-files-icon/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/system/ntfs/win_system_ntfs_vuln_exploit.yml" ], @@ -66636,8 +66825,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://github.com/zerosum0x0/CVE-2019-0708", "https://github.com/Ekultek/BlueKeep", + "https://github.com/zerosum0x0/CVE-2019-0708", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/system/termdd/win_system_rdp_potential_cve_2019_0708.yml" ], "tags": [ @@ -66672,8 +66861,8 @@ "logsource.product": "windows", "refs": [ "https://technet.microsoft.com/en-us/library/cc726884(v=ws.10).aspx", - "https://msdn.microsoft.com/de-de/library/windows/desktop/aa363389(v=vs.85).aspx", "https://blog.3or.de/mimilib-dhcp-server-callout-dll-injection.html", + "https://msdn.microsoft.com/de-de/library/windows/desktop/aa363389(v=vs.85).aspx", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/system/microsoft_windows_dhcp_server/win_system_susp_dhcp_config.yml" ], "tags": [ @@ -66707,8 +66896,8 @@ "logsource.product": "windows", "refs": [ "https://technet.microsoft.com/en-us/library/cc726884(v=ws.10).aspx", - "https://msdn.microsoft.com/de-de/library/windows/desktop/aa363389(v=vs.85).aspx", "https://blog.3or.de/mimilib-dhcp-server-callout-dll-injection.html", + "https://msdn.microsoft.com/de-de/library/windows/desktop/aa363389(v=vs.85).aspx", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/system/microsoft_windows_dhcp_server/win_system_susp_dhcp_config_failed.yml" ], "tags": [ @@ -66821,8 +67010,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/troubleshoot/windows-server/windows-security/kdc-event-16-27-des-encryption-disabled", "https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/dd348773(v=ws.10)", + "https://learn.microsoft.com/en-us/troubleshoot/windows-server/windows-security/kdc-event-16-27-des-encryption-disabled", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/system/microsoft_windows_kerberos_key_distribution_center/win_system_kdcsvc_tgs_no_suitable_encryption_key_found.yml" ], "tags": [ @@ -66960,9 +67149,9 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ + "https://technet.microsoft.com/en-us/library/cc735829(v=ws.10).aspx", "https://medium.com/@esnesenon/feature-not-bug-dnsadmin-to-dc-compromise-in-one-line-a0f779b8dc83", "https://twitter.com/gentilkiwi/status/861641945944391680", - "https://technet.microsoft.com/en-us/library/cc735829(v=ws.10).aspx", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/dns_server/win_dns_server_susp_server_level_plugin_dll.yml" ], "tags": [ @@ -67077,11 +67266,11 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://virtualizationreview.com/articles/2020/05/21/ssh-server-on-windows-10.aspx", "https://medium.com/threatpunter/detecting-adversary-tradecraft-with-image-load-event-logging-and-eql-8de93338c16", + "https://virtualizationreview.com/articles/2020/05/21/ssh-server-on-windows-10.aspx", "https://github.com/mdecrevoisier/EVTX-to-MITRE-Attack/tree/master/TA0008-Lateral%20Movement/T1021.004-Remote%20Service%20SSH", - "https://winaero.com/enable-openssh-server-windows-10/", "https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse", + "https://winaero.com/enable-openssh-server-windows-10/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/openssh/win_sshd_openssh_server_listening_on_socket.yml" ], "tags": [ @@ -67173,8 +67362,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://www.icebrg.io/blog/footprints-of-fin7-tracking-actor-patterns", "https://www.sekoia.io/en/hunting-and-detecting-cobalt-strike/", + "https://www.icebrg.io/blog/footprints-of-fin7-tracking-actor-patterns", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/dns_client/win_dns_client__mal_cobaltstrike.yml" ], "tags": [ @@ -67362,8 +67551,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://github.com/nasbench/EVTX-ETW-Resources/blob/7a806a148b3d9d381193d4a80356016e6e8b1ee8/ETWEventsList/CSV/Windows11/22H2/W11_22H2_Pro_20220920_22621.382/Providers/Microsoft-Windows-AppXDeployment-Server.csv", "https://learn.microsoft.com/en-us/windows/win32/appxpkg/troubleshooting", + "https://github.com/nasbench/EVTX-ETW-Resources/blob/7a806a148b3d9d381193d4a80356016e6e8b1ee8/ETWEventsList/CSV/Windows11/22H2/W11_22H2_Pro_20220920_22621.382/Providers/Microsoft-Windows-AppXDeployment-Server.csv", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/appxdeployment_server/win_appxdeployment_server_applocker_block.yml" ], "tags": [ @@ -67386,8 +67575,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://www.sentinelone.com/labs/inside-malicious-windows-apps-for-malware-deployment/", "https://forensicitguy.github.io/analyzing-magnitude-magniber-appx/", + "https://www.sentinelone.com/labs/inside-malicious-windows-apps-for-malware-deployment/", "https://news.sophos.com/en-us/2021/11/11/bazarloader-call-me-back-attack-abuses-windows-10-apps-mechanism/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/appxdeployment_server/win_appxdeployment_server_mal_appx_names.yml" ], @@ -67411,8 +67600,8 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://github.com/nasbench/EVTX-ETW-Resources/blob/7a806a148b3d9d381193d4a80356016e6e8b1ee8/ETWEventsList/CSV/Windows11/22H2/W11_22H2_Pro_20220920_22621.382/Providers/Microsoft-Windows-AppXDeployment-Server.csv", "https://learn.microsoft.com/en-us/windows/win32/appxpkg/troubleshooting", + "https://github.com/nasbench/EVTX-ETW-Resources/blob/7a806a148b3d9d381193d4a80356016e6e8b1ee8/ETWEventsList/CSV/Windows11/22H2/W11_22H2_Pro_20220920_22621.382/Providers/Microsoft-Windows-AppXDeployment-Server.csv", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/appxdeployment_server/win_appxdeployment_server_policy_block.yml" ], "tags": [ @@ -67435,10 +67624,10 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://www.sentinelone.com/labs/inside-malicious-windows-apps-for-malware-deployment/", "https://learn.microsoft.com/en-us/windows/win32/appxpkg/troubleshooting", - "Internal Research", + "https://www.sentinelone.com/labs/inside-malicious-windows-apps-for-malware-deployment/", "https://news.sophos.com/en-us/2021/11/11/bazarloader-call-me-back-attack-abuses-windows-10-apps-mechanism/", + "Internal Research", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/appxdeployment_server/win_appxdeployment_server_uncommon_package_locations.yml" ], "tags": [ @@ -67461,10 +67650,10 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://www.sentinelone.com/labs/inside-malicious-windows-apps-for-malware-deployment/", "https://learn.microsoft.com/en-us/windows/win32/appxpkg/troubleshooting", - "Internal Research", + "https://www.sentinelone.com/labs/inside-malicious-windows-apps-for-malware-deployment/", "https://news.sophos.com/en-us/2021/11/11/bazarloader-call-me-back-attack-abuses-windows-10-apps-mechanism/", + "Internal Research", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/appxdeployment_server/win_appxdeployment_server_susp_appx_package_installation.yml" ], "tags": [ @@ -67487,10 +67676,10 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://www.sentinelone.com/labs/inside-malicious-windows-apps-for-malware-deployment/", "https://learn.microsoft.com/en-us/windows/win32/appxpkg/troubleshooting", - "Internal Research", + "https://www.sentinelone.com/labs/inside-malicious-windows-apps-for-malware-deployment/", "https://news.sophos.com/en-us/2021/11/11/bazarloader-call-me-back-attack-abuses-windows-10-apps-mechanism/", + "Internal Research", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/appxdeployment_server/win_appxdeployment_server_susp_package_locations.yml" ], "tags": [ @@ -67513,10 +67702,10 @@ "logsource.category": "No established category", "logsource.product": "windows", "refs": [ - "https://www.sentinelone.com/labs/inside-malicious-windows-apps-for-malware-deployment/", "https://learn.microsoft.com/en-us/windows/win32/appxpkg/troubleshooting", - "Internal Research", + "https://www.sentinelone.com/labs/inside-malicious-windows-apps-for-malware-deployment/", "https://news.sophos.com/en-us/2021/11/11/bazarloader-call-me-back-attack-abuses-windows-10-apps-mechanism/", + "Internal Research", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/builtin/appxdeployment_server/win_appxdeployment_server_susp_domains.yml" ], "tags": [ @@ -67766,8 +67955,8 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ - "https://mobile.twitter.com/0gtweet/status/1564131230941122561", "https://strontic.github.io/xcyclopedia/library/DeviceEnroller.exe-24BEF0D6B0ECED36BB41831759FDE18D.html", + "https://mobile.twitter.com/0gtweet/status/1564131230941122561", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_side_load_shell_chrome_api.yml" ], "tags": [ @@ -67810,11 +67999,11 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ - "https://blog.cyble.com/2022/07/21/qakbot-resurfaces-with-new-playbook/", - "https://blog.cyble.com/2022/07/27/targeted-attacks-being-carried-out-via-dll-sideloading/", "https://hijacklibs.net/", + "https://blog.cyble.com/2022/07/21/qakbot-resurfaces-with-new-playbook/", "https://www.hexacorn.com/blog/2023/12/26/1-little-known-secret-of-runonce-exe-32-bit/", "https://github.com/XForceIR/SideLoadHunter/blob/cc7ef2e5d8908279b0c4cee4e8b6f85f7b8eed52/SideLoads/README.md", + "https://blog.cyble.com/2022/07/27/targeted-attacks-being-carried-out-via-dll-sideloading/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_side_load_from_non_system_location.yml" ], "tags": [ @@ -67857,8 +68046,8 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ - "https://www.virustotal.com/gui/file/ba88ca45589fae0139a40ca27738a8fc2dfbe1be5a64a9558f4e0f52b35c5add", "https://twitter.com/am0nsec/status/1412232114980982787", + "https://www.virustotal.com/gui/file/ba88ca45589fae0139a40ca27738a8fc2dfbe1be5a64a9558f4e0f52b35c5add", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_dll_vss_ps_susp_load.yml" ], "tags": [ @@ -68066,8 +68255,8 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Tttracer/", "https://twitter.com/oulusoyum/status/1191329746069655553", + "https://lolbas-project.github.io/lolbas/Binaries/Tttracer/", "https://twitter.com/mattifestation/status/1196390321783025666", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_dll_tttracer_module_load.yml" ], @@ -68198,9 +68387,9 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ - "https://securitydatasets.com/notebooks/atomic/windows/defense_evasion/SDWIN-201017061100.html", - "https://lolbas-project.github.io/lolbas/Binaries/Wmic/", "https://twitter.com/dez_/status/986614411711442944", + "https://lolbas-project.github.io/lolbas/Binaries/Wmic/", + "https://securitydatasets.com/notebooks/atomic/windows/defense_evasion/SDWIN-201017061100.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_wmic_remote_xsl_scripting_dlls.yml" ], "tags": [ @@ -68308,12 +68497,12 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ - "http://remoteawesomethoughts.blogspot.com/2019/05/windows-10-task-schedulerservice.html", "https://www.hexacorn.com/blog/2013/12/08/beyond-good-ol-run-key-part-5/", - "https://decoded.avast.io/martinchlumecky/png-steganography/", "https://github.com/Wh04m1001/SysmonEoP", - "https://posts.specterops.io/lateral-movement-scm-and-dll-hijacking-primer-d2f61e8ab992", + "https://decoded.avast.io/martinchlumecky/png-steganography/", + "http://remoteawesomethoughts.blogspot.com/2019/05/windows-10-task-schedulerservice.html", "https://clement.notin.org/blog/2020/09/12/CVE-2020-7315-McAfee-Agent-DLL-injection/", + "https://posts.specterops.io/lateral-movement-scm-and-dll-hijacking-primer-d2f61e8ab992", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_side_load_non_existent_dlls.yml" ], "tags": [ @@ -68357,10 +68546,10 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ - "https://taiwan.postsen.com/business/88601/Hamas-hackers-use-data-destruction-software-BiBi-which-consumes-a-lot-of-processor-resources-to-wipe-Windows-computer-data--iThome.html", - "https://www.swascan.com/cactus-ransomware-malware-analysis/", "https://www.crowdstrike.com/blog/windows-restart-manager-part-1/", "https://www.crowdstrike.com/blog/windows-restart-manager-part-2/", + "https://taiwan.postsen.com/business/88601/Hamas-hackers-use-data-destruction-software-BiBi-which-consumes-a-lot-of-processor-resources-to-wipe-Windows-computer-data--iThome.html", + "https://www.swascan.com/cactus-ransomware-malware-analysis/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_dll_rstrtmgr_uncommon_load.yml" ], "tags": [ @@ -68468,10 +68657,10 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ - "https://blog.menasec.net/2019/07/interesting-difr-traces-of-net-clr.html", - "https://github.com/tyranid/DotNetToJScript", "https://web.archive.org/web/20221026202428/https://gist.github.com/code-scrap/d7f152ffcdb3e0b02f7f394f5187f008", + "https://github.com/tyranid/DotNetToJScript", "https://thewover.github.io/Introducing-Donut/", + "https://blog.menasec.net/2019/07/interesting-difr-traces-of-net-clr.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_susp_script_dotnet_clr_dll_load.yml" ], "tags": [ @@ -68505,8 +68694,8 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ - "https://www.qurium.org/alerts/targeted-malware-against-crph/", "https://research.checkpoint.com/2023/malware-spotlight-camaro-dragons-tinynote-backdoor/", + "https://www.qurium.org/alerts/targeted-malware-against-crph/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_side_load_smadhook.yml" ], "tags": [ @@ -68548,8 +68737,8 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ - "https://www.trendmicro.com/en_us/research/23/f/behind-the-scenes-unveiling-the-hidden-workings-of-earth-preta.html", "https://research.checkpoint.com/2023/beyond-the-horizon-traveling-the-world-on-camaro-dragons-usb-flash-drives/", + "https://www.trendmicro.com/en_us/research/23/f/behind-the-scenes-unveiling-the-hidden-workings-of-earth-preta.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_side_load_abused_dlls_susp_paths.yml" ], "tags": [ @@ -68658,8 +68847,8 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ - "https://www.welivesecurity.com/2022/12/14/unmasking-mirrorface-operation-liberalface-targeting-japanese-political-entities/", "http://www.windowexe.com/bbs/board.php?q=jsschhlp-exe-c-program-files-common-files-justsystem-jsschhlp-jsschhlp", + "https://www.welivesecurity.com/2022/12/14/unmasking-mirrorface-operation-liberalface-targeting-japanese-political-entities/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_side_load_jsschhlp.yml" ], "tags": [ @@ -68702,10 +68891,10 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ - "https://csirt-cti.net/2024/02/01/stately-taurus-continued-new-information-on-cyberespionage-attacks-against-myanmar-military-junta/", - "https://twitter.com/Max_Mal_/status/1775222576639291859", - "https://bazaar.abuse.ch/sample/5cb9876681f78d3ee8a01a5aaa5d38b05ec81edc48b09e3865b75c49a2187831/", "https://thehackernews.com/2024/03/two-chinese-apt-groups-ramp-up-cyber.html", + "https://bazaar.abuse.ch/sample/5cb9876681f78d3ee8a01a5aaa5d38b05ec81edc48b09e3865b75c49a2187831/", + "https://twitter.com/Max_Mal_/status/1775222576639291859", + "https://csirt-cti.net/2024/02/01/stately-taurus-continued-new-information-on-cyberespionage-attacks-against-myanmar-military-junta/", "https://twitter.com/DTCERT/status/1712785426895839339", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_side_load_keyscrambler.yml" ], @@ -68748,10 +68937,10 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ + "https://docs.microsoft.com/en-us/windows/win32/winrm/windows-remote-management-architecture", "https://github.com/bohops/WSMan-WinRM", "https://bohops.com/2020/05/12/ws-management-com-another-approach-for-winrm-lateral-movement/", "https://twitter.com/chadtilbury/status/1275851297770610688", - "https://docs.microsoft.com/en-us/windows/win32/winrm/windows-remote-management-architecture", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_wsman_provider_image_load.yml" ], "tags": [ @@ -69279,8 +69468,8 @@ "logsource.product": "windows", "refs": [ "https://www.mdsec.co.uk/2020/09/i-like-to-move-it-windows-lateral-movement-part-1-wmi-event-subscription/", - "https://twitter.com/HunterPlaybook/status/1301207718355759107", "https://threathunterplaybook.com/hunts/windows/200902-RemoteWMIActiveScriptEventConsumers/notebook.html", + "https://twitter.com/HunterPlaybook/status/1301207718355759107", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_scrcons_wmi_scripteventconsumer.yml" ], "tags": [ @@ -69315,8 +69504,8 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ - "https://www.hexacorn.com/blog/2024/01/06/1-little-known-secret-of-fondue-exe/", "https://www.hexacorn.com/blog/2024/01/01/1-little-known-secret-of-hdwwiz-exe/", + "https://www.hexacorn.com/blog/2024/01/06/1-little-known-secret-of-fondue-exe/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_side_load_cpl_from_non_system_location.yml" ], "tags": [ @@ -69575,9 +69764,9 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ + "https://akhere.hashnode.dev/hunting-unsigned-dlls-using-kql", "https://www.elastic.co/security-labs/Hunting-for-Suspicious-Windows-Libraries-for-Execution-and-Evasion", "https://unit42.paloaltonetworks.com/unsigned-dlls/?web_view=true", - "https://akhere.hashnode.dev/hunting-unsigned-dlls-using-kql", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_susp_unsigned_dll.yml" ], "tags": [ @@ -69790,10 +69979,10 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1056.002/T1056.002.md#atomic-test-2---powershell---prompt-user-for-password", - "https://docs.microsoft.com/en-us/windows/win32/api/wincred/nf-wincred-creduipromptforcredentialsa", - "https://securitydatasets.com/notebooks/atomic/windows/credential_access/SDWIN-201020013208.html", "https://github.com/S12cybersecurity/RDPCredentialStealer", + "https://docs.microsoft.com/en-us/windows/win32/api/wincred/nf-wincred-creduipromptforcredentialsa", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1056.002/T1056.002.md#atomic-test-2---powershell---prompt-user-for-password", + "https://securitydatasets.com/notebooks/atomic/windows/credential_access/SDWIN-201020013208.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_dll_credui_uncommon_process_load.yml" ], "tags": [ @@ -70037,8 +70226,8 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ - "https://www.trendmicro.com/en_us/research/23/c/earth-preta-updated-stealthy-strategies.html", "https://hijacklibs.net/entries/3rd_party/vlc/libvlc.html", + "https://www.trendmicro.com/en_us/research/23/c/earth-preta-updated-stealthy-strategies.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_side_load_libvlc.yml" ], "tags": [ @@ -70222,8 +70411,8 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ - "https://github.com/sailay1996/awesome_windows_logical_bugs/blob/60cbb23a801f4c3195deac1cc46df27c225c3d07/dir_create2system.txt", "https://github.com/binderlabs/DirCreate2System", + "https://github.com/sailay1996/awesome_windows_logical_bugs/blob/60cbb23a801f4c3195deac1cc46df27c225c3d07/dir_create2system.txt", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_side_load_comctl32.yml" ], "tags": [ @@ -70267,8 +70456,8 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ - "https://unit42.paloaltonetworks.com/unit-42-technical-analysis-seaduke/", "https://www.py2exe.org/", + "https://unit42.paloaltonetworks.com/unit-42-technical-analysis-seaduke/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_susp_python_image_load.yml" ], "tags": [ @@ -70301,10 +70490,10 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ - "https://taiwan.postsen.com/business/88601/Hamas-hackers-use-data-destruction-software-BiBi-which-consumes-a-lot-of-processor-resources-to-wipe-Windows-computer-data--iThome.html", - "https://www.swascan.com/cactus-ransomware-malware-analysis/", "https://www.crowdstrike.com/blog/windows-restart-manager-part-1/", "https://www.crowdstrike.com/blog/windows-restart-manager-part-2/", + "https://taiwan.postsen.com/business/88601/Hamas-hackers-use-data-destruction-software-BiBi-which-consumes-a-lot-of-processor-resources-to-wipe-Windows-computer-data--iThome.html", + "https://www.swascan.com/cactus-ransomware-malware-analysis/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_dll_rstrtmgr_suspicious_load.yml" ], "tags": [ @@ -70475,8 +70664,8 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ - "https://wazuh.com/blog/detecting-xll-files-used-for-dropping-fin7-jssloader-with-wazuh/", "https://www.mandiant.com/resources/blog/lnk-between-browsers", + "https://wazuh.com/blog/detecting-xll-files-used-for-dropping-fin7-jssloader-with-wazuh/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_office_excel_xll_susp_load.yml" ], "tags": [ @@ -70787,8 +70976,8 @@ "logsource.category": "image_load", "logsource.product": "windows", "refs": [ - "https://app.any.run/tasks/6d8cabb0-dcda-44b6-8050-28d6ce281687/", "https://blogs.blackberry.com/en/2022/12/mustang-panda-uses-the-russian-ukrainian-war-to-attack-europe-and-asia-pacific-targets", + "https://app.any.run/tasks/6d8cabb0-dcda-44b6-8050-28d6ce281687/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/image_load/image_load_side_load_classicexplorer32.yml" ], "tags": [ @@ -71051,8 +71240,8 @@ "logsource.product": "windows", "refs": [ "https://nmap.org/ncat/", - "https://github.com/besimorhino/powercat", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1095/T1095.md", + "https://github.com/besimorhino/powercat", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_classic/posh_pc_powercat.yml" ], "tags": [ @@ -71808,8 +71997,8 @@ "logsource.product": "windows", "refs": [ "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.1", - "https://adsecurity.org/?p=2604", "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.1", + "https://adsecurity.org/?p=2604", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_set_policies_to_unsecure_level.yml" ], "tags": [ @@ -71843,10 +72032,10 @@ "logsource.product": "windows", "refs": [ "https://www.elastic.co/guide/en/security/current/windows-firewall-disabled-via-powershell.html", - "https://docs.microsoft.com/en-us/powershell/module/netsecurity/set-netfirewallprofile?view=windowsserver2019-ps", "https://www.tutorialspoint.com/how-to-get-windows-firewall-profile-settings-using-powershell", - "http://powershellhelp.space/commands/set-netfirewallrule-psv5.php", "http://woshub.com/manage-windows-firewall-powershell/", + "http://powershellhelp.space/commands/set-netfirewallrule-psv5.php", + "https://docs.microsoft.com/en-us/powershell/module/netsecurity/set-netfirewallprofile?view=windowsserver2019-ps", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_windows_firewall_profile_disabled.yml" ], "tags": [ @@ -71980,8 +72169,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://shellgeek.com/useraccountcontrol-flags-to-manipulate-properties/", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1069.002/T1069.002.md#atomic-test-11---get-aduser-enumeration-using-useraccountcontrol-flags-as-rep-roasting", + "https://shellgeek.com/useraccountcontrol-flags-to-manipulate-properties/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_as_rep_roasting.yml" ], "tags": [ @@ -72015,8 +72204,8 @@ "logsource.product": "windows", "refs": [ "https://twitter.com/cyb3rops/status/1617108657166061568?s=20", - "https://www.ired.team/offensive-security-experiments/active-directory-kerberos-abuse/active-directory-enumeration-with-ad-module-without-rsat-or-admin-privileges", "https://github.com/samratashok/ADModule", + "https://www.ired.team/offensive-security-experiments/active-directory-kerberos-abuse/active-directory-enumeration-with-ad-module-without-rsat-or-admin-privileges", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_active_directory_module_dll_import.yml" ], "tags": [ @@ -72217,8 +72406,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://www.splunk.com/en_us/blog/security/breaking-the-chain-defending-against-certificate-services-abuse.html", "https://us-cert.cisa.gov/ncas/analysis-reports/ar21-112a", + "https://www.splunk.com/en_us/blog/security/breaking-the-chain-defending-against-certificate-services-abuse.html", "https://docs.microsoft.com/en-us/powershell/module/pki/export-pfxcertificate", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_export_certificate.yml" ], @@ -72275,8 +72464,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1136.002/T1136.002.md#atomic-test-3---create-a-new-domain-account-using-powershell", "https://docs.microsoft.com/en-us/dotnet/api/system.directoryservices.accountmanagement?view=dotnet-plat-ext-6.0", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1136.002/T1136.002.md#atomic-test-3---create-a-new-domain-account-using-powershell", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_directoryservices_accountmanagement.yml" ], "tags": [ @@ -72342,8 +72531,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/dotnet/api/system.net.webclient.downloadstring?view=net-8.0", "https://learn.microsoft.com/en-us/dotnet/api/system.net.webclient.downloadfile?view=net-8.0", + "https://learn.microsoft.com/en-us/dotnet/api/system.net.webclient.downloadstring?view=net-8.0", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_susp_download.yml" ], "tags": [ @@ -72474,24 +72663,24 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://github.com/DarkCoderSc/PowerRunAsSystem/", - "https://github.com/dafthack/DomainPasswordSpray/blob/b13d64a5834694aa73fd2aea9911a83027c465a7/DomainPasswordSpray.ps1", "https://unit42.paloaltonetworks.com/threat-assessment-black-basta-ransomware/", - "https://research.nccgroup.com/2022/06/06/shining-the-light-on-black-basta/", - "https://github.com/rvrsh3ll/Misc-Powershell-Scripts/blob/6f23bb41f9675d7e2d32bacccff75e931ae00554/OfficeMemScraper.ps1", - "https://github.com/samratashok/nishang", - "https://github.com/BloodHoundAD/BloodHound/blob/0927441f67161cc6dc08a53c63ceb8e333f55874/Collectors/AzureHound.ps1", - "https://github.com/HarmJ0y/DAMP", - "https://github.com/Kevin-Robertson/Powermad", - "https://github.com/adrecon/ADRecon", "https://github.com/adrecon/AzureADRecon", + "https://github.com/S3cur3Th1sSh1t/PowerSharpPack/tree/master/PowerSharpBinaries", + "https://github.com/adrecon/ADRecon", + "https://research.nccgroup.com/2022/06/06/shining-the-light-on-black-basta/", + "https://github.com/samratashok/nishang", + "https://github.com/dafthack/DomainPasswordSpray/blob/b13d64a5834694aa73fd2aea9911a83027c465a7/DomainPasswordSpray.ps1", + "https://github.com/Kevin-Robertson/Powermad", + "https://github.com/DarkCoderSc/PowerRunAsSystem/", + "https://github.com/BC-SECURITY/Invoke-ZeroLogon/blob/111d17c7fec486d9bb23387e2e828b09a26075e4/Invoke-ZeroLogon.ps1", + "https://github.com/HarmJ0y/DAMP", + "https://bloodhound.readthedocs.io/en/latest/data-collection/azurehound.html", "https://github.com/besimorhino/powercat", "https://github.com/xorrior/RandomPS-Scripts/blob/848c919bfce4e2d67b626cbcf4404341cfe3d3b6/Get-DXWebcamVideo.ps1", "https://github.com/calebstewart/CVE-2021-1675", "https://adsecurity.org/?p=2921", - "https://github.com/BC-SECURITY/Invoke-ZeroLogon/blob/111d17c7fec486d9bb23387e2e828b09a26075e4/Invoke-ZeroLogon.ps1", - "https://github.com/S3cur3Th1sSh1t/PowerSharpPack/tree/master/PowerSharpBinaries", - "https://bloodhound.readthedocs.io/en/latest/data-collection/azurehound.html", + "https://github.com/rvrsh3ll/Misc-Powershell-Scripts/blob/6f23bb41f9675d7e2d32bacccff75e931ae00554/OfficeMemScraper.ps1", + "https://github.com/BloodHoundAD/BloodHound/blob/0927441f67161cc6dc08a53c63ceb8e333f55874/Collectors/AzureHound.ps1", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_malicious_commandlets.yml" ], "tags": [ @@ -72825,8 +73014,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/dotnet/api/system.type.gettypefromclsid?view=net-7.0", "https://speakerdeck.com/heirhabarov/hunting-for-powershell-abuse?slide=57", + "https://learn.microsoft.com/en-us/dotnet/api/system.type.gettypefromclsid?view=net-7.0", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_download_com_cradles.yml" ], "tags": [ @@ -73047,8 +73236,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1098/T1098.md#atomic-test-1---admin-account-manipulate", "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.localaccounts/?view=powershell-5.1", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1098/T1098.md#atomic-test-1---admin-account-manipulate", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_localuser.yml" ], "tags": [ @@ -73114,8 +73303,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1033/T1033.md#atomic-test-4---user-discovery-with-env-vars-powershell-script", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1033/T1033.md#atomic-test-5---getcurrent-user-with-powershell-script", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1033/T1033.md#atomic-test-4---user-discovery-with-env-vars-powershell-script", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_susp_get_current_user.yml" ], "tags": [ @@ -73148,9 +73337,9 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://blog.harmj0y.net/redteaming/from-kekeo-to-rubeus", "https://github.com/GhostPack/Rubeus", "https://m0chan.github.io/2019/07/31/How-To-Attack-Kerberos-101.html", + "https://blog.harmj0y.net/redteaming/from-kekeo-to-rubeus", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_hktl_rubeus.yml" ], "tags": [ @@ -73299,8 +73488,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1003.006/T1003.006.md#atomic-test-2---run-dsinternals-get-adreplaccount", "https://www.powershellgallery.com/packages/DSInternals", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1003.006/T1003.006.md#atomic-test-2---run-dsinternals-get-adreplaccount", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_get_adreplaccount.yml" ], "tags": [ @@ -73512,8 +73701,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://www.pwndefend.com/2021/02/15/retrieving-passwords-from-veeam-backup-servers/", "https://labs.withsecure.com/publications/fin7-target-veeam-servers", + "https://www.pwndefend.com/2021/02/15/retrieving-passwords-from-veeam-backup-servers/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_veeam_credential_dumping_script.yml" ], "tags": [ @@ -73773,8 +73962,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/set-service?view=powershell-7.2", "https://twitter.com/Alh4zr3d/status/1580925761996828672", + "https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/set-service?view=powershell-7.2", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_susp_service_dacl_modification_set_service.yml" ], "tags": [ @@ -73961,9 +74150,9 @@ "logsource.product": "windows", "refs": [ "https://youtu.be/5mqid-7zp8k?t=2481", + "https://m365internals.com/2022/10/07/hunting-in-on-premises-exchange-server-logs/", "https://blog.orange.tw/2021/08/proxylogon-a-new-attack-surface-on-ms-exchange-part-1.html", "https://peterjson.medium.com/reproducing-the-proxyshell-pwn2own-exploit-49743a4ea9a1", - "https://m365internals.com/2022/10/07/hunting-in-on-premises-exchange-server-logs/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_mailboxexport_share.yml" ], "tags": [ @@ -74061,8 +74250,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1546.003/T1546.003.md", "https://github.com/EmpireProject/Empire/blob/08cbd274bef78243d7a8ed6443b8364acd1fc48b/data/module_source/persistence/Persistence.psm1#L545", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1546.003/T1546.003.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_wmi_persistence.yml" ], "tags": [ @@ -74211,8 +74400,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://github.com/0xsyr0/Awesome-Cybersecurity-Handbooks/blob/7b8935fe4c82cb64d61343de1a8b2e38dd968534/handbooks/10_post_exploitation.md", "https://github.com/forgottentq/powershell/blob/9e616363d497143dc955c4fdce68e5c18d28a6cb/captureWindows-Endpoint.ps1#L13", + "https://github.com/0xsyr0/Awesome-Cybersecurity-Handbooks/blob/7b8935fe4c82cb64d61343de1a8b2e38dd968534/handbooks/10_post_exploitation.md", "https://github.com/redcanaryco/atomic-red-team/blob/5f866ca4517e837c4ea576e7309d0891e78080a8/atomics/T1040/T1040.md#atomic-test-16---powershell-network-sniffing", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_packet_capture.yml" ], @@ -74247,8 +74436,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://www.fortypoundhead.com/showcontent.asp?artid=24022", "https://labs.withsecure.com/publications/fin7-target-veeam-servers", + "https://www.fortypoundhead.com/showcontent.asp?artid=24022", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_resolve_list_of_ip_from_file.yml" ], "tags": [ @@ -74281,9 +74470,9 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://github.com/S3cur3Th1sSh1t/Creds/blob/eac23d67f7f90c7fc8e3130587d86158c22aa398/PowershellScripts/jaws-enum.ps1", - "https://www.absolomb.com/2018-01-26-Windows-Privilege-Escalation-Guide/", "https://github.com/nccgroup/redsnarf/blob/35949b30106ae543dc6f2bc3f1be10c6d9a8d40e/redsnarf.py", + "https://www.absolomb.com/2018-01-26-Windows-Privilege-Escalation-Guide/", + "https://github.com/S3cur3Th1sSh1t/Creds/blob/eac23d67f7f90c7fc8e3130587d86158c22aa398/PowershellScripts/jaws-enum.ps1", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_wmi_unquoted_service_search.yml" ], "tags": [ @@ -74316,8 +74505,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1518/T1518.md", "https://github.com/harleyQu1nn/AggressorScripts", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1518/T1518.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_software_discovery.yml" ], "tags": [ @@ -74439,8 +74628,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-acl?view=powershell-5.1", "https://github.com/redcanaryco/atomic-red-team/blob/74438b0237d141ee9c99747976447dc884cb1a39/atomics/T1505.005/T1505.005.md", + "https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-acl?view=powershell-5.1", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_set_acl_susp_location.yml" ], "tags": [ @@ -74506,10 +74695,10 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ + "https://github.com/PowerShellMafia/PowerSploit/blob/d943001a7defb5e0d1657085a77a0e78609be58f/CodeExecution/Invoke-ReflectivePEInjection.ps1", "https://github.com/hlldz/Phant0m/blob/30c2935d8cf4aafda17ee2fab7cd0c4aa9a607c2/old/Invoke-Phant0m.ps1", "https://posts.specterops.io/entering-a-covenant-net-command-and-control-e11038bcf462", "https://gist.github.com/MHaggis/0dbe00ad401daa7137c81c99c268cfb7", - "https://github.com/PowerShellMafia/PowerSploit/blob/d943001a7defb5e0d1657085a77a0e78609be58f/CodeExecution/Invoke-ReflectivePEInjection.ps1", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_susp_keywords.yml" ], "tags": [ @@ -74618,8 +74807,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/set-service?view=powershell-7.2", "https://twitter.com/Alh4zr3d/status/1580925761996828672", + "https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/set-service?view=powershell-7.2", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_using_set_service_to_hide_services.yml" ], "tags": [ @@ -74774,8 +74963,8 @@ "logsource.product": "windows", "refs": [ "https://adsecurity.org/?p=2277", - "https://powersploit.readthedocs.io/en/stable/Recon/README", "https://thedfirreport.com/2020/10/08/ryuks-return", + "https://powersploit.readthedocs.io/en/stable/Recon/README", "https://github.com/PowerShellMafia/PowerSploit/tree/master/Recon", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_powerview_malicious_commandlets.yml" ], @@ -74842,9 +75031,9 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://speakerdeck.com/heirhabarov/hunting-for-powershell-abuse?slide=42", "https://learn.microsoft.com/en-us/dotnet/api/microsoft.hpc.scheduler.store.cx509enrollmentwebclassfactoryclass?view=hpc-sdk-5.1.6115", "https://speakerdeck.com/heirhabarov/hunting-for-powershell-abuse?slide=41", + "https://speakerdeck.com/heirhabarov/hunting-for-powershell-abuse?slide=42", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_x509enrollment.yml" ], "tags": [ @@ -74910,8 +75099,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1553.005/T1553.005.md#atomic-test-3---remove-the-zoneidentifier-alternate-data-stream", "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/unblock-file?view=powershell-7.2", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1553.005/T1553.005.md#atomic-test-3---remove-the-zoneidentifier-alternate-data-stream", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_susp_unblock_file.yml" ], "tags": [ @@ -74978,8 +75167,8 @@ "logsource.product": "windows", "refs": [ "https://github.com/redcanaryco/atomic-red-team/blob/02cb591f75064ffe1e0df9ac3ed5972a2e491c97/atomics/T1087.002/T1087.002.md", - "https://learn.microsoft.com/en-us/powershell/module/activedirectory/get-adcomputer", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1018/T1018.md", + "https://learn.microsoft.com/en-us/powershell/module/activedirectory/get-adcomputer", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_get_adcomputer.yml" ], "tags": [ @@ -75121,11 +75310,11 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://www.publicnow.com/view/EB87DB49C654D9B63995FAD4C9DE3D3CC4F6C3ED?1671634841", - "https://grep.app/search?q=winpwn&filter[repo][0]=redcanaryco/atomic-red-team", "https://reconshell.com/winpwn-tool-for-internal-windows-pentesting-and-ad-security/", "https://github.com/S3cur3Th1sSh1t/WinPwn", "https://github.com/redcanaryco/atomic-red-team/blob/4d6c4e8e23d465af7a2388620cfe3f8c76e16cf0/atomics/T1082/T1082.md", + "https://www.publicnow.com/view/EB87DB49C654D9B63995FAD4C9DE3D3CC4F6C3ED?1671634841", + "https://grep.app/search?q=winpwn&filter[repo][0]=redcanaryco/atomic-red-team", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_hktl_winpwn.yml" ], "tags": [ @@ -75218,8 +75407,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://www.virustotal.com/gui/file/af1c82237b6e5a3a7cdbad82cc498d298c67845d92971bada450023d1335e267/content", "https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse?tabs=powershell", + "https://www.virustotal.com/gui/file/af1c82237b6e5a3a7cdbad82cc498d298c67845d92971bada450023d1335e267/content", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_add_windows_capability.yml" ], "tags": [ @@ -75242,9 +75431,9 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://www.shellhacks.com/clear-history-powershell/", - "https://community.sophos.com/sophos-labs/b/blog/posts/powershell-command-history-forensics", "https://stefanos.cloud/blog/kb/how-to-clear-the-powershell-command-history/", + "https://community.sophos.com/sophos-labs/b/blog/posts/powershell-command-history-forensics", + "https://www.shellhacks.com/clear-history-powershell/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_clearing_windows_console_history.yml" ], "tags": [ @@ -75285,8 +75474,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/powershell/module/storage/mount-diskimage?view=windowsserver2022-ps", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1553.005/T1553.005.md#atomic-test-1---mount-iso-image", + "https://docs.microsoft.com/en-us/powershell/module/storage/mount-diskimage?view=windowsserver2022-ps", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_susp_mount_diskimage.yml" ], "tags": [ @@ -75512,8 +75701,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://twitter.com/NathanMcNulty/status/1569497348841287681", "https://docs.microsoft.com/en-us/powershell/module/dnsclient/add-dnsclientnrptrule?view=windowsserver2022-ps", + "https://twitter.com/NathanMcNulty/status/1569497348841287681", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_add_dnsclient_rule.yml" ], "tags": [ @@ -75587,8 +75776,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/get-acl?view=powershell-7.2", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1574.011/T1574.011.md#atomic-test-1---service-registry-permissions-weakness", + "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/get-acl?view=powershell-7.2", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_get_acl_service.yml" ], "tags": [ @@ -75647,8 +75836,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Msdt/", "https://twitter.com/nas_bench/status/1537919885031772161", + "https://lolbas-project.github.io/lolbas/Binaries/Msdt/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_susp_follina_execution.yml" ], "tags": [ @@ -75681,8 +75870,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1564.006/T1564.006.md#atomic-test-3---create-and-start-hyper-v-virtual-machine", + "https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_susp_hyper_v_condlet.yml" ], "tags": [ @@ -75927,9 +76116,9 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-webrequest?view=powershell-7.2", - "https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1020/T1020.md", + "https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html", + "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-webrequest?view=powershell-7.2", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_script_with_upload_capabilities.yml" ], "tags": [ @@ -75962,9 +76151,9 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://learn.microsoft.com/en-us/windows/win32/projfs/enabling-windows-projected-file-system", "https://learn.microsoft.com/en-us/windows/wsl/install-on-server", "https://docs.microsoft.com/en-us/powershell/module/dism/enable-windowsoptionalfeature?view=windowsserver2022-ps", + "https://learn.microsoft.com/en-us/windows/win32/projfs/enabling-windows-projected-file-system", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_enable_susp_windows_optional_feature.yml" ], "tags": [ @@ -76020,8 +76209,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/invoke-command?view=powershell-7.2", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1021.006/T1021.006.md#atomic-test-2---invoke-command", + "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/invoke-command?view=powershell-7.2", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_invoke_command_remote.yml" ], "tags": [ @@ -76054,8 +76243,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/powershell/module/grouppolicy/get-gpo?view=windowsserver2022-ps", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1615/T1615.md", + "https://docs.microsoft.com/en-us/powershell/module/grouppolicy/get-gpo?view=windowsserver2022-ps", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_susp_get_gpo.yml" ], "tags": [ @@ -76154,8 +76343,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/5b67c9b141fa3918017f8fa44f2f88f0b1ecb9e1/atomics/T1562.001/T1562.001.md", "https://docs.microsoft.com/en-us/powershell/module/dism/disable-windowsoptionalfeature?view=windowsserver2022-ps", + "https://github.com/redcanaryco/atomic-red-team/blob/5b67c9b141fa3918017f8fa44f2f88f0b1ecb9e1/atomics/T1562.001/T1562.001.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_disable_windows_optional_feature.yml" ], "tags": [ @@ -76222,8 +76411,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1497.001/T1497.001.md", "https://techgenix.com/malicious-powershell-scripts-evade-detection/", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1497.001/T1497.001.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_detect_vm_env.yml" ], "tags": [ @@ -76558,9 +76747,9 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ + "https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ms766431(v=vs.85)", "https://www.trendmicro.com/en_id/research/22/e/uncovering-a-kingminer-botnet-attack-using-trend-micro-managed-x.html", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1059.001/T1059.001.md#atomic-test-7---powershell-msxml-com-object---with-prompt", - "https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ms766431(v=vs.85)", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_msxml_com.yml" ], "tags": [ @@ -76734,8 +76923,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1036.003/T1036.003.md", "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/Start-Process?view=powershell-5.1&viewFallbackFrom=powershell-7", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1036.003/T1036.003.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_susp_start_process.yml" ], "tags": [ @@ -76768,9 +76957,9 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://bidouillesecurity.com/disable-windows-defender-in-powershell/", - "https://docs.microsoft.com/en-us/powershell/module/defender/set-mppreference?view=windowsserver2022-ps", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1562.001/T1562.001.md", + "https://docs.microsoft.com/en-us/powershell/module/defender/set-mppreference?view=windowsserver2022-ps", + "https://bidouillesecurity.com/disable-windows-defender-in-powershell/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_tamper_windows_defender_set_mp.yml" ], "tags": [ @@ -76837,9 +77026,9 @@ "logsource.product": "windows", "refs": [ "https://www.virustotal.com/gui/file/d4486b63512755316625230e0c9c81655093be93876e0d80732e7eeaf7d83476/content", - "https://learn.microsoft.com/en-us/dotnet/api/system.windows.input.keyboard.iskeydown?view=windowsdesktop-7.0", - "https://twitter.com/ScumBots/status/1610626724257046529", "https://www.virustotal.com/gui/file/720a7ee9f2178c70501d7e3f4bcc28a4f456e200486dbd401b25af6da3b4da62/content", + "https://twitter.com/ScumBots/status/1610626724257046529", + "https://learn.microsoft.com/en-us/dotnet/api/system.windows.input.keyboard.iskeydown?view=windowsdesktop-7.0", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_susp_keylogger_activity.yml" ], "tags": [ @@ -76873,8 +77062,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/powershell/module/storage/mount-diskimage?view=windowsserver2022-ps", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1553.005/T1553.005.md#atomic-test-2---mount-an-iso-image-and-run-executable-from-the-iso", + "https://docs.microsoft.com/en-us/powershell/module/storage/mount-diskimage?view=windowsserver2022-ps", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_run_from_mount_diskimage.yml" ], "tags": [ @@ -77081,8 +77270,8 @@ "logsource.category": "ps_script", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/send-mailmessage?view=powershell-7.2", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1048.003/T1048.003.md#atomic-test-5---exfiltration-over-alternative-protocol---smtp", + "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/send-mailmessage?view=powershell-7.2", "https://www.ietf.org/rfc/rfc2821.txt", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_script/posh_ps_send_mailmessage.yml" ], @@ -77343,8 +77532,8 @@ "logsource.product": "windows", "refs": [ "https://twitter.com/cyb3rops/status/1617108657166061568?s=20", - "https://www.ired.team/offensive-security-experiments/active-directory-kerberos-abuse/active-directory-enumeration-with-ad-module-without-rsat-or-admin-privileges", "https://github.com/samratashok/ADModule", + "https://www.ired.team/offensive-security-experiments/active-directory-kerberos-abuse/active-directory-enumeration-with-ad-module-without-rsat-or-admin-privileges", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_module/posh_pm_active_directory_module_dll_import.yml" ], "tags": [ @@ -77595,8 +77784,8 @@ "logsource.category": "ps_module", "logsource.product": "windows", "refs": [ - "https://github.com/OTRF/ThreatHunter-Playbook/blob/2d4257f630f4c9770f78d0c1df059f891ffc3fec/docs/evals/apt29/detections/4.A.3_09F29912-8E93-461E-9E89-3F06F6763383.md", "https://github.com/OTRF/detection-hackathon-apt29/issues/8", + "https://github.com/OTRF/ThreatHunter-Playbook/blob/2d4257f630f4c9770f78d0c1df059f891ffc3fec/docs/evals/apt29/detections/4.A.3_09F29912-8E93-461E-9E89-3F06F6763383.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_module/posh_pm_decompress_commands.yml" ], "tags": [ @@ -77662,23 +77851,23 @@ "logsource.category": "ps_module", "logsource.product": "windows", "refs": [ + "https://unit42.paloaltonetworks.com/threat-assessment-black-basta-ransomware/", + "https://github.com/PowerShellMafia/PowerSploit", "https://github.com/AlsidOfficial/WSUSpendu/", + "https://github.com/nettitude/Invoke-PowerThIEf", + "https://github.com/S3cur3Th1sSh1t/PowerSharpPack/tree/master/PowerSharpBinaries", + "https://research.nccgroup.com/2022/06/06/shining-the-light-on-black-basta/", "https://github.com/dafthack/DomainPasswordSpray/blob/b13d64a5834694aa73fd2aea9911a83027c465a7/DomainPasswordSpray.ps1", "https://github.com/DarkCoderSc/PowerRunAsSystem/", - "https://unit42.paloaltonetworks.com/threat-assessment-black-basta-ransomware/", - "https://research.nccgroup.com/2022/06/06/shining-the-light-on-black-basta/", - "https://github.com/rvrsh3ll/Misc-Powershell-Scripts/blob/6f23bb41f9675d7e2d32bacccff75e931ae00554/OfficeMemScraper.ps1", - "https://github.com/samratashok/nishang", + "https://github.com/S3cur3Th1sSh1t/WinPwn", + "https://github.com/BC-SECURITY/Invoke-ZeroLogon/blob/111d17c7fec486d9bb23387e2e828b09a26075e4/Invoke-ZeroLogon.ps1", "https://github.com/HarmJ0y/DAMP", - "https://github.com/nettitude/Invoke-PowerThIEf", - "https://github.com/besimorhino/powercat", "https://github.com/CsEnox/EventViewer-UACBypass", "https://github.com/xorrior/RandomPS-Scripts/blob/848c919bfce4e2d67b626cbcf4404341cfe3d3b6/Get-DXWebcamVideo.ps1", - "https://github.com/PowerShellMafia/PowerSploit", - "https://github.com/S3cur3Th1sSh1t/WinPwn", + "https://github.com/besimorhino/powercat", "https://github.com/NetSPI/PowerUpSQL", - "https://github.com/BC-SECURITY/Invoke-ZeroLogon/blob/111d17c7fec486d9bb23387e2e828b09a26075e4/Invoke-ZeroLogon.ps1", - "https://github.com/S3cur3Th1sSh1t/PowerSharpPack/tree/master/PowerSharpBinaries", + "https://github.com/rvrsh3ll/Misc-Powershell-Scripts/blob/6f23bb41f9675d7e2d32bacccff75e931ae00554/OfficeMemScraper.ps1", + "https://github.com/samratashok/nishang", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_module/posh_pm_exploit_scripts.yml" ], "tags": [ @@ -77711,8 +77900,8 @@ "logsource.category": "ps_module", "logsource.product": "windows", "refs": [ - "https://www.n00py.io/2022/03/manipulating-user-passwords-without-mimikatz/", "https://github.com/MichaelGrafnetter/DSInternals/blob/7ba59c12ee9a1cb430d7dc186a3366842dd612c8/Documentation/PowerShell/Get-ADDBAccount.md", + "https://www.n00py.io/2022/03/manipulating-user-passwords-without-mimikatz/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_module/posh_pm_get_addbaccount.yml" ], "tags": [ @@ -77821,24 +78010,24 @@ "logsource.category": "ps_module", "logsource.product": "windows", "refs": [ - "https://github.com/DarkCoderSc/PowerRunAsSystem/", - "https://github.com/dafthack/DomainPasswordSpray/blob/b13d64a5834694aa73fd2aea9911a83027c465a7/DomainPasswordSpray.ps1", "https://unit42.paloaltonetworks.com/threat-assessment-black-basta-ransomware/", - "https://research.nccgroup.com/2022/06/06/shining-the-light-on-black-basta/", - "https://github.com/rvrsh3ll/Misc-Powershell-Scripts/blob/6f23bb41f9675d7e2d32bacccff75e931ae00554/OfficeMemScraper.ps1", - "https://github.com/samratashok/nishang", - "https://github.com/BloodHoundAD/BloodHound/blob/0927441f67161cc6dc08a53c63ceb8e333f55874/Collectors/AzureHound.ps1", - "https://github.com/HarmJ0y/DAMP", - "https://github.com/Kevin-Robertson/Powermad", - "https://github.com/adrecon/ADRecon", "https://github.com/adrecon/AzureADRecon", + "https://github.com/S3cur3Th1sSh1t/PowerSharpPack/tree/master/PowerSharpBinaries", + "https://github.com/adrecon/ADRecon", + "https://research.nccgroup.com/2022/06/06/shining-the-light-on-black-basta/", + "https://github.com/samratashok/nishang", + "https://github.com/dafthack/DomainPasswordSpray/blob/b13d64a5834694aa73fd2aea9911a83027c465a7/DomainPasswordSpray.ps1", + "https://github.com/Kevin-Robertson/Powermad", + "https://github.com/DarkCoderSc/PowerRunAsSystem/", + "https://github.com/BC-SECURITY/Invoke-ZeroLogon/blob/111d17c7fec486d9bb23387e2e828b09a26075e4/Invoke-ZeroLogon.ps1", + "https://github.com/HarmJ0y/DAMP", + "https://bloodhound.readthedocs.io/en/latest/data-collection/azurehound.html", "https://github.com/besimorhino/powercat", "https://github.com/xorrior/RandomPS-Scripts/blob/848c919bfce4e2d67b626cbcf4404341cfe3d3b6/Get-DXWebcamVideo.ps1", "https://github.com/calebstewart/CVE-2021-1675", "https://adsecurity.org/?p=2921", - "https://github.com/BC-SECURITY/Invoke-ZeroLogon/blob/111d17c7fec486d9bb23387e2e828b09a26075e4/Invoke-ZeroLogon.ps1", - "https://github.com/S3cur3Th1sSh1t/PowerSharpPack/tree/master/PowerSharpBinaries", - "https://bloodhound.readthedocs.io/en/latest/data-collection/azurehound.html", + "https://github.com/rvrsh3ll/Misc-Powershell-Scripts/blob/6f23bb41f9675d7e2d32bacccff75e931ae00554/OfficeMemScraper.ps1", + "https://github.com/BloodHoundAD/BloodHound/blob/0927441f67161cc6dc08a53c63ceb8e333f55874/Collectors/AzureHound.ps1", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_module/posh_pm_malicious_commandlets.yml" ], "tags": [ @@ -78187,9 +78376,9 @@ "logsource.category": "ps_module", "logsource.product": "windows", "refs": [ + "https://www.mdeditor.tw/pl/pgRt", "https://labs.sentinelone.com/top-tier-russian-organized-cybercrime-group-unveils-fileless-stealthy-powertrick-backdoor-for-high-value-targets/", "https://newtonpaul.com/analysing-fileless-malware-cobalt-strike-beacon/", - "https://www.mdeditor.tw/pl/pgRt", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_module/posh_pm_bad_opsec_artifacts.yml" ], "tags": [ @@ -78415,8 +78604,8 @@ "logsource.category": "ps_module", "logsource.product": "windows", "refs": [ - "https://github.com/OTRF/ThreatHunter-Playbook/blob/2d4257f630f4c9770f78d0c1df059f891ffc3fec/docs/evals/apt29/detections/7.A.2_F4609F7E-C4DB-4327-91D4-59A58C962A02.md", "https://github.com/OTRF/detection-hackathon-apt29/issues/16", + "https://github.com/OTRF/ThreatHunter-Playbook/blob/2d4257f630f4c9770f78d0c1df059f891ffc3fec/docs/evals/apt29/detections/7.A.2_F4609F7E-C4DB-4327-91D4-59A58C962A02.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/powershell/powershell_module/posh_pm_get_clipboard.yml" ], "tags": [ @@ -78473,9 +78662,9 @@ "logsource.category": "create_stream_hash", "logsource.product": "windows", "refs": [ - "https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventid=90015", "https://www.cisa.gov/uscert/ncas/alerts/aa22-321a", "https://www.microsoft.com/en-us/security/blog/2024/01/17/new-ttps-observed-in-mint-sandstorm-campaign-targeting-high-profile-individuals-at-universities-and-research-orgs/", + "https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventid=90015", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/create_stream_hash/create_stream_hash_file_sharing_domains_download_unusual_extension.yml" ], "tags": [ @@ -78510,16 +78699,16 @@ "logsource.product": "windows", "refs": [ "https://github.com/fortra/nanodump", - "https://github.com/codewhitesec/HandleKatz", - "https://www.tarasco.org/security/pwdump_7/", - "https://github.com/outflanknl/Dumpert", - "https://github.com/ohpe/juicy-potato", - "https://github.com/antonioCoco/RoguePotato", - "https://github.com/hfiref0x/UACME", - "https://github.com/topotam/PetitPotam", - "https://github.com/wavestone-cdt/EDRSandblast", - "https://github.com/xuanxuan0/DripLoader", "https://github.com/gentilkiwi/mimikatz", + "https://github.com/antonioCoco/RoguePotato", + "https://github.com/outflanknl/Dumpert", + "https://github.com/hfiref0x/UACME", + "https://github.com/codewhitesec/HandleKatz", + "https://github.com/wavestone-cdt/EDRSandblast", + "https://www.tarasco.org/security/pwdump_7/", + "https://github.com/ohpe/juicy-potato", + "https://github.com/xuanxuan0/DripLoader", + "https://github.com/topotam/PetitPotam", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/create_stream_hash/create_stream_hash_hktl_generic_download.yml" ], "tags": [ @@ -78635,8 +78824,8 @@ "logsource.category": "create_stream_hash", "logsource.product": "windows", "refs": [ - "https://lolbas-project.github.io/lolbas/Binaries/Regedit/", "https://gist.github.com/api0cradle/cdd2d0d0ec9abb686f0e89306e277b8f", + "https://lolbas-project.github.io/lolbas/Binaries/Regedit/", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/create_stream_hash/create_stream_hash_regedit_export_to_ads.yml" ], "tags": [ @@ -78670,9 +78859,9 @@ "logsource.product": "windows", "refs": [ "https://fabian-voith.de/2020/06/25/sysmon-v11-1-reads-alternate-data-streams/", - "https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventid=90015", "https://www.cisa.gov/uscert/ncas/alerts/aa22-321a", "https://www.microsoft.com/en-us/security/blog/2024/01/17/new-ttps-observed-in-mint-sandstorm-campaign-targeting-high-profile-individuals-at-universities-and-research-orgs/", + "https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventid=90015", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/create_stream_hash/create_stream_hash_file_sharing_domains_download_susp_extension.yml" ], "tags": [ @@ -78706,8 +78895,8 @@ "logsource.category": "create_stream_hash", "logsource.product": "windows", "refs": [ - "https://github.com/trustedsec/SysmonCommunityGuide/blob/adcdfee20999f422b974c8d4149bf4c361237db7/chapters/file-stream-creation-hash.md", "https://labs.withsecure.com/publications/detecting-onenote-abuse", + "https://github.com/trustedsec/SysmonCommunityGuide/blob/adcdfee20999f422b974c8d4149bf4c361237db7/chapters/file-stream-creation-hash.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/create_stream_hash/create_stream_hash_susp_ip_domains.yml" ], "tags": [ @@ -78740,9 +78929,9 @@ "logsource.category": "process_access", "logsource.product": "windows", "refs": [ - "https://codewhitesec.blogspot.com/2022/09/attacks-on-sysmon-revisited-sysmonente.html", "https://github.com/codewhitesec/SysmonEnte/", "https://github.com/codewhitesec/SysmonEnte/blob/main/screens/1.png", + "https://codewhitesec.blogspot.com/2022/09/attacks-on-sysmon-revisited-sysmonente.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_access/proc_access_win_hktl_sysmonente.yml" ], "tags": [ @@ -78855,10 +79044,10 @@ "logsource.category": "process_access", "logsource.product": "windows", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1003.001/T1003.001.md", - "https://blog.menasec.net/2019/02/threat-hunting-21-procdump-or-taskmgr.html", "https://web.archive.org/web/20230208123920/https://cyberwardog.blogspot.com/2017/03/chronicles-of-threat-hunter-hunting-for_22.html", "https://research.splunk.com/endpoint/windows_possible_credential_dumping/", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1003.001/T1003.001.md", + "https://blog.menasec.net/2019/02/threat-hunting-21-procdump-or-taskmgr.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_access/proc_access_win_lsass_memdump.yml" ], "tags": [ @@ -79029,8 +79218,8 @@ "logsource.category": "process_access", "logsource.product": "windows", "refs": [ - "https://jsecurity101.medium.com/bypassing-access-mask-auditing-strategies-480fb641c158", "https://www.splunk.com/en_us/blog/security/you-bet-your-lsass-hunting-lsass-access.html", + "https://jsecurity101.medium.com/bypassing-access-mask-auditing-strategies-480fb641c158", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_access/proc_access_win_hktl_generic_access.yml" ], "tags": [ @@ -79176,8 +79365,8 @@ "logsource.category": "process_access", "logsource.product": "windows", "refs": [ - "https://twitter.com/timbmsft/status/900724491076214784", "https://github.com/hlldz/Invoke-Phant0m", + "https://twitter.com/timbmsft/status/900724491076214784", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_access/proc_access_win_svchost_susp_access_request.yml" ], "tags": [ @@ -79403,9 +79592,9 @@ "logsource.category": "process_access", "logsource.product": "windows", "refs": [ - "https://twitter.com/mrd0x/status/1460597833917251595", "https://twitter.com/_xpn_/status/1491557187168178176", "https://www.ired.team/offensive-security/credential-access-and-credential-dumping/dump-credentials-from-lsass-process-without-mimikatz", + "https://twitter.com/mrd0x/status/1460597833917251595", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_access/proc_access_win_lsass_whitelisted_process_names.yml" ], "tags": [ @@ -79473,11 +79662,11 @@ "logsource.category": "process_access", "logsource.product": "windows", "refs": [ - "https://docs.microsoft.com/en-us/windows/win32/procthread/process-security-and-access-rights", "https://onedrive.live.com/view.aspx?resid=D026B4699190F1E6!2843&ithint=file%2cpptx&app=PowerPoint&authkey=!AMvCRTKB_V1J5ow", - "http://security-research.dyndns.org/pub/slides/FIRST2017/FIRST-2017_Tom-Ueltschi_Sysmon_FINAL_notes.pdf", "https://web.archive.org/web/20230208123920/https://cyberwardog.blogspot.com/2017/03/chronicles-of-threat-hunter-hunting-for_22.html", + "http://security-research.dyndns.org/pub/slides/FIRST2017/FIRST-2017_Tom-Ueltschi_Sysmon_FINAL_notes.pdf", "https://www.slideshare.net/heirhabarov/hunting-for-credentials-dumping-in-windows-environment", + "https://docs.microsoft.com/en-us/windows/win32/procthread/process-security-and-access-rights", "https://github.com/SigmaHQ/sigma/tree/master/rules/windows/process_access/proc_access_win_lsass_susp_access_flag.yml" ], "tags": [ @@ -79826,10 +80015,10 @@ "logsource.category": "No established category", "logsource.product": "zeek", "refs": [ - "https://msrc.microsoft.com/update-guide/vulnerability/ADV210003", - "https://github.com/topotam/PetitPotam/blob/d83ac8f2dd34654628c17490f99106eb128e7d1e/PetitPotam/PetitPotam.cpp", "https://vx-underground.org/archive/Symantec/windows-vista-network-attack-07-en.pdf", "https://threatpost.com/microsoft-petitpotam-poc/168163/", + "https://github.com/topotam/PetitPotam/blob/d83ac8f2dd34654628c17490f99106eb128e7d1e/PetitPotam/PetitPotam.cpp", + "https://msrc.microsoft.com/update-guide/vulnerability/ADV210003", "https://github.com/SigmaHQ/sigma/tree/master/rules/network/zeek/zeek_dce_rpc_potential_petit_potam_efs_rpc_call.yml" ], "tags": [ @@ -79869,9 +80058,9 @@ "logsource.category": "No established category", "logsource.product": "zeek", "refs": [ - "https://github.com/nknorg/nkn-sdk-go", - "https://github.com/Maka8ka/NGLite", "https://unit42.paloaltonetworks.com/manageengine-godzilla-nglite-kdcsponge/", + "https://github.com/Maka8ka/NGLite", + "https://github.com/nknorg/nkn-sdk-go", "https://github.com/SigmaHQ/sigma/tree/master/rules/network/zeek/zeek_dns_nkn.yml" ], "tags": [ @@ -79998,8 +80187,8 @@ "logsource.category": "No established category", "logsource.product": "zeek", "refs": [ - "https://www.wiz.io/blog/omigod-critical-vulnerabilities-in-omi-azure", "https://twitter.com/neu5ron/status/1438987292971053057?s=20", + "https://www.wiz.io/blog/omigod-critical-vulnerabilities-in-omi-azure", "https://github.com/SigmaHQ/sigma/tree/master/rules/network/zeek/zeek_http_omigod_no_auth_rce.yml" ], "tags": [ @@ -80116,12 +80305,12 @@ "logsource.category": "No established category", "logsource.product": "zeek", "refs": [ - "https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-par/93d1915d-4d9f-4ceb-90a7-e8f2a59adc29", - "https://github.com/zeek/zeek/blob/691b099de13649d6576c7b9d637f8213ff818832/scripts/base/protocols/dce-rpc/consts.zeek", - "https://github.com/corelight/CVE-2021-1675", "https://www.crowdstrike.com/blog/cve-2021-1678-printer-spooler-relay-security-advisory/", - "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-34527", "https://old.zeek.org/zeekweek2019/slides/bzar.pdf", + "https://github.com/zeek/zeek/blob/691b099de13649d6576c7b9d637f8213ff818832/scripts/base/protocols/dce-rpc/consts.zeek", + "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-34527", + "https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-par/93d1915d-4d9f-4ceb-90a7-e8f2a59adc29", + "https://github.com/corelight/CVE-2021-1675", "https://github.com/SigmaHQ/sigma/tree/master/rules/network/zeek/zeek_dce_rpc_printnightmare_print_driver_install.yml" ], "tags": [ @@ -80148,10 +80337,10 @@ "logsource.category": "No established category", "logsource.product": "zeek", "refs": [ + "https://twitter.com/neu5ron/status/1346245602502443009", + "https://tdm.socprime.com/tdm/info/eLbyj4JjI15v#sigma", "https://www.netresec.com/?page=Blog&month=2021-01&post=Finding-Targeted-SUNBURST-Victims-with-pDNS", "https://tools.ietf.org/html/rfc2929#section-2.1", - "https://tdm.socprime.com/tdm/info/eLbyj4JjI15v#sigma", - "https://twitter.com/neu5ron/status/1346245602502443009", "https://github.com/SigmaHQ/sigma/tree/master/rules/network/zeek/zeek_dns_susp_zbit_flag.yml" ], "tags": [ @@ -80308,9 +80497,9 @@ "logsource.category": "No established category", "logsource.product": "zeek", "refs": [ - "https://dirkjanm.io/a-different-way-of-abusing-zerologon/", - "https://twitter.com/_dirkjan/status/1309214379003588608", "https://posts.specterops.io/hunting-in-active-directory-unconstrained-delegation-forests-trusts-71f2b33688e1", + "https://twitter.com/_dirkjan/status/1309214379003588608", + "https://dirkjanm.io/a-different-way-of-abusing-zerologon/", "https://github.com/SigmaHQ/sigma/tree/master/rules/network/zeek/zeek_dce_rpc_smb_spoolss_named_pipe.yml" ], "tags": [ @@ -80437,9 +80626,9 @@ "logsource.category": "No established category", "logsource.product": "cisco", "refs": [ - "https://www.cisco.com/E-Learning/bulk/public/tac/cim/cib/using_cisco_ios_software/cmdrefs/show_startup-config.htm", "https://blog.router-switch.com/2013/11/show-running-config/", "https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/config-mgmt/configuration/15-sy/config-mgmt-15-sy-book/cm-config-diff.html", + "https://www.cisco.com/E-Learning/bulk/public/tac/cim/cib/using_cisco_ios_software/cmdrefs/show_startup-config.htm", "https://github.com/SigmaHQ/sigma/tree/master/rules/network/cisco/aaa/cisco_cli_collect_data.yml" ], "tags": [ @@ -80532,8 +80721,8 @@ "logsource.category": "No established category", "logsource.product": "cisco", "refs": [ - "https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/command/reference/sysmgmt/n5k-sysmgmt-cr/n5k-sm_cmds_c.html", "https://www.cisco.com/c/en/us/td/docs/ios/12_2sr/12_2sra/feature/guide/srmgtint.html#wp1127609", + "https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/command/reference/sysmgmt/n5k-sysmgmt-cr/n5k-sm_cmds_c.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/network/cisco/aaa/cisco_cli_clear_logs.yml" ], "tags": [ @@ -81149,8 +81338,8 @@ "logsource.category": "dns", "logsource.product": "No established product", "refs": [ - "https://www.icebrg.io/blog/footprints-of-fin7-tracking-actor-patterns", "https://www.sekoia.io/en/hunting-and-detecting-cobalt-strike/", + "https://www.icebrg.io/blog/footprints-of-fin7-tracking-actor-patterns", "https://github.com/SigmaHQ/sigma/tree/master/rules/network/dns/net_dns_mal_cobaltstrike.yml" ], "tags": [ @@ -81183,8 +81372,8 @@ "logsource.category": "dns", "logsource.product": "No established product", "refs": [ - "https://github.com/samratashok/nishang/blob/414ee1104526d7057f9adaeee196d91ae447283e/Backdoors/DNS_TXT_Pwnage.ps1", "https://twitter.com/stvemillertime/status/1024707932447854592", + "https://github.com/samratashok/nishang/blob/414ee1104526d7057f9adaeee196d91ae447283e/Backdoors/DNS_TXT_Pwnage.ps1", "https://github.com/SigmaHQ/sigma/tree/master/rules/network/dns/net_dns_susp_txt_exec_strings.yml" ], "tags": [ @@ -81259,8 +81448,8 @@ "logsource.product": "No established product", "refs": [ "https://researchcenter.paloaltonetworks.com/2018/03/unit42-telerat-another-android-trojan-leveraging-telegrams-bot-api-to-target-iranian-users/", - "https://blog.malwarebytes.com/threat-analysis/2016/11/telecrypt-the-ransomware-abusing-telegram-api-defeated/", "https://core.telegram.org/bots/faq", + "https://blog.malwarebytes.com/threat-analysis/2016/11/telecrypt-the-ransomware-abusing-telegram-api-defeated/", "https://www.welivesecurity.com/2016/12/13/rise-telebots-analyzing-disruptive-killdisk-attacks/", "https://github.com/SigmaHQ/sigma/tree/master/rules/network/dns/net_dns_susp_telegram_api.yml" ], @@ -81390,9 +81579,9 @@ "logsource.category": "firewall", "logsource.product": "No established product", "refs": [ - "https://www.pcisecuritystandards.org/documents/PCI_DSS_v3-2-1.pdf", - "https://nvlpubs.nist.gov/nistpubs/CSWP/NIST.CSWP.04162018.pdf", "https://www.cisecurity.org/controls/cis-controls-list/", + "https://nvlpubs.nist.gov/nistpubs/CSWP/NIST.CSWP.04162018.pdf", + "https://www.pcisecuritystandards.org/documents/PCI_DSS_v3-2-1.pdf", "https://github.com/SigmaHQ/sigma/tree/master/rules/network/firewall/net_firewall_cleartext_protocols.yml" ], "tags": [ @@ -81483,11 +81672,11 @@ "logsource.category": "proxy", "logsource.product": "No established product", "refs": [ - "https://github.com/rsmudge/Malleable-C2-Profiles/blob/26323784672913923d20c5a638c6ca79459e8529/normal/amazon.profile", "https://github.com/rsmudge/Malleable-C2-Profiles/blob/26323784672913923d20c5a638c6ca79459e8529/normal/ocsp.profile", - "https://github.com/rsmudge/Malleable-C2-Profiles/blob/26323784672913923d20c5a638c6ca79459e8529/normal/onedrive_getonly.profile", "https://github.com/yeyintminthuhtut/Malleable-C2-Profiles-Collection/", + "https://github.com/rsmudge/Malleable-C2-Profiles/blob/26323784672913923d20c5a638c6ca79459e8529/normal/onedrive_getonly.profile", "https://www.hybrid-analysis.com/sample/ee5eca8648e45e2fea9dac0d920ef1a1792d8690c41ee7f20343de1927cc88b9?environmentId=100", + "https://github.com/rsmudge/Malleable-C2-Profiles/blob/26323784672913923d20c5a638c6ca79459e8529/normal/amazon.profile", "https://github.com/SigmaHQ/sigma/tree/master/rules/web/proxy_generic/proxy_hktl_cobalt_strike_malleable_c2_requests.yml" ], "tags": [ @@ -81521,10 +81710,10 @@ "logsource.category": "proxy", "logsource.product": "No established product", "refs": [ - "https://micahbabinski.medium.com/search-ms-webdav-and-chill-99c5b23ac462", "https://www.trendmicro.com/en_no/research/24/b/cve202421412-water-hydra-targets-traders-with-windows-defender-s.html", - "https://www.trellix.com/en-us/about/newsroom/stories/research/beyond-file-search-a-novel-method.html", "https://dear-territory-023.notion.site/WebDav-Share-Testing-e4950fa0c00149c3aa430d779b9b1d0f?pvs=4", + "https://micahbabinski.medium.com/search-ms-webdav-and-chill-99c5b23ac462", + "https://www.trellix.com/en-us/about/newsroom/stories/research/beyond-file-search-a-novel-method.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/web/proxy_generic/proxy_webdav_external_execution.yml" ], "tags": [ @@ -81599,10 +81788,10 @@ "logsource.category": "proxy", "logsource.product": "No established product", "refs": [ - "https://krebsonsecurity.com/2018/06/bad-men-at-work-please-dont-click/", - "https://www.symantec.com/connect/blogs/shady-tld-research-gdn-and-our-2016-wrap", "https://www.spamhaus.org/statistics/tlds/", + "https://krebsonsecurity.com/2018/06/bad-men-at-work-please-dont-click/", "https://promos.mcafee.com/en-US/PDF/MTMW_Report.pdf", + "https://www.symantec.com/connect/blogs/shady-tld-research-gdn-and-our-2016-wrap", "https://github.com/SigmaHQ/sigma/tree/master/rules/web/proxy_generic/proxy_download_susp_tlds_blacklist.yml" ], "tags": [ @@ -81685,8 +81874,8 @@ "logsource.category": "proxy", "logsource.product": "No established product", "refs": [ - "https://isc.sans.edu/forums/diary/Investigating+Microsoft+BITS+Activity/23281/", "https://twitter.com/jhencinski/status/1102695118455349248", + "https://isc.sans.edu/forums/diary/Investigating+Microsoft+BITS+Activity/23281/", "https://github.com/SigmaHQ/sigma/tree/master/rules/web/proxy_generic/proxy_ua_bitsadmin_susp_tld.yml" ], "tags": [ @@ -81764,13 +81953,13 @@ "logsource.product": "No established product", "refs": [ "https://twitter.com/crep1x/status/1635034100213112833", - "http://www.botopedia.org/search?searchword=scan&searchphrase=all", - "https://twitter.com/kladblokje_88/status/1614673320124743681?s=12&t=joEpeVa5d58aHYNGA_To7Q", - "https://www.bluecoat.com/en-gb/security-blog/2015-05-05/know-your-agents", "http://rules.emergingthreats.net/open/snort-2.9.0/rules/emerging-user_agents.rules", "https://networkraptor.blogspot.com/2015/01/user-agent-strings.html", + "https://www.bluecoat.com/en-gb/security-blog/2015-05-05/know-your-agents", "https://pbs.twimg.com/media/FtYbfsDXoAQ1Y8M?format=jpg&name=large", "https://perishablepress.com/blacklist/ua-2013.txt", + "http://www.botopedia.org/search?searchword=scan&searchphrase=all", + "https://twitter.com/kladblokje_88/status/1614673320124743681?s=12&t=joEpeVa5d58aHYNGA_To7Q", "https://github.com/SigmaHQ/sigma/tree/master/rules/web/proxy_generic/proxy_ua_malware.yml" ], "tags": [ @@ -81837,8 +82026,8 @@ "logsource.category": "proxy", "logsource.product": "No established product", "refs": [ - "https://deviceatlas.com/blog/list-of-user-agent-strings#desktop", "https://blogs.jpcert.or.jp/en/2022/07/yamabot.html", + "https://deviceatlas.com/blog/list-of-user-agent-strings#desktop", "https://github.com/SigmaHQ/sigma/tree/master/rules/web/proxy_generic/proxy_ua_susp_base64.yml" ], "tags": [ @@ -81940,9 +82129,9 @@ "logsource.category": "proxy", "logsource.product": "No established product", "refs": [ - "https://isc.sans.edu/diary/IPFS%20phishing%20and%20the%20need%20for%20correctly%20set%20HTTP%20security%20headers/29638", - "https://github.com/Cisco-Talos/IOCs/tree/80caca039988252fbb3f27a2e89c2f2917f582e0/2022/11", "https://blog.talosintelligence.com/ipfs-abuse/", + "https://github.com/Cisco-Talos/IOCs/tree/80caca039988252fbb3f27a2e89c2f2917f582e0/2022/11", + "https://isc.sans.edu/diary/IPFS%20phishing%20and%20the%20need%20for%20correctly%20set%20HTTP%20security%20headers/29638", "https://github.com/SigmaHQ/sigma/tree/master/rules/web/proxy_generic/proxy_susp_ipfs_cred_harvest.yml" ], "tags": [ @@ -82661,10 +82850,10 @@ "logsource.product": "No established product", "refs": [ "https://github.com/httpvoid/writeups/blob/62d3751945289d088ccfdf4d0ffbf61598a2cd7d/Confluence-RCE.md", - "https://twitter.com/httpvoid0x2f/status/1532924261035384832", - "https://medium.com/geekculture/text4shell-exploit-walkthrough-ebc02a01f035", "https://www.rapid7.com/blog/post/2022/06/02/active-exploitation-of-confluence-cve-2022-26134/", + "https://medium.com/geekculture/text4shell-exploit-walkthrough-ebc02a01f035", "https://www.rapid7.com/blog/post/2021/09/02/active-exploitation-of-confluence-server-cve-2021-26084/", + "https://twitter.com/httpvoid0x2f/status/1532924261035384832", "https://github.com/SigmaHQ/sigma/tree/master/rules/web/webserver_generic/web_java_payload_in_access_logs.yml" ], "tags": [ @@ -82699,8 +82888,8 @@ "logsource.category": "webserver", "logsource.product": "No established product", "refs": [ - "https://github.com/sensepost/reGeorg", "https://community.rsa.com/community/products/netwitness/blog/2019/02/19/web-shells-and-netwitness-part-3", + "https://github.com/sensepost/reGeorg", "https://github.com/SigmaHQ/sigma/tree/master/rules/web/webserver_generic/web_webshell_regeorg.yml" ], "tags": [ @@ -82733,8 +82922,8 @@ "logsource.category": "webserver", "logsource.product": "No established product", "refs": [ - "https://github.com/pimps/JNDI-Exploit-Kit", "https://githubmemory.com/repo/FunctFan/JNDIExploit", + "https://github.com/pimps/JNDI-Exploit-Kit", "https://github.com/SigmaHQ/sigma/tree/master/rules/web/webserver_generic/web_jndi_exploit.yml" ], "tags": [ @@ -82803,9 +82992,9 @@ "logsource.category": "webserver", "logsource.product": "No established product", "refs": [ - "https://github.com/lanmaster53/recon-ng/blob/9e907dfe09fce2997f0301d746796408e01a60b7/recon/core/base.py#L92", "https://github.com/xmendez/wfuzz/blob/1b695ee9a87d66a7d7bf6cae70d60a33fae51541/docs/user/basicusage.rst", "https://github.com/wpscanteam/wpscan/blob/196fbab5b1ce3870a43515153d4f07878a89d410/lib/wpscan/browser.rb", + "https://github.com/lanmaster53/recon-ng/blob/9e907dfe09fce2997f0301d746796408e01a60b7/recon/core/base.py#L92", "https://github.com/SigmaHQ/sigma/tree/master/rules/web/webserver_generic/web_susp_useragents.yml" ], "tags": [ @@ -82839,8 +83028,8 @@ "logsource.category": "webserver", "logsource.product": "No established product", "refs": [ - "https://book.hacktricks.xyz/pentesting-web/ssti-server-side-template-injection", "https://github.com/payloadbox/ssti-payloads", + "https://book.hacktricks.xyz/pentesting-web/ssti-server-side-template-injection", "https://github.com/SigmaHQ/sigma/tree/master/rules/web/webserver_generic/web_ssti_in_access_logs.yml" ], "tags": [ @@ -82909,8 +83098,8 @@ "logsource.category": "webserver", "logsource.product": "No established product", "refs": [ - "https://bad-jubies.github.io/RCE-NOW-WHAT/", "https://m365internals.com/2022/10/07/hunting-in-on-premises-exchange-server-logs/", + "https://bad-jubies.github.io/RCE-NOW-WHAT/", "https://github.com/SigmaHQ/sigma/tree/master/rules/web/webserver_generic/web_win_webshells_in_access_logs.yml" ], "tags": [ @@ -82946,9 +83135,9 @@ "logsource.product": "No established product", "refs": [ "https://www.acunetix.com/blog/articles/using-logs-to-investigate-a-web-application-attack/", - "https://book.hacktricks.xyz/pentesting-web/sql-injection/mysql-injection", - "https://brightsec.com/blog/sql-injection-payloads/", "https://github.com/payloadbox/sql-injection-payload-list", + "https://brightsec.com/blog/sql-injection-payloads/", + "https://book.hacktricks.xyz/pentesting-web/sql-injection/mysql-injection", "https://www.acunetix.com/blog/articles/exploiting-sql-injection-example/", "https://github.com/SigmaHQ/sigma/tree/master/rules/web/webserver_generic/web_sql_injection_in_access_logs.yml" ], @@ -83051,9 +83240,9 @@ "logsource.category": "webserver", "logsource.product": "No established product", "refs": [ + "https://www.exploit-db.com/exploits/19525", "https://github.com/lijiejie/IIS_shortname_Scanner", "https://github.com/projectdiscovery/nuclei-templates/blob/9d2889356eebba661c8407038e430759dfd4ec31/fuzzing/iis-shortname.yaml", - "https://www.exploit-db.com/exploits/19525", "https://github.com/SigmaHQ/sigma/tree/master/rules/web/webserver_generic/web_iis_tilt_shortname_scan.yml" ], "tags": [ @@ -83119,8 +83308,8 @@ "logsource.category": "application", "logsource.product": "jvm", "refs": [ - "https://secariolabs.com/research/analysing-and-reproducing-poc-for-log4j-2-15-0", "https://www.wix.engineering/post/threat-and-vulnerability-hunting-with-application-server-error-logs", + "https://secariolabs.com/research/analysing-and-reproducing-poc-for-log4j-2-15-0", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/jvm/java_jndi_injection_exploitation_attempt.yml" ], "tags": [ @@ -83186,8 +83375,8 @@ "logsource.category": "application", "logsource.product": "jvm", "refs": [ - "https://rules.sonarsource.com/java/RSPEC-2755", "https://owasp.org/www-community/vulnerabilities/XML_External_Entity_(XXE)_Processing", + "https://rules.sonarsource.com/java/RSPEC-2755", "https://www.wix.engineering/post/threat-and-vulnerability-hunting-with-application-server-error-logs", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/jvm/java_xxe_exploitation_attempt.yml" ], @@ -83357,9 +83546,9 @@ "logsource.product": "ruby_on_rails", "refs": [ "https://github.com/rails/rails/blob/cd08e6bcc4cd8948fe01e0be1ea0c7ca60373a25/actionpack/lib/action_dispatch/middleware/exception_wrapper.rb", + "http://guides.rubyonrails.org/action_controller_overview.html", "https://stackoverflow.com/questions/25892194/does-rails-come-with-a-not-authorized-exception", "http://edgeguides.rubyonrails.org/security.html", - "http://guides.rubyonrails.org/action_controller_overview.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/ruby/appframework_ruby_on_rails_exceptions.yml" ], "tags": [ @@ -83393,8 +83582,8 @@ "logsource.category": "application", "logsource.product": "velocity", "refs": [ - "https://www.wix.engineering/post/threat-and-vulnerability-hunting-with-application-server-error-logs", "https://antgarsil.github.io/posts/velocity/", + "https://www.wix.engineering/post/threat-and-vulnerability-hunting-with-application-server-error-logs", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/velocity/velocity_ssti_injection.yml" ], "tags": [ @@ -83460,8 +83649,8 @@ "logsource.category": "application", "logsource.product": "django", "refs": [ - "https://docs.djangoproject.com/en/1.11/topics/logging/#django-security", "https://docs.djangoproject.com/en/1.11/ref/exceptions/", + "https://docs.djangoproject.com/en/1.11/topics/logging/#django-security", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/django/appframework_django_exceptions.yml" ], "tags": [ @@ -83527,8 +83716,8 @@ "logsource.category": "application", "logsource.product": "opencanary", "refs": [ - "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://opencanary.readthedocs.io/en/latest/starting/configuration.html#services-configuration", + "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/opencanary/opencanary_smb_file_open.yml" ], "tags": [ @@ -83570,8 +83759,8 @@ "logsource.category": "application", "logsource.product": "opencanary", "refs": [ - "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://opencanary.readthedocs.io/en/latest/starting/configuration.html#services-configuration", + "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/opencanary/opencanary_vnc_connection_attempt.yml" ], "tags": [ @@ -83604,8 +83793,8 @@ "logsource.category": "application", "logsource.product": "opencanary", "refs": [ - "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://opencanary.readthedocs.io/en/latest/starting/configuration.html#services-configuration", + "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/opencanary/opencanary_ssh_new_connection.yml" ], "tags": [ @@ -83656,8 +83845,8 @@ "logsource.category": "application", "logsource.product": "opencanary", "refs": [ - "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://opencanary.readthedocs.io/en/latest/starting/configuration.html#services-configuration", + "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/opencanary/opencanary_tftp_request.yml" ], "tags": [ @@ -83690,8 +83879,8 @@ "logsource.category": "application", "logsource.product": "opencanary", "refs": [ - "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://opencanary.readthedocs.io/en/latest/starting/configuration.html#services-configuration", + "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/opencanary/opencanary_ftp_login_attempt.yml" ], "tags": [ @@ -83733,8 +83922,8 @@ "logsource.category": "application", "logsource.product": "opencanary", "refs": [ - "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://opencanary.readthedocs.io/en/latest/starting/configuration.html#services-configuration", + "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/opencanary/opencanary_httpproxy_login_attempt.yml" ], "tags": [ @@ -83768,8 +83957,8 @@ "logsource.category": "application", "logsource.product": "opencanary", "refs": [ - "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://opencanary.readthedocs.io/en/latest/starting/configuration.html#services-configuration", + "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/opencanary/opencanary_http_post_login_attempt.yml" ], "tags": [ @@ -83802,8 +83991,8 @@ "logsource.category": "application", "logsource.product": "opencanary", "refs": [ - "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://opencanary.readthedocs.io/en/latest/starting/configuration.html#services-configuration", + "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/opencanary/opencanary_git_clone_request.yml" ], "tags": [ @@ -83836,8 +84025,8 @@ "logsource.category": "application", "logsource.product": "opencanary", "refs": [ - "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://opencanary.readthedocs.io/en/latest/starting/configuration.html#services-configuration", + "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/opencanary/opencanary_snmp_cmd.yml" ], "tags": [ @@ -83879,8 +84068,8 @@ "logsource.category": "application", "logsource.product": "opencanary", "refs": [ - "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://opencanary.readthedocs.io/en/latest/starting/configuration.html#services-configuration", + "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/opencanary/opencanary_sip_request.yml" ], "tags": [ @@ -83913,8 +84102,8 @@ "logsource.category": "application", "logsource.product": "opencanary", "refs": [ - "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://opencanary.readthedocs.io/en/latest/starting/configuration.html#services-configuration", + "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/opencanary/opencanary_ssh_login_attempt.yml" ], "tags": [ @@ -83965,8 +84154,8 @@ "logsource.category": "application", "logsource.product": "opencanary", "refs": [ - "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://opencanary.readthedocs.io/en/latest/starting/configuration.html#services-configuration", + "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/opencanary/opencanary_mysql_login_attempt.yml" ], "tags": [ @@ -84008,8 +84197,8 @@ "logsource.category": "application", "logsource.product": "opencanary", "refs": [ - "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://opencanary.readthedocs.io/en/latest/starting/configuration.html#services-configuration", + "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/opencanary/opencanary_redis_command.yml" ], "tags": [ @@ -84051,8 +84240,8 @@ "logsource.category": "application", "logsource.product": "opencanary", "refs": [ - "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://opencanary.readthedocs.io/en/latest/starting/configuration.html#services-configuration", + "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/opencanary/opencanary_mssql_login_sqlauth.yml" ], "tags": [ @@ -84094,8 +84283,8 @@ "logsource.category": "application", "logsource.product": "opencanary", "refs": [ - "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://opencanary.readthedocs.io/en/latest/starting/configuration.html#services-configuration", + "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/opencanary/opencanary_telnet_login_attempt.yml" ], "tags": [ @@ -84137,8 +84326,8 @@ "logsource.category": "application", "logsource.product": "opencanary", "refs": [ - "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://opencanary.readthedocs.io/en/latest/starting/configuration.html#services-configuration", + "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/opencanary/opencanary_mssql_login_winauth.yml" ], "tags": [ @@ -84180,8 +84369,8 @@ "logsource.category": "application", "logsource.product": "opencanary", "refs": [ - "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://opencanary.readthedocs.io/en/latest/starting/configuration.html#services-configuration", + "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/opencanary/opencanary_http_get.yml" ], "tags": [ @@ -84214,8 +84403,8 @@ "logsource.category": "application", "logsource.product": "opencanary", "refs": [ - "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://opencanary.readthedocs.io/en/latest/starting/configuration.html#services-configuration", + "https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/opencanary/opencanary_ntp_monlist.yml" ], "tags": [ @@ -84481,10 +84670,10 @@ "logsource.category": "application", "logsource.product": "kubernetes", "refs": [ - "https://www.elastic.co/guide/en/security/current/kubernetes-pod-created-with-hostnetwork.html", - "https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_finding-types-kubernetes.html#privilegeescalation-kubernetes-privilegedcontainer", - "https://microsoft.github.io/Threat-Matrix-for-Kubernetes/techniques/Privileged%20container/", "https://www.elastic.co/guide/en/security/current/kubernetes-container-created-with-excessive-linux-capabilities.html", + "https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_finding-types-kubernetes.html#privilegeescalation-kubernetes-privilegedcontainer", + "https://www.elastic.co/guide/en/security/current/kubernetes-pod-created-with-hostnetwork.html", + "https://microsoft.github.io/Threat-Matrix-for-Kubernetes/techniques/Privileged%20container/", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/kubernetes/audit/kubernetes_audit_privileged_pod_creation.yml" ], "tags": [ @@ -84548,8 +84737,8 @@ "logsource.category": "application", "logsource.product": "kubernetes", "refs": [ - "https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch", "https://microsoft.github.io/Threat-Matrix-for-Kubernetes/techniques/Sidecar%20Injection/", + "https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/kubernetes/audit/kubernetes_audit_sidecar_injection.yml" ], "tags": [ @@ -84631,10 +84820,10 @@ "logsource.category": "application", "logsource.product": "rpc_firewall", "refs": [ - "https://github.com/jsecurity101/MSRPC-to-ATTACK/blob/ddd4608fe8684fcf2fcf9b48c5f0b3c28097f8a3/documents/MS-EFSR.md", "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-36942", - "https://zeronetworks.com/blog/stopping-lateral-movement-via-the-rpc-firewall/", + "https://github.com/jsecurity101/MSRPC-to-ATTACK/blob/ddd4608fe8684fcf2fcf9b48c5f0b3c28097f8a3/documents/MS-EFSR.md", "https://github.com/zeronetworks/rpcfirewall", + "https://zeronetworks.com/blog/stopping-lateral-movement-via-the-rpc-firewall/", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/rpc_firewall/rpc_firewall_efs_abuse.yml" ], "tags": [ @@ -84657,9 +84846,9 @@ "logsource.category": "application", "logsource.product": "rpc_firewall", "refs": [ - "https://zeronetworks.com/blog/stopping-lateral-movement-via-the-rpc-firewall/", - "https://github.com/zeronetworks/rpcfirewall", "https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-srvs/accf23b0-0f57-441c-9185-43041f1b0ee9", + "https://github.com/zeronetworks/rpcfirewall", + "https://zeronetworks.com/blog/stopping-lateral-movement-via-the-rpc-firewall/", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/rpc_firewall/rpc_firewall_remote_dcom_or_wmi.yml" ], "tags": [ @@ -84788,10 +84977,10 @@ "logsource.category": "application", "logsource.product": "rpc_firewall", "refs": [ - "https://github.com/jsecurity101/MSRPC-to-ATTACK/blob/ddd4608fe8684fcf2fcf9b48c5f0b3c28097f8a3/documents/MS-WKST.md", "https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wkst/55118c55-2122-4ef9-8664-0c1ff9e168f3", - "https://zeronetworks.com/blog/stopping-lateral-movement-via-the-rpc-firewall/", + "https://github.com/jsecurity101/MSRPC-to-ATTACK/blob/ddd4608fe8684fcf2fcf9b48c5f0b3c28097f8a3/documents/MS-WKST.md", "https://github.com/zeronetworks/rpcfirewall", + "https://zeronetworks.com/blog/stopping-lateral-movement-via-the-rpc-firewall/", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/rpc_firewall/rpc_firewall_sharphound_recon_account.yml" ], "tags": [ @@ -84826,10 +85015,10 @@ "refs": [ "https://zeronetworks.com/blog/stopping-lateral-movement-via-the-rpc-firewall/", "https://github.com/jsecurity101/MSRPC-to-ATTACK/blob/ddd4608fe8684fcf2fcf9b48c5f0b3c28097f8a3/documents/MS-RPRN-PAR.md", - "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-34527", - "https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-rprn/d42db7d5-f141-4466-8f47-0a4be14e2fc1", - "https://github.com/zeronetworks/rpcfirewall", "https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-pan/e44d984c-07d3-414c-8ffc-f8c8ad8512a8", + "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-34527", + "https://github.com/zeronetworks/rpcfirewall", + "https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-rprn/d42db7d5-f141-4466-8f47-0a4be14e2fc1", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/rpc_firewall/rpc_firewall_printing_lateral_movement.yml" ], "tags": [ @@ -84896,10 +85085,10 @@ "logsource.category": "application", "logsource.product": "rpc_firewall", "refs": [ + "https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-srvs/accf23b0-0f57-441c-9185-43041f1b0ee9", "https://github.com/zeronetworks/rpcfirewall", "https://zeronetworks.com/blog/stopping-lateral-movement-via-the-rpc-firewall/", "https://github.com/jsecurity101/MSRPC-to-ATTACK/blob/ddd4608fe8684fcf2fcf9b48c5f0b3c28097f8a3/documents/MS-SCMR.md", - "https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-srvs/accf23b0-0f57-441c-9185-43041f1b0ee9", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/rpc_firewall/rpc_firewall_remote_service_lateral_movement.yml" ], "tags": [ @@ -84932,10 +85121,10 @@ "logsource.category": "application", "logsource.product": "rpc_firewall", "refs": [ - "https://github.com/jsecurity101/MSRPC-to-ATTACK/blob/ddd4608fe8684fcf2fcf9b48c5f0b3c28097f8a3/documents/MS-DRSR.md", "https://zeronetworks.com/blog/stopping-lateral-movement-via-the-rpc-firewall/", - "https://github.com/zeronetworks/rpcfirewall", "https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-drsr/f977faaa-673e-4f66-b9bf-48c640241d47?redirectedfrom=MSDN", + "https://github.com/jsecurity101/MSRPC-to-ATTACK/blob/ddd4608fe8684fcf2fcf9b48c5f0b3c28097f8a3/documents/MS-DRSR.md", + "https://github.com/zeronetworks/rpcfirewall", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/rpc_firewall/rpc_firewall_dcsync_attack.yml" ], "tags": [ @@ -84995,8 +85184,8 @@ "logsource.product": "rpc_firewall", "refs": [ "https://zeronetworks.com/blog/stopping-lateral-movement-via-the-rpc-firewall/", - "https://github.com/jsecurity101/MSRPC-to-ATTACK/blob/ddd4608fe8684fcf2fcf9b48c5f0b3c28097f8a3/documents/MS-RRP.md", "https://github.com/zeronetworks/rpcfirewall", + "https://github.com/jsecurity101/MSRPC-to-ATTACK/blob/ddd4608fe8684fcf2fcf9b48c5f0b3c28097f8a3/documents/MS-RRP.md", "https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-rrp/0fa3191d-bb79-490a-81bd-54c2601b7a78", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/rpc_firewall/rpc_firewall_remote_registry_lateral_movement.yml" ], @@ -85057,8 +85246,8 @@ "logsource.product": "rpc_firewall", "refs": [ "https://zeronetworks.com/blog/stopping-lateral-movement-via-the-rpc-firewall/", - "https://github.com/jsecurity101/MSRPC-to-ATTACK/blob/ddd4608fe8684fcf2fcf9b48c5f0b3c28097f8a3/documents/MS-RRP.md", "https://github.com/zeronetworks/rpcfirewall", + "https://github.com/jsecurity101/MSRPC-to-ATTACK/blob/ddd4608fe8684fcf2fcf9b48c5f0b3c28097f8a3/documents/MS-RRP.md", "https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-rrp/0fa3191d-bb79-490a-81bd-54c2601b7a78", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/rpc_firewall/rpc_firewall_remote_registry_recon.yml" ], @@ -85082,10 +85271,10 @@ "logsource.category": "application", "logsource.product": "rpc_firewall", "refs": [ - "https://zeronetworks.com/blog/stopping-lateral-movement-via-the-rpc-firewall/", - "https://github.com/zeronetworks/rpcfirewall", "https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-srvs/accf23b0-0f57-441c-9185-43041f1b0ee9", + "https://github.com/zeronetworks/rpcfirewall", "https://github.com/jsecurity101/MSRPC-to-ATTACK/blob/ddd4608fe8684fcf2fcf9b48c5f0b3c28097f8a3/documents/MS-SRVS.md", + "https://zeronetworks.com/blog/stopping-lateral-movement-via-the-rpc-firewall/", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/rpc_firewall/rpc_firewall_remote_server_service_abuse.yml" ], "tags": [ @@ -85108,10 +85297,10 @@ "logsource.category": "application", "logsource.product": "rpc_firewall", "refs": [ - "https://github.com/zeronetworks/rpcfirewall", - "https://zeronetworks.com/blog/stopping-lateral-movement-via-the-rpc-firewall/", "https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-srvs/02b1f559-fda2-4ba3-94c2-806eb2777183", "https://github.com/jsecurity101/MSRPC-to-ATTACK/blob/ddd4608fe8684fcf2fcf9b48c5f0b3c28097f8a3/documents/MS-SRVS.md", + "https://github.com/zeronetworks/rpcfirewall", + "https://zeronetworks.com/blog/stopping-lateral-movement-via-the-rpc-firewall/", "https://github.com/SigmaHQ/sigma/tree/master/rules/application/rpc_firewall/rpc_firewall_sharphound_recon_sessions.yml" ], "tags": [ @@ -85247,9 +85436,9 @@ "logsource.product": "macos", "refs": [ "https://ss64.com/osx/csrutil.html", + "https://www.welivesecurity.com/2017/10/20/osx-proton-supply-chain-attack-elmedia/", "https://www.virustotal.com/gui/file/05a2adb266ec6c0ba9ed176d87d8530e71e845348c13caf9f60049760c312cd3/behavior", "https://objective-see.org/blog/blog_0x6D.html", - "https://www.welivesecurity.com/2017/10/20/osx-proton-supply-chain-attack-elmedia/", "https://github.com/SigmaHQ/sigma/tree/master/rules/macos/process_creation/proc_creation_macos_csrutil_disable.yml" ], "tags": [ @@ -85423,10 +85612,10 @@ "logsource.category": "process_creation", "logsource.product": "macos", "refs": [ - "https://www.trendmicro.com/en_ph/research/20/k/new-macos-backdoor-connected-to-oceanlotus-surfaces.html", - "https://www.virustotal.com/gui/file/4ffdc72d1ff1ee8228e31691020fc275afd1baee5a985403a71ca8c7bd36e2e4/behavior", - "https://www.virustotal.com/gui/file/5907d59ec1303cfb5c0a0f4aaca3efc0830707d86c732ba6b9e842b5730b95dc/behavior", "https://www.virustotal.com/gui/file/0373d78db6c3c0f6f6dcc409821bf89e1ad8c165d6f95c5c80ecdce2219627d7/behavior", + "https://www.trendmicro.com/en_ph/research/20/k/new-macos-backdoor-connected-to-oceanlotus-surfaces.html", + "https://www.virustotal.com/gui/file/5907d59ec1303cfb5c0a0f4aaca3efc0830707d86c732ba6b9e842b5730b95dc/behavior", + "https://www.virustotal.com/gui/file/4ffdc72d1ff1ee8228e31691020fc275afd1baee5a985403a71ca8c7bd36e2e4/behavior", "https://github.com/SigmaHQ/sigma/tree/master/rules/macos/process_creation/proc_creation_macos_ioreg_discovery.yml" ], "tags": [ @@ -85459,9 +85648,9 @@ "logsource.category": "process_creation", "logsource.product": "macos", "refs": [ - "https://github.com/elastic/protections-artifacts/commit/746086721fd385d9f5c6647cada1788db4aea95f#diff-c68a1fcbf7a3f80c87225d7fdc031f691e9f3b6a14a36754be00762bfe6eae97", "https://www.microsoft.com/security/blog/2022/02/02/the-evolution-of-a-mac-trojan-updateagents-progression/", "https://malpedia.caad.fkie.fraunhofer.de/details/osx.xcsset", + "https://github.com/elastic/protections-artifacts/commit/746086721fd385d9f5c6647cada1788db4aea95f#diff-c68a1fcbf7a3f80c87225d7fdc031f691e9f3b6a14a36754be00762bfe6eae97", "https://github.com/SigmaHQ/sigma/tree/master/rules/macos/process_creation/proc_creation_macos_wizardupdate_malware_infection.yml" ], "tags": [ @@ -85505,6 +85694,40 @@ "uuid": "adc9bcc4-c39c-4f6b-a711-1884017bf043", "value": "Network Sniffing - MacOs" }, + { + "description": "Detects disabling of Time Machine (Apple's automated backup utility software) via the native macOS backup utility \"tmutil\".\nAn attacker can use this to prevent backups from occurring.\n", + "meta": { + "author": "Pratinav Chandra", + "creation_date": "2024/05/29", + "falsepositive": [ + "Legitimate administrator activity" + ], + "filename": "proc_creation_macos_tmutil_disable_backup.yml", + "level": "medium", + "logsource.category": "process_creation", + "logsource.product": "macos", + "refs": [ + "https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1490/T1490.md#atomic-test-12---disable-time-machine", + "https://www.loobins.io/binaries/tmutil/", + "https://github.com/SigmaHQ/sigma/tree/master/rules/macos/process_creation/proc_creation_macos_tmutil_disable_backup.yml" + ], + "tags": [ + "attack.impact", + "attack.t1490" + ] + }, + "related": [ + { + "dest-uuid": "f5d8eed6-48a9-4cdf-a3d7-d1ffa99c3d2a", + "tags": [ + "estimative-language:likelihood-probability=\"almost-certain\"" + ], + "type": "related-to" + } + ], + "uuid": "2c95fa8a-8b8d-4787-afce-7117ceb8e3da", + "value": "Time Machine Backup Disabled Via Tmutil - MacOS" + }, { "description": "Detects execution of the \"jamf\" binary to create user accounts and run commands. For example, the binary can be abused by attackers on the system in order to bypass security controls or remove application control polices.\n", "meta": { @@ -85518,8 +85741,8 @@ "logsource.category": "process_creation", "logsource.product": "macos", "refs": [ - "https://github.com/MythicAgents/typhon/", "https://www.zoocoup.org/casper/jamf_cheatsheet.pdf", + "https://github.com/MythicAgents/typhon/", "https://docs.jamf.com/10.30.0/jamf-pro/administrator-guide/Components_Installed_on_Managed_Computers.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/macos/process_creation/proc_creation_macos_jamf_usage.yml" ], @@ -85578,8 +85801,8 @@ "logsource.category": "process_creation", "logsource.product": "macos", "refs": [ - "https://www.loobins.io/binaries/launchctl/", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1569.001/T1569.001.md", + "https://www.loobins.io/binaries/launchctl/", "https://www.welivesecurity.com/2020/07/16/mac-cryptocurrency-trading-application-rebranded-bundled-malware/", "https://www.sentinelone.com/labs/20-common-tools-techniques-used-by-macos-threat-actors-malware/", "https://www.trendmicro.com/en_us/research/18/d/new-macos-backdoor-linked-to-oceanlotus-found.html", @@ -85632,8 +85855,8 @@ "logsource.category": "process_creation", "logsource.product": "macos", "refs": [ - "https://ss64.com/osx/sysadminctl.html", "https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1078.003/T1078.003.md#atomic-test-3---create-local-account-with-admin-privileges-using-sysadminctl-utility---macos", + "https://ss64.com/osx/sysadminctl.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/macos/process_creation/proc_creation_macos_sysadminctl_add_user_to_admin_group.yml" ], "tags": [ @@ -85701,9 +85924,9 @@ "logsource.category": "process_creation", "logsource.product": "macos", "refs": [ + "https://www.virustotal.com/gui/file/d3fa64f63563fe958b75238742d1e473800cb5f49f5cb79d38d4aa3c93709026/behavior", "https://ss64.com/osx/sw_vers.html", "https://www.virustotal.com/gui/file/03b71eaceadea05bc0eea5cddecaa05f245126d6b16cfcd0f3ba0442ac58dab3/behavior", - "https://www.virustotal.com/gui/file/d3fa64f63563fe958b75238742d1e473800cb5f49f5cb79d38d4aa3c93709026/behavior", "https://github.com/SigmaHQ/sigma/tree/master/rules/macos/process_creation/proc_creation_macos_swvers_discovery.yml" ], "tags": [ @@ -85736,8 +85959,8 @@ "logsource.category": "process_creation", "logsource.product": "macos", "refs": [ - "https://github.com/MythicAgents/typhon/", "https://www.zoocoup.org/casper/jamf_cheatsheet.pdf", + "https://github.com/MythicAgents/typhon/", "https://docs.jamf.com/10.30.0/jamf-pro/administrator-guide/Components_Installed_on_Managed_Computers.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/macos/process_creation/proc_creation_macos_jamf_susp_child.yml" ], @@ -85761,8 +85984,8 @@ "logsource.category": "process_creation", "logsource.product": "macos", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1078.003/T1078.003.md#atomic-test-2---create-local-account-with-admin-privileges---macos", "https://ss64.com/osx/dscl.html", + "https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1078.003/T1078.003.md#atomic-test-2---create-local-account-with-admin-privileges---macos", "https://github.com/SigmaHQ/sigma/tree/master/rules/macos/process_creation/proc_creation_macos_dscl_add_user_to_admin_group.yml" ], "tags": [ @@ -85796,8 +86019,8 @@ "logsource.category": "process_creation", "logsource.product": "macos", "refs": [ - "https://github.com/elastic/detection-rules/blob/4312d8c9583be524578a14fe6295c3370b9a9307/rules/macos/persistence_enable_root_account.toml", "https://github.com/redcanaryco/atomic-red-team/blob/b27a3cb25025161d49ac861cb216db68c46a3537/atomics/T1078.003/T1078.003.md", + "https://github.com/elastic/detection-rules/blob/4312d8c9583be524578a14fe6295c3370b9a9307/rules/macos/persistence_enable_root_account.toml", "https://ss64.com/osx/dsenableroot.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/macos/process_creation/proc_creation_macos_dsenableroot_enable_root_account.yml" ], @@ -86039,13 +86262,13 @@ "logsource.category": "process_creation", "logsource.product": "macos", "refs": [ - "https://www.loobins.io/binaries/sysctl/#", - "https://www.virustotal.com/gui/file/1c547a064494a35d6b5e6b459de183ab2720a22725e082bed6f6629211f7abc1/behavior", "https://evasions.checkpoint.com/techniques/macos.html", - "https://www.virustotal.com/gui/file/b4b1fc65f87b3dcfa35e2dbe8e0a34ad9d8a400bec332025c0a2e200671038aa/behavior", - "https://objective-see.org/blog/blog_0x1E.html", - "https://www.sentinelone.com/labs/20-common-tools-techniques-used-by-macos-threat-actors-malware/", + "https://www.loobins.io/binaries/sysctl/#", "https://www.welivesecurity.com/2019/04/09/oceanlotus-macos-malware-update/", + "https://objective-see.org/blog/blog_0x1E.html", + "https://www.virustotal.com/gui/file/b4b1fc65f87b3dcfa35e2dbe8e0a34ad9d8a400bec332025c0a2e200671038aa/behavior", + "https://www.sentinelone.com/labs/20-common-tools-techniques-used-by-macos-threat-actors-malware/", + "https://www.virustotal.com/gui/file/1c547a064494a35d6b5e6b459de183ab2720a22725e082bed6f6629211f7abc1/behavior", "https://github.com/SigmaHQ/sigma/tree/master/rules/macos/process_creation/proc_creation_macos_sysctl_discovery.yml" ], "tags": [ @@ -86223,8 +86446,8 @@ "logsource.category": "process_creation", "logsource.product": "macos", "refs": [ - "https://objective-see.org/blog/blog_0x4B.html", "https://redcanary.com/blog/applescript/", + "https://objective-see.org/blog/blog_0x4B.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/macos/process_creation/proc_creation_macos_office_susp_child_processes.yml" ], "tags": [ @@ -86348,8 +86571,8 @@ "logsource.category": "process_creation", "logsource.product": "macos", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1059.002/T1059.002.md", "https://redcanary.com/blog/applescript/", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1059.002/T1059.002.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/macos/process_creation/proc_creation_macos_applescript.yml" ], "tags": [ @@ -86416,9 +86639,9 @@ "logsource.product": "macos", "refs": [ "https://ss64.com/osx/csrutil.html", + "https://www.welivesecurity.com/2017/10/20/osx-proton-supply-chain-attack-elmedia/", "https://www.virustotal.com/gui/file/05a2adb266ec6c0ba9ed176d87d8530e71e845348c13caf9f60049760c312cd3/behavior", "https://objective-see.org/blog/blog_0x6D.html", - "https://www.welivesecurity.com/2017/10/20/osx-proton-supply-chain-attack-elmedia/", "https://github.com/SigmaHQ/sigma/tree/master/rules/macos/process_creation/proc_creation_macos_csrutil_status.yml" ], "tags": [ @@ -86484,8 +86707,8 @@ "logsource.category": "process_creation", "logsource.product": "macos", "refs": [ - "https://wojciechregula.blog/post/macos-red-teaming-initial-access-via-applescript-url/", "https://github.com/elastic/protections-artifacts/commit/746086721fd385d9f5c6647cada1788db4aea95f#diff-7f541fbc4a4a28a92970e8bf53effea5bd934604429112c920affb457f5b2685", + "https://wojciechregula.blog/post/macos-red-teaming-initial-access-via-applescript-url/", "https://github.com/SigmaHQ/sigma/tree/master/rules/macos/process_creation/proc_creation_macos_susp_execution_macos_script_editor.yml" ], "tags": [ @@ -86621,8 +86844,8 @@ "logsource.category": "process_creation", "logsource.product": "macos", "refs": [ - "https://github.com/elastic/detection-rules/blob/4312d8c9583be524578a14fe6295c3370b9a9307/rules/macos/execution_installer_package_spawned_network_event.toml", "https://redcanary.com/blog/clipping-silver-sparrows-wings/", + "https://github.com/elastic/detection-rules/blob/4312d8c9583be524578a14fe6295c3370b9a9307/rules/macos/execution_installer_package_spawned_network_event.toml", "https://github.com/SigmaHQ/sigma/tree/master/rules/macos/process_creation/proc_creation_macos_installer_susp_child_process.yml" ], "tags": [ @@ -86884,6 +87107,42 @@ "uuid": "0250638a-2b28-4541-86fc-ea4c558fa0c6", "value": "Suspicious Browser Child Process - MacOS" }, + { + "description": "Detects the execution of the nscurl utility in order to download files.", + "meta": { + "author": "Daniel Cortez", + "creation_date": "2024/06/04", + "falsepositive": [ + "Legitimate usage of nscurl by administrators and users." + ], + "filename": "proc_creation_macos_nscurl_usage.yml", + "level": "medium", + "logsource.category": "process_creation", + "logsource.product": "macos", + "refs": [ + "https://www.loobins.io/binaries/nscurl/", + "https://www.agnosticdev.com/content/how-diagnose-app-transport-security-issues-using-nscurl-and-openssl", + "https://gist.github.com/nasbench/ca6ef95db04ae04ffd1e0b1ce709cadd", + "https://github.com/SigmaHQ/sigma/tree/master/rules/macos/process_creation/proc_creation_macos_nscurl_usage.yml" + ], + "tags": [ + "attack.defense_evasion", + "attack.command_and_control", + "attack.t1105" + ] + }, + "related": [ + { + "dest-uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "tags": [ + "estimative-language:likelihood-probability=\"almost-certain\"" + ], + "type": "related-to" + } + ], + "uuid": "6d8a7cf1-8085-423b-b87d-7e880faabbdf", + "value": "File Download Via Nscurl - MacOS" + }, { "description": "Detects creation of a hidden user account on macOS (UserID < 500) or with IsHidden option", "meta": { @@ -87031,12 +87290,12 @@ "logsource.category": "process_creation", "logsource.product": "macos", "refs": [ - "https://www.sentinelone.com/wp-content/uploads/pdf-gen/1630910064/20-common-tools-techniques-used-by-macos-threat-actors-malware.pdf", - "https://ss64.com/mac/system_profiler.html", - "https://www.trendmicro.com/en_za/research/20/k/new-macos-backdoor-connected-to-oceanlotus-surfaces.html", "https://objective-see.org/blog/blog_0x62.html", - "https://gist.github.com/nasbench/9a1ba4bc7094ea1b47bc42bf172961af", + "https://www.sentinelone.com/wp-content/uploads/pdf-gen/1630910064/20-common-tools-techniques-used-by-macos-threat-actors-malware.pdf", + "https://www.trendmicro.com/en_za/research/20/k/new-macos-backdoor-connected-to-oceanlotus-surfaces.html", "https://www.welivesecurity.com/2019/04/09/oceanlotus-macos-malware-update/", + "https://ss64.com/mac/system_profiler.html", + "https://gist.github.com/nasbench/9a1ba4bc7094ea1b47bc42bf172961af", "https://github.com/SigmaHQ/sigma/tree/master/rules/macos/process_creation/proc_creation_macos_system_profiler_discovery.yml" ], "tags": [ @@ -87131,6 +87390,40 @@ "uuid": "acf61bd8-d814-4272-81f0-a7a269aa69aa", "value": "Indicator Removal on Host - Clear Mac System Logs" }, + { + "description": "Detects deletion attempts of MacOS Time Machine backups via the native backup utility \"tmutil\".\nAn adversary may perform this action before launching a ransonware attack to prevent the victim from restoring their files.\n", + "meta": { + "author": "Pratinav Chandra", + "creation_date": "2024/05/29", + "falsepositive": [ + "Legitimate activities" + ], + "filename": "proc_creation_macos_tmutil_delete_backup.yml", + "level": "medium", + "logsource.category": "process_creation", + "logsource.product": "macos", + "refs": [ + "https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1490/T1490.md#atomic-test-12---disable-time-machine", + "https://www.loobins.io/binaries/tmutil/", + "https://github.com/SigmaHQ/sigma/tree/master/rules/macos/process_creation/proc_creation_macos_tmutil_delete_backup.yml" + ], + "tags": [ + "attack.impact", + "attack.t1490" + ] + }, + "related": [ + { + "dest-uuid": "f5d8eed6-48a9-4cdf-a3d7-d1ffa99c3d2a", + "tags": [ + "estimative-language:likelihood-probability=\"almost-certain\"" + ], + "type": "related-to" + } + ], + "uuid": "452df256-da78-427a-866f-49fa04417d74", + "value": "Time Machine Backup Deletion Attempt Via Tmutil - MacOS" + }, { "description": "Detects possible collection of data from the clipboard via execution of the osascript binary", "meta": { @@ -87306,6 +87599,40 @@ "uuid": "089dbdf6-b960-4bcc-90e3-ffc3480c20f6", "value": "File and Directory Discovery - MacOS" }, + { + "description": "Detects the addition of a new file or path exclusion to MacOS Time Machine via the \"tmutil\" utility.\nAn adversary could exclude a path from Time Machine backups to prevent certain files from being backed up.\n", + "meta": { + "author": "Pratinav Chandra", + "creation_date": "2024/05/29", + "falsepositive": [ + "Legitimate administrator activity" + ], + "filename": "proc_creation_macos_tmutil_exclude_file_from_backup.yml", + "level": "medium", + "logsource.category": "process_creation", + "logsource.product": "macos", + "refs": [ + "https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1490/T1490.md#atomic-test-12---disable-time-machine", + "https://www.loobins.io/binaries/tmutil/", + "https://github.com/SigmaHQ/sigma/tree/master/rules/macos/process_creation/proc_creation_macos_tmutil_exclude_file_from_backup.yml" + ], + "tags": [ + "attack.impact", + "attack.t1490" + ] + }, + "related": [ + { + "dest-uuid": "f5d8eed6-48a9-4cdf-a3d7-d1ffa99c3d2a", + "tags": [ + "estimative-language:likelihood-probability=\"almost-certain\"" + ], + "type": "related-to" + } + ], + "uuid": "9acf45ed-3a26-4062-bf08-56857613eb52", + "value": "New File Exclusion Added To Time Machine Via Tmutil - MacOS" + }, { "description": "Detects potential persistence activity using LaunchAgents or LaunchDaemons via the PlistBuddy utility", "meta": { @@ -87474,8 +87801,8 @@ "logsource.category": "No established category", "logsource.product": "github", "refs": [ - "https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts", "https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization", + "https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/github/github_disabled_outdated_dependency_or_vulnerability.yml" ], "tags": [ @@ -87792,8 +88119,8 @@ "logsource.category": "No established category", "logsource.product": "okta", "refs": [ - "https://developer.okta.com/docs/reference/api/system-log/", "https://developer.okta.com/docs/reference/api/event-types/", + "https://developer.okta.com/docs/reference/api/system-log/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/okta/okta_policy_rule_modified_or_deleted.yml" ], "tags": [ @@ -87816,8 +88143,8 @@ "logsource.category": "No established category", "logsource.product": "okta", "refs": [ - "https://developer.okta.com/docs/reference/api/system-log/", "https://sec.okta.com/articles/2023/08/cross-tenant-impersonation-prevention-and-detection", + "https://developer.okta.com/docs/reference/api/system-log/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/okta/okta_identity_provider_created.yml" ], "tags": [ @@ -87850,8 +88177,8 @@ "logsource.category": "No established category", "logsource.product": "okta", "refs": [ - "https://developer.okta.com/docs/reference/api/system-log/", "https://developer.okta.com/docs/reference/api/event-types/", + "https://developer.okta.com/docs/reference/api/system-log/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/okta/okta_admin_role_assigned_to_user_or_group.yml" ], "tags": [ @@ -87884,8 +88211,8 @@ "logsource.category": "No established category", "logsource.product": "okta", "refs": [ - "https://www.beyondtrust.com/blog/entry/okta-support-unit-breach", "https://dataconomy.com/2023/10/23/okta-data-breach/", + "https://www.beyondtrust.com/blog/entry/okta-support-unit-breach", "https://blog.cloudflare.com/how-cloudflare-mitigated-yet-another-okta-compromise/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/okta/okta_admin_activity_from_proxy_query.yml" ], @@ -87932,8 +88259,8 @@ "logsource.category": "No established category", "logsource.product": "okta", "refs": [ - "https://developer.okta.com/docs/reference/api/system-log/", "https://www.mitiga.io/blog/how-okta-passwords-can-be-compromised-uncovering-a-risk-to-user-data", + "https://developer.okta.com/docs/reference/api/system-log/", "https://help.okta.com/en-us/Content/Topics/users-groups-profiles/usgp-create-character-restriction.htm", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/okta/okta_password_in_alternateid_field.yml" ], @@ -87967,8 +88294,8 @@ "logsource.category": "No established category", "logsource.product": "okta", "refs": [ - "https://developer.okta.com/docs/reference/api/system-log/", "https://developer.okta.com/docs/reference/api/event-types/", + "https://developer.okta.com/docs/reference/api/system-log/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/okta/okta_application_modified_or_deleted.yml" ], "tags": [ @@ -87991,8 +88318,8 @@ "logsource.category": "No established category", "logsource.product": "okta", "refs": [ - "https://developer.okta.com/docs/reference/api/system-log/", "https://developer.okta.com/docs/reference/api/event-types/", + "https://developer.okta.com/docs/reference/api/system-log/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/okta/okta_api_token_revoked.yml" ], "tags": [ @@ -88015,8 +88342,8 @@ "logsource.category": "No established category", "logsource.product": "okta", "refs": [ - "https://developer.okta.com/docs/reference/api/system-log/", "https://github.com/okta/workflows-templates/blob/master/workflows/suspicious_activity_reported/readme.md", + "https://developer.okta.com/docs/reference/api/system-log/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/okta/okta_suspicious_activity_enduser_report.yml" ], "tags": [ @@ -88049,9 +88376,9 @@ "logsource.category": "No established category", "logsource.product": "okta", "refs": [ + "https://developer.okta.com/docs/reference/api/event-types/", "https://developer.okta.com/docs/reference/api/system-log/", "https://okta.github.io/okta-help/en/prod/Content/Topics/Security/threat-insight/configure-threatinsight-system-log.htm", - "https://developer.okta.com/docs/reference/api/event-types/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/okta/okta_security_threat_detected.yml" ], "tags": [ @@ -88074,8 +88401,8 @@ "logsource.category": "No established category", "logsource.product": "okta", "refs": [ - "https://developer.okta.com/docs/reference/api/system-log/", "https://developer.okta.com/docs/reference/api/event-types/", + "https://developer.okta.com/docs/reference/api/system-log/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/okta/okta_application_sign_on_policy_modified_or_deleted.yml" ], "tags": [ @@ -88098,8 +88425,8 @@ "logsource.category": "No established category", "logsource.product": "okta", "refs": [ - "https://developer.okta.com/docs/reference/api/system-log/", "https://developer.okta.com/docs/reference/api/event-types/", + "https://developer.okta.com/docs/reference/api/system-log/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/okta/okta_api_token_created.yml" ], "tags": [ @@ -88122,8 +88449,8 @@ "logsource.category": "No established category", "logsource.product": "okta", "refs": [ - "https://developer.okta.com/docs/reference/api/system-log/", "https://developer.okta.com/docs/reference/api/event-types/", + "https://developer.okta.com/docs/reference/api/system-log/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/okta/okta_user_account_locked_out.yml" ], "tags": [ @@ -88156,8 +88483,8 @@ "logsource.category": "No established category", "logsource.product": "okta", "refs": [ - "https://developer.okta.com/docs/reference/api/system-log/", "https://developer.okta.com/docs/reference/api/event-types/", + "https://developer.okta.com/docs/reference/api/system-log/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/okta/okta_network_zone_deactivated_or_deleted.yml" ], "tags": [ @@ -88180,8 +88507,8 @@ "logsource.category": "No established category", "logsource.product": "okta", "refs": [ - "https://developer.okta.com/docs/reference/api/system-log/", "https://sec.okta.com/articles/2023/08/cross-tenant-impersonation-prevention-and-detection", + "https://developer.okta.com/docs/reference/api/system-log/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/okta/okta_new_behaviours_admin_console.yml" ], "tags": [ @@ -88214,9 +88541,9 @@ "logsource.category": "No established category", "logsource.product": "okta", "refs": [ - "https://developer.okta.com/docs/reference/api/system-log/", "https://sec.okta.com/fastpassphishingdetection", "https://developer.okta.com/docs/reference/api/event-types/", + "https://developer.okta.com/docs/reference/api/system-log/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/okta/okta_fastpass_phishing_detection.yml" ], "tags": [ @@ -88249,8 +88576,8 @@ "logsource.category": "No established category", "logsource.product": "okta", "refs": [ - "https://developer.okta.com/docs/reference/api/system-log/", "https://developer.okta.com/docs/reference/api/event-types/", + "https://developer.okta.com/docs/reference/api/system-log/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/okta/okta_admin_role_assignment_created.yml" ], "tags": [ @@ -88273,8 +88600,8 @@ "logsource.category": "No established category", "logsource.product": "okta", "refs": [ - "https://developer.okta.com/docs/reference/api/system-log/", "https://developer.okta.com/docs/reference/api/event-types/", + "https://developer.okta.com/docs/reference/api/system-log/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/okta/okta_unauthorized_access_to_app.yml" ], "tags": [ @@ -88299,8 +88626,8 @@ "logsource.category": "No established category", "logsource.product": "okta", "refs": [ - "https://developer.okta.com/docs/reference/api/system-log/", "https://developer.okta.com/docs/reference/api/event-types/", + "https://developer.okta.com/docs/reference/api/system-log/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/okta/okta_policy_modified_or_deleted.yml" ], "tags": [ @@ -88323,8 +88650,8 @@ "logsource.category": "No established category", "logsource.product": "okta", "refs": [ - "https://developer.okta.com/docs/reference/api/system-log/", "https://developer.okta.com/docs/reference/api/event-types/", + "https://developer.okta.com/docs/reference/api/system-log/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/okta/okta_mfa_reset_or_deactivated.yml" ], "tags": [ @@ -88359,8 +88686,8 @@ "logsource.category": "No established category", "logsource.product": "okta", "refs": [ - "https://developer.okta.com/docs/reference/api/system-log/", "https://sec.okta.com/articles/2023/08/cross-tenant-impersonation-prevention-and-detection", + "https://developer.okta.com/docs/reference/api/system-log/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/okta/okta_user_session_start_via_anonymised_proxy.yml" ], "tags": [ @@ -88393,8 +88720,8 @@ "logsource.category": "No established category", "logsource.product": "cisco", "refs": [ - "https://duo.com/docs/adminapi#logs", "https://help.duo.com/s/article/6327?language=en_US", + "https://duo.com/docs/adminapi#logs", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/cisco/duo/cisco_duo_mfa_bypass_via_bypass_code.yml" ], "tags": [ @@ -88697,8 +89024,8 @@ "logsource.category": "No established category", "logsource.product": "aws", "refs": [ - "https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateSAMLProvider.html", "https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithSAML.html", + "https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateSAMLProvider.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/aws/cloudtrail/aws_susp_saml_activity.yml" ], "tags": [ @@ -88757,9 +89084,9 @@ "logsource.category": "No established category", "logsource.product": "aws", "refs": [ - "https://github.com/Lifka/hacking-resources/blob/c2ae355d381bd0c9f0b32c4ead049f44e5b1573f/cloud-hacking-cheat-sheets.md", "https://securitycafe.ro/2022/12/14/aws-enumeration-part-ii-practical-enumeration/", "https://jamesonhacking.blogspot.com/2020/12/pivoting-to-private-aws-s3-buckets.html", + "https://github.com/Lifka/hacking-resources/blob/c2ae355d381bd0c9f0b32c4ead049f44e5b1573f/cloud-hacking-cheat-sheets.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/aws/cloudtrail/aws_enum_buckets.yml" ], "tags": [ @@ -88909,9 +89236,9 @@ "logsource.category": "No established category", "logsource.product": "aws", "refs": [ + "https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_DisableDomainTransferLock.html", "https://docs.aws.amazon.com/Route53/latest/APIReference/API_Operations_Amazon_Route_53.html", "https://github.com/elastic/detection-rules/blob/c76a39796972ecde44cb1da6df47f1b6562c9770/rules/integrations/aws/persistence_route_53_domain_transfer_lock_disabled.toml", - "https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_DisableDomainTransferLock.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/aws/cloudtrail/aws_route_53_domain_transferred_lock_disabled.yml" ], "tags": [ @@ -89087,9 +89414,9 @@ "logsource.category": "No established category", "logsource.product": "aws", "refs": [ - "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiamidentitycentersuccessortoawssinglesign-on.html", "https://docs.aws.amazon.com/singlesignon/latest/userguide/sso-info-in-cloudtrail.html", "https://docs.aws.amazon.com/singlesignon/latest/userguide/app-enablement.html", + "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiamidentitycentersuccessortoawssinglesign-on.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/aws/cloudtrail/aws_sso_idp_change.yml" ], "tags": [ @@ -89297,9 +89624,9 @@ "logsource.category": "No established category", "logsource.product": "aws", "refs": [ - "https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_RegisterTaskDefinition.html", "https://github.com/RhinoSecurityLabs/pacu/blob/866376cd711666c775bbfcde0524c817f2c5b181/pacu/modules/ecs__backdoor_task_def/main.py", "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html", + "https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_RegisterTaskDefinition.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/aws/cloudtrail/aws_ecs_task_definition_cred_endpoint_query.yml" ], "tags": [ @@ -89488,13 +89815,13 @@ "logsource.category": "No established category", "logsource.product": "aws", "refs": [ - "https://docs.aws.amazon.com/AmazonS3/latest/API/API_RestoreObject.html", - "https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLogging.html", - "https://docs.aws.amazon.com/AmazonS3/latest/userguide/setting-repl-config-perm-overview.html", "https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketWebsite.html", - "https://docs.aws.amazon.com/AmazonS3/latest/API/API_Operations.html", - "https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketEncryption.html", "https://github.com/elastic/detection-rules/pull/1145/files", + "https://docs.aws.amazon.com/AmazonS3/latest/userguide/setting-repl-config-perm-overview.html", + "https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketEncryption.html", + "https://docs.aws.amazon.com/AmazonS3/latest/API/API_RestoreObject.html", + "https://docs.aws.amazon.com/AmazonS3/latest/API/API_Operations.html", + "https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLogging.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/aws/cloudtrail/aws_s3_data_management_tampering.yml" ], "tags": [ @@ -89841,9 +90168,9 @@ "logsource.category": "No established category", "logsource.product": "gcp", "refs": [ - "https://cloud.google.com/access-context-manager/docs/audit-logging", "https://cloud.google.com/logging/docs/audit/understanding-audit-logs", "https://cloud.google.com/logging/docs/reference/audit/auditlog/rest/Shared.Types/AuditLog", + "https://cloud.google.com/access-context-manager/docs/audit-logging", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/gcp/audit/gcp_access_policy_deleted.yml" ], "tags": [ @@ -90070,11 +90397,11 @@ "logsource.category": "No established category", "logsource.product": "gcp", "refs": [ + "https://github.com/elastic/detection-rules/pull/1267", "https://cloud.google.com/kubernetes-engine/docs/how-to/audit-logging", + "https://cloud.google.com/kubernetes-engine/docs/how-to/role-based-access-control", "https://kubernetes.io/docs/reference/kubernetes-api/authorization-resources/cluster-role-v1/#ClusterRole", "https://kubernetes.io/docs/reference/access-authn-authz/rbac/", - "https://cloud.google.com/kubernetes-engine/docs/how-to/role-based-access-control", - "https://github.com/elastic/detection-rules/pull/1267", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/gcp/audit/gcp_kubernetes_rolebinding.yml" ], "tags": [ @@ -90098,9 +90425,9 @@ "logsource.category": "No established category", "logsource.product": "gcp", "refs": [ - "https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/", "https://kubernetes.io/docs/concepts/workloads/controllers/job/", "https://cloud.google.com/kubernetes-engine/docs", + "https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/gcp/audit/gcp_kubernetes_cronjob.yml" ], "tags": [ @@ -90192,9 +90519,9 @@ "logsource.category": "No established category", "logsource.product": "gcp", "refs": [ - "https://developers.google.com/admin-sdk/reports/v1/appendix/activity/admin-security-settings#ENFORCE_STRONG_AUTHENTICATION", - "https://cloud.google.com/logging/docs/audit/gsuite-audit-logging#3", "https://developers.google.com/admin-sdk/reports/v1/appendix/activity/admin-security-settings?hl=en#ALLOW_STRONG_AUTHENTICATION", + "https://cloud.google.com/logging/docs/audit/gsuite-audit-logging#3", + "https://developers.google.com/admin-sdk/reports/v1/appendix/activity/admin-security-settings#ENFORCE_STRONG_AUTHENTICATION", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/gcp/gworkspace/gcp_gworkspace_mfa_disabled.yml" ], "tags": [ @@ -90242,8 +90569,8 @@ "logsource.product": "gcp", "refs": [ "https://cloud.google.com/logging/docs/audit/gsuite-audit-logging#3", - "https://developers.google.com/admin-sdk/reports/v1/appendix/activity/admin-domain-settings?hl=en#REMOVE_APPLICATION_FROM_WHITELIST", "https://developers.google.com/admin-sdk/reports/v1/appendix/activity/admin-domain-settings?hl=en#REMOVE_APPLICATION", + "https://developers.google.com/admin-sdk/reports/v1/appendix/activity/admin-domain-settings?hl=en#REMOVE_APPLICATION_FROM_WHITELIST", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/gcp/gworkspace/gcp_gworkspace_application_removed.yml" ], "tags": [ @@ -90266,8 +90593,8 @@ "logsource.category": "No established category", "logsource.product": "gcp", "refs": [ - "https://support.google.com/a/answer/9261439", "https://developers.google.com/admin-sdk/reports/v1/appendix/activity/admin-application-settings", + "https://support.google.com/a/answer/9261439", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/gcp/gworkspace/gcp_gworkspace_application_access_levels_modified.yml" ], "tags": [ @@ -90335,8 +90662,8 @@ "logsource.category": "No established category", "logsource.product": "gcp", "refs": [ - "https://cloud.google.com/logging/docs/audit/gsuite-audit-logging#3", "https://developers.google.com/admin-sdk/reports/v1/appendix/activity/admin-user-settings#GRANT_ADMIN_PRIVILEGE", + "https://cloud.google.com/logging/docs/audit/gsuite-audit-logging#3", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/gcp/gworkspace/gcp_gworkspace_user_granted_admin_privileges.yml" ], "tags": [ @@ -90469,8 +90796,8 @@ "logsource.category": "No established category", "logsource.product": "bitbucket", "refs": [ - "https://confluence.atlassian.com/bitbucketserver/audit-log-events-776640423.html", "https://confluence.atlassian.com/bitbucketserver/global-permissions-776640369.html", + "https://confluence.atlassian.com/bitbucketserver/audit-log-events-776640423.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/bitbucket/audit/bitbucket_audit_global_permissions_change_detected.yml" ], "tags": [ @@ -90547,8 +90874,8 @@ "logsource.category": "No established category", "logsource.product": "bitbucket", "refs": [ - "https://support.atlassian.com/security-and-access-policies/docs/export-user-accounts", "https://confluence.atlassian.com/bitbucketserver/audit-log-events-776640423.html", + "https://support.atlassian.com/security-and-access-policies/docs/export-user-accounts", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/bitbucket/audit/bitbucket_audit_user_details_export_attempt_detected.yml" ], "tags": [ @@ -90810,8 +91137,8 @@ "logsource.category": "No established category", "logsource.product": "bitbucket", "refs": [ - "https://confluence.atlassian.com/bitbucketserver/enable-ssh-access-to-git-repositories-776640358.html", "https://confluence.atlassian.com/bitbucketserver/view-and-configure-the-audit-log-776640417.html", + "https://confluence.atlassian.com/bitbucketserver/enable-ssh-access-to-git-repositories-776640358.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/bitbucket/audit/bitbucket_audit_user_login_failure_via_ssh_detected.yml" ], "tags": [ @@ -90885,8 +91212,8 @@ "logsource.category": "No established category", "logsource.product": "bitbucket", "refs": [ - "https://confluence.atlassian.com/bitbucketserver/audit-log-events-776640423.html", "https://confluence.atlassian.com/bitbucketserver/users-and-groups-776640439.html", + "https://confluence.atlassian.com/bitbucketserver/audit-log-events-776640423.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/bitbucket/audit/bitbucket_audit_user_permissions_export_attempt_detected.yml" ], "tags": [ @@ -90936,10 +91263,10 @@ "logsource.product": "m365", "refs": [ "https://www.sygnia.co/golden-saml-advisory", - "https://www.fireeye.com/content/dam/fireeye-www/blog/pdfs/wp-m-unc2452-2021-000343-01.pdf", - "https://us-cert.cisa.gov/ncas/alerts/aa21-008a", "https://o365blog.com/post/aadbackdoor/", + "https://www.fireeye.com/content/dam/fireeye-www/blog/pdfs/wp-m-unc2452-2021-000343-01.pdf", "https://www.splunk.com/en_us/blog/security/a-golden-saml-journey-solarwinds-continued.html", + "https://us-cert.cisa.gov/ncas/alerts/aa21-008a", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/m365/exchange/microsoft365_new_federated_domain_added_exchange.yml" ], "tags": [ @@ -92092,8 +92419,8 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://posts.specterops.io/passwordless-persistence-and-privilege-escalation-in-azure-98a01310be3f", "https://goodworkaround.com/2022/02/15/digging-into-azure-ad-certificate-based-authentication/", + "https://posts.specterops.io/passwordless-persistence-and-privilege-escalation-in-azure-98a01310be3f", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/audit_logs/azure_ad_new_root_ca_added.yml" ], "tags": [ @@ -92666,8 +92993,8 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://posts.specterops.io/passwordless-persistence-and-privilege-escalation-in-azure-98a01310be3f", "https://goodworkaround.com/2022/02/15/digging-into-azure-ad-certificate-based-authentication/", + "https://posts.specterops.io/passwordless-persistence-and-privilege-escalation-in-azure-98a01310be3f", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/audit_logs/azure_ad_certificate_based_authencation_enabled.yml" ], "tags": [ @@ -92734,8 +93061,8 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://blooteem.com/march-2022", "https://www.microsoft.com/en-us/security/blog/2021/10/26/protect-your-business-from-password-sprays-with-microsoft-dart-recommendations/", + "https://blooteem.com/march-2022", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/signin_logs/azure_ad_suspicious_signin_bypassing_mfa.yml" ], "tags": [ @@ -93678,8 +94005,8 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://learn.microsoft.com/en-us/azure/active-directory/identity-protection/concept-identity-protection-risks#token-issuer-anomaly", + "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/identity_protection/azure_identity_protection_token_issuer_anomaly.yml" ], "tags": [ @@ -93712,8 +94039,8 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://learn.microsoft.com/en-us/azure/active-directory/identity-protection/concept-identity-protection-risks#impossible-travel", + "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/identity_protection/azure_identity_protection_impossible_travel.yml" ], "tags": [ @@ -93749,8 +94076,8 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://learn.microsoft.com/en-us/azure/active-directory/identity-protection/concept-identity-protection-risks#possible-attempt-to-access-primary-refresh-token-prt", + "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/identity_protection/azure_identity_protection_prt_access.yml" ], "tags": [ @@ -93817,8 +94144,8 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://learn.microsoft.com/en-us/azure/active-directory/identity-protection/concept-identity-protection-risks#anomalous-token", + "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/identity_protection/azure_identity_protection_anomalous_token.yml" ], "tags": [ @@ -93851,8 +94178,8 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://learn.microsoft.com/en-us/azure/active-directory/identity-protection/concept-identity-protection-risks#new-country", + "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/identity_protection/azure_identity_protection_new_coutry_region.yml" ], "tags": [ @@ -93956,8 +94283,8 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://learn.microsoft.com/en-us/azure/active-directory/identity-protection/concept-identity-protection-risks#suspicious-browser", + "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/identity_protection/azure_identity_protection_suspicious_browser.yml" ], "tags": [ @@ -93993,8 +94320,8 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://learn.microsoft.com/en-us/azure/active-directory/identity-protection/concept-identity-protection-risks#suspicious-inbox-forwarding", + "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/identity_protection/azure_identity_protection_inbox_forwarding_rule.yml" ], "tags": [ @@ -94027,8 +94354,8 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://learn.microsoft.com/en-us/azure/active-directory/identity-protection/concept-identity-protection-risks#unfamiliar-sign-in-properties", + "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/identity_protection/azure_identity_protection_unfamilar_sign_in.yml" ], "tags": [ @@ -94064,9 +94391,9 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", - "https://learn.microsoft.com/en-us/azure/active-directory/identity-protection/concept-identity-protection-risks#azure-ad-threat-intelligence-user", "https://learn.microsoft.com/en-us/azure/active-directory/identity-protection/concept-identity-protection-risks#azure-ad-threat-intelligence-sign-in", + "https://learn.microsoft.com/en-us/azure/active-directory/identity-protection/concept-identity-protection-risks#azure-ad-threat-intelligence-user", + "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/identity_protection/azure_identity_protection_threat_intel.yml" ], "tags": [ @@ -94102,8 +94429,8 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://learn.microsoft.com/en-us/azure/active-directory/identity-protection/concept-identity-protection-risks#leaked-credentials", + "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/identity_protection/azure_identity_protection_leaked_credentials.yml" ], "tags": [ @@ -94170,8 +94497,8 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://learn.microsoft.com/en-us/azure/active-directory/identity-protection/concept-identity-protection-risks#suspicious-inbox-manipulation-rules", + "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/identity_protection/azure_identity_protection_inbox_manipulation.yml" ], "tags": [ @@ -94204,8 +94531,8 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://learn.microsoft.com/en-us/azure/active-directory/identity-protection/concept-identity-protection-risks#password-spray", + "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/identity_protection/azure_identity_protection_password_spray.yml" ], "tags": [ @@ -94238,8 +94565,8 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://learn.microsoft.com/en-us/graph/api/resources/riskdetection?view=graph-rest-1.0", "https://learn.microsoft.com/en-us/azure/active-directory/identity-protection/concept-identity-protection-risks#anonymous-ip-address", + "https://learn.microsoft.com/en-us/graph/api/resources/riskdetection?view=graph-rest-1.0", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/identity_protection/azure_identity_protection_anonymous_ip_address.yml" ], "tags": [ @@ -94272,8 +94599,8 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://learn.microsoft.com/en-us/azure/active-directory/identity-protection/concept-identity-protection-risks#atypical-travel", + "https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/identity_protection/azure_identity_protection_atypical_travel.yml" ], "tags": [ @@ -94310,8 +94637,8 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://github.com/elastic/detection-rules/blob/065bf48a9987cd8bd826c098a30ce36e6868ee46/rules/integrations/azure/impact_kubernetes_pod_deleted.toml", "https://docs.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations#microsoftkubernetes", + "https://github.com/elastic/detection-rules/blob/065bf48a9987cd8bd826c098a30ce36e6868ee46/rules/integrations/azure/impact_kubernetes_pod_deleted.toml", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/activity_logs/azure_kubernetes_pods_deleted.yml" ], "tags": [ @@ -94335,11 +94662,11 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://www.microsoft.com/security/blog/2021/03/23/secure-containerized-environments-with-updated-threat-matrix-for-kubernetes/", + "https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes/", + "https://medium.com/mitre-engenuity/att-ck-for-containers-now-available-4c2359654bf1", "https://attack.mitre.org/matrices/enterprise/cloud/", "https://docs.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations#microsoftkubernetes", - "https://medium.com/mitre-engenuity/att-ck-for-containers-now-available-4c2359654bf1", - "https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes/", + "https://www.microsoft.com/security/blog/2021/03/23/secure-containerized-environments-with-updated-threat-matrix-for-kubernetes/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/activity_logs/azure_container_registry_created_or_deleted.yml" ], "tags": [ @@ -94388,11 +94715,11 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://www.microsoft.com/security/blog/2021/03/23/secure-containerized-environments-with-updated-threat-matrix-for-kubernetes/", + "https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes/", + "https://medium.com/mitre-engenuity/att-ck-for-containers-now-available-4c2359654bf1", "https://attack.mitre.org/matrices/enterprise/cloud/", "https://docs.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations#microsoftkubernetes", - "https://medium.com/mitre-engenuity/att-ck-for-containers-now-available-4c2359654bf1", - "https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes/", + "https://www.microsoft.com/security/blog/2021/03/23/secure-containerized-environments-with-updated-threat-matrix-for-kubernetes/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/activity_logs/azure_kubernetes_role_access.yml" ], "tags": [ @@ -94415,11 +94742,11 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://www.microsoft.com/security/blog/2021/03/23/secure-containerized-environments-with-updated-threat-matrix-for-kubernetes/", + "https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes/", + "https://medium.com/mitre-engenuity/att-ck-for-containers-now-available-4c2359654bf1", "https://attack.mitre.org/matrices/enterprise/cloud/", "https://docs.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations#microsoftkubernetes", - "https://medium.com/mitre-engenuity/att-ck-for-containers-now-available-4c2359654bf1", - "https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes/", + "https://www.microsoft.com/security/blog/2021/03/23/secure-containerized-environments-with-updated-threat-matrix-for-kubernetes/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/activity_logs/azure_kubernetes_secret_or_config_object_access.yml" ], "tags": [ @@ -95004,11 +95331,11 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://www.microsoft.com/security/blog/2021/03/23/secure-containerized-environments-with-updated-threat-matrix-for-kubernetes/", + "https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes/", + "https://medium.com/mitre-engenuity/att-ck-for-containers-now-available-4c2359654bf1", "https://attack.mitre.org/matrices/enterprise/cloud/", "https://docs.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations#microsoftkubernetes", - "https://medium.com/mitre-engenuity/att-ck-for-containers-now-available-4c2359654bf1", - "https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes/", + "https://www.microsoft.com/security/blog/2021/03/23/secure-containerized-environments-with-updated-threat-matrix-for-kubernetes/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/activity_logs/azure_kubernetes_network_policy_change.yml" ], "tags": [ @@ -95116,11 +95443,11 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://www.microsoft.com/security/blog/2021/03/23/secure-containerized-environments-with-updated-threat-matrix-for-kubernetes/", + "https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes/", + "https://medium.com/mitre-engenuity/att-ck-for-containers-now-available-4c2359654bf1", "https://attack.mitre.org/matrices/enterprise/cloud/", "https://docs.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations#microsoftkubernetes", - "https://medium.com/mitre-engenuity/att-ck-for-containers-now-available-4c2359654bf1", - "https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes/", + "https://www.microsoft.com/security/blog/2021/03/23/secure-containerized-environments-with-updated-threat-matrix-for-kubernetes/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/activity_logs/azure_kubernetes_rolebinding_modified_or_deleted.yml" ], "tags": [ @@ -95268,11 +95595,11 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://www.microsoft.com/security/blog/2021/03/23/secure-containerized-environments-with-updated-threat-matrix-for-kubernetes/", + "https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes/", + "https://medium.com/mitre-engenuity/att-ck-for-containers-now-available-4c2359654bf1", "https://attack.mitre.org/matrices/enterprise/cloud/", "https://docs.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations#microsoftkubernetes", - "https://medium.com/mitre-engenuity/att-ck-for-containers-now-available-4c2359654bf1", - "https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes/", + "https://www.microsoft.com/security/blog/2021/03/23/secure-containerized-environments-with-updated-threat-matrix-for-kubernetes/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/activity_logs/azure_kubernetes_service_account_modified_or_deleted.yml" ], "tags": [ @@ -95306,11 +95633,11 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://www.microsoft.com/security/blog/2021/03/23/secure-containerized-environments-with-updated-threat-matrix-for-kubernetes/", + "https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes/", + "https://medium.com/mitre-engenuity/att-ck-for-containers-now-available-4c2359654bf1", "https://attack.mitre.org/matrices/enterprise/cloud/", "https://docs.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations#microsoftkubernetes", - "https://medium.com/mitre-engenuity/att-ck-for-containers-now-available-4c2359654bf1", - "https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes/", + "https://www.microsoft.com/security/blog/2021/03/23/secure-containerized-environments-with-updated-threat-matrix-for-kubernetes/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/activity_logs/azure_kubernetes_cluster_created_or_deleted.yml" ], "tags": [ @@ -95590,8 +95917,8 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/", "https://kubernetes.io/docs/concepts/workloads/controllers/job/", + "https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/", "https://docs.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations#microsoftkubernetes", "https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes/", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/activity_logs/azure_kubernetes_cronjob.yml" @@ -95628,8 +95955,8 @@ "logsource.category": "No established category", "logsource.product": "azure", "refs": [ - "https://github.com/elastic/detection-rules/blob/da3852b681cf1a33898b1535892eab1f3a76177a/rules/integrations/azure/defense_evasion_kubernetes_events_deleted.toml", "https://docs.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations#microsoftkubernetes", + "https://github.com/elastic/detection-rules/blob/da3852b681cf1a33898b1535892eab1f3a76177a/rules/integrations/azure/defense_evasion_kubernetes_events_deleted.toml", "https://github.com/SigmaHQ/sigma/tree/master/rules/cloud/azure/activity_logs/azure_kubernetes_events_deleted.yml" ], "tags": [ @@ -95906,9 +96233,9 @@ "logsource.category": "No established category", "logsource.product": "qualys", "refs": [ - "https://www.pcisecuritystandards.org/documents/PCI_DSS_v3-2-1.pdf", - "https://nvlpubs.nist.gov/nistpubs/CSWP/NIST.CSWP.04162018.pdf", "https://www.cisecurity.org/controls/cis-controls-list/", + "https://nvlpubs.nist.gov/nistpubs/CSWP/NIST.CSWP.04162018.pdf", + "https://www.pcisecuritystandards.org/documents/PCI_DSS_v3-2-1.pdf", "https://github.com/SigmaHQ/sigma/tree/master/rules/compliance/host_without_firewall.yml" ], "tags": "No established tags" @@ -95929,10 +96256,10 @@ "logsource.category": "No established category", "logsource.product": "qualys", "refs": [ - "https://www.pcisecuritystandards.org/documents/PCI_DSS_v3-2-1.pdf", - "https://nvlpubs.nist.gov/nistpubs/CSWP/NIST.CSWP.04162018.pdf", "https://www.cisecurity.org/controls/cis-controls-list/", "https://community.qualys.com/docs/DOC-6406-reporting-toolbox-focused-search-lists", + "https://nvlpubs.nist.gov/nistpubs/CSWP/NIST.CSWP.04162018.pdf", + "https://www.pcisecuritystandards.org/documents/PCI_DSS_v3-2-1.pdf", "https://github.com/SigmaHQ/sigma/tree/master/rules/compliance/default_credentials_usage.yml" ], "tags": [ @@ -95955,9 +96282,9 @@ "logsource.category": "No established category", "logsource.product": "No established product", "refs": [ - "https://www.pcisecuritystandards.org/documents/PCI_DSS_v3-2-1.pdf", - "https://nvlpubs.nist.gov/nistpubs/CSWP/NIST.CSWP.04162018.pdf", "https://www.cisecurity.org/controls/cis-controls-list/", + "https://nvlpubs.nist.gov/nistpubs/CSWP/NIST.CSWP.04162018.pdf", + "https://www.pcisecuritystandards.org/documents/PCI_DSS_v3-2-1.pdf", "https://github.com/SigmaHQ/sigma/tree/master/rules/compliance/netflow_cleartext_protocols.yml" ], "tags": [ @@ -96025,8 +96352,8 @@ "logsource.category": "antivirus", "logsource.product": "No established product", "refs": [ - "https://www.virustotal.com/gui/file/a4edfbd42595d5bddb442c82a02cf0aaa10893c1bf79ea08b9ce576f82749448", "https://www.virustotal.com/gui/file/5fcda49ee7f202559a6cbbb34edb65c33c9a1e0bde9fa2af06a6f11b55ded619", + "https://www.virustotal.com/gui/file/a4edfbd42595d5bddb442c82a02cf0aaa10893c1bf79ea08b9ce576f82749448", "https://www.nextron-systems.com/?s=antivirus", "https://github.com/SigmaHQ/sigma/tree/master/rules/category/antivirus/av_password_dumper.yml" ], @@ -96117,11 +96444,11 @@ "logsource.category": "antivirus", "logsource.product": "No established product", "refs": [ - "https://www.virustotal.com/gui/file/43b0f7872900bd234975a0877744554f4f355dc57505517abd1ef611e1ce6916", "https://www.virustotal.com/gui/file/554db97ea82f17eba516e6a6fdb9dc04b1d25580a1eb8cb755eeb260ad0bd61d", - "https://www.virustotal.com/gui/file/c312c05ddbd227cbb08958876df2b69d0f7c1b09e5689eb9d93c5b357f63eff7", - "https://www.virustotal.com/gui/file/69fe77dd558e281621418980040e2af89a2547d377d0f2875502005ce22bc95c", "https://www.nextron-systems.com/?s=antivirus", + "https://www.virustotal.com/gui/file/69fe77dd558e281621418980040e2af89a2547d377d0f2875502005ce22bc95c", + "https://www.virustotal.com/gui/file/43b0f7872900bd234975a0877744554f4f355dc57505517abd1ef611e1ce6916", + "https://www.virustotal.com/gui/file/c312c05ddbd227cbb08958876df2b69d0f7c1b09e5689eb9d93c5b357f63eff7", "https://www.virustotal.com/gui/file/20179093c59bca3acc6ce9a4281e8462f577ffd29fd7bf51cf2a70d106062045", "https://github.com/SigmaHQ/sigma/tree/master/rules/category/antivirus/av_ransomware.yml" ], @@ -96154,8 +96481,8 @@ "logsource.category": "antivirus", "logsource.product": "No established product", "refs": [ - "https://www.nextron-systems.com/2021/08/16/antivirus-event-analysis-cheat-sheet-v1-8-2/", "https://www.nextron-systems.com/?s=antivirus", + "https://www.nextron-systems.com/2021/08/16/antivirus-event-analysis-cheat-sheet-v1-8-2/", "https://github.com/SigmaHQ/sigma/tree/master/rules/category/antivirus/av_hacktool.yml" ], "tags": [ @@ -96188,16 +96515,16 @@ "logsource.category": "antivirus", "logsource.product": "No established product", "refs": [ - "https://github.com/tennc/webshell", - "https://www.virustotal.com/gui/file/b8702acf32fd651af9f809ed42d15135f842788cd98d81a8e1b154ee2a2b76a2/detection", - "https://www.virustotal.com/gui/file/b219f7d3c26f8bad7e175934cd5eda4ddb5e3983503e94ff07d39c0666821b7e/detection", - "https://www.virustotal.com/gui/file/13ae8bfbc02254b389ab052aba5e1ba169b16a399d9bc4cb7414c4a73cd7dc78/detection", - "https://www.virustotal.com/gui/file/e841675a4b82250c75273ebf0861245f80c6a1c3d5803c2d995d9d3b18d5c4b5/detection", "https://www.virustotal.com/gui/file/bd1d52289203866645e556e2766a21d2275877fbafa056a76fe0cf884b7f8819/detection", + "https://github.com/tennc/webshell", + "https://www.virustotal.com/gui/file/13ae8bfbc02254b389ab052aba5e1ba169b16a399d9bc4cb7414c4a73cd7dc78/detection", + "https://www.virustotal.com/gui/file/b8702acf32fd651af9f809ed42d15135f842788cd98d81a8e1b154ee2a2b76a2/detection", + "https://www.virustotal.com/gui/file/7d3cb8a8ff28f82b07f382789247329ad2d7782a72dde9867941f13266310c80/detection", "https://www.nextron-systems.com/?s=antivirus", "https://www.virustotal.com/gui/file/308487ed28a3d9abc1fec7ebc812d4b5c07ab025037535421f64c60d3887a3e8/detection", "https://www.virustotal.com/gui/file/a80042c61a0372eaa0c2c1e831adf0d13ef09feaf71d1d20b216156269045801/detection", - "https://www.virustotal.com/gui/file/7d3cb8a8ff28f82b07f382789247329ad2d7782a72dde9867941f13266310c80/detection", + "https://www.virustotal.com/gui/file/b219f7d3c26f8bad7e175934cd5eda4ddb5e3983503e94ff07d39c0666821b7e/detection", + "https://www.virustotal.com/gui/file/e841675a4b82250c75273ebf0861245f80c6a1c3d5803c2d995d9d3b18d5c4b5/detection", "https://github.com/SigmaHQ/sigma/tree/master/rules/category/antivirus/av_webshell.yml" ], "tags": [ @@ -96230,10 +96557,10 @@ "logsource.category": "antivirus", "logsource.product": "No established product", "refs": [ - "https://www.virustotal.com/gui/file/8f8daabe1c8ceb5710949283818e16c4aa8059bf2ce345e2f2c90b8692978424", "https://www.virustotal.com/gui/file/d9669f7e3eb3a9cdf6a750eeb2ba303b5ae148a43e36546896f1d1801e912466", - "https://www.nextron-systems.com/?s=antivirus", "https://www.virustotal.com/gui/file/925b0b28472d4d79b4bf92050e38cc2b8f722691c713fc28743ac38551bc3797", + "https://www.nextron-systems.com/?s=antivirus", + "https://www.virustotal.com/gui/file/8f8daabe1c8ceb5710949283818e16c4aa8059bf2ce345e2f2c90b8692978424", "https://github.com/SigmaHQ/sigma/tree/master/rules/category/antivirus/av_exploiting.yml" ], "tags": [ @@ -96366,10 +96693,10 @@ "logsource.category": "file_event", "logsource.product": "linux", "refs": [ - "https://blogs.jpcert.or.jp/en/2023/05/gobrat.html", - "https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection", "https://jstnk9.github.io/jstnk9/research/GobRAT-Malware/", "https://www.virustotal.com/gui/file/60bcd645450e4c846238cf0e7226dc40c84c96eba99f6b2cffcd0ab4a391c8b3/detection", + "https://blogs.jpcert.or.jp/en/2023/05/gobrat.html", + "https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/file_event/file_event_lnx_susp_shell_script_under_profile_directory.yml" ], "tags": [ @@ -96426,10 +96753,10 @@ "logsource.category": "file_event", "logsource.product": "linux", "refs": [ - "https://blogs.jpcert.or.jp/en/2023/05/gobrat.html", - "https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection", "https://jstnk9.github.io/jstnk9/research/GobRAT-Malware/", "https://www.virustotal.com/gui/file/60bcd645450e4c846238cf0e7226dc40c84c96eba99f6b2cffcd0ab4a391c8b3/detection", + "https://blogs.jpcert.or.jp/en/2023/05/gobrat.html", + "https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/file_event/file_event_lnx_wget_download_file_in_tmp_dir.yml" ], "tags": [ @@ -96552,8 +96879,8 @@ "logsource.category": "No established category", "logsource.product": "linux", "refs": [ - "https://github.com/Neo23x0/auditd/blob/master/audit.rules", "Self Experience", + "https://github.com/Neo23x0/auditd/blob/master/audit.rules", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/auditd/lnx_auditd_auditing_config_change.yml" ], "tags": [ @@ -96628,10 +96955,10 @@ "logsource.category": "No established category", "logsource.product": "linux", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1056.001/T1056.001.md", - "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/security_guide/sec-configuring_pam_for_auditing", - "https://linux.die.net/man/8/pam_tty_audit", "https://access.redhat.com/articles/4409591#audit-record-types-2", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1056.001/T1056.001.md", + "https://linux.die.net/man/8/pam_tty_audit", + "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/security_guide/sec-configuring_pam_for_auditing", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/auditd/lnx_auditd_keylogging_with_pam_d.yml" ], "tags": [ @@ -96806,10 +97133,10 @@ "logsource.category": "No established category", "logsource.product": "linux", "refs": [ + "https://man7.org/linux/man-pages/man8/getcap.8.html", + "https://int0x33.medium.com/day-44-linux-capabilities-privilege-escalation-via-openssl-with-selinux-enabled-and-enforced-74d2bec02099", "https://mn3m.info/posts/suid-vs-capabilities/", "https://www.hackingarticles.in/linux-privilege-escalation-using-capabilities/", - "https://int0x33.medium.com/day-44-linux-capabilities-privilege-escalation-via-openssl-with-selinux-enabled-and-enforced-74d2bec02099", - "https://man7.org/linux/man-pages/man8/getcap.8.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/auditd/lnx_auditd_capabilities_discovery.yml" ], "tags": [ @@ -96950,8 +97277,8 @@ "logsource.category": "No established category", "logsource.product": "linux", "refs": [ - "https://eqllib.readthedocs.io/en/latest/analytics/fd9b987a-1101-4ed3-bda6-a70300eaf57e.html", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1574.006/T1574.006.md", + "https://eqllib.readthedocs.io/en/latest/analytics/fd9b987a-1101-4ed3-bda6-a70300eaf57e.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/auditd/lnx_auditd_ld_so_preload_mod.yml" ], "tags": [ @@ -97118,8 +97445,8 @@ "logsource.category": "No established category", "logsource.product": "linux", "refs": [ - "https://www.wiz.io/blog/omigod-critical-vulnerabilities-in-omi-azure", "https://github.com/Azure/Azure-Sentinel/pull/3059", + "https://www.wiz.io/blog/omigod-critical-vulnerabilities-in-omi-azure", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/auditd/lnx_auditd_omigod_scx_runasprovider_executeshellcommand.yml" ], "tags": [ @@ -97170,8 +97497,8 @@ "logsource.category": "No established category", "logsource.product": "linux", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1113/T1113.md#atomic-test-3---x-windows-capture", "https://linux.die.net/man/1/xwd", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1113/T1113.md#atomic-test-3---x-windows-capture", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/auditd/lnx_auditd_screencaputre_xwd.yml" ], "tags": [ @@ -97246,8 +97573,8 @@ "logsource.category": "No established category", "logsource.product": "linux", "refs": [ - "https://www.cyberciti.biz/faq/xclip-linux-insert-files-command-output-intoclipboard/", "https://linux.die.net/man/1/xclip", + "https://www.cyberciti.biz/faq/xclip-linux-insert-files-command-output-intoclipboard/", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/auditd/lnx_auditd_clipboard_collection.yml" ], "tags": [ @@ -97280,8 +97607,8 @@ "logsource.category": "No established category", "logsource.product": "linux", "refs": [ - "https://linux.die.net/man/1/wget", "https://gtfobins.github.io/gtfobins/wget/", + "https://linux.die.net/man/1/wget", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/auditd/lnx_auditd_data_exfil_wget.yml" ], "tags": [ @@ -97414,10 +97741,10 @@ "logsource.category": "No established category", "logsource.product": "linux", "refs": [ - "https://man7.org/linux/man-pages/man1/passwd.1.html", "https://linux.die.net/man/1/chage", "https://superuser.com/questions/150675/how-to-display-password-policy-information-for-a-user-ubuntu", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1201/T1201.md", + "https://man7.org/linux/man-pages/man1/passwd.1.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/auditd/lnx_auditd_password_policy_discovery.yml" ], "tags": [ @@ -97550,9 +97877,9 @@ "logsource.category": "No established category", "logsource.product": "linux", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1113/T1113.md", - "https://imagemagick.org/", "https://linux.die.net/man/1/import", + "https://imagemagick.org/", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1113/T1113.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/auditd/lnx_auditd_screencapture_import.yml" ], "tags": [ @@ -97585,9 +97912,9 @@ "logsource.category": "No established category", "logsource.product": "linux", "refs": [ - "https://www.youtube.com/watch?v=VmvY5SQm5-Y&ab_channel=M45C07", - "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/security_guide/sec-understanding_audit_log_files", "https://access.redhat.com/articles/4409591#audit-record-types-2", + "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/security_guide/sec-understanding_audit_log_files", + "https://www.youtube.com/watch?v=VmvY5SQm5-Y&ab_channel=M45C07", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/auditd/lnx_auditd_create_account.yml" ], "tags": [ @@ -97654,9 +97981,9 @@ "logsource.category": "No established category", "logsource.product": "linux", "refs": [ - "https://www.glitch-cat.com/p/green-lambert-and-attack", "https://www.anomali.com/blog/pulling-linux-rabbit-rabbot-malware-out-of-a-hat", "https://objective-see.org/blog/blog_0x68.html", + "https://www.glitch-cat.com/p/green-lambert-and-attack", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/auditd/lnx_auditd_unix_shell_configuration_modification.yml" ], "tags": [ @@ -98084,9 +98411,9 @@ "logsource.category": "No established category", "logsource.product": "linux", "refs": [ + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.006/T1547.006.md", "https://man7.org/linux/man-pages/man8/kmod.8.html", "https://linux.die.net/man/8/insmod", - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.006/T1547.006.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/auditd/lnx_auditd_load_module_insmod.yml" ], "tags": [ @@ -98219,10 +98546,10 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ + "https://www.cadosecurity.com/blog/spinning-yarn-a-new-linux-malware-campaign-targets-docker-apache-hadoop-redis-and-confluence", + "https://regex101.com/r/RugQYK/1", "https://intezer.com/wp-content/uploads/2021/09/TeamTNT-Cryptomining-Explosion.pdf", "https://www.virustotal.com/gui/file/beddf70a7bab805f0c0b69ac0989db6755949f9f68525c08cb874988353f78a9/content", - "https://regex101.com/r/RugQYK/1", - "https://www.cadosecurity.com/blog/spinning-yarn-a-new-linux-malware-campaign-targets-docker-apache-hadoop-redis-and-confluence", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_pnscan_binary_cli_pattern.yml" ], "tags": [ @@ -98288,8 +98615,8 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://www.mandiant.com/resources/blog/barracuda-esg-exploited-globally", "https://dev.to/0xbf/use-mkfifo-to-create-named-pipe-linux-tips-5bbk", + "https://www.mandiant.com/resources/blog/barracuda-esg-exploited-globally", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_mkfifo_named_pipe_creation_susp_location.yml" ], "tags": [ @@ -98370,8 +98697,8 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://www.mandiant.com/resources/blog/barracuda-esg-exploited-globally", "https://dev.to/0xbf/use-mkfifo-to-create-named-pipe-linux-tips-5bbk", + "https://www.mandiant.com/resources/blog/barracuda-esg-exploited-globally", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_mkfifo_named_pipe_creation.yml" ], "tags": [ @@ -98710,10 +99037,10 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://blogs.jpcert.or.jp/en/2023/05/gobrat.html", - "https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection", "https://jstnk9.github.io/jstnk9/research/GobRAT-Malware/", "https://www.virustotal.com/gui/file/60bcd645450e4c846238cf0e7226dc40c84c96eba99f6b2cffcd0ab4a391c8b3/detection", + "https://blogs.jpcert.or.jp/en/2023/05/gobrat.html", + "https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_crontab_enumeration.yml" ], "tags": [ @@ -98779,8 +99106,8 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://www.wiz.io/blog/omigod-critical-vulnerabilities-in-omi-azure", "https://github.com/Azure/Azure-Sentinel/pull/3059", + "https://www.wiz.io/blog/omigod-critical-vulnerabilities-in-omi-azure", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_omigod_scx_runasprovider_executeshellcommand.yml" ], "tags": [ @@ -98831,9 +99158,9 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1046/T1046.md", - "https://github.com/projectdiscovery/naabu", "https://github.com/Tib3rius/AutoRecon", + "https://github.com/projectdiscovery/naabu", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1046/T1046.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_susp_network_utilities_execution.yml" ], "tags": [ @@ -98866,8 +99193,8 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://github.com/carlospolop/PEASS-ng/tree/master/linPEAS", "https://www.trendmicro.com/pl_pl/research/20/i/the-evolution-of-malicious-shell-scripts.html", + "https://github.com/carlospolop/PEASS-ng/tree/master/linPEAS", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_base64_shebang_cli.yml" ], "tags": [ @@ -99058,10 +99385,10 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://blogs.jpcert.or.jp/en/2023/05/gobrat.html", - "https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection", "https://jstnk9.github.io/jstnk9/research/GobRAT-Malware/", "https://www.virustotal.com/gui/file/60bcd645450e4c846238cf0e7226dc40c84c96eba99f6b2cffcd0ab4a391c8b3/detection", + "https://blogs.jpcert.or.jp/en/2023/05/gobrat.html", + "https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_grep_os_arch_discovery.yml" ], "tags": [ @@ -99119,8 +99446,8 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://bpftrace.org/", "https://embracethered.com/blog/posts/2021/offensive-bpf-bpftrace/", + "https://bpftrace.org/", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_bpftrace_unsafe_option_usage.yml" ], "tags": [ @@ -99322,10 +99649,10 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://developer.vmware.com/docs/11743/esxi-7-0-esxcli-command-reference/namespace/esxcli_vm.html", - "https://www.crowdstrike.com/blog/hypervisor-jackpotting-ecrime-actors-increase-targeting-of-esxi-servers/", "https://www.trendmicro.com/en_us/research/22/e/new-linux-based-ransomware-cheerscrypt-targets-exsi-devices.html", "https://www.secuinfra.com/en/techtalk/hide-your-hypervisor-analysis-of-esxiargs-ransomware/", + "https://developer.vmware.com/docs/11743/esxi-7-0-esxcli-command-reference/namespace/esxcli_vm.html", + "https://www.crowdstrike.com/blog/hypervisor-jackpotting-ecrime-actors-increase-targeting-of-esxi-servers/", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_esxcli_vm_discovery.yml" ], "tags": [ @@ -99400,8 +99727,8 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://support.solarwinds.com/SuccessCenter/s/article/Configure-ESXi-Syslog-to-LEM?language=en_US", "https://developer.vmware.com/docs/11743/esxi-7-0-esxcli-command-reference/namespace/esxcli_system.html", + "https://support.solarwinds.com/SuccessCenter/s/article/Configure-ESXi-Syslog-to-LEM?language=en_US", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_esxcli_syslog_config_change.yml" ], "tags": [ @@ -99442,10 +99769,10 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://blogs.jpcert.or.jp/en/2023/05/gobrat.html", - "https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection", "https://jstnk9.github.io/jstnk9/research/GobRAT-Malware/", "https://www.virustotal.com/gui/file/60bcd645450e4c846238cf0e7226dc40c84c96eba99f6b2cffcd0ab4a391c8b3/detection", + "https://blogs.jpcert.or.jp/en/2023/05/gobrat.html", + "https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_susp_shell_child_process_from_parent_tmp_folder.yml" ], "tags": [ @@ -99468,9 +99795,9 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://github.com/diego-treitos/linux-smart-enumeration", - "https://github.com/carlospolop/PEASS-ng", "https://github.com/SaiSathvik1/Linux-Privilege-Escalation-Notes", + "https://github.com/carlospolop/PEASS-ng", + "https://github.com/diego-treitos/linux-smart-enumeration", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_capa_discovery.yml" ], "tags": [ @@ -99527,10 +99854,10 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://blogs.jpcert.or.jp/en/2023/05/gobrat.html", - "https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection", "https://jstnk9.github.io/jstnk9/research/GobRAT-Malware/", "https://www.virustotal.com/gui/file/60bcd645450e4c846238cf0e7226dc40c84c96eba99f6b2cffcd0ab4a391c8b3/detection", + "https://blogs.jpcert.or.jp/en/2023/05/gobrat.html", + "https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_wget_download_suspicious_directory.yml" ], "tags": [ @@ -99563,10 +99890,10 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://developer.vmware.com/docs/11743/esxi-7-0-esxcli-command-reference/namespace/esxcli_vm.html", - "https://www.crowdstrike.com/blog/hypervisor-jackpotting-ecrime-actors-increase-targeting-of-esxi-servers/", "https://www.trendmicro.com/en_us/research/22/e/new-linux-based-ransomware-cheerscrypt-targets-exsi-devices.html", "https://www.secuinfra.com/en/techtalk/hide-your-hypervisor-analysis-of-esxiargs-ransomware/", + "https://developer.vmware.com/docs/11743/esxi-7-0-esxcli-command-reference/namespace/esxcli_vm.html", + "https://www.crowdstrike.com/blog/hypervisor-jackpotting-ecrime-actors-increase-targeting-of-esxi-servers/", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_esxcli_vm_kill.yml" ], "tags": [ @@ -99589,9 +99916,9 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://github.com/apache/spark/pull/36315/files", - "https://sumsec.me/2022/CVE-2022-33891%20Apache%20Spark%20shell%20command%20injection.html", "https://github.com/W01fh4cker/cve-2022-33891/blob/fd973b56e78bca8822caa3a2e3cf1b5aff5d0950/cve_2022_33891_poc.py", + "https://sumsec.me/2022/CVE-2022-33891%20Apache%20Spark%20shell%20command%20injection.html", + "https://github.com/apache/spark/pull/36315/files", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_cve_2022_33891_spark_shell_command_injection.yml" ], "tags": [ @@ -99625,9 +99952,9 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ + "https://twitter.com/matthieugarin/status/1183970598210412546", "https://www.openwall.com/lists/oss-security/2019/10/14/1", "https://access.redhat.com/security/cve/cve-2019-14287", - "https://twitter.com/matthieugarin/status/1183970598210412546", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_sudo_cve_2019_14287.yml" ], "tags": [ @@ -99670,8 +99997,8 @@ "logsource.product": "linux", "refs": [ "https://twitter.com/Joseliyo_Jstnk/status/1620131033474822144", - "https://www.cyberciti.biz/tips/linux-iptables-how-to-flush-all-rules.html", "https://blogs.blackberry.com/", + "https://www.cyberciti.biz/tips/linux-iptables-how-to-flush-all-rules.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_iptables_flush_ufw.yml" ], "tags": [ @@ -99737,9 +100064,9 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://www.helpnetsecurity.com/2023/08/02/aws-instances-attackers-access/", "https://www.bleepingcomputer.com/news/security/amazons-aws-ssm-agent-can-be-used-as-post-exploitation-rat-malware/", "https://www.mitiga.io/blog/mitiga-security-advisory-abusing-the-ssm-agent-as-a-remote-access-trojan", + "https://www.helpnetsecurity.com/2023/08/02/aws-instances-attackers-access/", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_ssm_agent_abuse.yml" ], "tags": [ @@ -99840,10 +100167,10 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ + "https://linuxize.com/post/how-to-delete-group-in-linux/", + "https://linux.die.net/man/8/groupdel", "https://www.cyberciti.biz/faq/linux-remove-user-command/", "https://www.cybrary.it/blog/0p3n/linux-commands-used-attackers/", - "https://linux.die.net/man/8/groupdel", - "https://linuxize.com/post/how-to-delete-group-in-linux/", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_groupdel.yml" ], "tags": [ @@ -99899,10 +100226,10 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ + "https://linuxize.com/post/how-to-delete-group-in-linux/", "https://linux.die.net/man/8/userdel", "https://www.cyberciti.biz/faq/linux-remove-user-command/", "https://www.cybrary.it/blog/0p3n/linux-commands-used-attackers/", - "https://linuxize.com/post/how-to-delete-group-in-linux/", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_userdel.yml" ], "tags": [ @@ -99935,10 +100262,10 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://blogs.jpcert.or.jp/en/2023/05/gobrat.html", - "https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection", "https://jstnk9.github.io/jstnk9/research/GobRAT-Malware/", "https://www.virustotal.com/gui/file/60bcd645450e4c846238cf0e7226dc40c84c96eba99f6b2cffcd0ab4a391c8b3/detection", + "https://blogs.jpcert.or.jp/en/2023/05/gobrat.html", + "https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_nohup_susp_execution.yml" ], "tags": [ @@ -100072,15 +100399,15 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://github.com/Gui774ume/ebpfkit", + "https://github.com/pathtofile/bad-bpf", + "https://github.com/HavocFramework/Havoc", "https://github.com/Pennyw0rth/NetExec/", "https://github.com/1N3/Sn1per", "https://github.com/t3l3machus/hoaxshell", + "https://github.com/Gui774ume/ebpfkit", + "https://github.com/t3l3machus/Villain", "https://github.com/carlospolop/PEASS-ng", "https://github.com/Ne0nd0g/merlin", - "https://github.com/t3l3machus/Villain", - "https://github.com/HavocFramework/Havoc", - "https://github.com/pathtofile/bad-bpf", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_susp_hktl_execution.yml" ], "tags": [ @@ -100180,9 +100507,9 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ + "https://www.virustotal.com/gui/file/60bcd645450e4c846238cf0e7226dc40c84c96eba99f6b2cffcd0ab4a391c8b3/detection", "https://blogs.jpcert.or.jp/en/2023/05/gobrat.html", "https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection", - "https://www.virustotal.com/gui/file/60bcd645450e4c846238cf0e7226dc40c84c96eba99f6b2cffcd0ab4a391c8b3/detection", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_malware_gobrat_grep_payload_discovery.yml" ], "tags": [ @@ -100239,8 +100566,8 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://media.defense.gov/2020/Jun/09/2002313081/-1/-1/0/CSI-DETECT-AND-PREVENT-WEB-SHELL-MALWARE-20200422.PDF", "https://www.acunetix.com/blog/articles/web-shells-101-using-php-introduction-web-shells-part-2/", + "https://media.defense.gov/2020/Jun/09/2002313081/-1/-1/0/CSI-DETECT-AND-PREVENT-WEB-SHELL-MALWARE-20200422.PDF", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_webshell_detection.yml" ], "tags": [ @@ -100315,8 +100642,8 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://www.makeuseof.com/how-to-install-and-use-doas/", "https://research.splunk.com/endpoint/linux_doas_tool_execution/", + "https://www.makeuseof.com/how-to-install-and-use-doas/", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_doas_execution.yml" ], "tags": [ @@ -100509,11 +100836,11 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ + "https://www.trendmicro.com/en_us/research/22/i/how-malicious-actors-abuse-native-linux-tools-in-their-attacks.html", "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1105/T1105.md#atomic-test-19---curl-upload-file", "https://twitter.com/d1r4c/status/1279042657508081664", - "https://curl.se/docs/manpage.html", "https://medium.com/@petehouston/upload-files-with-curl-93064dcccc76", - "https://www.trendmicro.com/en_us/research/22/i/how-malicious-actors-abuse-native-linux-tools-in-their-attacks.html", + "https://curl.se/docs/manpage.html", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_susp_curl_fileupload.yml" ], "tags": [ @@ -100677,9 +101004,9 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ + "https://en.wikipedia.org/wiki/Nohup", "https://www.computerhope.com/unix/unohup.htm", "https://gtfobins.github.io/gtfobins/nohup/", - "https://en.wikipedia.org/wiki/Nohup", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_nohup.yml" ], "tags": [ @@ -100745,8 +101072,8 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://www.cyberciti.biz/faq/how-force-kill-process-linux/", "https://www.trendmicro.com/en_us/research/23/c/iron-tiger-sysupdate-adds-linux-targeting.html", + "https://www.cyberciti.biz/faq/how-force-kill-process-linux/", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_kill_process.yml" ], "tags": [ @@ -100812,8 +101139,8 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://www.wiz.io/blog/omigod-critical-vulnerabilities-in-omi-azure", "https://github.com/Azure/Azure-Sentinel/pull/3059", + "https://www.wiz.io/blog/omigod-critical-vulnerabilities-in-omi-azure", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_omigod_scx_runasprovider_executescript.yml" ], "tags": [ @@ -100907,11 +101234,11 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://www.hackingtutorials.org/networking/hacking-netcat-part-2-bind-reverse-shells/", - "https://www.revshells.com/", - "https://man7.org/linux/man-pages/man1/ncat.1.html", "https://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet", "https://www.infosecademy.com/netcat-reverse-shells/", + "https://www.hackingtutorials.org/networking/hacking-netcat-part-2-bind-reverse-shells/", + "https://man7.org/linux/man-pages/man1/ncat.1.html", + "https://www.revshells.com/", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_netcat_reverse_shell.yml" ], "tags": [ @@ -101043,8 +101370,8 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://github.com/arget13/DDexec", "https://www.mandiant.com/resources/blog/barracuda-esg-exploited-globally", + "https://github.com/arget13/DDexec", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_base64_execution.yml" ], "tags": [ @@ -101143,9 +101470,9 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ + "https://gtfobins.github.io/gtfobins/vim/", "https://gtfobins.github.io/gtfobins/vimdiff/", "https://gtfobins.github.io/gtfobins/rvim/", - "https://gtfobins.github.io/gtfobins/vim/", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_gtfobin_vim.yml" ], "tags": [ @@ -101178,10 +101505,10 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://blogs.jpcert.or.jp/en/2023/05/gobrat.html", - "https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection", "https://jstnk9.github.io/jstnk9/research/GobRAT-Malware/", "https://www.virustotal.com/gui/file/60bcd645450e4c846238cf0e7226dc40c84c96eba99f6b2cffcd0ab4a391c8b3/detection", + "https://blogs.jpcert.or.jp/en/2023/05/gobrat.html", + "https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_susp_shell_script_exec_from_susp_location.yml" ], "tags": [ @@ -101237,9 +101564,9 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ + "https://embracethered.com/blog/posts/2021/offensive-bpf-bpftrace/", "https://bpftrace.org/", "https://www.kernel.org/doc/html/v5.0/trace/kprobetrace.html", - "https://embracethered.com/blog/posts/2021/offensive-bpf-bpftrace/", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_bpf_kprob_tracing_enabled.yml" ], "tags": [ @@ -101296,10 +101623,10 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://blogs.jpcert.or.jp/en/2023/05/gobrat.html", - "https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection", "https://jstnk9.github.io/jstnk9/research/GobRAT-Malware/", "https://www.virustotal.com/gui/file/60bcd645450e4c846238cf0e7226dc40c84c96eba99f6b2cffcd0ab4a391c8b3/detection", + "https://blogs.jpcert.or.jp/en/2023/05/gobrat.html", + "https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_susp_execution_tmp_folder.yml" ], "tags": [ @@ -101434,10 +101761,10 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://linuxhint.com/uninstall_yum_package/", - "https://sysdig.com/blog/mitre-defense-evasion-falco", "https://www.tutorialspoint.com/how-to-install-a-software-on-linux-using-yum-command", + "https://sysdig.com/blog/mitre-defense-evasion-falco", "https://linuxhint.com/uninstall-debian-packages/", + "https://linuxhint.com/uninstall_yum_package/", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_remove_package.yml" ], "tags": [ @@ -101561,8 +101888,8 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1222.002/T1222.002.md", "https://www.intezer.com/blog/malware-analysis/new-backdoor-sysjoker/", + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1222.002/T1222.002.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_susp_chmod_directories.yml" ], "tags": [ @@ -101595,8 +101922,8 @@ "logsource.category": "process_creation", "logsource.product": "linux", "refs": [ - "https://www.aon.com/cyber-solutions/aon_cyber_labs/linux-based-inter-process-code-injection-without-ptrace2/", "https://github.com/AonCyberLabs/Cexigua/blob/34d338620afae4c6335ba8d8d499e1d7d3d5d7b5/overwrite.sh", + "https://www.aon.com/cyber-solutions/aon_cyber_labs/linux-based-inter-process-code-injection-without-ptrace2/", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/process_creation/proc_creation_lnx_dd_process_injection.yml" ], "tags": [ @@ -101805,11 +102132,11 @@ "logsource.category": "network_connection", "logsource.product": "linux", "refs": [ - "https://www.cybereason.com/blog/sliver-c2-leveraged-by-many-threat-actors", - "https://www.mandiant.com/resources/blog/ukraine-and-sandworm-team", - "https://www.mandiant.com/resources/blog/triton-actor-ttp-profile-custom-attack-tools-detections", "https://thehackernews.com/2024/01/systembc-malwares-c2-server-analysis.html", + "https://www.mandiant.com/resources/blog/triton-actor-ttp-profile-custom-attack-tools-detections", + "https://www.mandiant.com/resources/blog/ukraine-and-sandworm-team", "https://www.elastic.co/guide/en/security/current/potential-non-standard-port-ssh-connection.html", + "https://www.cybereason.com/blog/sliver-c2-leveraged-by-many-threat-actors", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/network_connection/net_connection_lnx_susp_malware_callback_port.yml" ], "tags": [ @@ -101876,9 +102203,9 @@ "logsource.category": "No established category", "logsource.product": "linux", "refs": [ + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1046/T1046.md#atomic-test-1---port-scan", "https://www.andreafortuna.org/2021/03/06/some-useful-tips-about-dev-tcp/", "https://book.hacktricks.xyz/shells/shells/linux", - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1046/T1046.md#atomic-test-1---port-scan", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/builtin/lnx_susp_dev_tcp.yml" ], "tags": [ @@ -102025,10 +102352,10 @@ "logsource.category": "No established category", "logsource.product": "linux", "refs": [ - "https://artkond.com/2017/03/23/pivoting-guide/", + "http://pastebin.com/FtygZ1cg", "https://web.archive.org/web/20170319121015/http://www.threatgeek.com/2017/03/widespread-exploitation-attempts-using-cve-2017-5638.html", "https://github.com/rapid7/metasploit-framework/blob/eb6535009f5fdafa954525687f09294918b5398d/modules/exploits/multi/http/struts_code_exec_exception_delegator.rb", - "http://pastebin.com/FtygZ1cg", + "https://artkond.com/2017/03/23/pivoting-guide/", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/builtin/lnx_shell_susp_commands.yml" ], "tags": [ @@ -102084,9 +102411,9 @@ "logsource.category": "No established category", "logsource.product": "linux", "refs": [ - "https://linux.die.net/man/8/useradd", "https://digital.nhs.uk/cyber-alerts/2018/cc-2825", "https://github.com/redcanaryco/atomic-red-team/blob/25acadc0b43a07125a8a5b599b28bbc1a91ffb06/atomics/T1136.001/T1136.001.md#atomic-test-5---create-a-new-user-in-linux-with-root-uid-and-gid", + "https://linux.die.net/man/8/useradd", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/builtin/lnx_privileged_user_creation.yml" ], "tags": [ @@ -102261,9 +102588,9 @@ "logsource.category": "No established category", "logsource.product": "linux", "refs": [ + "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1070.003/T1070.003.md", "https://www.hackers-arise.com/post/2016/06/20/covering-your-bash-shell-tracks-antiforensics", "https://www.cadosecurity.com/spinning-yarn-a-new-linux-malware-campaign-targets-docker-apache-hadoop-redis-and-confluence/", - "https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1070.003/T1070.003.md", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/builtin/lnx_shell_clear_cmd_history.yml" ], "tags": [ @@ -102296,8 +102623,8 @@ "logsource.category": "No established category", "logsource.product": "linux", "refs": [ - "https://www.microsoft.com/security/blog/2022/04/26/microsoft-finds-new-elevation-of-privilege-linux-vulnerability-nimbuspwn/", "https://github.com/Immersive-Labs-Sec/nimbuspwn", + "https://www.microsoft.com/security/blog/2022/04/26/microsoft-finds-new-elevation-of-privilege-linux-vulnerability-nimbuspwn/", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/builtin/lnx_nimbuspwn_privilege_escalation_exploit.yml" ], "tags": [ @@ -102453,9 +102780,9 @@ "logsource.category": "No established category", "logsource.product": "linux", "refs": [ + "https://twitter.com/matthieugarin/status/1183970598210412546", "https://www.openwall.com/lists/oss-security/2019/10/14/1", "https://access.redhat.com/security/cve/cve-2019-14287", - "https://twitter.com/matthieugarin/status/1183970598210412546", "https://github.com/SigmaHQ/sigma/tree/master/rules/linux/builtin/sudo/lnx_sudo_cve_2019_14287_user.yml" ], "tags": [ @@ -102717,5 +103044,5 @@ "value": "Modifying Crontab" } ], - "version": 20240528 + "version": 20240619 } diff --git a/clusters/threat-actor.json b/clusters/threat-actor.json index 6be3054..74e11bc 100644 --- a/clusters/threat-actor.json +++ b/clusters/threat-actor.json @@ -1036,10 +1036,11 @@ "https://www.mandiant.com/resources/insights/apt-groups", "https://www.pwc.co.uk/cyber-security/pdf/pwc-cyber-threats-2020-a-year-in-retrospect.pdf", "https://www.fireeye.com/content/dam/fireeye-www/summit/cds-2019/presentations/cds19-executive-s08-achievement-unlocked.pdf", - "https://www.proofpoint.com/us/blog/threat-insight/ta410-group-behind-lookback-attacks-against-us-utilities-sector-returns-new" + "https://www.proofpoint.com/us/blog/threat-insight/ta410-group-behind-lookback-attacks-against-us-utilities-sector-returns-new", + "https://www.crowdstrike.com/blog/two-birds-one-stone-panda/" ], "synonyms": [ - "STONE PANDAD", + "STONE PANDA", "Menupass Team", "happyyongzi", "POTASSIUM", @@ -2397,7 +2398,8 @@ "https://unit42.paloaltonetworks.com/atoms/fighting-ursa/", "https://blog.google/threat-analysis-group/continued-cyber-activity-in-eastern-europe-observed-by-tag", "https://blog.google/threat-analysis-group/fog-of-war-how-the-ukraine-conflict-transformed-the-cyber-threat-landscape/", - "https://www.bsi.bund.de/DE/Themen/Unternehmen-und-Organisationen/Cyber-Sicherheitslage/Analysen-und-Prognosen/Threat-Intelligence/Aktive_APT-Gruppen/aktive-apt-gruppen_node.html" + "https://www.bsi.bund.de/DE/Themen/Unternehmen-und-Organisationen/Cyber-Sicherheitslage/Analysen-und-Prognosen/Threat-Intelligence/Aktive_APT-Gruppen/aktive-apt-gruppen_node.html", + "https://bluepurple.binaryfirefly.com/p/bluepurple-pulse-week-ending-june-64e" ], "synonyms": [ "Pawn Storm", @@ -2423,7 +2425,9 @@ "UAC-0028", "FROZENLAKE", "Sofacy", - "Forest Blizzard" + "Forest Blizzard", + "BlueDelta", + "Fancy Bear" ], "targeted-sector": [ "Military", @@ -8967,6 +8971,19 @@ { "description": "An actor mainly targeting Pakistan military targets, active since at least 2012. We have low confidence that this malware might be authored by an Indian company. To spread the malware, they use unique implementations to leverage the exploits of known vulnerabilities (such as CVE-2017-11882) and later deploy a Powershell payload in the final stages.", "meta": { + "cfr-suspected-state-sponsor": "India", + "cfr-suspected-victims": [ + "China", + "Pakistan", + "Nepal", + "Afghanistan" + ], + "cfr-target-category": [ + "Government", + "Military", + "Private Sector" + ], + "country": "IN", "refs": [ "https://securelist.com/apt-trends-report-q1-2018/85280/", "https://blog.trendmicro.com/trendlabs-security-intelligence/first-active-attack-exploiting-cve-2019-2215-found-on-google-play-linked-to-sidewinder-apt-group/", @@ -12083,7 +12100,11 @@ "Energy" ], "refs": [ - "https://www.ptsecurity.com/ww-en/analytics/pt-esc-threat-intelligence/new-apt-group-chamelgang/" + "https://www.ptsecurity.com/ww-en/analytics/pt-esc-threat-intelligence/new-apt-group-chamelgang/", + "https://www.sentinelone.com/labs/chamelgang-attacking-critical-infrastructure-with-ransomware/" + ], + "synonyms": [ + "CamoFei" ] }, "related": [ @@ -12535,7 +12556,8 @@ "Octo Tempest", "0ktapus", "Storm-0971", - "DEV-0971" + "DEV-0971", + "Starfraud" ] }, "uuid": "3b238f3a-c67a-4a9e-b474-dc3897e00129", @@ -13263,11 +13285,13 @@ "refs": [ "https://www.mandiant.com/resources/blog/north-korea-supply-chain", "https://us-cert.cisa.gov/ncas/alerts/aa22-108a", - "https://www.mandiant.com/resources/blog/north-korea-cyber-structure-alignment-2023" + "https://www.mandiant.com/resources/blog/north-korea-cyber-structure-alignment-2023", + "https://cloud.google.com/blog/topics/threat-intelligence/cyber-threats-targeting-brazil" ], "synonyms": [ "Jade Sleet", - "UNC4899" + "UNC4899", + "Pukchong" ] }, "uuid": "825abfd9-7238-4438-a9e7-c08791f4df4e", @@ -15994,7 +16018,347 @@ }, "uuid": "6149f3b6-510d-4e45-bf88-cd25c7193702", "value": "Alpha Spider" + }, + { + "description": "RansomHub is a rapidly growing ransomware group believed to be an updated version of the older Knight ransomware. They have been linked to attacks exploiting the Zerologon vulnerability to gain initial access. RansomHub has attracted former affiliates of the ALPHV ransomware group and operates as a Ransomware-as-a-Service with a unique affiliate prepayment model. The group has been active in extorting victims and leaking sensitive data to pressure for ransom payments.", + "meta": { + "refs": [ + "https://symantec-enterprise-blogs.security.com/threat-intelligence/ransomhub-knight-ransomware", + "https://forescoutstage.wpengine.com/blog/analysis-a-new-ransomware-group-emerges-from-the-change-healthcare-cyber-attack/", + "https://www.sentinelone.com/blog/ransomware-evolution-how-cheated-affiliates-are-recycling-victim-data-for-profit/" + ] + }, + "uuid": "9d218bb3-fc59-43e0-a273-a0a0fb5c463e", + "value": "RansomHub" + }, + { + "description": "Unfading Sea Haze is a threat actor focused on espionage, targeting government and military organizations in the South China Sea region since 2018. They employ spear-phishing emails with malicious attachments to gain initial access, followed by the deployment of custom malware such as Gh0st RAT variants and SharpJSHandler. The group utilizes scheduled tasks and manipulates local administrator accounts for persistence, while also incorporating Remote Monitoring and Management tools into their attacks. Unfading Sea Haze demonstrates a sophisticated and patient approach, remaining undetected for years and showing adaptability through evolving exfiltration tactics and malware arsenal.", + "meta": { + "country": "CN", + "refs": [ + "https://www.securityweek.com/newly-detected-chinese-group-targeting-military-government-entities/", + "https://www.bleepingcomputer.com/news/security/unfading-sea-haze-hackers-hide-on-military-and-govt-networks-for-6-years/" + ] + }, + "uuid": "58e75098-8edc-48ce-b1de-c1a8647e33d3", + "value": "Unfading Sea Haze" + }, + { + "description": "Stucx is a threat actor known for targeting Israeli systems, including SCADA systems and the Red Alert missile protection system. Stucx Team has also developed a mobile application called MyOPECS for coordinating attacks, which includes features like DDoS attacks and is expected to add more capabilities in the future. Additionally, they have been observed using VPNs and proxy software to conceal their activities and have a history of making threats against those who cooperate with Israel.", + "meta": { + "refs": [ + "https://socradar.io/reflections-of-the-israel-palestine-conflict-on-the-cyber-world/", + "https://www.darkowl.com/blog-content/2-month-review-of-cyber-activities-in-the-israel-hamas-conflict/" + ] + }, + "uuid": "ee13ddb3-e8c0-4568-b56c-82d82c30f48b", + "value": "StucxTeam" + }, + { + "description": "FlyingYeti is a Russia-aligned threat actor targeting Ukrainian military entities. They conduct reconnaissance activities and launch phishing campaigns using malware like COOKBOX. FlyingYeti exploits the WinRAR vulnerability CVE-2023-38831 to infect targets with malicious payloads. Cloudforce One has successfully disrupted their operations and provided recommendations for defense against their phishing campaigns.", + "meta": { + "country": "RU", + "refs": [ + "https://blog.cloudflare.com/disrupting-flyingyeti-campaign-targeting-ukraine" + ] + }, + "uuid": "1dcbad05-c5b7-4ec3-8920-45f396554f7a", + "value": "FlyingYeti" + }, + { + "description": "SEXi is a ransomware group that targets VMware ESXi servers, encrypting data and demanding ransom payments. They have been observed encrypting virtual machines and backups, causing significant disruptions to services. The group's name is a play on the word \"ESXi,\" indicating a deliberate focus on these systems. SEXi has been linked to other ransomware variants based on the Babuk source code.", + "meta": { + "refs": [ + "https://www.cybersecurity-insiders.com/proven-data-restores-powerhosts-vmware-backups-after-sexi-ransomware-attack/", + "https://heimdalsecurity.com/blog/powerhosts-esxi-servers-encrypted-with-new-sexi-ransomware/", + "https://www.darkreading.com/threat-intelligence/sexi-ransomware-desires-vmware-hypervisors" + ] + }, + "uuid": "1bd2034f-a135-4c71-b08f-867b7f9e7998", + "value": "SEXi" + }, + { + "description": "LilacSquid is an APT actor targeting a variety of industries worldwide since at least 2021. They use tactics such as exploiting vulnerabilities and compromised RDP credentials to gain access to victim organizations. Their post-compromise activities involve deploying MeshAgent and a customized version of QuasarRAT known as PurpleInk to maintain control over infected systems. LilacSquid has been observed using tools like Secure Socket Funneling for data exfiltration.", + "meta": { + "refs": [ + "https://blog.talosintelligence.com/lilacsquid/" + ] + }, + "uuid": "efacc258-fa0e-4686-99d2-03bab14a640e", + "value": "LilacSquid" + }, + { + "description": "Hunt3r Kill3rs is a newly emerged threat group claiming expertise in cyber operations, including ICS breaches and web application vulnerabilities exploitation. They have discussed using Java fuzzing in their exploits and have made unverified claims of joint attacks with other threat actors.", + "meta": { + "country": "RU", + "refs": [ + "https://socradar.io/dark-web-profile-hunt3r-kill3rs/" + ] + }, + "uuid": "4b32ad58-972e-4aa2-be3d-ff875ed06eba", + "value": "Hunt3r Kill3rs" + }, + { + "description": "UTG-Q-008 is a threat actor targeting Linux platforms, primarily focusing on government and enterprise entities in China. They utilize a massive botnet network for espionage activities, including reconnaissance, brute-forcing, and Trojan component delivery. The actor has a history of compromising thousands of servers in China using a password dictionary based on Chinese Pinyin. UTG-Q-008 operates during standard working hours in the UTC+8 time zone, with potential ties to Eastern Europe.", + "meta": { + "refs": [ + "https://ti.qianxin.com/blog/articles/Operation-Veles-Decade-Long-Espionage-Targeting-the-Global-Research-and-Education-Sector-EN/" + ] + }, + "uuid": "fd17cd3c-5131-4907-be7d-83a0c7dabd36", + "value": "UTG-Q-008" + }, + { + "description": "Gitloker is a threat actor group targeting GitHub repositories, wiping their contents, and extorting victims for their data. They use stolen credentials to compromise accounts, claim to have created a backup, and instruct victims to contact them on Telegram. The attackers leave a ransom note in the form of a README file, urging victims to negotiate the return of their data. GitHub is working to combat these evolving attacks and the vulnerabilities they exploit.", + "meta": { + "refs": [ + "https://www.itsecurityguru.org/2024/06/13/guest-blog-proactive-application-security-learning-from-the-recent-github-extortion-campaigns/", + "https://www.bleepingcomputer.com/news/security/new-gitloker-attacks-wipe-github-repos-in-extortion-scheme/" + ] + }, + "uuid": "75cc313a-6a95-4ab8-b7f8-bfd7e4a7fe00", + "value": "Gitloker" + }, + { + "description": "UNC5537 is a financially motivated threat actor targeting Snowflake customer databases. They use stolen credentials obtained from infostealer malware to access and exfiltrate large volumes of data. The compromised accounts lack multi-factor authentication, allowing UNC5537 to conduct data theft and extortion.", + "meta": { + "refs": [ + "https://research.checkpoint.com/2024/17th-june-threat-intelligence-report/", + "https://cloud.google.com/blog/topics/threat-intelligence/unc5537-snowflake-data-theft-extortion" + ] + }, + "uuid": "b8c6da46-4c9a-4075-b9f3-3b5ef7bd3534", + "value": "UNC5537" + }, + { + "description": "Sp1d3r, a threat actor, has been involved in multiple data breaches targeting companies like Truist Bank, Cylance, and Advance Auto Parts. They have stolen and attempted to sell sensitive information, including customer and employee emails, account numbers, and source code. Sp1d3r has also claimed to have obtained data from a third-party platform and a cloud storage vendor. They have utilized hacking forums to sell the stolen data for significant sums of money.", + "meta": { + "refs": [ + "https://www.cysecurity.news/2024/06/truist-bank-confirms-data-breach-after.html", + "https://research.checkpoint.com/2024/17th-june-threat-intelligence-report/" + ] + }, + "uuid": "2be04e23-4376-4333-87df-27d635e43a98", + "value": "Sp1d3r" + }, + { + "description": "TA571 is a spam distributor actor known for delivering a variety of malware, including DarkGate, NetSupport RAT, and information stealers. They use phishing emails with macro-enabled attachments to spread malicious PDFs containing rogue OneDrive links. TA571 has been observed using unique filtering techniques with intermediary \"gates\" to target specific users and bypass automated sandboxing. Proofpoint assesses with high confidence that TA571 infections can lead to ransomware.", + "meta": { + "refs": [ + "https://www.proofpoint.com/us/blog/threat-insight/security-brief-ta571-delivers-icedid-forked-loader", + "https://www.proofpoint.com/us/blog/threat-insight/clipboard-compromise-powershell-self-pwn" + ] + }, + "uuid": "0245113e-cef3-4638-9532-3bf235b07d49", + "value": "TA571" + }, + { + "description": "Bondnet is a threat actor that deploys backdoors and cryptocurrency miners. They use high-performance bots as C2 servers and configure reverse RDP environments on compromised systems. Bondnet has infected over 15,000 Windows server machines worldwide, primarily targeting Windows Server 2008 R2 systems. The botnet is used for mining cryptocurrencies like Monero, ByteCoin, RieCoin, and ZCash, potentially earning the operator thousands of dollars per day.", + "meta": { + "refs": [ + "https://asec.ahnlab.com/en/66662/", + "https://www.akamai.com/blog/security/the-bondnet-army", + "https://thedfirreport.com/2022/07/11/select-xmrig-from-sqlserver/" + ] + }, + "uuid": "78e8bc1a-0be3-4792-a911-9d4813dd7bc3", + "value": "Bondnet" + }, + { + "description": "Vermin is a threat actor group linked to the Luhansk People’s Republic and believed to be acting on behalf of the Kremlin. They have targeted Ukrainian government infrastructure using malware like Spectr and legitimate tools like SyncThing for data exfiltration. Vermin has been active since at least 2018, using custom-made RATs like Vermin and open-source tools like Quasar for cyber-espionage. The group has resurfaced after periods of inactivity to conduct espionage operations against Ukraine's military and defense sectors.", + "meta": { + "country": "RU", + "refs": [ + "https://socprime.com/blog/vermin-uac-0020-hacking-collective-hits-ukrainian-government-and-military-with-spectr-malware/", + "https://therecord.media/russian-vermin-hackers-target-ukraine", + "https://cert.gov.ua/article/6279600" + ], + "synonyms": [ + "Vermin", + "SickSync" + ] + }, + "uuid": "318be739-26fd-4f4d-bac8-aa20ec8273b7", + "value": "UAC-0020" + }, + { + "description": "Void Arachne is a threat actor group targeting Chinese-speaking users with malicious MSI files containing legitimate software installers for AI software. They exploit public interest in VPN technology and AI software to distribute malware through SEO poisoning and Chinese-language-themed Telegram channels. The group's campaign includes bundling malicious Winos payloads with deepfake pornography-generating AI software and voice-and-face-swapping AI software. Void Arachne also promotes AI technologies for virtual kidnapping and uses AI voice-alternating technology to pressure victims into paying ransom.", + "meta": { + "refs": [ + "https://www.trendmicro.com/en_us/research/24/f/behind-the-great-wall-void-arachne-targets-chinese-speaking-user.html" + ] + }, + "uuid": "2ac0db88-8e88-447b-ad44-f781326f5884", + "value": "Void Arachne" + }, + { + "description": "Markopolo is a threat actor known for running scams targeting cryptocurrency users through a fake app called Vortax. They use social media and a dedicated blog to legitimize their malicious activities. Markopolo has been linked to a credential-harvesting operation and is agile in pivoting to new scams when detected. The actor leverages shared hosting and C2 infrastructure for their malicious builds.", + "meta": { + "refs": [ + "https://www.darkreading.com/remote-workforce/vortax-meeting-software-branding-spreads-infostealers", + "https://www.recordedfuture.com/the-travels-of-markopolo-self-proclaimed-meeting-software-vortax-spreads-infostealers" + ] + }, + "uuid": "c1e2121a-84c9-4fd0-99ef-917ded9cb3e1", + "value": "Markopolo" + }, + { + "description": "Adrastea is a threat actor who has been active on cybercrime forums, claiming to have breached organizations like MBDA and offering stolen data for sale. They describe themselves as a group of independent cybersecurity experts and researchers. Adrastea has been linked to ransomware operations, data leak platforms, and network access groups. The actor has been known to exploit critical vulnerabilities in target organizations' infrastructure to gain access to sensitive data.", + "meta": { + "refs": [ + "https://www.cysecurity.news/2022/11/missile-supplier-mbda-breach-disclosed.html", + "https://www.itsecurityguru.org/2022/09/14/documents-for-sale-on-the-dark-web/", + "https://cybershafarat.com/2022/07/31/adrastea-hackers-claim-leading-european-designer-and-manufacturer-of-missile-systems-mbda-hacked/", + "https://securityaffairs.co/wordpress/133881/data-breach/mbda-alleged-data-breach.html" + ] + }, + "uuid": "b7f37e61-0e1c-4818-9a04-8f83afdd337c", + "value": "Adrastea" + }, + { + "description": "JuiceLedger is a threat actor known for infostealing through their JuiceStealer .NET assembly. They have evolved from spreading fraudulent applications to conducting supply chain attacks, targeting PyPI contributors with phishing campaigns and typosquatting. Their malicious packages contain a code snippet that downloads and executes JuiceStealer, which has evolved to support additional browsers and Discord. Victims of JuiceLedger attacks are advised to reset passwords and report any suspicious activity to security@pypi.org.", + "meta": { + "refs": [ + "https://www.sentinelone.com/labs/pypi-phishing-campaign-juiceledger-threat-actor-pivots-from-fake-apps-to-supply-chain-attacks/" + ] + }, + "uuid": "8f4eb6bc-3d3d-49e4-82d8-500c7bb0a2ec", + "value": "JuiceLedger" + }, + { + "description": "RedJuliett is a likely Chinese state-sponsored threat actor targeting government, academic, technology, and diplomatic organizations in Taiwan. They exploit vulnerabilities in network edge devices for initial access and use SQL injection and directory traversal exploits against web and SQL applications. The group operates from Fuzhou, China, and aims to support Beijing's intelligence collection on Taiwan's economic and diplomatic relations. RedJuliett has also expanded its operations to compromise organizations in other countries such as Hong Kong, Malaysia, and the United States.", + "meta": { + "country": "CN", + "refs": [ + "https://www.recordedfuture.com/redjuliett-intensifies-taiwanese-cyber-espionage-via-network-perimeter" + ] + }, + "uuid": "d20f5398-a362-4c88-b3fb-7e952dcf3948", + "value": "RedJuliett" + }, + { + "description": "SneakyChef is a threat actor known for using the SugarGh0st RAT to target government agencies, research institutions, and organizations worldwide. They have been active since at least August 2023, with a focus on leveraging old and new command and control domains. The group has been observed using lures in the form of scanned documents related to Ministries of Foreign Affairs and embassies. Talos Intelligence assesses with medium confidence that the operators are likely Chinese-speaking based on language preferences and specific targets.", + "meta": { + "country": "CN", + "refs": [ + "https://blog.talosintelligence.com/sneakychef-sugarghost-rat/" + ] + }, + "uuid": "cdf4506e-09ea-4eb8-b898-b1b5381aa343", + "value": "SneakyChef" + }, + { + "description": "ALTDOS is a threat actor group that has targeted entities in Southeast Asia, including Singapore, Thailand, and Malaysia. They have been involved in data breaches of companies in various sectors, such as real estate and retail, compromising sensitive information like customer names, bank account numbers, and transaction details. ALTDOS uses tactics like ransomware attacks, data exfiltration, and dumping data publicly or for sale on underground forums. The group has been known to demand ransom payments from victims, but also leaks data if demands are not met.", + "meta": { + "refs": [ + "https://www.databreaches.net/singapore-corporations-making-progress-in-preventing-cyberattacks/", + "https://www.databreaches.net/altdos-claims-to-have-hacked-one-of-malaysias-biggest-conglomerates/", + "https://www.databreaches.net/advisories-are-published-but-are-enough-entities-reading-them-and-taking-precautions/", + "https://www.databreaches.net/singapore-real-estate-firm-breached-by-altdos/", + "https://www.databreaches.net/sg-vhive-alerts-consumers-to-cyberattack/", + "https://www.databreaches.net/sg-vhive-attackers-escalate-take-control-of-furniture-retailers-email-server/" + ] + }, + "uuid": "2bd6c045-2ec2-438e-af66-0d97a0163290", + "value": "ALTDOS" + }, + { + "description": "BlueHornet is an advanced persistent threat group targeting government organizations in China, North Korea, Iran, and Russia. They have compromised and leaked data from other APT groups like Kryptonite Panda and Lazarus Group. BlueHornet has been involved in campaigns such as Operation Renminbi, Operation Ruble, and Operation EUSec, focusing on exfiltrating region-specific data and selling it on the dark web. They have also been known to collaborate with different threat actors and have recently disclosed a zero-day exploit in NGINX 1.18.", + "meta": { + "refs": [ + "https://cyberint.com/blog/research/bluehornet-one-apt-to-terrorize-them-all/", + "https://www.mandiant.com/resources/blog/killnet-new-capabilities-older-tactics", + "https://www.csoonline.com/article/3684668/cyberattacks-against-governments-jumped-95-in-last-half-of-2022-cloudsek-says.html" + ], + "synonyms": [ + "APT49", + "AgainstTheWest" + ] + }, + "uuid": "06a615dc-fa13-4d6a-ac8b-3d2a8c9501c4", + "value": "BlueHornet" + }, + { + "description": "Hellhounds is an APT group targeting organizations in Russia, using a modified version of Pupy RAT called Decoy Dog. They gain initial access through vulnerable web services and trusted relationships, with a focus on the public sector and IT companies. The group has been active since at least 2019, maintaining covert presence inside compromised organizations by modifying open-source projects to evade detection. Hellhounds have successfully targeted at least 48 victims, including a telecom operator where they disrupted services.", + "meta": { + "refs": [ + "https://www.ptsecurity.com/ww-en/analytics/pt-esc-threat-intelligence/hellhounds-operation-lahat-part-2/", + "https://ics-cert.kaspersky.com/publications/reports/2024/04/02/apt-and-financial-attacks-on-industrial-organizations-in-h2-2023/" + ] + }, + "uuid": "46ef6903-deac-415a-afaf-97e3ce067d7e", + "value": "HellHounds" + }, + { + "description": "IntelBroker is a threat actor known for orchestrating high-profile data breaches targeting companies like Apple, Zscaler, and Facebook Marketplace. They have a reputation for selling access to compromised systems and data on underground forums like BreachForums. IntelBroker has claimed responsibility for breaches involving government agencies such as Europol, the U.S. Department of Transportation, and the Pentagon, leaking sensitive information and classified documents. The actor has been linked to breaches at companies like Acuity, General Electric, and Home Depot, showcasing a pattern of targeting critical infrastructure and major corporations.", + "meta": { + "refs": [ + "https://www.cysecurity.news/2024/06/infamous-hacker-intelbroker-breaches.html", + "https://www.malwarebytes.com/blog/news/2024/06/was-t-mobile-compromised-by-a-zero-day-in-jira", + "https://securityaffairs.com/164263/cyber-crime/pandabuy-extorted-again.html", + "https://meterpreter.org/cybersecurity-firm-hacked-sensitive-data-on-sale/" + ] + }, + "uuid": "849d16c8-eaa3-46e7-9c1c-179ef680922e", + "value": "IntelBroker" + }, + { + "description": "DRAGONBRIDGE is a Chinese state-sponsored threat actor known for engaging in information operations to promote the political interests of the People's Republic of China. They have been observed using AI-generated images and videos to spread propaganda on social media platforms. The group has targeted various countries and regions, including the US, Taiwan, and Japan, with narratives promoting pro-PRC viewpoints. DRAGONBRIDGE has been linked to campaigns discrediting the US political system, sowing division between allies, and criticizing specific companies and individuals.", + "meta": { + "country": "CN", + "refs": [ + "https://cloud.google.com/blog/topics/threat-intelligence/prc-dragonbridge-influence-elections/", + "https://quointelligence.eu/2024/06/european-election-at-risk-analysis/", + "https://blog.google/threat-analysis-group/over-50000-instances-of-dragonbridge-activity-disrupted-in-2022/" + ], + "synonyms": [ + "Spamouflage Dragon" + ] + }, + "uuid": "a4d55f94-d842-400a-acb6-dfee1c446257", + "value": "Dragonbridge" + }, + { + "description": "Boolka is a threat actor known for infecting websites with malicious JavaScript scripts for data exfiltration. They have been carrying out opportunistic SQL injection attacks since at least 2022. Boolka has developed a malware delivery platform based on the BeEF framework and has been distributing the BMANAGER trojan. Their activities demonstrate a progression from basic website infections to more sophisticated malware operations.", + "meta": { + "refs": [ + "https://www.group-ib.com/blog/boolka/" + ] + }, + "uuid": "99ad0cef-c53a-44d5-85d4-5459e59a06d5", + "value": "Boolka" + }, + { + "description": "CloudSorcerer is a sophisticated APT targeting Russian government entities, utilizing cloud infrastructure for stealth monitoring and data exfiltration. The malware leverages APIs and authentication tokens to access cloud resources for command and control, with GitHub serving as its initial C2 server. CloudSorcerer operates as separate modules depending on the process it's running in, executing from a single executable and utilizing complex inter-process communication through Windows pipes. The actor behind CloudSorcerer shows similarities to the CloudWizard APT in modus operandi, but the unique code and functionality suggest it is a new threat actor inspired by previous techniques.", + "meta": { + "refs": [ + "https://securelist.com/cloudsorcerer-new-apt-cloud-actor/113056/" + ] + }, + "uuid": "895548a2-e5c7-4a76-8425-19aa077db200", + "value": "CloudSorcerer" + }, + { + "description": "The 8220 Gang, also known as Water Sigbin, is a threat actor group that focuses on deploying cryptocurrency-mining malware. They exploit vulnerabilities in Oracle WebLogic servers, such as CVE-2017-3506 and CVE-2023-21839, to deliver cryptocurrency miners using PowerShell scripts. The group has demonstrated a sophisticated multistage loading technique to deploy the PureCrypter loader and XMRIG crypto miner. They are known for using obfuscation techniques, such as hexadecimal encoding and code obfuscation, to evade detection and compromise systems.", + "meta": { + "country": "CN", + "refs": [ + "https://www.trendmicro.com/en_us/research/24/f/water-sigbin-xmrig.html", + "https://www.trendmicro.com/en_us/research/24/e/decoding-8220-latest-obfuscation-tricks.html", + "https://www.uptycs.com/blog/8220-gang-cryptomining-cloud-based-infrastructure-cyber-threat", + "https://www.imperva.com/blog/imperva-detects-undocumented-8220-gang-activities/", + "https://asec.ahnlab.com/en/51568/", + "https://www.trendmicro.com/en_us/research/23/e/8220-gang-evolution-new-strategies-adapted.html", + "https://blog.aquasec.com/8220-gang-confluence-vulnerability-cve-2022-26134", + "https://www.sentinelone.com/blog/from-the-front-lines-8220-gang-massively-expands-cloud-botnet-to-30000-infected-hosts/" + ], + "synonyms": [ + "8220 Gang" + ] + }, + "uuid": "745fd45f-9076-4c88-a977-01940bc0d36e", + "value": "Water Sigbin" } ], - "version": 310 + "version": 312 } diff --git a/clusters/tidal-references.json b/clusters/tidal-references.json index bf5c663..be4099a 100644 --- a/clusters/tidal-references.json +++ b/clusters/tidal-references.json @@ -502,6 +502,38 @@ "uuid": "fc1396d2-1ffd-4fd9-ba60-3f6e0a9dfffb", "value": "7zip Homepage" }, + { + "description": "Deborah Snyder, Fae Carlisle, Dana Behling, Bria Beathley. (2023, June 28). 8Base Ransomware: A Heavy Hitting Player. Retrieved August 4, 2023.", + "meta": { + "date_accessed": "2023-08-04T00:00:00Z", + "date_published": "2023-06-28T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://blogs.vmware.com/security/2023/06/8base-ransomware-a-heavy-hitting-player.html" + ], + "source": "Tidal Cyber", + "title": "8Base Ransomware: A Heavy Hitting Player" + }, + "related": [], + "uuid": "573e9520-6181-4535-9ed3-2338688a8e9f", + "value": "VMWare 8Base June 28 2023" + }, + { + "description": "Acronis Security Team. (2023, July 17). 8Base ransomware stays unseen for a year. Retrieved August 4, 2023.", + "meta": { + "date_accessed": "2023-08-04T00:00:00Z", + "date_published": "2023-07-17T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.acronis.com/en-sg/cyber-protection-center/posts/8base-ransomware-stays-unseen-for-a-year/" + ], + "source": "Tidal Cyber", + "title": "8Base ransomware stays unseen for a year" + }, + "related": [], + "uuid": "c9822477-1578-4068-9882-41e4d6eaee3f", + "value": "Acronis 8Base July 17 2023" + }, { "description": "Petrovsky, O. (2016, August 30). “9002 RAT” -- a second building on the left. Retrieved February 20, 2018.", "meta": { @@ -2049,6 +2081,38 @@ "uuid": "c37f00dc-ee53-4be1-9046-0a28bdc5649a", "value": "Mac Backdoors are back" }, + { + "description": "SentinelOne. (2023, January 30). Agenda (Qilin). Retrieved June 7, 2024.", + "meta": { + "date_accessed": "2024-06-07T00:00:00Z", + "date_published": "2023-01-30T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.sentinelone.com/anthology/agenda-qilin/" + ], + "source": "Tidal Cyber", + "title": "Agenda (Qilin)" + }, + "related": [], + "uuid": "290e84bc-7dae-46ec-81de-78c94b98e45b", + "value": "SentinelOne January 30 2023" + }, + { + "description": "Arianne Dela Cruz; Raymart Yambot; Raighen Sanchez; Darrel Tristan Virtusio Read time. (2024, March 26). Agenda Ransomware Propagates to vCenters and ESXi via Custom PowerShell Script. Retrieved April 5, 2024.", + "meta": { + "date_accessed": "2024-04-05T00:00:00Z", + "date_published": "2024-03-26T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.trendmicro.com/en_us/research/24/c/agenda-ransomware-propagates-to-vcenters-and-esxi-via-custom-pow.html" + ], + "source": "Tidal Cyber", + "title": "Agenda Ransomware Propagates to vCenters and ESXi via Custom PowerShell Script" + }, + "related": [], + "uuid": "d5634b8e-420a-4721-a3d2-19d9f36697f4", + "value": "Trend Micro March 26 2024" + }, { "description": "Plakhov, A., Sitchikhin, D. (2019, August 22). Agent 1433: remote attack on Microsoft SQL Server. Retrieved September 4, 2019.", "meta": { @@ -2125,6 +2189,22 @@ "uuid": "5f712e3f-5a9d-4af3-b846-a61dc1d59b3a", "value": "SentinelLabs Agent Tesla Aug 2020" }, + { + "description": "Anish Bogati. (2023, March 23). AgentTesla's Capabilities: A Review and Detection Strategies. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2023-03-23T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.logpoint.com/wp-content/uploads/2023/03/et-agenttesla.pdf" + ], + "source": "Tidal Cyber", + "title": "AgentTesla's Capabilities: A Review and Detection Strategies" + }, + "related": [], + "uuid": "28bfb97b-4b58-408a-bef9-9081f6ddedb8", + "value": "LogPoint Agent Tesla March 23 2023" + }, { "description": "Hegel, T. (2021, January 13). A Global Perspective of the SideWinder APT. Retrieved January 27, 2021.", "meta": { @@ -2654,6 +2734,22 @@ "uuid": "19026f4c-ad65-435e-8c0e-a8ccc9895348", "value": "Microsoft AlwaysInstallElevated 2018" }, + { + "description": "Sanseo. (2022, July 21). Amadey Bot Being Distributed Through SmokeLoader - ASEC BLOG. Retrieved May 15, 2023.", + "meta": { + "date_accessed": "2023-05-15T00:00:00Z", + "date_published": "2022-07-21T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://asec.ahnlab.com/en/36634/" + ], + "source": "Tidal Cyber", + "title": "Amadey Bot Being Distributed Through SmokeLoader - ASEC BLOG" + }, + "related": [], + "uuid": "e320cc74-005a-46db-8a04-6ec487df327f", + "value": "ASEC BLOG July 21 2022" + }, { "description": "Amazon. (n.d.). Amazon EBS snapshots. Retrieved October 13, 2021.", "meta": { @@ -3055,6 +3151,38 @@ "uuid": "f2cb06bc-66d5-4c60-a2a4-74e5a0c23bee", "value": "Analyzing CS Dec 2020" }, + { + "description": "Objective_See. (2024, January 4). Analyzing DPRK's SpectralBlur. Retrieved March 8, 2024.", + "meta": { + "date_accessed": "2024-03-08T00:00:00Z", + "date_published": "2024-01-04T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://objective-see.org/blog/blog_0x78.html" + ], + "source": "Tidal Cyber", + "title": "Analyzing DPRK's SpectralBlur" + }, + "related": [], + "uuid": "c96535be-4859-4ae3-9ba0-d482f1195863", + "value": "Objective_See 1 4 2024" + }, + { + "description": "Microsoft Threat Intelligence. (2024, April 22). Analyzing Forest Blizzard's custom post-compromise tool for exploiting CVE-2022-38028 to obtain credentials . Retrieved April 22, 2024.", + "meta": { + "date_accessed": "2024-04-22T00:00:00Z", + "date_published": "2024-04-22T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.microsoft.com/en-us/security/blog/2024/04/22/analyzing-forest-blizzards-custom-post-compromise-tool-for-exploiting-cve-2022-38028-to-obtain-credentials/" + ], + "source": "Tidal Cyber", + "title": "Analyzing Forest Blizzard's custom post-compromise tool for exploiting CVE-2022-38028 to obtain credentials" + }, + "related": [], + "uuid": "050ff793-d81d-499f-a136-905e76bce321", + "value": "Microsoft Security Blog 4 22 2024" + }, { "description": "Felix. (2016, September). Analyzing Malicious Office Documents. Retrieved April 11, 2018.", "meta": { @@ -3325,21 +3453,6 @@ "uuid": "03eb080d-0b83-5cbb-9317-c50b35996c9b", "value": "SecureList Fileless" }, - { - "description": "M.Léveillé, M. (2014, February 21). An In-depth Analysis of Linux/Ebury. Retrieved January 8, 2018.", - "meta": { - "date_accessed": "2018-01-08T00:00:00Z", - "date_published": "2014-02-21T00:00:00Z", - "refs": [ - "https://www.welivesecurity.com/2014/02/21/an-in-depth-analysis-of-linuxebury/" - ], - "source": "MITRE", - "title": "An In-depth Analysis of Linux/Ebury" - }, - "related": [], - "uuid": "39384c7a-3032-4b45-a5eb-8ebe7de22aa2", - "value": "Welivesecurity Ebury SSH" - }, { "description": "M.Léveillé, M.. (2014, February 21). An In-depth Analysis of Linux/Ebury. Retrieved April 19, 2019.", "meta": { @@ -3355,6 +3468,21 @@ "uuid": "eb6d4f77-ac63-4cb8-8487-20f9e709334b", "value": "ESET Ebury Feb 2014" }, + { + "description": "M.Léveillé, M. (2014, February 21). An In-depth Analysis of Linux/Ebury. Retrieved January 8, 2018.", + "meta": { + "date_accessed": "2018-01-08T00:00:00Z", + "date_published": "2014-02-21T00:00:00Z", + "refs": [ + "https://www.welivesecurity.com/2014/02/21/an-in-depth-analysis-of-linuxebury/" + ], + "source": "MITRE", + "title": "An In-depth Analysis of Linux/Ebury" + }, + "related": [], + "uuid": "39384c7a-3032-4b45-a5eb-8ebe7de22aa2", + "value": "Welivesecurity Ebury SSH" + }, { "description": "Avertium. (2022, June 1). AN IN-DEPTH LOOK AT BLACK BASTA RANSOMWARE. Retrieved March 7, 2023.", "meta": { @@ -3536,6 +3664,22 @@ "uuid": "c1aef861-9e31-42e6-a2eb-5151b056762b", "value": "iDefense Rootkit Overview" }, + { + "description": "Trend Micro Research. (2023, August 9). An Overview of the New Rhysida Ransomware Targeting the Healthcare Sector. Retrieved August 11, 2023.", + "meta": { + "date_accessed": "2023-08-11T00:00:00Z", + "date_published": "2023-08-09T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.trendmicro.com/en_us/research/23/h/an-overview-of-the-new-rhysida-ransomware.html" + ], + "source": "Tidal Cyber", + "title": "An Overview of the New Rhysida Ransomware Targeting the Healthcare Sector" + }, + "related": [], + "uuid": "71704a3a-cf48-4764-af4e-8d2096bf5012", + "value": "Trend Micro Rhysida August 09 2023" + }, { "description": "Hultquist, J. (2022, January 20). Anticipating Cyber Threats as the Ukraine Crisis Escalates. Retrieved January 24, 2022.", "meta": { @@ -5045,6 +5189,37 @@ "uuid": "37f1ef6c-fc0e-4e47-85ab-20d53caba77e", "value": "Microsoft APC" }, + { + "description": "Hack sydney. (2023, February 8). AsyncRAT: Analysing the Three Stages of Execution. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2023-02-08T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://medium.com/@hcksyd/asyncrat-analysing-the-three-stages-of-execution-378b343216bf" + ], + "source": "Tidal Cyber", + "title": "AsyncRAT: Analysing the Three Stages of Execution" + }, + "related": [], + "uuid": "86a69887-8d23-460f-9a51-96a10bfb3c29", + "value": "Medium February 08 2023" + }, + { + "description": "Splunk-Blogs. (n.d.). AsyncRAT Crusade: Detections and Defense. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.splunk.com/en_us/blog/security/asyncrat-crusade-detections-and-defense.html" + ], + "source": "Tidal Cyber", + "title": "AsyncRAT Crusade: Detections and Defense" + }, + "related": [], + "uuid": "2869d93c-d3fe-475e-adc9-ab6eb7e26c0f", + "value": "AsyncRAT Crusade: Detections and Defense | Splunk" + }, { "description": "Microsoft. (n.d.). At. Retrieved April 28, 2016.", "meta": { @@ -5195,6 +5370,38 @@ "uuid": "9282dbab-391c-4ffd-ada9-1687413b686b", "value": "ENSIL AtomBombing Oct 2016" }, + { + "description": "Phil Stokes. (2023, May 3). Atomic Stealer . Retrieved January 1, 2024.", + "meta": { + "date_accessed": "2024-01-01T00:00:00Z", + "date_published": "2023-05-03T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.sentinelone.com/blog/atomic-stealer-threat-actor-spawns-second-variant-of-macos-malware-sold-on-telegram/" + ], + "source": "Tidal Cyber", + "title": "Atomic Stealer" + }, + "related": [], + "uuid": "c4721cab-2895-48ed-bfde-748aa3c80209", + "value": "SentinelOne 5 3 2023" + }, + { + "description": "Jerome Segura. (2024, January 10). Atomic Stealer rings in the new year with updated version . Retrieved January 11, 2024.", + "meta": { + "date_accessed": "2024-01-11T00:00:00Z", + "date_published": "2024-01-10T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.malwarebytes.com/blog/threat-intelligence/2024/01/atomic-stealer-rings-in-the-new-year-with-updated-version" + ], + "source": "Tidal Cyber", + "title": "Atomic Stealer rings in the new year with updated version" + }, + "related": [], + "uuid": "660de1b0-574d-48df-865a-257b8ed4b928", + "value": "Malwarebytes 1 10 2024" + }, { "description": "Miller, S. Reese, E. (2018, June 7). A Totally Tubular Treatise on TRITON and TriStation. Retrieved January 6, 2021.", "meta": { @@ -5241,6 +5448,22 @@ "uuid": "52212570-b1a6-4249-99d4-3bcf66c27140", "value": "att_def_ps_logging" }, + { + "description": "Elastic Blog. (2023, April 7). Attack chain leads to XWORM and AGENTTESLA. Retrieved May 10, 2023.", + "meta": { + "date_accessed": "2023-05-10T00:00:00Z", + "date_published": "2023-04-07T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.elastic.co/security-labs/attack-chain-leads-to-xworm-and-agenttesla" + ], + "source": "Tidal Cyber", + "title": "Attack chain leads to XWORM and AGENTTESLA" + }, + "related": [], + "uuid": "9b32397b-58be-4275-a701-fe0351ff2982", + "value": "Attack chain leads to XWORM and AGENTTESLA | Elastic" + }, { "description": "Fishbein, N. (2020, September 8). Attackers Abusing Legitimate Cloud Monitoring Tools to Conduct Cyber Attacks. Retrieved September 22, 2021.", "meta": { @@ -5316,21 +5539,6 @@ "uuid": "d4ca3351-eeb8-5342-8c85-806614e22c48", "value": "FireEye TRITON Dec 2017" }, - { - "description": "Runa A. Sandvik. (2014, January 14). Attackers Scrape GitHub For Cloud Service Credentials, Hijack Account To Mine Virtual Currency. Retrieved August 9, 2022.", - "meta": { - "date_accessed": "2022-08-09T00:00:00Z", - "date_published": "2014-01-14T00:00:00Z", - "refs": [ - "https://www.forbes.com/sites/runasandvik/2014/01/14/attackers-scrape-github-for-cloud-service-credentials-hijack-account-to-mine-virtual-currency/" - ], - "source": "MITRE", - "title": "Attackers Scrape GitHub For Cloud Service Credentials, Hijack Account To Mine Virtual Currency" - }, - "related": [], - "uuid": "d2186b8c-10c9-493b-8e25-7d69fce006e4", - "value": "GitHub Cloud Service Credentials" - }, { "description": "Sandvik, R. (2014, January 14). Attackers Scrape GitHub For Cloud Service Credentials, Hijack Account To Mine Virtual Currency. Retrieved October 19, 2020.", "meta": { @@ -5346,6 +5554,21 @@ "uuid": "303f8801-bdd6-4a0c-a90a-37867898c99c", "value": "Forbes GitHub Creds" }, + { + "description": "Runa A. Sandvik. (2014, January 14). Attackers Scrape GitHub For Cloud Service Credentials, Hijack Account To Mine Virtual Currency. Retrieved August 9, 2022.", + "meta": { + "date_accessed": "2022-08-09T00:00:00Z", + "date_published": "2014-01-14T00:00:00Z", + "refs": [ + "https://www.forbes.com/sites/runasandvik/2014/01/14/attackers-scrape-github-for-cloud-service-credentials-hijack-account-to-mine-virtual-currency/" + ], + "source": "MITRE", + "title": "Attackers Scrape GitHub For Cloud Service Credentials, Hijack Account To Mine Virtual Currency" + }, + "related": [], + "uuid": "d2186b8c-10c9-493b-8e25-7d69fce006e4", + "value": "GitHub Cloud Service Credentials" + }, { "description": "Chen, J.. (2020, January 29). Attacker's Tactics and Techniques in Unsecured Docker Daemons Revealed. Retrieved March 31, 2021.", "meta": { @@ -6183,6 +6406,22 @@ "uuid": "9ba87a5d-a140-4959-9905-c4a80e684d56", "value": "AWS Lambda Redirector" }, + { + "description": "Alessandro Brucato. (2023, September 18). AWS’s Hidden Threat: AMBERSQUID Cloud-Native Cryptojacking Operation. Retrieved April 11, 2024.", + "meta": { + "date_accessed": "2024-04-11T00:00:00Z", + "date_published": "2023-09-18T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://sysdig.com/blog/ambersquid/" + ], + "source": "Tidal Cyber", + "title": "AWS’s Hidden Threat: AMBERSQUID Cloud-Native Cryptojacking Operation" + }, + "related": [], + "uuid": "7ffa880f-5854-4b8a-83f5-da42c1c39345", + "value": "Sysdig AMBERSQUID September 18 2023" + }, { "description": "Spencer Gietzen. (n.d.). AWS Simple Storage Service S3 Ransomware Part 2: Prevention and Defense. Retrieved March 21, 2023.", "meta": { @@ -7001,6 +7240,22 @@ "uuid": "f578de81-ea6b-49d0-9a0a-111e07249cd8", "value": "BaltimoreSun RobbinHood May 2019" }, + { + "description": "Fernando Tavella, Matías Porolli. (2021, July 7). Bandidos at large: A spying campaign in Latin America. Retrieved October 25, 2023.", + "meta": { + "date_accessed": "2023-10-25T00:00:00Z", + "date_published": "2021-07-07T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.welivesecurity.com/2021/07/07/bandidos-at-large-spying-campaign-latin-america/" + ], + "source": "Tidal Cyber", + "title": "Bandidos at large: A spying campaign in Latin America" + }, + "related": [], + "uuid": "da6cac04-a318-4972-bd78-8272116b4ad7", + "value": "ESET Research Bandook July 7 2021" + }, { "description": "Check Point. (2020, November 26). Bandook: Signed & Delivered. Retrieved May 31, 2021.", "meta": { @@ -7118,6 +7373,22 @@ "uuid": "72798536-a7e3-43e2-84e3-b5b8b54f0bca", "value": "Microsoft Basic TxF Concepts" }, + { + "description": "eSentire. (2023, March 9). BatLoader Continues to Abuse Google Search Ads to Deliver Vidar Stealer and Ursnif. Retrieved May 10, 2023.", + "meta": { + "date_accessed": "2023-05-10T00:00:00Z", + "date_published": "2023-03-09T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.esentire.com/blog/batloader-continues-to-abuse-google-search-ads-to-deliver-vidar-stealer-and-ursnif" + ], + "source": "Tidal Cyber", + "title": "BatLoader Continues to Abuse Google Search Ads to Deliver Vidar Stealer and Ursnif" + }, + "related": [], + "uuid": "1bf10604-708f-4c4f-abe5-816768873496", + "value": "eSentire | BatLoader Continues to Abuse Google Search Ads to Deliver Vidar Stealer and Ursnif" + }, { "description": "Bethany Hardin, Lavine Oluoch, Tatiana Vollbrecht. (2022, November 14). BATLOADER: The Evasive Downloader Malware. Retrieved June 5, 2023.", "meta": { @@ -7448,6 +7719,22 @@ "uuid": "ca1eaac2-7449-4a76-bec2-9dc5971fd808", "value": "Bginfo.exe - LOLBAS Project" }, + { + "description": "Cybleinc. (2022, August 18). BianLian: New Ransomware variant on the rise. Retrieved May 18, 2023.", + "meta": { + "date_accessed": "2023-05-18T00:00:00Z", + "date_published": "2022-08-18T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://blog.cyble.com/2022/08/18/bianlian-new-ransomware-variant-on-the-rise/" + ], + "source": "Tidal Cyber", + "title": "BianLian: New Ransomware variant on the rise" + }, + "related": [], + "uuid": "2de00d16-9b9e-4e03-925f-4fcdae4d6e1a", + "value": "Cyble August 18 2022" + }, { "description": "Ben Armstrong, Lauren Pearce, Brad Pittack, Danny Quist. (2022, September 1). BianLian Ransomware Gang Gives It a Go!. Retrieved May 18, 2023.", "meta": { @@ -7933,21 +8220,6 @@ "uuid": "481a0106-d5b6-532c-8f5b-6c0c477185f4", "value": "Sophos BlackCat Jul 2022" }, - { - "description": "Cherepanov, A.. (2016, January 3). BlackEnergy by the SSHBearDoor: attacks against Ukrainian news media and electric industry . Retrieved June 10, 2020.", - "meta": { - "date_accessed": "2020-06-10T00:00:00Z", - "date_published": "2016-01-03T00:00:00Z", - "refs": [ - "https://www.welivesecurity.com/2016/01/03/blackenergy-sshbeardoor-details-2015-attacks-ukrainian-news-media-electric-industry/" - ], - "source": "MITRE", - "title": "BlackEnergy by the SSHBearDoor: attacks against Ukrainian news media and electric industry" - }, - "related": [], - "uuid": "a0103079-c966-46b6-8871-c01f7f0eea4c", - "value": "ESET BlackEnergy Jan 2016" - }, { "description": "Cherepanov, A.. (2016, January 3). BlackEnergy by the SSHBearDoor: attacks against Ukrainian news media and electric industry. Retrieved May 18, 2016.", "meta": { @@ -7963,6 +8235,21 @@ "uuid": "4d626eb9-3722-4aa4-b95e-1650cc2865c2", "value": "ESEST Black Energy Jan 2016" }, + { + "description": "Cherepanov, A.. (2016, January 3). BlackEnergy by the SSHBearDoor: attacks against Ukrainian news media and electric industry . Retrieved June 10, 2020.", + "meta": { + "date_accessed": "2020-06-10T00:00:00Z", + "date_published": "2016-01-03T00:00:00Z", + "refs": [ + "https://www.welivesecurity.com/2016/01/03/blackenergy-sshbeardoor-details-2015-attacks-ukrainian-news-media-electric-industry/" + ], + "source": "MITRE", + "title": "BlackEnergy by the SSHBearDoor: attacks against Ukrainian news media and electric industry" + }, + "related": [], + "uuid": "a0103079-c966-46b6-8871-c01f7f0eea4c", + "value": "ESET BlackEnergy Jan 2016" + }, { "description": "F-Secure Labs. (2014). BlackEnergy & Quedagh: The convergence of crimeware and APT attacks. Retrieved March 24, 2016.", "meta": { @@ -7978,6 +8265,22 @@ "uuid": "5f228fb5-d959-4c4a-bb8c-f9dc01d5af07", "value": "F-Secure BlackEnergy 2014" }, + { + "description": "Martin Smolár. (2023, March 1). BlackLotus UEFI bootkit: Myth confirmed. Retrieved September 29, 2023.", + "meta": { + "date_accessed": "2023-09-29T00:00:00Z", + "date_published": "2023-03-01T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.welivesecurity.com/2023/03/01/blacklotus-uefi-bootkit-myth-confirmed/" + ], + "source": "Tidal Cyber", + "title": "BlackLotus UEFI bootkit: Myth confirmed" + }, + "related": [], + "uuid": "1a4c134b-c701-400f-beee-e6b3cc835042", + "value": "ESET BlackLotus March 01 2023" + }, { "description": "Kaspersky Lab's Global Research & Analysis Team. (2017, October 16). BlackOasis APT and new targeted attacks leveraging zero-day exploit. Retrieved February 15, 2018.", "meta": { @@ -7993,6 +8296,54 @@ "uuid": "66121c37-6b66-4ab2-9f63-1adb80dcec62", "value": "Securelist BlackOasis Oct 2017" }, + { + "description": "ReliaQuest Threat Research Team. (2024, May 28). BlackSuit Attack Analysis - ReliaQuest. Retrieved June 5, 2024.", + "meta": { + "date_accessed": "2024-06-05T00:00:00Z", + "date_published": "2024-05-28T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.reliaquest.com/blog/blacksuit-attack-analysis/" + ], + "source": "Tidal Cyber", + "title": "BlackSuit Attack Analysis - ReliaQuest" + }, + "related": [], + "uuid": "2a67b1df-9a15-487e-a777-8a3fe46b0179", + "value": "ReliaQuest May 28 2024" + }, + { + "description": "Health Sector Cybersecurity Coordination Center (HC3). (2023, November 6). BlackSuit Ransomware. Retrieved June 7, 2024.", + "meta": { + "date_accessed": "2024-06-07T00:00:00Z", + "date_published": "2023-11-06T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.hhs.gov/sites/default/files/blacksuit-ransomware-analyst-note-tlpclear.pdf" + ], + "source": "Tidal Cyber", + "title": "BlackSuit Ransomware" + }, + "related": [], + "uuid": "d956f0c6-d90e-49e8-a64c-a46bfc177cc6", + "value": "HC3 Analyst Note BlackSuit Ransomware November 2023" + }, + { + "description": "Cybleinc. (2023, May 12). BlackSuit Ransomware Strikes Windows and Linux Users. Retrieved January 1, 2024.", + "meta": { + "date_accessed": "2024-01-01T00:00:00Z", + "date_published": "2023-05-12T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://cyble.com/blog/blacksuit-ransomware-strikes-windows-and-linux-users/" + ], + "source": "Tidal Cyber", + "title": "BlackSuit Ransomware Strikes Windows and Linux Users" + }, + "related": [], + "uuid": "7e335494-86a7-49cd-a9f3-783d73c36d9d", + "value": "Cyble May 12 2023" + }, { "description": "Quist, N. (2020, October 5). Black-T: New Cryptojacking Variant from TeamTNT. Retrieved September 22, 2021.", "meta": { @@ -8767,6 +9118,70 @@ "uuid": "b06b72ba-dbd6-4190-941a-0cdd3d659ab6", "value": "CTD PPID Spoofing Macro Mar 2019" }, + { + "description": "Trend Micro. (2022, September 2). BumbleBee a New Modular Backdoor Evolved From BookWorm. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2022-09-02T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.trendmicro.com/en_us/research/22/i/buzzing-in-the-background-bumblebee-a-new-modular-backdoor-evolv.html" + ], + "source": "Tidal Cyber", + "title": "BumbleBee a New Modular Backdoor Evolved From BookWorm" + }, + "related": [], + "uuid": "acb25abb-23c7-4b5d-849b-346388dde15c", + "value": "Trend Micro September 02 2022" + }, + { + "description": "Axel F; Selena Larson; The Proofpoint Threat Research Team. (2024, February 12). Bumblebee Buzzes Back in Black . Retrieved February 14, 2024.", + "meta": { + "date_accessed": "2024-02-14T00:00:00Z", + "date_published": "2024-02-12T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.proofpoint.com/us/blog/threat-insight/bumblebee-buzzes-back-black" + ], + "source": "Tidal Cyber", + "title": "Bumblebee Buzzes Back in Black" + }, + "related": [], + "uuid": "643968ec-bc01-4317-ba91-b2bafeb421c9", + "value": "Proofpoint 2 12 2024" + }, + { + "description": "Toxin Labs. (2023, March 4). BumbleBee DocuSign Campaign. Retrieved February 19, 2024.", + "meta": { + "date_accessed": "2024-02-19T00:00:00Z", + "date_published": "2023-03-04T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://0xtoxin.github.io/malware%20analysis/Bumblebee-DocuSign-Campaign/" + ], + "source": "Tidal Cyber", + "title": "BumbleBee DocuSign Campaign" + }, + "related": [], + "uuid": "8404527a-9197-47ea-8bdf-c824b66ffede", + "value": "Toxin Labs 3 4 2023" + }, + { + "description": "Angelo Violetti. (2023, April 11). BumbleBee hunting with a Velociraptor. Retrieved May 6, 2023.", + "meta": { + "date_accessed": "2023-05-06T00:00:00Z", + "date_published": "2023-04-11T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://sec-consult.com/blog/detail/bumblebee-hunting-with-a-velociraptor/" + ], + "source": "Tidal Cyber", + "title": "BumbleBee hunting with a Velociraptor" + }, + "related": [], + "uuid": "c4cdaaeb-5776-4899-bdcf-8daf9d6ea615", + "value": "SEC Consult Bumblebee April 11 2023" + }, { "description": "Cybereason. (2022, August 17). Bumblebee Loader – The High Road to Enterprise Domain Control. Retrieved August 29, 2022.", "meta": { @@ -8782,6 +9197,22 @@ "uuid": "64bfb605-af69-4df0-ae56-32fa997516bc", "value": "Cybereason Bumblebee August 2022" }, + { + "description": "Counter Threat Unit Research Team. (2023, April 20). Bumblebee Malware Distributed Via Trojanized Installer Downloads. Retrieved May 6, 2023.", + "meta": { + "date_accessed": "2023-05-06T00:00:00Z", + "date_published": "2023-04-20T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.secureworks.com/blog/bumblebee-malware-distributed-via-trojanized-installer-downloads" + ], + "source": "Tidal Cyber", + "title": "Bumblebee Malware Distributed Via Trojanized Installer Downloads" + }, + "related": [], + "uuid": "ac31c45d-ba78-4158-b163-723ab22c4dc4", + "value": "Secureworks Bumblebee April 20 2023" + }, { "description": "Kamble, V. (2022, June 28). Bumblebee: New Loader Rapidly Assuming Central Position in Cyber-crime Ecosystem. Retrieved August 24, 2022.", "meta": { @@ -8797,6 +9228,54 @@ "uuid": "81bfabad-b5b3-4e45-ac1d-1e2e829fca33", "value": "Symantec Bumblebee June 2022" }, + { + "description": "Cybleinc. (2022, September 7). Bumblebee Returns with New Infection Technique. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2022-09-07T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://blog.cyble.com/2022/09/07/bumblebee-returns-with-new-infection-technique/" + ], + "source": "Tidal Cyber", + "title": "Bumblebee Returns with New Infection Technique" + }, + "related": [], + "uuid": "9d194526-2d01-4f92-9055-39e66d26081a", + "value": "Cyble September 07 2022" + }, + { + "description": "The DFIR Report. (2022, September 26). BumbleBee: Round Two. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2022-09-26T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://thedfirreport.com/2022/09/26/bumblebee-round-two/" + ], + "source": "Tidal Cyber", + "title": "BumbleBee: Round Two" + }, + "related": [], + "uuid": "8b51d35c-7a2a-4f03-95b1-c0b319f73c05", + "value": "The DFIR Report Bumblebee September 26 2022" + }, + { + "description": "The DFIR Report. (2022, November 14). BumbleBee Zeros in on Meterpreter. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2022-11-14T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://thedfirreport.com/2022/11/14/bumblebee-zeros-in-on-meterpreter/" + ], + "source": "Tidal Cyber", + "title": "BumbleBee Zeros in on Meterpreter" + }, + "related": [], + "uuid": "831e1b4e-6edd-498f-863c-606d2392b622", + "value": "The DFIR Report Bumblebee November 14 2022" + }, { "description": "Patrick Wardle. (2019, June 20). Burned by Fire(fox). Retrieved October 1, 2021.", "meta": { @@ -9004,21 +9483,6 @@ "uuid": "74df644a-06b8-4331-85a3-932358d65b62", "value": "Hybrid Analysis Icacls1 June 2018" }, - { - "description": "Microsoft. (2016, August 21). Cached and Stored Credentials Technical Overview. Retrieved February 21, 2020.", - "meta": { - "date_accessed": "2020-02-21T00:00:00Z", - "date_published": "2016-08-21T00:00:00Z", - "refs": [ - "https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/hh994565(v%3Dws.11)" - ], - "source": "MITRE", - "title": "Cached and Stored Credentials Technical Overview" - }, - "related": [], - "uuid": "590ea63f-f800-47e4-8d39-df11a184ba84", - "value": "Microsoft - Cached Creds" - }, { "description": "Microsoft. (2016, August 31). Cached and Stored Credentials Technical Overview. Retrieved November 24, 2020.", "meta": { @@ -9034,6 +9498,21 @@ "uuid": "c949a29b-bb31-4bd7-a967-ddd48c7efb8e", "value": "Microsoft Credential Manager store" }, + { + "description": "Microsoft. (2016, August 21). Cached and Stored Credentials Technical Overview. Retrieved February 21, 2020.", + "meta": { + "date_accessed": "2020-02-21T00:00:00Z", + "date_published": "2016-08-21T00:00:00Z", + "refs": [ + "https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/hh994565(v%3Dws.11)" + ], + "source": "MITRE", + "title": "Cached and Stored Credentials Technical Overview" + }, + "related": [], + "uuid": "590ea63f-f800-47e4-8d39-df11a184ba84", + "value": "Microsoft - Cached Creds" + }, { "description": "Zykov, K. (2020, August 13). CactusPete APT group’s updated Bisonal backdoor. Retrieved May 5, 2021.", "meta": { @@ -9049,6 +9528,22 @@ "uuid": "1c393964-e717-45ad-8eb6-5df5555d3c70", "value": "Kaspersky CactusPete Aug 2020" }, + { + "description": "Laurie Iacono, Stephen Green, Dave Truman. (2023, May 10). CACTUS Ransomware: Prickly New Variant Evades Detection. Retrieved August 10, 2023.", + "meta": { + "date_accessed": "2023-08-10T00:00:00Z", + "date_published": "2023-05-10T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.kroll.com/en/insights/publications/cyber/cactus-ransomware-prickly-new-variant-evades-detection" + ], + "source": "Tidal Cyber", + "title": "CACTUS Ransomware: Prickly New Variant Evades Detection" + }, + "related": [], + "uuid": "f50de2f6-465f-4cae-a79c-cc135ebfee4f", + "value": "Kroll CACTUS Ransomware May 10 2023" + }, { "description": "ESET. (2022, March 15). CaddyWiper: New wiper malware discovered in Ukraine. Retrieved March 23, 2022.", "meta": { @@ -9094,6 +9589,22 @@ "uuid": "584e7ace-ef33-423b-9801-4728a447cb34", "value": "Cado Security Denonia" }, + { + "description": "jbowen. (2022, April 3). Cado Discovers Denonia: The First Malware Specifically Targeting Lambda. Retrieved April 11, 2024.", + "meta": { + "date_accessed": "2024-04-11T00:00:00Z", + "date_published": "2022-04-03T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.cadosecurity.com/blog/cado-discovers-denonia-the-first-malware-specifically-targeting-lambda" + ], + "source": "Tidal Cyber", + "title": "Cado Discovers Denonia: The First Malware Specifically Targeting Lambda" + }, + "related": [], + "uuid": "b276c28d-1488-4a21-86d1-7acdfd77794b", + "value": "Cado Denonia April 3 2022" + }, { "description": "William Turton. (2023, September 13). Caesars Entertainment Paid Millions to Hackers in Attack. Retrieved September 14, 2023.", "meta": { @@ -9157,19 +9668,20 @@ "value": "FSI Andariel Campaign Rifle July 2017" }, { - "description": "Kaspersky Lab's Global Research & Analysis Team. (2015, February). CARBANAK APT THE GREAT BANK ROBBERY. Retrieved March 27, 2017.", + "description": "Check Point Research. (2022, January 5). Can You Trust a File's Digital Signature? New Zloader Campaign Exploits Microsoft's Signature Verification Putting Users at Risk. Retrieved May 11, 2023.", "meta": { - "date_accessed": "2017-03-27T00:00:00Z", - "date_published": "2015-02-01T00:00:00Z", + "date_accessed": "2023-05-11T00:00:00Z", + "date_published": "2022-01-05T00:00:00Z", + "owner": "TidalCyberIan", "refs": [ - "https://securelist.com/the-great-bank-robbery-the-carbanak-apt/68732/" + "https://research.checkpoint.com/2022/can-you-trust-a-files-digital-signature-new-zloader-campaign-exploits-microsofts-signature-verification-putting-users-at-risk/" ], - "source": "MITRE", - "title": "CARBANAK APT THE GREAT BANK ROBBERY" + "source": "Tidal Cyber", + "title": "Can You Trust a File's Digital Signature? New Zloader Campaign Exploits Microsoft's Signature Verification Putting Users at Risk" }, "related": [], - "uuid": "053a2bbb-5509-4aba-bbd7-ccc3d8074291", - "value": "KasperskyCarbanak" + "uuid": "d26dfc4d-e563-4262-b527-0fffb7228234", + "value": "Check Point Research January 5 2022" }, { "description": "Kaspersky Lab's Global Research and Analysis Team. (2015, February). CARBANAK APT THE GREAT BANK ROBBERY. Retrieved August 23, 2018.", @@ -9186,6 +9698,21 @@ "uuid": "2f7e77db-fe39-4004-9945-3c8943708494", "value": "Kaspersky Carbanak" }, + { + "description": "Kaspersky Lab's Global Research & Analysis Team. (2015, February). CARBANAK APT THE GREAT BANK ROBBERY. Retrieved March 27, 2017.", + "meta": { + "date_accessed": "2017-03-27T00:00:00Z", + "date_published": "2015-02-01T00:00:00Z", + "refs": [ + "https://securelist.com/the-great-bank-robbery-the-carbanak-apt/68732/" + ], + "source": "MITRE", + "title": "CARBANAK APT THE GREAT BANK ROBBERY" + }, + "related": [], + "uuid": "053a2bbb-5509-4aba-bbd7-ccc3d8074291", + "value": "KasperskyCarbanak" + }, { "description": "Griffin, N. (2017, January 17). CARBANAK GROUP USES GOOGLE FOR MALWARE COMMAND-AND-CONTROL. Retrieved February 15, 2017.", "meta": { @@ -10389,6 +10916,38 @@ "uuid": "fdc86cea-0015-48d1-934f-b22244de6306", "value": "Malwarebytes Citrix Bleed November 24 2023" }, + { + "description": "Cybleinc. (2023, April 28). Citrix Users at Risk: AresLoader Spreading Through Disguised GitLab Repo. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2023-04-28T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://blog.cyble.com/2023/04/28/citrix-users-at-risk-aresloader-spreading-through-disguised-gitlab-repo/" + ], + "source": "Tidal Cyber", + "title": "Citrix Users at Risk: AresLoader Spreading Through Disguised GitLab Repo" + }, + "related": [], + "uuid": "2d6bea2c-cc19-4ff7-873f-151f1ff354cb", + "value": "Cyble April 28 2023" + }, + { + "description": "Cybleinc. (2023, April 3). Cl0p Ransomware: Active Threat Plaguing Businesses Worldwide. Retrieved May 25, 2023.", + "meta": { + "date_accessed": "2023-05-25T00:00:00Z", + "date_published": "2023-04-03T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://blog.cyble.com/2023/04/03/cl0p-ransomware-active-threat-plaguing-businesses-worldwide/" + ], + "source": "Tidal Cyber", + "title": "Cl0p Ransomware: Active Threat Plaguing Businesses Worldwide" + }, + "related": [], + "uuid": "8c7815c4-ed8d-47c3-84af-b7cdabd49652", + "value": "Cyble April 03 2023" + }, { "description": "Chen, T. and Chen, Z. (2020, February 17). CLAMBLING - A New Backdoor Base On Dropbox. Retrieved November 12, 2021.", "meta": { @@ -10541,6 +11100,20 @@ "uuid": "75b89502-21ed-4920-95cc-212eaf17f281", "value": "CL_Mutexverifiers.ps1 - LOLBAS Project" }, + { + "description": "Cybereason Nocturnus. (2020, December 23). Cybereason vs. Clop Ransomware. Retrieved May 11, 2021.", + "meta": { + "date_accessed": "2021-05-11T00:00:00Z", + "refs": [ + "https://www.cybereason.com/blog/cybereason-vs.-clop-ransomware" + ], + "source": "MITRE", + "title": "Clop Ransomware" + }, + "related": [], + "uuid": "f54d682d-100e-41bb-96be-6a79ea422066", + "value": "Cybereason Clop Dec 2020" + }, { "description": "Mundo, A. (2019, August 1). Clop Ransomware. Retrieved May 10, 2021.", "meta": { @@ -10557,18 +11130,20 @@ "value": "Mcafee Clop Aug 2019" }, { - "description": "Cybereason Nocturnus. (2020, December 23). Cybereason vs. Clop Ransomware. Retrieved May 11, 2021.", + "description": "Sergiu Gatlan. (2023, February 10). Clop ransomware claims it breached 130 orgs using GoAnywhere zero-day. Retrieved May 8, 2023.", "meta": { - "date_accessed": "2021-05-11T00:00:00Z", + "date_accessed": "2023-05-08T00:00:00Z", + "date_published": "2023-02-10T00:00:00Z", + "owner": "TidalCyberIan", "refs": [ - "https://www.cybereason.com/blog/cybereason-vs.-clop-ransomware" + "https://www.bleepingcomputer.com/news/security/clop-ransomware-claims-it-breached-130-orgs-using-goanywhere-zero-day/" ], - "source": "MITRE", - "title": "Clop Ransomware" + "source": "Tidal Cyber", + "title": "Clop ransomware claims it breached 130 orgs using GoAnywhere zero-day" }, "related": [], - "uuid": "f54d682d-100e-41bb-96be-6a79ea422066", - "value": "Cybereason Clop Dec 2020" + "uuid": "ccfa7e78-1ee9-4d46-9f03-137eb12cf474", + "value": "Bleeping Computer Clop February 2023" }, { "description": "GReAT. (2014, December 10). Cloud Atlas: RedOctober APT is back in style. Retrieved May 8, 2020.", @@ -10585,6 +11160,22 @@ "uuid": "41a9b3e3-0953-4bde-9e1d-c2f51de1120e", "value": "Kaspersky Cloud Atlas December 2014" }, + { + "description": "Adam Kohler; Christopher Lopez. (2024, April 8). CloudChat Infostealer How It Works, What It Does. Retrieved April 19, 2024.", + "meta": { + "date_accessed": "2024-04-19T00:00:00Z", + "date_published": "2024-04-08T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://blog.kandji.io/cloudchat-infostealer" + ], + "source": "Tidal Cyber", + "title": "CloudChat Infostealer How It Works, What It Does" + }, + "related": [], + "uuid": "f2e74613-f578-4408-bc76-144ec671808b", + "value": "Kandji 4 8 2024" + }, { "description": "Rhino Labs. (2019, September). Cloud Container Attack Tool (CCAT). Retrieved September 12, 2019.", "meta": { @@ -11259,6 +11850,22 @@ "uuid": "edcd917d-ca5b-4e5c-b3be-118e828abe97", "value": "Microsoft COM" }, + { + "description": "Dror Alon. (2022, December 8). Compromised Cloud Compute Credentials Case Studies From the Wild. Retrieved April 17, 2024.", + "meta": { + "date_accessed": "2024-04-17T00:00:00Z", + "date_published": "2022-12-08T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://unit42.paloaltonetworks.com/compromised-cloud-compute-credentials/" + ], + "source": "Tidal Cyber", + "title": "Compromised Cloud Compute Credentials Case Studies From the Wild" + }, + "related": [], + "uuid": "e7a4a0cf-ffa2-48cc-9b21-a2333592c773", + "value": "Unit 42 12 8 2022" + }, { "description": "Dror Alon. (2022, December 8). Compromised Cloud Compute Credentials: Case Studies From the Wild. Retrieved March 9, 2023.", "meta": { @@ -11573,21 +12180,6 @@ "uuid": "4adfc72b-cd32-46a6-bdf4-a4c2c6cffa73", "value": "Microsoft Configure LSA" }, - { - "description": "Microsoft. (2013, July 31). Configuring Additional LSA Protection. Retrieved February 13, 2015.", - "meta": { - "date_accessed": "2015-02-13T00:00:00Z", - "date_published": "2013-07-31T00:00:00Z", - "refs": [ - "https://technet.microsoft.com/en-us/library/dn408187.aspx" - ], - "source": "MITRE", - "title": "Configuring Additional LSA Protection" - }, - "related": [], - "uuid": "3ad49746-4e42-4663-a49e-ae64152b9463", - "value": "Microsoft LSA" - }, { "description": "Microsoft. (2014, March 12). Configuring Additional LSA Protection. Retrieved November 27, 2017.", "meta": { @@ -11603,6 +12195,21 @@ "uuid": "da3f1d7d-188f-4500-9bc6-3299ba043b5c", "value": "Microsoft LSA Protection Mar 2014" }, + { + "description": "Microsoft. (2013, July 31). Configuring Additional LSA Protection. Retrieved February 13, 2015.", + "meta": { + "date_accessed": "2015-02-13T00:00:00Z", + "date_published": "2013-07-31T00:00:00Z", + "refs": [ + "https://technet.microsoft.com/en-us/library/dn408187.aspx" + ], + "source": "MITRE", + "title": "Configuring Additional LSA Protection" + }, + "related": [], + "uuid": "3ad49746-4e42-4663-a49e-ae64152b9463", + "value": "Microsoft LSA" + }, { "description": "Google. (n.d.). Configuring Data Access audit logs. Retrieved October 16, 2020.", "meta": { @@ -11722,6 +12329,22 @@ "uuid": "deefa5b7-5a28-524c-b500-bc5574aa9920", "value": "EC2 Instance Connect" }, + { + "description": "Andrew Brandt. (2024, February 23). ConnectWise ScreenConnect attacks deliver malware. Retrieved February 23, 2024.", + "meta": { + "date_accessed": "2024-02-23T00:00:00Z", + "date_published": "2024-02-23T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://news.sophos.com/en-us/2024/02/23/connectwise-screenconnect-attacks-deliver-malware/" + ], + "source": "Tidal Cyber", + "title": "ConnectWise ScreenConnect attacks deliver malware" + }, + "related": [], + "uuid": "3d342acf-a451-4473-82ac-8afee61bc984", + "value": "Sophos News 2 23 2024" + }, { "description": "docker docs. (n.d.). Containers. Retrieved October 13, 2021.", "meta": { @@ -11796,6 +12419,21 @@ "uuid": "7a511f0d-8feb-5370-87db-b33b96ea2367", "value": "Microsoft File Folder Exclusions" }, + { + "description": "Steven Campbell, Akshay Suthar, & Connor Belfiorre. (2023, July 26). Conti and Akira: Chained Together. Retrieved February 20, 2024.", + "meta": { + "date_accessed": "2024-02-20T00:00:00Z", + "date_published": "2023-07-26T00:00:00Z", + "refs": [ + "https://arcticwolf.com/resources/blog/conti-and-akira-chained-together/" + ], + "source": "MITRE", + "title": "Conti and Akira: Chained Together" + }, + "related": [], + "uuid": "aa34f2a1-a398-5dc4-b898-cdc02afeca5d", + "value": "Arctic Wolf Akira 2023" + }, { "description": "Steven Campbell, Akshay Suthar, Connor Belfiore, Arctic Wolf Labs Team. (2023, July 26). Conti and Akira: Chained Together. Retrieved March 13, 2024.", "meta": { @@ -11812,21 +12450,6 @@ "uuid": "72e1b75b-edf7-45b0-9c14-14776a146d0e", "value": "Arctic Wolf Conti Akira July 26 2023" }, - { - "description": "Steven Campbell, Akshay Suthar, & Connor Belfiorre. (2023, July 26). Conti and Akira: Chained Together. Retrieved February 20, 2024.", - "meta": { - "date_accessed": "2024-02-20T00:00:00Z", - "date_published": "2023-07-26T00:00:00Z", - "refs": [ - "https://arcticwolf.com/resources/blog/conti-and-akira-chained-together/" - ], - "source": "MITRE", - "title": "Conti and Akira: Chained Together" - }, - "related": [], - "uuid": "aa34f2a1-a398-5dc4-b898-cdc02afeca5d", - "value": "Arctic Wolf Akira 2023" - }, { "description": "DFIR Report. (2021, November 29). CONTInuing the Bazar Ransomware Story. Retrieved September 29, 2022.", "meta": { @@ -12049,6 +12672,22 @@ "uuid": "0ef05e47-1305-4715-a677-67f1b55b24a3", "value": "Apple Core Services" }, + { + "description": "MSRC Team. (2019, August 5). Corporate IoT - a path to intrusion. Retrieved August 24, 2023.", + "meta": { + "date_accessed": "2023-08-24T00:00:00Z", + "date_published": "2019-08-05T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://msrc.microsoft.com/blog/2019/08/corporate-iot-a-path-to-intrusion/" + ], + "source": "Tidal Cyber", + "title": "Corporate IoT - a path to intrusion" + }, + "related": [], + "uuid": "037ace78-e997-40f3-a891-916bc596a9c0", + "value": "Microsoft IoT Compromises August 05 2019" + }, { "description": "MSRC Team. (2019, August 5). Corporate IoT – a path to intrusion. Retrieved August 16, 2019.", "meta": { @@ -12599,6 +13238,22 @@ "uuid": "ec3e7b3f-99dd-4f2f-885b-09d66b01fe3e", "value": "Microsoft CredEnumerate" }, + { + "description": "Aleksandar Milenkoski, Jim Walter. (2022, September 8). Crimeware Trends | Ransomware Developers Turn to Intermittent Encryption to Evade Detection. Retrieved August 10, 2023.", + "meta": { + "date_accessed": "2023-08-10T00:00:00Z", + "date_published": "2022-09-08T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.sentinelone.com/labs/crimeware-trends-ransomware-developers-turn-to-intermittent-encryption-to-evade-detection/" + ], + "source": "Tidal Cyber", + "title": "Crimeware Trends | Ransomware Developers Turn to Intermittent Encryption to Evade Detection" + }, + "related": [], + "uuid": "09cae6de-e026-43a5-a8bc-7ff8e8205232", + "value": "SentinelLabs Intermittent Encryption September 08 2022" + }, { "description": "Max Goncharov. (2015, July 15). Criminal Hideouts for Lease: Bulletproof Hosting Services. Retrieved March 6, 2017.", "meta": { @@ -12704,21 +13359,6 @@ "uuid": "51e67e37-2d61-4228-999b-bec6f80cf106", "value": "Bishop Fox Sliver Framework August 2019" }, - { - "description": "Okta Defensive Cyber Operations. (2023, August 31). Cross-Tenant Impersonation: Prevention and Detection. Retrieved March 4, 2024.", - "meta": { - "date_accessed": "2024-03-04T00:00:00Z", - "date_published": "2023-08-31T00:00:00Z", - "refs": [ - "https://sec.okta.com/articles/2023/08/cross-tenant-impersonation-prevention-and-detection" - ], - "source": "MITRE", - "title": "Cross-Tenant Impersonation: Prevention and Detection" - }, - "related": [], - "uuid": "77dbd22f-ce57-50f7-9c6b-8dc874a4d80d", - "value": "Okta Cross-Tenant Impersonation" - }, { "description": "Okta Defensive Cyber Operations. (2023, August 31). Cross-Tenant Impersonation: Prevention and Detection. Retrieved February 15, 2024.", "meta": { @@ -12734,6 +13374,21 @@ "uuid": "d54188b5-86eb-52a0-8384-823c45431762", "value": "Okta Cross-Tenant Impersonation 2023" }, + { + "description": "Okta Defensive Cyber Operations. (2023, August 31). Cross-Tenant Impersonation: Prevention and Detection. Retrieved March 4, 2024.", + "meta": { + "date_accessed": "2024-03-04T00:00:00Z", + "date_published": "2023-08-31T00:00:00Z", + "refs": [ + "https://sec.okta.com/articles/2023/08/cross-tenant-impersonation-prevention-and-detection" + ], + "source": "MITRE", + "title": "Cross-Tenant Impersonation: Prevention and Detection" + }, + "related": [], + "uuid": "77dbd22f-ce57-50f7-9c6b-8dc874a4d80d", + "value": "Okta Cross-Tenant Impersonation" + }, { "description": "Crowdstrike. (2013, October 16). CrowdCasts Monthly: You Have an Adversary Problem. Retrieved March 1, 2017.", "meta": { @@ -13285,6 +13940,22 @@ "uuid": "bd9c14dd-0e2a-447b-a245-f548734d2400", "value": "CyberArk Labs Safe Mode 2016" }, + { + "description": "PJ04857920. (2023, November 30). Cyber Army of Russia — DDoS Tool. Retrieved April 30, 2024.", + "meta": { + "date_accessed": "2024-04-30T00:00:00Z", + "date_published": "2023-11-30T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://medium.com/@PJ04857920/cyber-army-of-russia-ddos-tool-3b3050419225" + ], + "source": "Tidal Cyber", + "title": "Cyber Army of Russia — DDoS Tool" + }, + "related": [], + "uuid": "3e42ff96-fc7e-418e-8d8b-076a1a47981e", + "value": "PJ Cyber Army of Russia 2023" + }, { "description": "Cyware. (2019, May 29). Cyber attackers leverage tunneling service to drop Lokibot onto victims’ systems. Retrieved September 15, 2020.", "meta": { @@ -13300,6 +13971,22 @@ "uuid": "583a01b6-cb4e-41e7-aade-ac2fd19bda4e", "value": "Cyware Ngrok May 2019" }, + { + "description": "Jonathan Greig. (2024, June 3). Cyberattack on telecom giant Frontier claimed by RansomHub. Retrieved June 7, 2024.", + "meta": { + "date_accessed": "2024-06-07T00:00:00Z", + "date_published": "2024-06-03T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://therecord.media/frontier-communications-cyberattack-ransomhub" + ], + "source": "Tidal Cyber", + "title": "Cyberattack on telecom giant Frontier claimed by RansomHub" + }, + "related": [], + "uuid": "1e474240-bd12-4472-8e69-1631b0e4c102", + "value": "The Record RansomHub June 3 2024" + }, { "description": "Burt, T. (2020, October 28). Cyberattacks target international conference attendees. Retrieved March 8, 2021.", "meta": { @@ -13315,6 +14002,22 @@ "uuid": "8986c21c-16a0-4a53-8e37-9935bbbfaa4b", "value": "Microsoft Phosphorus Oct 2020" }, + { + "description": "Check Point Software. (2022, August 3). Cyber Attack Trends: Check Point's 2022 Mid-Year Report. Retrieved May 18, 2022.", + "meta": { + "date_accessed": "2022-05-18T00:00:00Z", + "date_published": "2022-08-03T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.checkpoint.com/downloads/resources/cyber-attack-trends-report-mid-year-2022.pdf" + ], + "source": "Tidal Cyber", + "title": "Cyber Attack Trends: Check Point's 2022 Mid-Year Report" + }, + "related": [], + "uuid": "e929cd86-9903-481c-a841-ba387831cb77", + "value": "Check Point Mid-Year Report 2022" + }, { "description": "Mercer, W., et al. (2017, October 22). \"Cyber Conflict\" Decoy Document Used in Real Cyber Conflict. Retrieved November 2, 2018.", "meta": { @@ -13525,6 +14228,22 @@ "uuid": "c6948dfc-b133-556b-a8ac-b3a4dba09c0e", "value": "SCILabs Malteiro 2021" }, + { + "description": "blog.scilabs.mx. (2021, December 23). Cyber Threat Profile MALTEIRO – Sciblog. Retrieved May 17, 2023.", + "meta": { + "date_accessed": "2023-05-17T00:00:00Z", + "date_published": "2021-12-23T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://blog.scilabs.mx/en/cyber-threat-profile-malteiro/" + ], + "source": "Tidal Cyber", + "title": "Cyber Threat Profile MALTEIRO – Sciblog" + }, + "related": [], + "uuid": "1f46872c-6255-4ce0-a6c3-2bfa9e767765", + "value": "Cyber Threat Profile MALTEIRO – Sciblog" + }, { "description": "NCSC. (2022, February 23). Cyclops Blink Malware Analysis Report. Retrieved March 3, 2022.", "meta": { @@ -13963,6 +14682,22 @@ "uuid": "7a58938f-058b-4c84-aa95-9c37dcdda1fb", "value": "Hijacking VNC" }, + { + "description": "Zscaler. (2023, March 27). DBatLoader Actively Distributing Malwares Targeting European Businesses. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2023-03-27T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.zscaler.com/blogs/security-research/dbatloader-actively-distributing-malwares-targeting-european-businesses" + ], + "source": "Tidal Cyber", + "title": "DBatLoader Actively Distributing Malwares Targeting European Businesses" + }, + "related": [], + "uuid": "42ee2e91-4dac-41ce-b2ec-fde21c258a28", + "value": "DBatLoader Actively Distributing Malwares Targeting European Businesses" + }, { "description": "Microsoft. (n.d.). DCOM Security Enhancements in Windows XP Service Pack 2 and Windows Server 2003 Service Pack 1. Retrieved November 22, 2017.", "meta": { @@ -14246,6 +14981,22 @@ "uuid": "aee3179e-1536-40ab-9965-1c10bdaa6dff", "value": "Bitdefender FIN8 July 2021" }, + { + "description": "Cybleinc. (2022, January 20). Deep dive into Ragnar_locker Ransomware Gang. Retrieved September 29, 2023.", + "meta": { + "date_accessed": "2023-09-29T00:00:00Z", + "date_published": "2022-01-20T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://cyble.com/blog/deep-dive-into-ragnar-locker-ransomware-gang/" + ], + "source": "Tidal Cyber", + "title": "Deep dive into Ragnar_locker Ransomware Gang" + }, + "related": [], + "uuid": "390b3063-8d7b-4dee-b5f7-bfd0804f2e30", + "value": "Cyble Ragnar Locker January 20 2022" + }, { "description": "Karl Ackerman. (2023, June 12). Deep dive into the Pikabot cyber threat. Retrieved January 11, 2024.", "meta": { @@ -14845,21 +15596,6 @@ "uuid": "e0c1fcd3-b7a8-42af-8984-873a6f969975", "value": "Microsoft WhisperGate January 2022" }, - { - "description": "NSA and ASD. (2020, April 3). Detect and Prevent Web Shell Malware. Retrieved July 23, 2021.", - "meta": { - "date_accessed": "2021-07-23T00:00:00Z", - "date_published": "2020-04-03T00:00:00Z", - "refs": [ - "https://media.defense.gov/2020/Jun/09/2002313081/-1/-1/0/CSI-DETECT-AND-PREVENT-WEB-SHELL-MALWARE-20200422.PDF" - ], - "source": "MITRE", - "title": "Detect and Prevent Web Shell Malware" - }, - "related": [], - "uuid": "e9a882a5-1a88-4fdf-9349-205f4fa167c9", - "value": "NSA and ASD Detect and Prevent Web Shells 2020" - }, { "description": "Australian Cyber Security Centre. National Security Agency. (2020, April 21). Detect and Prevent Web Shell Malware. Retrieved February 9, 2024.", "meta": { @@ -14875,6 +15611,21 @@ "uuid": "b91963c4-07ea-5e36-9cc8-8a2149ee7473", "value": "URI Unique" }, + { + "description": "NSA and ASD. (2020, April 3). Detect and Prevent Web Shell Malware. Retrieved July 23, 2021.", + "meta": { + "date_accessed": "2021-07-23T00:00:00Z", + "date_published": "2020-04-03T00:00:00Z", + "refs": [ + "https://media.defense.gov/2020/Jun/09/2002313081/-1/-1/0/CSI-DETECT-AND-PREVENT-WEB-SHELL-MALWARE-20200422.PDF" + ], + "source": "MITRE", + "title": "Detect and Prevent Web Shell Malware" + }, + "related": [], + "uuid": "e9a882a5-1a88-4fdf-9349-205f4fa167c9", + "value": "NSA and ASD Detect and Prevent Web Shells 2020" + }, { "description": "Fox, C., Vangel, D. (2018, April 22). Detect and Remediate Outlook Rules and Custom Forms Injections Attacks in Office 365. Retrieved February 4, 2019.", "meta": { @@ -16246,21 +16997,6 @@ "uuid": "a1b987cc-7789-411c-9673-3cf6357b207c", "value": "ASERT Donot March 2018" }, - { - "description": "Simonian, Nick. (2023, May 22). Don't @ Me: URL Obfuscation Through Schema Abuse. Retrieved January 17, 2024.", - "meta": { - "date_accessed": "2024-01-17T00:00:00Z", - "date_published": "2023-05-22T00:00:00Z", - "refs": [ - "https://www.mandiant.com/resources/blog/url-obfuscation-schema-abuse" - ], - "source": "MITRE", - "title": "Don't @ Me: URL Obfuscation Through Schema Abuse" - }, - "related": [], - "uuid": "d5ed4c98-6d37-5000-bba0-9aada295a50c", - "value": "mandiant-masking" - }, { "description": "Nick Simonian. (2023, May 22). Don't @ Me: URL Obfuscation Through Schema Abuse. Retrieved August 4, 2023.", "meta": { @@ -16276,6 +17012,21 @@ "uuid": "b63f5934-2ace-5326-89be-7a850469a563", "value": "Mandiant URL Obfuscation 2023" }, + { + "description": "Simonian, Nick. (2023, May 22). Don't @ Me: URL Obfuscation Through Schema Abuse. Retrieved January 17, 2024.", + "meta": { + "date_accessed": "2024-01-17T00:00:00Z", + "date_published": "2023-05-22T00:00:00Z", + "refs": [ + "https://www.mandiant.com/resources/blog/url-obfuscation-schema-abuse" + ], + "source": "MITRE", + "title": "Don't @ Me: URL Obfuscation Through Schema Abuse" + }, + "related": [], + "uuid": "d5ed4c98-6d37-5000-bba0-9aada295a50c", + "value": "mandiant-masking" + }, { "description": "Nick Simonian. (2023, May 22). Don't @ Me: URL Obfuscation Through Schema Abuse. Retrieved February 13, 2024.", "meta": { @@ -16487,21 +17238,6 @@ "uuid": "9514c5cd-2ed6-4dbf-aa9e-1c425e969226", "value": "Symantec Dragonfly" }, - { - "description": "Symantec Security Response. (2014, July 7). Dragonfly: Western energy sector targeted by sophisticated attack group. Retrieved September 9, 2017.", - "meta": { - "date_accessed": "2017-09-09T00:00:00Z", - "date_published": "2014-07-07T00:00:00Z", - "refs": [ - "https://docs.broadcom.com/doc/dragonfly_threat_against_western_energy_suppliers" - ], - "source": "MITRE", - "title": "Dragonfly: Western energy sector targeted by sophisticated attack group" - }, - "related": [], - "uuid": "11bbeafc-ed5d-4d2b-9795-a0a9544fb64e", - "value": "Symantec Dragonfly Sept 2017" - }, { "description": "Symantec. (2017, October 7). Dragonfly: Western energy sector targeted by sophisticated attack group. Retrieved April 19, 2022.", "meta": { @@ -16517,6 +17253,21 @@ "uuid": "a0439d4a-a3ea-4be5-9a01-f223ca259681", "value": "Symantec Dragonfly 2.0 October 2017" }, + { + "description": "Symantec Security Response. (2014, July 7). Dragonfly: Western energy sector targeted by sophisticated attack group. Retrieved September 9, 2017.", + "meta": { + "date_accessed": "2017-09-09T00:00:00Z", + "date_published": "2014-07-07T00:00:00Z", + "refs": [ + "https://docs.broadcom.com/doc/dragonfly_threat_against_western_energy_suppliers" + ], + "source": "MITRE", + "title": "Dragonfly: Western energy sector targeted by sophisticated attack group" + }, + "related": [], + "uuid": "11bbeafc-ed5d-4d2b-9795-a0a9544fb64e", + "value": "Symantec Dragonfly Sept 2017" + }, { "description": "Slepogin, N. (2017, May 25). Dridex: A History of Evolution. Retrieved May 31, 2019.", "meta": { @@ -16936,6 +17687,20 @@ "uuid": "9349f864-79e9-4481-ad77-44099621795a", "value": "rfc3315" }, + { + "description": "Microsoft. (n.d.). Dynamic-Link Library Redirection. Retrieved December 5, 2014.", + "meta": { + "date_accessed": "2014-12-05T00:00:00Z", + "refs": [ + "http://msdn.microsoft.com/en-US/library/ms682600" + ], + "source": "MITRE", + "title": "Dynamic-Link Library Redirection" + }, + "related": [], + "uuid": "ac60bb28-cb14-4ff9-bc05-df48273a28a9", + "value": "Microsoft DLL Redirection" + }, { "description": "Microsoft. (2018, May 31). Dynamic-Link Library Redirection. Retrieved March 13, 2020.", "meta": { @@ -16952,18 +17717,19 @@ "value": "Microsoft Dynamic-Link Library Redirection" }, { - "description": "Microsoft. (n.d.). Dynamic-Link Library Redirection. Retrieved December 5, 2014.", + "description": "Microsoft. (2018, May 31). Dynamic-Link Library Search Order. Retrieved November 30, 2014.", "meta": { - "date_accessed": "2014-12-05T00:00:00Z", + "date_accessed": "2014-11-30T00:00:00Z", + "date_published": "2018-05-31T00:00:00Z", "refs": [ - "http://msdn.microsoft.com/en-US/library/ms682600" + "https://docs.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-search-order?redirectedfrom=MSDN" ], "source": "MITRE", - "title": "Dynamic-Link Library Redirection" + "title": "Dynamic-Link Library Search Order" }, "related": [], - "uuid": "ac60bb28-cb14-4ff9-bc05-df48273a28a9", - "value": "Microsoft DLL Redirection" + "uuid": "7b1f945b-2547-4bc6-98bf-30248bdf3587", + "value": "Microsoft Dynamic Link Library Search Order" }, { "description": "Microsoft. (n.d.). Dynamic-Link Library Search Order. Retrieved November 30, 2014.", @@ -16979,21 +17745,6 @@ "uuid": "c157444d-bf2b-4806-b069-519122b7a459", "value": "Microsoft DLL Search" }, - { - "description": "Microsoft. (2018, May 31). Dynamic-Link Library Search Order. Retrieved November 30, 2014.", - "meta": { - "date_accessed": "2014-11-30T00:00:00Z", - "date_published": "2018-05-31T00:00:00Z", - "refs": [ - "https://docs.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-search-order?redirectedfrom=MSDN" - ], - "source": "MITRE", - "title": "Dynamic-Link Library Search Order" - }, - "related": [], - "uuid": "7b1f945b-2547-4bc6-98bf-30248bdf3587", - "value": "Microsoft Dynamic Link Library Search Order" - }, { "description": "Microsoft. (n.d.). Dynamic-Link Library Security. Retrieved July 25, 2016.", "meta": { @@ -17096,6 +17847,22 @@ "uuid": "16b4b834-2f44-4bac-b810-f92080c41f09", "value": "Trend Micro Muddy Water March 2021" }, + { + "description": "rootkiter. (2019, March 9). Earthworm. Retrieved July 7, 2023.", + "meta": { + "date_accessed": "2023-07-07T00:00:00Z", + "date_published": "2019-03-09T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "http://rootkiter.com/EarthWorm/en/index.html" + ], + "source": "Tidal Cyber", + "title": "Earthworm" + }, + "related": [], + "uuid": "88170ef5-03ac-42f2-9b03-2ce204b5d45c", + "value": "Earthworm English Project Page" + }, { "description": "U.S. SEC. (n.d.). EDGAR - Search and Access. Retrieved August 27, 2021.", "meta": { @@ -17362,6 +18129,22 @@ "uuid": "92a9a311-1e0b-4819-9856-2dfc8dbfc08d", "value": "Cylance Machete Mar 2017" }, + { + "description": "Sophos News. (2020, September 24). Email-delivered MoDi RAT attack pastes PowerShell commands. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2020-09-24T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://news.sophos.com/en-us/2020/09/24/email-delivered-modi-rat-attack-pastes-powershell-commands/" + ], + "source": "Tidal Cyber", + "title": "Email-delivered MoDi RAT attack pastes PowerShell commands" + }, + "related": [], + "uuid": "8cfa3dc4-a6b4-4204-b1e5-5b325955936d", + "value": "Sophos News September 24 2020" + }, { "description": "Microsoft. (2022, February 15). Email exfiltration controls for connectors. Retrieved May 27, 2022.", "meta": { @@ -17466,6 +18249,22 @@ "uuid": "0bd01e6c-6fb5-4bae-9fe9-395de061c1da", "value": "Sophos Emotet Apr 2019" }, + { + "description": "Deep Instinct. (2023, March 10). Emotet Again! The First Malspam Wave of 2023 | Deep Instinct. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2023-03-10T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.deepinstinct.com/blog/emotet-again-the-first-malspam-wave-of-2023" + ], + "source": "Tidal Cyber", + "title": "Emotet Again! The First Malspam Wave of 2023 | Deep Instinct" + }, + "related": [], + "uuid": "8016eca2-f702-4081-83ba-06262c29e6c2", + "value": "Deep Instinct March 10 2023" + }, { "description": "CIS. (2017, April 28). Emotet Changes TTPs and Arrives in United States. Retrieved January 17, 2019.", "meta": { @@ -17540,6 +18339,22 @@ "uuid": "83180391-89b6-4431-87f4-2703b47cb81b", "value": "Talos Emotet Jan 2019" }, + { + "description": "Equipe cti. (2023, January 9). Emotet returns and deploys loaders. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2023-01-09T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.intrinsec.com/emotet-returns-and-deploys-loaders/" + ], + "source": "Tidal Cyber", + "title": "Emotet returns and deploys loaders" + }, + "related": [], + "uuid": "6d39aba3-ae77-4a95-8242-7dacae8c89d8", + "value": "Cybersécurité - INTRINSEC January 09 2023" + }, { "description": "The DFIR Report. (2022, November 8). Emotet Strikes Again – LNK File Leads to Domain Wide Ransomware. Retrieved March 6, 2023.", "meta": { @@ -17805,21 +18620,6 @@ "uuid": "ad3eda19-08eb-4d59-a2c9-3b5ed8302205", "value": "Google Ensuring Your Information is Safe" }, - { - "description": "Adi Zeligson & Rotem Kerner. (2018, November 13). Enter The DarkGate - New Cryptocurrency Mining and Ransomware Campaign. Retrieved February 9, 2024.", - "meta": { - "date_accessed": "2024-02-09T00:00:00Z", - "date_published": "2018-11-13T00:00:00Z", - "refs": [ - "https://www.fortinet.com/blog/threat-research/enter-the-darkgate-new-cryptocurrency-mining-and-ransomware-campaign" - ], - "source": "MITRE", - "title": "Enter The DarkGate - New Cryptocurrency Mining and Ransomware Campaign" - }, - "related": [], - "uuid": "31796564-4154-54c0-958a-7d6802dfefad", - "value": "Ensilo Darkgate 2018" - }, { "description": "Fortinet Blog. (2018, November 13). Enter The DarkGate - New Cryptocurrency Mining and Ransomware Campaign. Retrieved October 20, 2023.", "meta": { @@ -17837,20 +18637,19 @@ "value": "Fortinet Blog November 13 2018" }, { - "description": "Splunk Threat Research Team. (2024, January 17). Enter The Gates: An Analysis of the DarkGate AutoIt Loader. Retrieved January 24, 2024.", + "description": "Adi Zeligson & Rotem Kerner. (2018, November 13). Enter The DarkGate - New Cryptocurrency Mining and Ransomware Campaign. Retrieved February 9, 2024.", "meta": { - "date_accessed": "2024-01-24T00:00:00Z", - "date_published": "2024-01-17T00:00:00Z", - "owner": "TidalCyberIan", + "date_accessed": "2024-02-09T00:00:00Z", + "date_published": "2018-11-13T00:00:00Z", "refs": [ - "https://www.splunk.com/en_us/blog/security/enter-the-gates-an-analysis-of-the-darkgate-autoit-loader.html" + "https://www.fortinet.com/blog/threat-research/enter-the-darkgate-new-cryptocurrency-mining-and-ransomware-campaign" ], - "source": "Tidal Cyber", - "title": "Enter The Gates: An Analysis of the DarkGate AutoIt Loader" + "source": "MITRE", + "title": "Enter The DarkGate - New Cryptocurrency Mining and Ransomware Campaign" }, "related": [], - "uuid": "a45a920c-3bda-4442-8650-4ad78f950283", - "value": "Splunk DarkGate January 17 2024" + "uuid": "31796564-4154-54c0-958a-7d6802dfefad", + "value": "Ensilo Darkgate 2018" }, { "description": "Splunk Threat Research Team. (2024, January 17). Enter The Gates: An Analysis of the DarkGate AutoIt Loader. Retrieved March 29, 2024.", @@ -17867,6 +18666,22 @@ "uuid": "adc6384c-e0d7-547f-a1e3-2c57ff0525ae", "value": "Splunk DarkGate" }, + { + "description": "Splunk Threat Research Team. (2024, January 17). Enter The Gates: An Analysis of the DarkGate AutoIt Loader. Retrieved January 24, 2024.", + "meta": { + "date_accessed": "2024-01-24T00:00:00Z", + "date_published": "2024-01-17T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.splunk.com/en_us/blog/security/enter-the-gates-an-analysis-of-the-darkgate-autoit-loader.html" + ], + "source": "Tidal Cyber", + "title": "Enter The Gates: An Analysis of the DarkGate AutoIt Loader" + }, + "related": [], + "uuid": "a45a920c-3bda-4442-8650-4ad78f950283", + "value": "Splunk DarkGate January 17 2024" + }, { "description": "Microsoft. (2021, October 12). EnumDeviceDrivers function (psapi.h). Retrieved March 28, 2023.", "meta": { @@ -17911,6 +18726,20 @@ "uuid": "af842a1f-8f39-4b4f-b4d2-0bbb810e6c31", "value": "Deloitte Environment Awareness" }, + { + "description": "Microsoft. (n.d.). Environment Property. Retrieved July 27, 2016.", + "meta": { + "date_accessed": "2016-07-27T00:00:00Z", + "refs": [ + "https://msdn.microsoft.com/en-us/library/fd7hxfdd.aspx" + ], + "source": "MITRE", + "title": "Environment Property" + }, + "related": [], + "uuid": "79ea888c-2dd7-40cb-9149-e2469a35ea3a", + "value": "MSDN Environment Property" + }, { "description": "Microsoft. (2011, October 24). Environment Property. Retrieved July 27, 2016.", "meta": { @@ -17926,20 +18755,6 @@ "uuid": "64598969-864d-4bc7-805e-c289cccb7bc6", "value": "Microsoft Environment Property" }, - { - "description": "Microsoft. (n.d.). Environment Property. Retrieved July 27, 2016.", - "meta": { - "date_accessed": "2016-07-27T00:00:00Z", - "refs": [ - "https://msdn.microsoft.com/en-us/library/fd7hxfdd.aspx" - ], - "source": "MITRE", - "title": "Environment Property" - }, - "related": [], - "uuid": "79ea888c-2dd7-40cb-9149-e2469a35ea3a", - "value": "MSDN Environment Property" - }, { "description": "Kaspersky Lab's Global Research and Analysis Team. (2015, February). Equation Group: Questions and Answers. Retrieved December 21, 2015.", "meta": { @@ -18328,6 +19143,22 @@ "uuid": "aafa27e8-5df7-4fc6-9fe5-9a438f2b507a", "value": "Evil Clippy May 2019" }, + { + "description": "Cybleinc. (2022, August 19). EvilCoder Project Selling Multiple Dangerous Tools Online. Retrieved May 10, 2023.", + "meta": { + "date_accessed": "2023-05-10T00:00:00Z", + "date_published": "2022-08-19T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://blog.cyble.com/2022/08/19/evilcoder-project-selling-multiple-dangerous-tools-online/" + ], + "source": "Tidal Cyber", + "title": "EvilCoder Project Selling Multiple Dangerous Tools Online" + }, + "related": [], + "uuid": "7b5617f8-5d0d-4185-97c7-82acf023f3c3", + "value": "Cyble August 19 2022" + }, { "description": "Gretzky, K.. (2018, July 26). Evilginx 2 - Next Generation of Phishing 2FA Tokens. Retrieved October 14, 2019.", "meta": { @@ -18600,6 +19431,22 @@ "uuid": "0156d408-a36d-5876-96fd-f0b0cf296ea2", "value": "DFIR Phosphorus November 2021" }, + { + "description": "Tyler McLellan, Joshua Shilko, Shambavi Sadayappan. (2022, February 23). (Ex)Change of Pace: UNC2596 Observed Leveraging Vulnerabilities to Deploy Cuba Ransomware. Retrieved May 19, 2023.", + "meta": { + "date_accessed": "2023-05-19T00:00:00Z", + "date_published": "2022-02-23T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.mandiant.com/resources/blog/unc2596-cuba-ransomware" + ], + "source": "Tidal Cyber", + "title": "(Ex)Change of Pace: UNC2596 Observed Leveraging Vulnerabilities to Deploy Cuba Ransomware" + }, + "related": [], + "uuid": "c03c0f35-3b86-4733-8a2c-71524f0e3d17", + "value": "Mandiant UNC2596 Cuba Ransomware February 2022" + }, { "description": "Microsoft. (2017, September 25). ExchangePowerShell. Retrieved June 10, 2022.", "meta": { @@ -19036,21 +19883,6 @@ "uuid": "186c1213-d0c5-4eb6-aa0f-0fd61b07a1f7", "value": "ThreatPost Social Media Phishing" }, - { - "description": "Phil Stokes. (2021, January 11). FADE DEAD | Adventures in Reversing Malicious Run-Only AppleScripts. Retrieved September 30, 2022.", - "meta": { - "date_accessed": "2022-09-30T00:00:00Z", - "date_published": "2021-01-11T00:00:00Z", - "refs": [ - "https://www.sentinelone.com/labs/fade-dead-adventures-in-reversing-malicious-run-only-applescripts/" - ], - "source": "MITRE", - "title": "FADE DEAD | Adventures in Reversing Malicious Run-Only AppleScripts" - }, - "related": [], - "uuid": "785f7692-2be8-4f5d-921e-51efdfe0c0b9", - "value": "Sentinel Labs" - }, { "description": "Phil Stokes. (2021, January 11). FADE DEAD | Adventures in Reversing Malicious Run-Only AppleScripts. Retrieved September 29, 2022.", "meta": { @@ -19066,6 +19898,21 @@ "uuid": "34dc9010-e800-420c-ace4-4f426c915d2f", "value": "SentinelLabs reversing run-only applescripts 2021" }, + { + "description": "Phil Stokes. (2021, January 11). FADE DEAD | Adventures in Reversing Malicious Run-Only AppleScripts. Retrieved September 30, 2022.", + "meta": { + "date_accessed": "2022-09-30T00:00:00Z", + "date_published": "2021-01-11T00:00:00Z", + "refs": [ + "https://www.sentinelone.com/labs/fade-dead-adventures-in-reversing-malicious-run-only-applescripts/" + ], + "source": "MITRE", + "title": "FADE DEAD | Adventures in Reversing Malicious Run-Only AppleScripts" + }, + "related": [], + "uuid": "785f7692-2be8-4f5d-921e-51efdfe0c0b9", + "value": "Sentinel Labs" + }, { "description": "Dumont, R. (2019, March 20). Fake or Fake: Keeping up with OceanLotus decoys. Retrieved April 1, 2019.", "meta": { @@ -19639,6 +20486,22 @@ "uuid": "6ee27fdb-1753-4fdf-af72-3295b072ff10", "value": "FireEye FIN7 April 2017" }, + { + "description": "Bryce Abdo, Zander Work, Ioana Teaca, Brendan McKeague. (2022, April 4). FIN7 Power Hour: Adversary Archaeology and the Evolution of FIN7. Retrieved May 25, 2023.", + "meta": { + "date_accessed": "2023-05-25T00:00:00Z", + "date_published": "2022-04-04T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.mandiant.com/resources/blog/evolution-of-fin7" + ], + "source": "Tidal Cyber", + "title": "FIN7 Power Hour: Adversary Archaeology and the Evolution of FIN7" + }, + "related": [], + "uuid": "fbc3ea90-d3d4-440e-964d-6cd2e991df0c", + "value": "Mandiant FIN7 April 4 2022" + }, { "description": "Abdo, B., et al. (2022, April 4). FIN7 Power Hour: Adversary Archaeology and the Evolution of FIN7. Retrieved April 5, 2022.", "meta": { @@ -19714,6 +20577,22 @@ "uuid": "3831173c-7c67-4f16-b652-ad992a7ce411", "value": "Morphisec FIN7 June 2017" }, + { + "description": "Esentire Threat Response Unit. (2024, May 8). FIN7 Uses Trusted Brands and Sponsored Google Ads to Distribute MSIX…. Retrieved May 14, 2024.", + "meta": { + "date_accessed": "2024-05-14T00:00:00Z", + "date_published": "2024-05-08T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.esentire.com/blog/fin7-uses-trusted-brands-and-sponsored-google-ads-to-distribute-msix-payloads" + ], + "source": "Tidal Cyber", + "title": "FIN7 Uses Trusted Brands and Sponsored Google Ads to Distribute MSIX…" + }, + "related": [], + "uuid": "67c3a7ed-e2e2-4566-aca7-61e766f177bf", + "value": "Esentire 5 8 2024" + }, { "description": "Waterman, S. (2017, October 16). Fin7 weaponization of DDE is just their latest slick move, say researchers. Retrieved November 21, 2017.", "meta": { @@ -20193,6 +21072,22 @@ "uuid": "691ada65-fe64-4917-b379-1db2573eea32", "value": "Symantec Beetlejuice" }, + { + "description": "Microsoft Threat Intelligence. (2023, August 24). Flax Typhoon using legitimate software to quietly access Taiwanese organizations. Retrieved August 28, 2023.", + "meta": { + "date_accessed": "2023-08-28T00:00:00Z", + "date_published": "2023-08-24T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.microsoft.com/en-us/security/blog/2023/08/24/flax-typhoon-using-legitimate-software-to-quietly-access-taiwanese-organizations/" + ], + "source": "Tidal Cyber", + "title": "Flax Typhoon using legitimate software to quietly access Taiwanese organizations" + }, + "related": [], + "uuid": "ec962b72-7b7f-4f7e-b6d6-7c5380b07201", + "value": "Microsoft Flax Typhoon August 24 2023" + }, { "description": "LOLBAS. (2021, September 18). fltMC.exe. Retrieved December 4, 2023.", "meta": { @@ -20360,6 +21255,38 @@ "uuid": "9e2c3833-b667-431c-a9e5-1b412583cc5a", "value": "Forfiles.exe - LOLBAS Project" }, + { + "description": "Geoff Ackerman, Tufail Ahmed, James Maclachlan, Dallin Warne, John Wolfram, Brandon Wilbur. (2022, March 28). Forged in Fire: A Survey of MobileIron Log4Shell Exploitation. Retrieved November 1, 2023.", + "meta": { + "date_accessed": "2023-11-01T00:00:00Z", + "date_published": "2022-03-28T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.mandiant.com/resources/blog/mobileiron-log4shell-exploitation" + ], + "source": "Tidal Cyber", + "title": "Forged in Fire: A Survey of MobileIron Log4Shell Exploitation" + }, + "related": [], + "uuid": "62d4d685-09c4-47b6-865c-4a6096e551cd", + "value": "Mandiant Log4Shell March 28 2022" + }, + { + "description": "Proofpoint. (2023, March 24). Fork in the Ice: The New Era of IcedID | Proofpoint US. Retrieved May 10, 2023.", + "meta": { + "date_accessed": "2023-05-10T00:00:00Z", + "date_published": "2023-03-24T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.proofpoint.com/us/blog/threat-insight/fork-ice-new-era-icedid" + ], + "source": "Tidal Cyber", + "title": "Fork in the Ice: The New Era of IcedID | Proofpoint US" + }, + "related": [], + "uuid": "71d5e4ce-3785-48f9-9566-fe5151ad6dc2", + "value": "Proofpoint March 24 2023" + }, { "description": "Symantec Security Response. (2015, July 13). “Forkmeiamfamous”: Seaduke, latest weapon in the Duke armory. Retrieved July 22, 2015.", "meta": { @@ -20405,6 +21332,22 @@ "uuid": "9442e08d-0858-5aa5-b642-a6b1e46018bc", "value": "format_cmd_cisco" }, + { + "description": "Quick Heal Blog. (2023, February 17). FormBook Malware Returns: New Variant Uses Steganography and In-Memory Loading of multiple stages to steal data. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2023-02-17T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://blogs.quickheal.com/formbook-malware-returns-new-variant-uses-steganography-and-in-memory-loading-of-multiple-stages-to-steal-data/" + ], + "source": "Tidal Cyber", + "title": "FormBook Malware Returns: New Variant Uses Steganography and In-Memory Loading of multiple stages to steal data" + }, + "related": [], + "uuid": "02233ce3-abb2-4aed-95b8-56b65c68a665", + "value": "Quick Heal Blog February 17 2023" + }, { "description": "ALEXANDER MARVI, BRAD SLAYBAUGH, DAN EBREO, TUFAIL AHMED, MUHAMMAD UMAIR, TINA JOHNSON. (2023, March 16). Fortinet Zero-Day and Custom Malware Used by Suspected Chinese Actor in Espionage Operation. Retrieved May 15, 2023.", "meta": { @@ -21239,6 +22182,22 @@ "uuid": "85056eba-c587-4619-b5e4-dff9680be7b3", "value": "rowland linux at 2019" }, + { + "description": "Daniel Stepanic. (2023, December 5). Getting gooey with GULOADER: deobfuscating the downloader. Retrieved February 27, 2024.", + "meta": { + "date_accessed": "2024-02-27T00:00:00Z", + "date_published": "2023-12-05T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.elastic.co/security-labs/getting-gooey-with-guloader-downloader" + ], + "source": "Tidal Cyber", + "title": "Getting gooey with GULOADER: deobfuscating the downloader" + }, + "related": [], + "uuid": "291fb8ac-a3d6-48a0-9c78-09e358634012", + "value": "Elastic GuLoader December 5 2023" + }, { "description": "Ryan, T. (2010). “Getting In Bed with Robin Sage.”. Retrieved March 6, 2017.", "meta": { @@ -21418,6 +22377,21 @@ "uuid": "8ef4bcee-673d-4bab-8e18-947f45c6fc77", "value": "GitHub ADRecon" }, + { + "description": "BeichenDream. (n.d.). GitHub BeichenDream BadPotato. Retrieved August 28, 2023.", + "meta": { + "date_accessed": "2023-08-28T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://github.com/BeichenDream/BadPotato" + ], + "source": "Tidal Cyber", + "title": "GitHub BeichenDream BadPotato" + }, + "related": [], + "uuid": "e7f1d932-4bcd-4a78-b975-f4ebbce8c05e", + "value": "GitHub BeichenDream BadPotato" + }, { "description": "jpillora. (n.d.). GitHub Chisel. Retrieved October 20, 2023.", "meta": { @@ -21460,7 +22434,7 @@ }, "related": [], "uuid": "eea178f4-80bd-49d1-84b1-f80671e9a3e4", - "value": "GitHub evilginx2" + "value": "GitHub evilginx2 - Duplicate" }, { "description": "Mudge, R. (2014, July 14). Github Malleable-C2-Profiles safebrowsing.profile. Retrieved June 18, 2017.", @@ -21507,6 +22481,36 @@ "uuid": "6e59c47d-597c-4687-942f-9f1cf1db75d5", "value": "GitHub meganz MEGAsync" }, + { + "description": "GitHub. (n.d.). GitHub - NYAN-x-CAT/AsyncRAT-C-Sharp: Open-Source Remote Administration Tool For Windows C#. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://github.com/NYAN-x-CAT/AsyncRAT-C-Sharp/" + ], + "source": "Tidal Cyber", + "title": "GitHub - NYAN-x-CAT/AsyncRAT-C-Sharp: Open-Source Remote Administration Tool For Windows C#" + }, + "related": [], + "uuid": "6747f2cf-61bd-4d26-9bc1-10ce7a8e3e39", + "value": "GitHub - NYAN-x-CAT/AsyncRAT-C-Sharp: Open-Source Remote Administration Tool For Windows C#" + }, + { + "description": "ohpe. (n.d.). GitHub ohpe Juicy Potato. Retrieved August 28, 2023.", + "meta": { + "date_accessed": "2023-08-28T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://github.com/ohpe/juicy-potato" + ], + "source": "Tidal Cyber", + "title": "GitHub ohpe Juicy Potato" + }, + "related": [], + "uuid": "16d0dd05-763a-4503-aa88-c8867d8f202d", + "value": "GitHub ohpe Juicy Potato" + }, { "description": "Leo Pitt. (2020, November 11). Github - PersistentJXA/BashProfilePersist.js. Retrieved January 11, 2021.", "meta": { @@ -21550,6 +22554,21 @@ "uuid": "69d5cb59-6545-4405-8ca6-733db99d3ee9", "value": "GitHub Pupy" }, + { + "description": "praetorian-inc. (n.d.). GitHub purple-team-attack-automation - Available Modules. Retrieved September 8, 2023.", + "meta": { + "date_accessed": "2023-09-08T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://github.com/praetorian-inc/purple-team-attack-automation/wiki/Available-Modules" + ], + "source": "Tidal Cyber", + "title": "GitHub purple-team-attack-automation - Available Modules" + }, + "related": [], + "uuid": "9bca14cc-1302-49b3-b905-cdf48dedc32b", + "value": "GitHub purple-team-attack-automation - Available Modules" + }, { "description": "threatexpress. (n.d.). GitHub random_c2_profile. Retrieved September 21, 2023.", "meta": { @@ -21669,6 +22688,21 @@ "uuid": "cff66280-c592-4e3c-a56c-32a9620cf95c", "value": "GitHub SILENTTRINITY March 2022" }, + { + "description": "SoftEtherVPN. (n.d.). GitHub SoftEtherVPN SoftEtherVPN_Stable. Retrieved August 28, 2023.", + "meta": { + "date_accessed": "2023-08-28T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://github.com/SoftEtherVPN/SoftEtherVPN_Stable" + ], + "source": "Tidal Cyber", + "title": "GitHub SoftEtherVPN SoftEtherVPN_Stable" + }, + "related": [], + "uuid": "f9d28db2-499f-407c-94d2-652b9ed5f928", + "value": "GitHub SoftEtherVPN SoftEtherVPN_Stable" + }, { "description": "ZeroMemoryEx. (n.d.). GitHub Terminator. Retrieved March 13, 2024.", "meta": { @@ -22046,6 +23080,22 @@ "uuid": "5104f0ea-1fb6-4260-a9b6-95922b3a8e5b", "value": "Google Workspace Global Access List" }, + { + "description": "Trend Micro. (2023, January 9). Gootkit Loader Actively Targets Australian Healthcare Industry. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2023-01-09T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.trendmicro.com/en_us/research/23/a/gootkit-loader-actively-targets-the-australian-healthcare-indust.html" + ], + "source": "Tidal Cyber", + "title": "Gootkit Loader Actively Targets Australian Healthcare Industry" + }, + "related": [], + "uuid": "903861d2-cd45-4bda-bc70-2a44c6d49aa6", + "value": "Trend Micro January 09 2023" + }, { "description": "Szappanos, G. & Brandt, A. (2021, March 1). “Gootloader” expands its payload delivery options. Retrieved September 30, 2022.", "meta": { @@ -22061,6 +23111,54 @@ "uuid": "63357292-0f08-4405-a45a-34b606ab7110", "value": "Sophos Gootloader" }, + { + "description": "Antonio Pirozzi. (2021, June 16). Gootloader: ‘Initial Access as a Service’ Platform Expands Its Search for High Value Targets. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2021-06-16T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.sentinelone.com/labs/gootloader-initial-access-as-a-service-platform-expands-its-search-for-high-value-targets/" + ], + "source": "Tidal Cyber", + "title": "Gootloader: ‘Initial Access as a Service’ Platform Expands Its Search for High Value Targets" + }, + "related": [], + "uuid": "1ab5b9c2-4e91-420f-9a27-661588d0bd71", + "value": "SentinelLabs Gootloader June 2021" + }, + { + "description": "Loïc Castel, Jakes Jansen, Nitin Grover. (2023, February 14). GootLoader - SEO Poisoning and Large Payloads Leading to Compromise. Retrieved May 18, 2023.", + "meta": { + "date_accessed": "2023-05-18T00:00:00Z", + "date_published": "2023-02-14T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.cybereason.com/hubfs/Research-Reports/THREAT%20ALERT%20GootLoader%20-%20Large%20payload%20leading%20to%20compromise%20(BLOG)%20-%20v2.1.pdf" + ], + "source": "Tidal Cyber", + "title": "GootLoader - SEO Poisoning and Large Payloads Leading to Compromise" + }, + "related": [], + "uuid": "098bf58f-3868-4892-bb4d-c78ce8817a02", + "value": "Cybereason Gootloader February 2023" + }, + { + "description": "Jim Walter. (2023, January 16). Gotta Catch 'Em All . Retrieved January 1, 2024.", + "meta": { + "date_accessed": "2024-01-01T00:00:00Z", + "date_published": "2023-01-16T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.sentinelone.com/blog/gotta-catch-em-all-understanding-the-netsupport-rat-campaigns-hiding-behind-pokemon-lures/" + ], + "source": "Tidal Cyber", + "title": "Gotta Catch 'Em All" + }, + "related": [], + "uuid": "1482155f-e70d-434c-ade0-23543a4124fe", + "value": "SentinelOne 1 16 2023" + }, { "description": "McCabe, A. (2020, January 23). The Fractured Statue Campaign: U.S. Government Agency Targeted in Spear-Phishing Attacks. Retrieved June 2, 2020.", "meta": { @@ -22297,6 +23395,21 @@ "uuid": "f22d033c-4474-4bd7-b194-c7a4d9819a2b", "value": "Glitch-Cat Green Lambert ATTCK Oct 2021" }, + { + "description": "blog.bushidotoken.net. (n.d.). GreenMwizi - Kenyan scamming campaign using Twitter bots. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://blog.bushidotoken.net/2023/05/greenmwizi-kenyan-scamming-campaign.html" + ], + "source": "Tidal Cyber", + "title": "GreenMwizi - Kenyan scamming campaign using Twitter bots" + }, + "related": [], + "uuid": "3b09696a-1345-4283-a59b-e9a13124ef59", + "value": "GreenMwizi - Kenyan scamming campaign using Twitter bots" + }, { "description": "Cherepanov, A. (2018, October). GREYENERGY A successor to BlackEnergy. Retrieved November 15, 2018.", "meta": { @@ -22520,6 +23633,21 @@ "uuid": "b42f119d-144a-470a-b9fe-ccbf80a78fbb", "value": "Unit 42 NETWIRE April 2020" }, + { + "description": "www.picussecurity.com. (n.d.). H0lyGh0st - North Korean Threat Group Strikes Back With New Ransomware. Retrieved May 19, 2023.", + "meta": { + "date_accessed": "2023-05-19T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.picussecurity.com/resource/h0lygh0st-north-korean-threat-group-strikes-back-with-new-ransomware" + ], + "source": "Tidal Cyber", + "title": "H0lyGh0st - North Korean Threat Group Strikes Back With New Ransomware" + }, + "related": [], + "uuid": "3f66ef62-ac0d-4ece-9a4b-917ae70f1617", + "value": "H0lyGh0st - North Korean Threat Group Strikes Back With New Ransomware" + }, { "description": "Reynolds, J.. (2016, September 13). H1N1: Technical analysis reveals new capabilities. Retrieved September 26, 2016.", "meta": { @@ -22610,6 +23738,22 @@ "uuid": "97d16d3a-98a0-4a7d-9f74-8877c8088ddf", "value": "Data Destruction - Threat Post" }, + { + "description": "Katrina Manson. (2024, May 8). Hackers Behind MGM Attack Targeting Financial Sector in New Campaign. Retrieved May 22, 2024.", + "meta": { + "date_accessed": "2024-05-22T00:00:00Z", + "date_published": "2024-05-08T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.bloomberg.com/news/articles/2024-05-08/notorious-scattered-spider-hacking-gang-targeting-finance-sector" + ], + "source": "Tidal Cyber", + "title": "Hackers Behind MGM Attack Targeting Financial Sector in New Campaign" + }, + "related": [], + "uuid": "2bf7e84a-805d-48aa-b911-8cd8a9dbf1cf", + "value": "Bloomberg Scattered Spider May 8 2024" + }, { "description": "Bill Toulas. (2023, August 2). Hackers exploited Salesforce zero-day in Facebook phishing attack. Retrieved September 18, 2023.", "meta": { @@ -22640,6 +23784,22 @@ "uuid": "b56c5b41-b8e0-4fef-a6d8-183bb283dc7c", "value": "Fortune Dragonfly 2.0 Sept 2017" }, + { + "description": "Andy Greenberg. (2024, April 17). Hackers Linked to Russia’s Military Claim Credit for Sabotaging US Water Utilities. Retrieved April 30, 2024.", + "meta": { + "date_accessed": "2024-04-30T00:00:00Z", + "date_published": "2024-04-17T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.wired.com/story/cyber-army-of-russia-reborn-sandworm-us-cyberattacks/" + ], + "source": "Tidal Cyber", + "title": "Hackers Linked to Russia’s Military Claim Credit for Sabotaging US Water Utilities" + }, + "related": [], + "uuid": "53583baf-4e09-4d19-9348-6110206b88be", + "value": "Wired Cyber Army of Russia April 17 2024" + }, { "description": "Brennan, M. (2022, February 16). Hackers No Hashing: Randomizing API Hashes to Evade Cobalt Strike Shellcode Detection. Retrieved August 22, 2022.", "meta": { @@ -23030,21 +24190,6 @@ "uuid": "49bd8841-a4b5-4ced-adfa-0ad0c8625ccd", "value": "Securelist Dtrack" }, - { - "description": "Mark Baggett. (2012, November 8). Help eliminate unquoted path vulnerabilities. Retrieved November 8, 2012.", - "meta": { - "date_accessed": "2012-11-08T00:00:00Z", - "date_published": "2012-11-08T00:00:00Z", - "refs": [ - "https://isc.sans.edu/diary/Help+eliminate+unquoted+path+vulnerabilities/14464" - ], - "source": "MITRE", - "title": "Help eliminate unquoted path vulnerabilities" - }, - "related": [], - "uuid": "23ad5a8c-cbe1-4f40-8757-f1784a4003a1", - "value": "Help eliminate unquoted path" - }, { "description": "Baggett, M. (2012, November 8). Help eliminate unquoted path vulnerabilities. Retrieved December 4, 2014.", "meta": { @@ -23060,6 +24205,21 @@ "uuid": "9b234329-5e05-4035-af38-dd8ab20fd68e", "value": "Baggett 2012" }, + { + "description": "Mark Baggett. (2012, November 8). Help eliminate unquoted path vulnerabilities. Retrieved November 8, 2012.", + "meta": { + "date_accessed": "2012-11-08T00:00:00Z", + "date_published": "2012-11-08T00:00:00Z", + "refs": [ + "https://isc.sans.edu/diary/Help+eliminate+unquoted+path+vulnerabilities/14464" + ], + "source": "MITRE", + "title": "Help eliminate unquoted path vulnerabilities" + }, + "related": [], + "uuid": "23ad5a8c-cbe1-4f40-8757-f1784a4003a1", + "value": "Help eliminate unquoted path" + }, { "description": "Kellie Eickmeyer. (2022, February 7). Helping users stay safe: Blocking internet macros by default in Office. Retrieved February 7, 2022.", "meta": { @@ -23405,19 +24565,20 @@ "value": "Drakonia HInvoke" }, { - "description": "Microsoft. (2021, August 5). HKLM\\SYSTEM\\CurrentControlSet\\Services Registry Tree. Retrieved August 25, 2021.", + "description": "Stephen Green, Elio Biasiotto. (2023, February 2). Hive Ransomware Analysis | Kroll. Retrieved May 7, 2023.", "meta": { - "date_accessed": "2021-08-25T00:00:00Z", - "date_published": "2021-08-05T00:00:00Z", + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2023-02-02T00:00:00Z", + "owner": "TidalCyberIan", "refs": [ - "https://docs.microsoft.com/en-us/windows-hardware/drivers/install/hklm-system-currentcontrolset-services-registry-tree" + "https://www.kroll.com/en/insights/publications/cyber/hive-ransomware-technical-analysis-initial-access-discovery" ], - "source": "MITRE", - "title": "HKLM\\SYSTEM\\CurrentControlSet\\Services Registry Tree" + "source": "Tidal Cyber", + "title": "Hive Ransomware Analysis | Kroll" }, "related": [], - "uuid": "171cfdf1-d91c-4df3-831e-89b6237e3c8b", - "value": "microsoft_services_registry_tree" + "uuid": "f5e43446-04ea-4dcd-be3a-22f8b10b8aa1", + "value": "Hive Ransomware Analysis | Kroll" }, { "description": "Microsoft. (2017, April 20). HKLM\\SYSTEM\\CurrentControlSet\\Services Registry Tree. Retrieved March 16, 2020.", @@ -23434,6 +24595,21 @@ "uuid": "cb9b5391-773f-4b56-8c41-d4f548c7b835", "value": "Microsoft CurrentControlSet Services" }, + { + "description": "Microsoft. (2021, August 5). HKLM\\SYSTEM\\CurrentControlSet\\Services Registry Tree. Retrieved August 25, 2021.", + "meta": { + "date_accessed": "2021-08-25T00:00:00Z", + "date_published": "2021-08-05T00:00:00Z", + "refs": [ + "https://docs.microsoft.com/en-us/windows-hardware/drivers/install/hklm-system-currentcontrolset-services-registry-tree" + ], + "source": "MITRE", + "title": "HKLM\\SYSTEM\\CurrentControlSet\\Services Registry Tree" + }, + "related": [], + "uuid": "171cfdf1-d91c-4df3-831e-89b6237e3c8b", + "value": "microsoft_services_registry_tree" + }, { "description": "Accenture Security. (2018, April 23). Hogfish Redleaves Campaign. Retrieved July 2, 2018.", "meta": { @@ -23792,6 +24968,22 @@ "uuid": "78a8137d-694e-533d-aed3-6bd48fc0cd4a", "value": "Microsoft Threat Actor Naming July 2023" }, + { + "description": "diannegali, schmurky, Dansimp, chrisda, Stacyrch140. (2023, April 20). How Microsoft names threat actors. Retrieved June 22, 2023.", + "meta": { + "date_accessed": "2023-06-22T00:00:00Z", + "date_published": "2023-04-20T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming" + ], + "source": "Tidal Cyber", + "title": "How Microsoft names threat actors" + }, + "related": [], + "uuid": "de9cda86-0b23-4bc8-b524-e74fecf99448", + "value": "Microsoft Threat Actor Naming" + }, { "description": "How Notarization Works. (2020, August 28). How notarization works. Retrieved September 13, 2021.", "meta": { @@ -24428,6 +25620,22 @@ "uuid": "6533d5df-7388-5c59-8c63-0923de34b61d", "value": "NPPSPY Video" }, + { + "description": "Lawrence Abrams. (2024, January 24). HPE: Russian hackers breached its security team’s email accounts. Retrieved February 5, 2024.", + "meta": { + "date_accessed": "2024-02-05T00:00:00Z", + "date_published": "2024-01-24T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.bleepingcomputer.com/news/security/hpe-russian-hackers-breached-its-security-teams-email-accounts/" + ], + "source": "Tidal Cyber", + "title": "HPE: Russian hackers breached its security team’s email accounts" + }, + "related": [], + "uuid": "fc77948f-332a-4e59-8c93-f430cbbbf68f", + "value": "BleepingComputer HPE January 24 2024" + }, { "description": "Cylance. (2019, July 3). hreat Spotlight: Sodinokibi Ransomware. Retrieved August 4, 2020.", "meta": { @@ -25485,6 +26693,22 @@ "uuid": "f26d3aa4-6966-53c4-b9d1-848420377eae", "value": "Dark Reading Microsoft 365 Attacks 2021" }, + { + "description": "Nicole Hoffman. (2023, July 26). Incident Response trends Q2 2023: Data theft extortion rises, while healthcare is still most-targeted vertical. Retrieved August 4, 2023.", + "meta": { + "date_accessed": "2023-08-04T00:00:00Z", + "date_published": "2023-07-26T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://blog.talosintelligence.com/talos-ir-q2-2023-quarterly-recap/" + ], + "source": "Tidal Cyber", + "title": "Incident Response trends Q2 2023: Data theft extortion rises, while healthcare is still most-targeted vertical" + }, + "related": [], + "uuid": "f5367abc-e776-41a0-b8e5-6dc60079c081", + "value": "Cisco Talos Q2 Trends July 26 2023" + }, { "description": "Cybersecurity and Infrastructure Security Agency. (2023, July 6). Increased Truebot Activity Infects U.S. and Canada Based Networks. Retrieved July 6, 2023.", "meta": { @@ -25877,6 +27101,21 @@ "uuid": "616c9177-ca57-45f3-a613-d6450a94697d", "value": "SANS Information Security Reading Room Securing SNMP Securing SNMP" }, + { + "description": "SANS Internet Storm Center. (n.d.). InfoSec Handlers Diary Blog - SANS Internet Storm Center. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://isc.sans.edu/diary/rss/29626" + ], + "source": "Tidal Cyber", + "title": "InfoSec Handlers Diary Blog - SANS Internet Storm Center" + }, + "related": [], + "uuid": "227fd123-65ed-48da-af8b-3f7674f33e12", + "value": "InfoSec Handlers Diary Blog - SANS Internet Storm Center" + }, { "description": "Balanza, M. (2018, April 02). Infostealer.Catchamas. Retrieved July 10, 2018.", "meta": { @@ -25922,6 +27161,22 @@ "uuid": "96d479df-d312-4af7-a47d-2597a66291f1", "value": "ThreatConnect Infrastructure Dec 2020" }, + { + "description": "Colson Wilhoit. (2023, June 21). Initial research exposing JOKERSPY — Elastic Security Labs. Retrieved April 19, 2024.", + "meta": { + "date_accessed": "2024-04-19T00:00:00Z", + "date_published": "2023-06-21T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.elastic.co/security-labs/inital-research-of-jokerspy" + ], + "source": "Tidal Cyber", + "title": "Initial research exposing JOKERSPY — Elastic Security Labs" + }, + "related": [], + "uuid": "42c40ec8-f46a-48fa-bd97-818e3d3d320e", + "value": "elastic.co 6 21 2023" + }, { "description": "Kerrisk, M. (2021, March 22). INIT_MODULE(2). Retrieved September 28, 2021.", "meta": { @@ -26231,6 +27486,22 @@ "uuid": "bffb9e71-ba97-4010-9ad7-29eb330a350c", "value": "Intel Hardware-based Security Technologies" }, + { + "description": "The Red Canary Team. (2023, July 20). Intelligence Insights: July 2023. Retrieved July 28, 2023.", + "meta": { + "date_accessed": "2023-07-28T00:00:00Z", + "date_published": "2023-07-20T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://redcanary.com/blog/intelligence-insights-july-2023/" + ], + "source": "Tidal Cyber", + "title": "Intelligence Insights: July 2023" + }, + "related": [], + "uuid": "ad1d3f99-e5bf-41c6-871b-dd2c9d540341", + "value": "Red Canary Intelligence Insights July 20 2023" + }, { "description": "Kayal, A. (2018, August 26). Interactive Mapping of APT-C-23. Retrieved March 4, 2024.", "meta": { @@ -26722,6 +27993,20 @@ "uuid": "956b3d80-4e19-4cab-a65f-ad86f233aa12", "value": "GitHub Invoke-Obfuscation" }, + { + "description": "Barrett Adams . (n.d.). Invoke-PSImage . Retrieved September 30, 2022.", + "meta": { + "date_accessed": "2022-09-30T00:00:00Z", + "refs": [ + "https://github.com/peewpw/Invoke-PSImage" + ], + "source": "MITRE", + "title": "Invoke-PSImage" + }, + "related": [], + "uuid": "449c873c-c5af-45b8-8bd7-505d2181a05c", + "value": "GitHub PSImage" + }, { "description": "Adams, B. (2017, December 17). Invoke-PSImage. Retrieved April 10, 2018.", "meta": { @@ -26738,18 +28023,20 @@ "value": "GitHub Invoke-PSImage" }, { - "description": "Barrett Adams . (n.d.). Invoke-PSImage . Retrieved September 30, 2022.", + "description": "PowerShellMafia. (2016, December 14). Invoke-Shellcode. Retrieved May 25, 2023.", "meta": { - "date_accessed": "2022-09-30T00:00:00Z", + "date_accessed": "2023-05-25T00:00:00Z", + "date_published": "2016-12-14T00:00:00Z", + "owner": "TidalCyberIan", "refs": [ - "https://github.com/peewpw/Invoke-PSImage" + "https://github.com/PowerShellMafia/PowerSploit/blob/master/CodeExecution/Invoke-Shellcode.ps1" ], - "source": "MITRE", - "title": "Invoke-PSImage" + "source": "Tidal Cyber", + "title": "Invoke-Shellcode" }, "related": [], - "uuid": "449c873c-c5af-45b8-8bd7-505d2181a05c", - "value": "GitHub PSImage" + "uuid": "cf75a442-c6c0-4e83-87bf-8bb42839452b", + "value": "GitHub - PowerSploit Invoke-Shellcode" }, { "description": "Xen. (n.d.). In Wikipedia. Retrieved November 13, 2014.", @@ -27526,6 +28813,22 @@ "uuid": "5a9e4f0f-83d6-4f18-a358-a9ad450c2734", "value": "James TermServ DLL" }, + { + "description": "March. (2024, March 29). Jamf Threat Labs dissects infostealer malware. Retrieved April 5, 2024.", + "meta": { + "date_accessed": "2024-04-05T00:00:00Z", + "date_published": "2024-03-29T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.jamf.com/blog/infostealers-pose-threat-to-macos/" + ], + "source": "Tidal Cyber", + "title": "Jamf Threat Labs dissects infostealer malware" + }, + "related": [], + "uuid": "8b8fedb6-0922-441a-8e17-6bd92055a9b0", + "value": "Jamfsoftware 3 29 2024" + }, { "description": "Symantec. (2020, November 17). Japan-Linked Organizations Targeted in Long-Running and Sophisticated Attack Campaign. Retrieved December 17, 2020.", "meta": { @@ -27690,6 +28993,21 @@ "uuid": "09c99ca2-5f10-5f78-9ba3-5e0e79ce8d96", "value": "Microsoft PS JEA" }, + { + "description": "Office of Public Affairs. (2024, February 15). Justice Department Conducts Court-Authorized Disruption of Botnet Controlled by the Russian Federation’s Main Intelligence Directorate of the General Staff (GRU). Retrieved March 28, 2024.", + "meta": { + "date_accessed": "2024-03-28T00:00:00Z", + "date_published": "2024-02-15T00:00:00Z", + "refs": [ + "https://www.justice.gov/opa/pr/justice-department-conducts-court-authorized-disruption-botnet-controlled-russian" + ], + "source": "MITRE", + "title": "Justice Department Conducts Court-Authorized Disruption of Botnet Controlled by the Russian Federation’s Main Intelligence Directorate of the General Staff (GRU)" + }, + "related": [], + "uuid": "957488f8-c2a8-54b0-a3cb-7b510640a2c4", + "value": "Justice GRU 2024" + }, { "description": "Office of Public Affairs. (2024, February 15). Justice Department Conducts Court-Authorized Disruption of Botnet Controlled by the Russian Federation’s Main Intelligence Directorate of the General Staff (GRU). Retrieved February 29, 2024.", "meta": { @@ -27707,19 +29025,19 @@ "value": "U.S. Justice Department GRU Botnet February 2024" }, { - "description": "Office of Public Affairs. (2024, February 15). Justice Department Conducts Court-Authorized Disruption of Botnet Controlled by the Russian Federation’s Main Intelligence Directorate of the General Staff (GRU). Retrieved March 28, 2024.", + "description": "Dr. Nestori Syynimaa. (2020, June 13). Just looking: Azure Active Directory reconnaissance as an outsider. Retrieved May 27, 2022.", "meta": { - "date_accessed": "2024-03-28T00:00:00Z", - "date_published": "2024-02-15T00:00:00Z", + "date_accessed": "2022-05-27T00:00:00Z", + "date_published": "2020-06-13T00:00:00Z", "refs": [ - "https://www.justice.gov/opa/pr/justice-department-conducts-court-authorized-disruption-botnet-controlled-russian" + "https://o365blog.com/post/just-looking/" ], "source": "MITRE", - "title": "Justice Department Conducts Court-Authorized Disruption of Botnet Controlled by the Russian Federation’s Main Intelligence Directorate of the General Staff (GRU)" + "title": "Just looking: Azure Active Directory reconnaissance as an outsider" }, "related": [], - "uuid": "957488f8-c2a8-54b0-a3cb-7b510640a2c4", - "value": "Justice GRU 2024" + "uuid": "42dad2a3-5b33-4be4-a19b-58a27fb3ee5d", + "value": "Azure Active Directory Reconnaisance" }, { "description": "Dr. Nestori Syynimaa. (2020, June 13). Just looking: Azure Active Directory reconnaissance as an outsider. Retrieved February 1, 2022.", @@ -27736,21 +29054,6 @@ "uuid": "16565eaf-44fb-44f4-b490-40dc1160ff2b", "value": "Azure AD Recon" }, - { - "description": "Dr. Nestori Syynimaa. (2020, June 13). Just looking: Azure Active Directory reconnaissance as an outsider. Retrieved May 27, 2022.", - "meta": { - "date_accessed": "2022-05-27T00:00:00Z", - "date_published": "2020-06-13T00:00:00Z", - "refs": [ - "https://o365blog.com/post/just-looking/" - ], - "source": "MITRE", - "title": "Just looking: Azure Active Directory reconnaissance as an outsider" - }, - "related": [], - "uuid": "42dad2a3-5b33-4be4-a19b-58a27fb3ee5d", - "value": "Azure Active Directory Reconnaisance" - }, { "description": "Paul Litvak. (2020, May 4). Kaiji: New Chinese Linux malware turning to Golang. Retrieved December 17, 2020.", "meta": { @@ -28940,21 +30243,6 @@ "uuid": "ba6a5fcc-9391-42c0-8b90-57b729525f41", "value": "Kaspersky ThreatNeedle Feb 2021" }, - { - "description": "GReAT. (2017, April 3). Lazarus Under the Hood. Retrieved October 3, 2018.", - "meta": { - "date_accessed": "2018-10-03T00:00:00Z", - "date_published": "2017-04-03T00:00:00Z", - "refs": [ - "https://media.kasperskycontenthub.com/wp-content/uploads/sites/43/2018/03/07180244/Lazarus_Under_The_Hood_PDF_final.pdf" - ], - "source": "MITRE", - "title": "Lazarus Under the Hood" - }, - "related": [], - "uuid": "312b30b1-3bd6-46ea-8f77-504f442499bc", - "value": "Kaspersky Lazarus Under The Hood APR 2017" - }, { "description": "GReAT. (2017, April 3). Lazarus Under the Hood. Retrieved April 17, 2019.", "meta": { @@ -28970,6 +30258,21 @@ "uuid": "a1e1ab6a-8db0-4593-95ec-78784607dfa0", "value": "Kaspersky Lazarus Under The Hood Blog 2017" }, + { + "description": "GReAT. (2017, April 3). Lazarus Under the Hood. Retrieved October 3, 2018.", + "meta": { + "date_accessed": "2018-10-03T00:00:00Z", + "date_published": "2017-04-03T00:00:00Z", + "refs": [ + "https://media.kasperskycontenthub.com/wp-content/uploads/sites/43/2018/03/07180244/Lazarus_Under_The_Hood_PDF_final.pdf" + ], + "source": "MITRE", + "title": "Lazarus Under the Hood" + }, + "related": [], + "uuid": "312b30b1-3bd6-46ea-8f77-504f442499bc", + "value": "Kaspersky Lazarus Under The Hood APR 2017" + }, { "description": "Mclellan, M.. (2018, November 19). Lazy Passwords Become Rocket Fuel for Emotet SMB Spreader. Retrieved March 25, 2019.", "meta": { @@ -29481,6 +30784,21 @@ "uuid": "a73a2819-61bd-5bd2-862d-5eeed344909f", "value": "Polop Linux PrivEsc Gitbook" }, + { + "description": "Michael Kerrisk. (2017, September 15). Linux Programmer's Manual. Retrieved September 21, 2018.", + "meta": { + "date_accessed": "2018-09-21T00:00:00Z", + "date_published": "2017-09-15T00:00:00Z", + "refs": [ + "http://man7.org/linux/man-pages/man2/setuid.2.html" + ], + "source": "MITRE", + "title": "Linux Programmer's Manual" + }, + "related": [], + "uuid": "c07e9d6c-18f2-4246-a265-9bec7d833bba", + "value": "setuid man page" + }, { "description": "Kerrisk, M. (2020, June 13). Linux Programmer's Manual. Retrieved June 15, 2020.", "meta": { @@ -29497,19 +30815,20 @@ "value": "Man LD.SO" }, { - "description": "Michael Kerrisk. (2017, September 15). Linux Programmer's Manual. Retrieved September 21, 2018.", + "description": "Lawrence Abrams. (2023, December 3). Linux version of Qilin ransomware focuses on VMware ESXi. Retrieved January 10, 2024.", "meta": { - "date_accessed": "2018-09-21T00:00:00Z", - "date_published": "2017-09-15T00:00:00Z", + "date_accessed": "2024-01-10T00:00:00Z", + "date_published": "2023-12-03T00:00:00Z", + "owner": "TidalCyberIan", "refs": [ - "http://man7.org/linux/man-pages/man2/setuid.2.html" + "https://www.bleepingcomputer.com/news/security/linux-version-of-qilin-ransomware-focuses-on-vmware-esxi/" ], - "source": "MITRE", - "title": "Linux Programmer's Manual" + "source": "Tidal Cyber", + "title": "Linux version of Qilin ransomware focuses on VMware ESXi" }, "related": [], - "uuid": "c07e9d6c-18f2-4246-a265-9bec7d833bba", - "value": "setuid man page" + "uuid": "8cb73f97-0256-472d-88b7-92b6d63578fd", + "value": "BleepingComputer 12 3 2023" }, { "description": "skape. (2003, January 19). Linux x86 run-time process manipulation. Retrieved December 20, 2017.", @@ -29833,6 +31152,22 @@ "uuid": "a3b7540d-20cc-4d94-8321-9fd730486f8c", "value": "Sophos Geolocation 2016" }, + { + "description": "Sanseo. (2022, November 8). LockBit 3.0 Being Distributed via Amadey Bot - ASEC BLOG. Retrieved May 15, 2023.", + "meta": { + "date_accessed": "2023-05-15T00:00:00Z", + "date_published": "2022-11-08T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://asec.ahnlab.com/en/41450/" + ], + "source": "Tidal Cyber", + "title": "LockBit 3.0 Being Distributed via Amadey Bot - ASEC BLOG" + }, + "related": [], + "uuid": "36144a43-ccac-4380-8595-76116dcb6706", + "value": "ASEC BLOG November 08 2022" + }, { "description": "Dana Behling. (2022, October 15). LockBit 3.0 Ransomware Unlocked. Retrieved May 19, 2023.", "meta": { @@ -29865,6 +31200,22 @@ "uuid": "9a73b140-b483-4274-a134-ed1bb15ac31c", "value": "Sentinel Labs LockBit 3.0 July 2022" }, + { + "description": "Cybleinc. (2022, July 5). Lockbit 3.0 –  Ransomware group launches new version. Retrieved May 19, 2023.", + "meta": { + "date_accessed": "2023-05-19T00:00:00Z", + "date_published": "2022-07-05T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://blog.cyble.com/2022/07/05/lockbit-3-0-ransomware-group-launches-new-version/" + ], + "source": "Tidal Cyber", + "title": "Lockbit 3.0 –  Ransomware group launches new version" + }, + "related": [], + "uuid": "9b9bd080-e727-4c41-bb2a-abff48b0fedc", + "value": "Cyble LockBit 3.0 July 2022" + }, { "description": "Cary, M. (2018, December 6). Locked File Access Using ESENTUTL.exe. Retrieved September 5, 2019.", "meta": { @@ -30026,6 +31377,22 @@ "uuid": "80e649f5-6c74-4d66-a452-4f4cd51501da", "value": "t1105_lolbas" }, + { + "description": "frack113, Nasreddine Bencherchali. (2023, January 26). Lolbin Ssh.exe Use As Proxy. Retrieved May 25, 2023.", + "meta": { + "date_accessed": "2023-05-25T00:00:00Z", + "date_published": "2023-01-26T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_lolbin_ssh.yml" + ], + "source": "Tidal Cyber", + "title": "Lolbin Ssh.exe Use As Proxy" + }, + "related": [], + "uuid": "c7af164d-549d-44de-b491-542ef2eb4334", + "value": "Lolbin Ssh.exe Use As Proxy" + }, { "description": "Pradhan, A. (2022, February 8). LolZarus: Lazarus Group Incorporating Lolbins into Campaigns. Retrieved March 22, 2022.", "meta": { @@ -30471,6 +31838,22 @@ "uuid": "13773d75-6fc1-4289-bf45-6ee147279052", "value": "Add List Remove Login Items Apple Script" }, + { + "description": "Phil Stokes. (2023, September 11). macOS MetaStealer . Retrieved January 1, 2024.", + "meta": { + "date_accessed": "2024-01-01T00:00:00Z", + "date_published": "2023-09-11T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.sentinelone.com/blog/macos-metastealer-new-family-of-obfuscated-go-infostealers-spread-in-targeted-attacks/" + ], + "source": "Tidal Cyber", + "title": "macOS MetaStealer" + }, + "related": [], + "uuid": "0d015be9-34ba-4c59-9cea-80b76ee89dd0", + "value": "SentinelOne 9 11 2023" + }, { "description": "Cedric Owens. (2021, May 22). macOS MS Office Sandbox Brain Dump. Retrieved August 20, 2021.", "meta": { @@ -30591,6 +31974,21 @@ "uuid": "80bb8646-1eb0-442a-aa51-ee3efaf75915", "value": "alientvault macspy" }, + { + "description": "Thomas Reed. (2020, July 7). Mac ThiefQuest malware may not be ransomware after all. Retrieved March 18, 2021.", + "meta": { + "date_accessed": "2021-03-18T00:00:00Z", + "date_published": "2020-07-07T00:00:00Z", + "refs": [ + "https://blog.malwarebytes.com/detections/osx-thiefquest/" + ], + "source": "MITRE", + "title": "Mac ThiefQuest malware may not be ransomware after all" + }, + "related": [], + "uuid": "b265ef93-c1fb-440d-a9e0-89cf25a3de05", + "value": "Reed thiefquest fake ransom" + }, { "description": "Thomas Reed. (2020, July 7). Mac ThiefQuest malware may not be ransomware after all. Retrieved March 22, 2021.", "meta": { @@ -30607,19 +32005,20 @@ "value": "reed thiefquest ransomware analysis" }, { - "description": "Thomas Reed. (2020, July 7). Mac ThiefQuest malware may not be ransomware after all. Retrieved March 18, 2021.", + "description": "Jerome Segura. (2023, September 6). Mac users targeted in new malvertising campaign delivering Atomic Stealer. Retrieved April 19, 2024.", "meta": { - "date_accessed": "2021-03-18T00:00:00Z", - "date_published": "2020-07-07T00:00:00Z", + "date_accessed": "2024-04-19T00:00:00Z", + "date_published": "2023-09-06T00:00:00Z", + "owner": "TidalCyberIan", "refs": [ - "https://blog.malwarebytes.com/detections/osx-thiefquest/" + "https://www.malwarebytes.com/blog/threat-intelligence/2023/09/atomic-macos-stealer-delivered-via-malvertising" ], - "source": "MITRE", - "title": "Mac ThiefQuest malware may not be ransomware after all" + "source": "Tidal Cyber", + "title": "Mac users targeted in new malvertising campaign delivering Atomic Stealer" }, "related": [], - "uuid": "b265ef93-c1fb-440d-a9e0-89cf25a3de05", - "value": "Reed thiefquest fake ransom" + "uuid": "5f2f6a12-26c5-4c74-98ad-48b67379a716", + "value": "Malwarebytes 9 6 2023" }, { "description": "Sandvik, Runa. (2021, October 1). Made In America: Green Lambert for OS X. Retrieved March 21, 2022.", @@ -30801,21 +32200,6 @@ "uuid": "afe89472-ac42-4a0d-b398-5ed6a5dee74f", "value": "NetSPI Startup Stored Procedures" }, - { - "description": "Raymond, Nathaniel. (2023, August 16). Major Energy Company Targeted in Large QR Code Phishing Campaign. Retrieved January 17, 2024.", - "meta": { - "date_accessed": "2024-01-17T00:00:00Z", - "date_published": "2023-08-16T00:00:00Z", - "refs": [ - "https://cofense.com/blog/major-energy-company-targeted-in-large-qr-code-campaign/" - ], - "source": "MITRE", - "title": "Major Energy Company Targeted in Large QR Code Phishing Campaign" - }, - "related": [], - "uuid": "450da173-3573-5502-ab53-6d6b9955714d", - "value": "Cofense-redirect" - }, { "description": "Nathaniel Raymond. (2023, August 16). Major Energy Company Targeted in Large QR Code Phishing Campaign. Retrieved February 13, 2024.", "meta": { @@ -30831,6 +32215,21 @@ "uuid": "eda8270f-c76f-5d01-b45f-74246945ec50", "value": "QR-cofense" }, + { + "description": "Raymond, Nathaniel. (2023, August 16). Major Energy Company Targeted in Large QR Code Phishing Campaign. Retrieved January 17, 2024.", + "meta": { + "date_accessed": "2024-01-17T00:00:00Z", + "date_published": "2023-08-16T00:00:00Z", + "refs": [ + "https://cofense.com/blog/major-energy-company-targeted-in-large-qr-code-campaign/" + ], + "source": "MITRE", + "title": "Major Energy Company Targeted in Large QR Code Phishing Campaign" + }, + "related": [], + "uuid": "450da173-3573-5502-ab53-6d6b9955714d", + "value": "Cofense-redirect" + }, { "description": "LOLBAS. (2018, May 25). Makecab.exe. Retrieved December 4, 2023.", "meta": { @@ -31314,21 +32713,6 @@ "uuid": "9b52a72b-938a-5eb6-a3b7-5a925657f0a3", "value": "Malware Monday VBE" }, - { - "description": "Patrick Wardle. (2015). Malware Persistence on OS X Yosemite. Retrieved July 10, 2017.", - "meta": { - "date_accessed": "2017-07-10T00:00:00Z", - "date_published": "2015-01-01T00:00:00Z", - "refs": [ - "https://www.virusbulletin.com/uploads/pdf/conference/vb2014/VB2014-Wardle.pdf" - ], - "source": "MITRE", - "title": "Malware Persistence on OS X Yosemite" - }, - "related": [], - "uuid": "d4e3b066-c439-4284-ba28-3b8bd8ec270e", - "value": "Malware Persistence on OS X" - }, { "description": "Wardle, P. (2015, April). Malware Persistence on OS X Yosemite. Retrieved April 6, 2018.", "meta": { @@ -31344,6 +32728,21 @@ "uuid": "7e3f3dda-c407-4b06-a6b0-8b72c4dad6e6", "value": "RSAC 2015 San Francisco Patrick Wardle" }, + { + "description": "Patrick Wardle. (2015). Malware Persistence on OS X Yosemite. Retrieved July 10, 2017.", + "meta": { + "date_accessed": "2017-07-10T00:00:00Z", + "date_published": "2015-01-01T00:00:00Z", + "refs": [ + "https://www.virusbulletin.com/uploads/pdf/conference/vb2014/VB2014-Wardle.pdf" + ], + "source": "MITRE", + "title": "Malware Persistence on OS X Yosemite" + }, + "related": [], + "uuid": "d4e3b066-c439-4284-ba28-3b8bd8ec270e", + "value": "Malware Persistence on OS X" + }, { "description": "Harbour, N. (2010, July 15). Malware Persistence without the Windows Registry. Retrieved November 17, 2020.", "meta": { @@ -32730,6 +34129,22 @@ "uuid": "2ee27b55-b7a7-40a8-8c0b-5e28943cd273", "value": "The Hacker News Microsoft DDoS June 19 2023" }, + { + "description": "Andy Robbins. (2024, February 2). Microsoft Breach - What Happened What Should Azure Admins Do. Retrieved February 5, 2024.", + "meta": { + "date_accessed": "2024-02-05T00:00:00Z", + "date_published": "2024-02-02T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://posts.specterops.io/microsoft-breach-what-happened-what-should-azure-admins-do-da2b7e674ebc" + ], + "source": "Tidal Cyber", + "title": "Microsoft Breach - What Happened What Should Azure Admins Do" + }, + "related": [], + "uuid": "b4c9a3a7-c7d0-4a1d-98cd-6018c072d537", + "value": "Posts By SpecterOps Team Members 2 5 2024" + }, { "description": "Microsoft 365 Defender Threat Intelligence Team. (2021, June 14). Microsoft delivers comprehensive solution to battle rise in consent phishing emails. Retrieved December 13, 2021.", "meta": { @@ -33010,21 +34425,6 @@ "uuid": "86955cd2-5980-44ba-aa7b-4b9f8e347730", "value": "Microsoft WDAC" }, - { - "description": "Jordan Geurten et al. . (2022, March 29). Microsoft recommended driver block rules. Retrieved April 7, 2022.", - "meta": { - "date_accessed": "2022-04-07T00:00:00Z", - "date_published": "2022-03-29T00:00:00Z", - "refs": [ - "https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-driver-block-rules" - ], - "source": "MITRE", - "title": "Microsoft recommended driver block rules" - }, - "related": [], - "uuid": "9bb5c330-56bd-47e7-8414-729d8e6cb3b3", - "value": "Microsoft driver block rules" - }, { "description": "Microsoft. (2020, October 15). Microsoft recommended driver block rules. Retrieved March 16, 2021.", "meta": { @@ -33040,6 +34440,21 @@ "uuid": "2ad8414a-4490-4896-8266-556b8bdbb77f", "value": "Microsoft Driver Block Rules" }, + { + "description": "Jordan Geurten et al. . (2022, March 29). Microsoft recommended driver block rules. Retrieved April 7, 2022.", + "meta": { + "date_accessed": "2022-04-07T00:00:00Z", + "date_published": "2022-03-29T00:00:00Z", + "refs": [ + "https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-driver-block-rules" + ], + "source": "MITRE", + "title": "Microsoft recommended driver block rules" + }, + "related": [], + "uuid": "9bb5c330-56bd-47e7-8414-729d8e6cb3b3", + "value": "Microsoft driver block rules - Duplicate" + }, { "description": "Microsoft. (n.d.). Retrieved January 24, 2020.", "meta": { @@ -33222,6 +34637,22 @@ "uuid": "8b0ebcb5-d531-4f49-aa2d-bceb5e491b3f", "value": "Microsoft Threat Intelligence Tweet August 17 2023" }, + { + "description": "MsftSecIntel. (2020, June 17). Microsoft Threat Intelligence Tweet June 17 2020. Retrieved June 22, 2023.", + "meta": { + "date_accessed": "2023-06-22T00:00:00Z", + "date_published": "2020-06-17T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://twitter.com/MsftSecIntel/status/1273359829390655488" + ], + "source": "Tidal Cyber", + "title": "Microsoft Threat Intelligence Tweet June 17 2020" + }, + "related": [], + "uuid": "98fc7485-9424-412f-8162-a69d6c10c243", + "value": "Microsoft Threat Intelligence Tweet June 17 2020" + }, { "description": "MsftSecIntel. (2023, May 18). Microsoft Threat Intelligence Tweet May 18 2023. Retrieved May 25, 2023.", "meta": { @@ -33359,6 +34790,22 @@ "uuid": "8d0db0f2-9b29-5216-8c9c-de8bf0c541de", "value": "Int SP - chat apps" }, + { + "description": "Microsoft Threat Intelligence. (2024, January 25). Midnight Blizzard Guidance for responders on nation-state attack . Retrieved January 26, 2024.", + "meta": { + "date_accessed": "2024-01-26T00:00:00Z", + "date_published": "2024-01-25T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.microsoft.com/en-us/security/blog/2024/01/25/midnight-blizzard-guidance-for-responders-on-nation-state-attack/" + ], + "source": "Tidal Cyber", + "title": "Midnight Blizzard Guidance for responders on nation-state attack" + }, + "related": [], + "uuid": "10dedea9-35e9-476f-84e8-e49e3f057039", + "value": "Microsoft Security Blog 1 26 2024" + }, { "description": "Deply, B. (n.d.). Mimikatz. Retrieved September 29, 2015.", "meta": { @@ -33403,21 +34850,6 @@ "uuid": "07ff57eb-1e23-433b-8da7-80f1caf7543e", "value": "ADSecurity AD Kerberos Attacks" }, - { - "description": "Schroeder, W. (2015, September 22). Mimikatz and DCSync and ExtraSids, Oh My. Retrieved August 7, 2017.", - "meta": { - "date_accessed": "2017-08-07T00:00:00Z", - "date_published": "2015-09-22T00:00:00Z", - "refs": [ - "http://www.harmj0y.net/blog/redteaming/mimikatz-and-dcsync-and-extrasids-oh-my/" - ], - "source": "MITRE", - "title": "Mimikatz and DCSync and ExtraSids, Oh My" - }, - "related": [], - "uuid": "2afa76c1-caa1-4f16-9289-7abc7eb3a102", - "value": "Harmj0y Mimikatz and DCSync" - }, { "description": "Schroeder, W. (2015, September 22). Mimikatz and DCSync and ExtraSids, Oh My. Retrieved December 4, 2017.", "meta": { @@ -33434,19 +34866,19 @@ "value": "Harmj0y DCSync Sept 2015" }, { - "description": "Metcalf, S. (2015, September 25). Mimikatz DCSync Usage, Exploitation, and Detection. Retrieved December 4, 2017.", + "description": "Schroeder, W. (2015, September 22). Mimikatz and DCSync and ExtraSids, Oh My. Retrieved August 7, 2017.", "meta": { - "date_accessed": "2017-12-04T00:00:00Z", - "date_published": "2015-09-25T00:00:00Z", + "date_accessed": "2017-08-07T00:00:00Z", + "date_published": "2015-09-22T00:00:00Z", "refs": [ - "https://adsecurity.org/?p=1729" + "http://www.harmj0y.net/blog/redteaming/mimikatz-and-dcsync-and-extrasids-oh-my/" ], "source": "MITRE", - "title": "Mimikatz DCSync Usage, Exploitation, and Detection" + "title": "Mimikatz and DCSync and ExtraSids, Oh My" }, "related": [], - "uuid": "856ed70b-29b0-4f56-b5ae-a98981a22eaf", - "value": "AdSecurity DCSync Sept 2015" + "uuid": "2afa76c1-caa1-4f16-9289-7abc7eb3a102", + "value": "Harmj0y Mimikatz and DCSync" }, { "description": "Metcalf, S. (2015, September 25). Mimikatz DCSync Usage, Exploitation, and Detection. Retrieved August 7, 2017.", @@ -33463,6 +34895,21 @@ "uuid": "61b0bb42-2ed6-413d-b331-0a84df12a87d", "value": "ADSecurity Mimikatz DCSync" }, + { + "description": "Metcalf, S. (2015, September 25). Mimikatz DCSync Usage, Exploitation, and Detection. Retrieved December 4, 2017.", + "meta": { + "date_accessed": "2017-12-04T00:00:00Z", + "date_published": "2015-09-25T00:00:00Z", + "refs": [ + "https://adsecurity.org/?p=1729" + ], + "source": "MITRE", + "title": "Mimikatz DCSync Usage, Exploitation, and Detection" + }, + "related": [], + "uuid": "856ed70b-29b0-4f56-b5ae-a98981a22eaf", + "value": "AdSecurity DCSync Sept 2015" + }, { "description": "Jamieson O'Reilly (putterpanda). (2016, July 4). mimikittenz. Retrieved June 20, 2019.", "meta": { @@ -33583,21 +35030,6 @@ "uuid": "0110500c-bf67-43a5-97cb-16eb6c01040b", "value": "APT15 Intezer June 2018" }, - { - "description": "ESET Security. (2019, November 19). Mispadu: Advertisement for a discounted Unhappy Meal. Retrieved March 13, 2024.", - "meta": { - "date_accessed": "2024-03-13T00:00:00Z", - "date_published": "2019-11-19T00:00:00Z", - "refs": [ - "https://www.welivesecurity.com/2019/11/19/mispadu-advertisement-discounted-unhappy-meal/" - ], - "source": "MITRE", - "title": "Mispadu: Advertisement for a discounted Unhappy Meal" - }, - "related": [], - "uuid": "e1b945f4-20e0-5b69-8fd7-f05afce8c0ba", - "value": "ESET Security Mispadu Facebook Ads 2019" - }, { "description": "ESET Research. (2019, November 19). Mispadu: Advertisement for a discounted Unhappy Meal. Retrieved April 4, 2024.", "meta": { @@ -33614,6 +35046,21 @@ "uuid": "a27753c1-2f7a-40c4-9e28-a37265bce28c", "value": "ESET Mispadu November 2019" }, + { + "description": "ESET Security. (2019, November 19). Mispadu: Advertisement for a discounted Unhappy Meal. Retrieved March 13, 2024.", + "meta": { + "date_accessed": "2024-03-13T00:00:00Z", + "date_published": "2019-11-19T00:00:00Z", + "refs": [ + "https://www.welivesecurity.com/2019/11/19/mispadu-advertisement-discounted-unhappy-meal/" + ], + "source": "MITRE", + "title": "Mispadu: Advertisement for a discounted Unhappy Meal" + }, + "related": [], + "uuid": "e1b945f4-20e0-5b69-8fd7-f05afce8c0ba", + "value": "ESET Security Mispadu Facebook Ads 2019" + }, { "description": "Duarte, H., Morrison, B. (2012). (Mis)trusting and (ab)using ssh. Retrieved January 8, 2018.", "meta": { @@ -34014,6 +35461,22 @@ "uuid": "ea64a3a5-a248-44bb-98cd-f7e3d4c23d4e", "value": "Forcepoint Monsoon" }, + { + "description": "Microsoft Threat Intelligence. (2024, May 28). Moonstone Sleet emerges as new North Korean threat actor with new bag of tricks . Retrieved May 29, 2024.", + "meta": { + "date_accessed": "2024-05-29T00:00:00Z", + "date_published": "2024-05-28T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.microsoft.com/en-us/security/blog/2024/05/28/moonstone-sleet-emerges-as-new-north-korean-threat-actor-with-new-bag-of-tricks/" + ], + "source": "Tidal Cyber", + "title": "Moonstone Sleet emerges as new North Korean threat actor with new bag of tricks" + }, + "related": [], + "uuid": "faf315ed-71f7-4e29-8334-701da35a69ad", + "value": "Microsoft Security Blog 5 28 2024" + }, { "description": "Villadsen, O.. (2019, August 29). More_eggs, Anyone? Threat Actor ITG08 Strikes Again. Retrieved September 16, 2019.", "meta": { @@ -34254,21 +35717,6 @@ "uuid": "e208c277-e477-4123-8c3c-313d55cdc1ea", "value": "Volatility Detecting Hooks Sept 2012" }, - { - "description": "Robert Kugler. (2012, November 20). Mozilla Foundation Security Advisory 2012-98. Retrieved March 10, 2017.", - "meta": { - "date_accessed": "2017-03-10T00:00:00Z", - "date_published": "2012-11-20T00:00:00Z", - "refs": [ - "https://www.mozilla.org/en-US/security/advisories/mfsa2012-98/" - ], - "source": "MITRE", - "title": "Mozilla Foundation Security Advisory 2012-98" - }, - "related": [], - "uuid": "cd720550-a0b5-4d1d-85dd-98da97f45b62", - "value": "mozilla_sec_adv_2012" - }, { "description": "Kugler, R. (2012, November 20). Mozilla Foundation Security Advisory 2012-98. Retrieved March 10, 2017.", "meta": { @@ -34284,6 +35732,21 @@ "uuid": "920d1607-154e-4c74-b1eb-0d8299be536f", "value": "Mozilla Firefox Installer DLL Hijack" }, + { + "description": "Robert Kugler. (2012, November 20). Mozilla Foundation Security Advisory 2012-98. Retrieved March 10, 2017.", + "meta": { + "date_accessed": "2017-03-10T00:00:00Z", + "date_published": "2012-11-20T00:00:00Z", + "refs": [ + "https://www.mozilla.org/en-US/security/advisories/mfsa2012-98/" + ], + "source": "MITRE", + "title": "Mozilla Foundation Security Advisory 2012-98" + }, + "related": [], + "uuid": "cd720550-a0b5-4d1d-85dd-98da97f45b62", + "value": "mozilla_sec_adv_2012" + }, { "description": "LOLBAS. (2020, March 20). MpCmdRun.exe. Retrieved December 4, 2023.", "meta": { @@ -34769,6 +36232,22 @@ "uuid": "811d433d-27a4-4411-8ec9-b3a173ba0033", "value": "Accenture MUDCARP March 2019" }, + { + "description": "Margaret Zimmermann. (2024, April 9). Muddled Libra's Evolution to the Cloud. Retrieved April 9, 2024.", + "meta": { + "date_accessed": "2024-04-09T00:00:00Z", + "date_published": "2024-04-09T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://unit42.paloaltonetworks.com/muddled-libra-evolution-to-cloud/" + ], + "source": "Tidal Cyber", + "title": "Muddled Libra's Evolution to the Cloud" + }, + "related": [], + "uuid": "85379fc0-18e5-4862-9629-d21fa686afa2", + "value": "Unit 42 4 9 2024" + }, { "description": "Lancaster, T.. (2017, November 14). Muddying the Water: Targeted Attacks in the Middle East. Retrieved March 15, 2018.", "meta": { @@ -35333,6 +36812,22 @@ "uuid": "84ac26d8-9c7c-4c8c-bf64-a9fb4578388c", "value": "TechNet Netstat" }, + { + "description": "The DFIR Report. (2023, October 30). NetSupport Intrusion Results in Domain Compromise. Retrieved May 22, 2024.", + "meta": { + "date_accessed": "2024-05-22T00:00:00Z", + "date_published": "2023-10-30T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://thedfirreport.com/2023/10/30/netsupport-intrusion-results-in-domain-compromise/" + ], + "source": "Tidal Cyber", + "title": "NetSupport Intrusion Results in Domain Compromise" + }, + "related": [], + "uuid": "0436db31-42f0-47c1-b9a9-c6bb7c60a1ec", + "value": "The DFIR Report NetSupport October 30 2023" + }, { "description": "Microsoft. (n.d.). Net time. Retrieved November 25, 2016.", "meta": { @@ -35810,21 +37305,6 @@ "uuid": "1641553f-96e7-4829-8c77-d96388dac5c7", "value": "Avast CCleaner3 2018" }, - { - "description": "Claud Xiao and Cong Zheng. (2017, April 6). New IoT/Linux Malware Targets DVRs, Forms Botnet. Retrieved December 17, 2020.", - "meta": { - "date_accessed": "2020-12-17T00:00:00Z", - "date_published": "2017-04-06T00:00:00Z", - "refs": [ - "https://unit42.paloaltonetworks.com/unit42-new-iotlinux-malware-targets-dvrs-forms-botnet/" - ], - "source": "MITRE", - "title": "New IoT/Linux Malware Targets DVRs, Forms Botnet" - }, - "related": [], - "uuid": "95b5b03e-f160-47cf-920c-8f4f3d4114a3", - "value": "Tsunami" - }, { "description": "Claud Xiao, Cong Zheng, Yanhui Jia. (2017, April 6). New IoT/Linux Malware Targets DVRs, Forms Botnet. Retrieved February 19, 2018.", "meta": { @@ -35840,6 +37320,21 @@ "uuid": "489a6c57-f64c-423b-a7bd-169fa36c4cdf", "value": "amnesia malware" }, + { + "description": "Claud Xiao and Cong Zheng. (2017, April 6). New IoT/Linux Malware Targets DVRs, Forms Botnet. Retrieved December 17, 2020.", + "meta": { + "date_accessed": "2020-12-17T00:00:00Z", + "date_published": "2017-04-06T00:00:00Z", + "refs": [ + "https://unit42.paloaltonetworks.com/unit42-new-iotlinux-malware-targets-dvrs-forms-botnet/" + ], + "source": "MITRE", + "title": "New IoT/Linux Malware Targets DVRs, Forms Botnet" + }, + "related": [], + "uuid": "95b5b03e-f160-47cf-920c-8f4f3d4114a3", + "value": "Tsunami" + }, { "description": "ClearSky Cyber Security . (2021, August). New Iranian Espionage Campaign By “Siamesekitten” - Lyceum. Retrieved June 6, 2022.", "meta": { @@ -35915,6 +37410,22 @@ "uuid": "6054e0ab-cf61-49ba-b7f5-58b304477451", "value": "Malwarebytes Higaisa 2020" }, + { + "description": "Intel471. (2023, March 22). New loader on the bloc - AresLoader. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2023-03-22T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://intel471.com/blog/new-loader-on-the-bloc-aresloader" + ], + "source": "Tidal Cyber", + "title": "New loader on the bloc - AresLoader" + }, + "related": [], + "uuid": "1bdd0957-1f5b-4323-bf49-f5c41b8c397a", + "value": "New loader on the bloc - AresLoader | Intel471" + }, { "description": "Gallagher, S.. (2015, August 5). Newly discovered Chinese hacking group hacked 100+ websites to use as “watering holes”. Retrieved January 25, 2016.", "meta": { @@ -36590,21 +38101,6 @@ "uuid": "bc7755a0-5ee3-477b-b8d7-67174a59d0e2", "value": "Avira Mustang Panda January 2020" }, - { - "description": "Grunzweig, J., et al. (2016, May 24). New Wekby Attacks Use DNS Requests As Command and Control Mechanism. Retrieved November 15, 2018.", - "meta": { - "date_accessed": "2018-11-15T00:00:00Z", - "date_published": "2016-05-24T00:00:00Z", - "refs": [ - "https://researchcenter.paloaltonetworks.com/2016/05/unit42-new-wekby-attacks-use-dns-requests-as-command-and-control-mechanism/" - ], - "source": "MITRE", - "title": "New Wekby Attacks Use DNS Requests As Command and Control Mechanism" - }, - "related": [], - "uuid": "6f08aa4e-c89f-4d3e-8f46-e856e21d2d50", - "value": "PaloAlto DNS Requests May 2016" - }, { "description": "Grunzweig, J., et al. (2016, May 24). New Wekby Attacks Use DNS Requests As Command and Control Mechanism. Retrieved August 17, 2016.", "meta": { @@ -36620,6 +38116,21 @@ "uuid": "4a946c3f-ee0a-4649-8104-2bd9d90ebd49", "value": "Palo Alto DNS Requests" }, + { + "description": "Grunzweig, J., et al. (2016, May 24). New Wekby Attacks Use DNS Requests As Command and Control Mechanism. Retrieved November 15, 2018.", + "meta": { + "date_accessed": "2018-11-15T00:00:00Z", + "date_published": "2016-05-24T00:00:00Z", + "refs": [ + "https://researchcenter.paloaltonetworks.com/2016/05/unit42-new-wekby-attacks-use-dns-requests-as-command-and-control-mechanism/" + ], + "source": "MITRE", + "title": "New Wekby Attacks Use DNS Requests As Command and Control Mechanism" + }, + "related": [], + "uuid": "6f08aa4e-c89f-4d3e-8f46-e856e21d2d50", + "value": "PaloAlto DNS Requests May 2016" + }, { "description": "Yan, T., et al. (2018, November 21). New Wine in Old Bottle: New Azorult Variant Found in FindMyName Campaign using Fallout Exploit Kit. Retrieved November 29, 2018.", "meta": { @@ -37188,6 +38699,21 @@ "uuid": "72d4b682-ed19-4e0f-aeff-faa52b3a0439", "value": "Github NoRunDll" }, + { + "description": "Parisi, T. (2022, December 2). Not a SIMulation: CrowdStrike Investigations Reveal Intrusion Campaign Targeting Telco and BPO Companies. Retrieved June 30, 2023.", + "meta": { + "date_accessed": "2023-06-30T00:00:00Z", + "date_published": "2022-12-02T00:00:00Z", + "refs": [ + "https://www.crowdstrike.com/blog/analysis-of-intrusion-campaign-targeting-telecom-and-bpo-companies/" + ], + "source": "MITRE", + "title": "Not a SIMulation: CrowdStrike Investigations Reveal Intrusion Campaign Targeting Telco and BPO Companies" + }, + "related": [], + "uuid": "382785e1-4ef3-506e-b74f-cd07df9ae46e", + "value": "Crowdstrike TELCO BPO Campaign December 2022" + }, { "description": "Tim Parisi. (2022, December 22). Not a SIMulation: CrowdStrike Investigations Reveal Intrusion Campaign Targeting Telco and BPO Companies. Retrieved September 14, 2023.", "meta": { @@ -37204,21 +38730,6 @@ "uuid": "e48760ba-2752-4d30-8f99-152c81f63017", "value": "CrowdStrike Scattered Spider SIM Swapping December 22 2022" }, - { - "description": "Parisi, T. (2022, December 2). Not a SIMulation: CrowdStrike Investigations Reveal Intrusion Campaign Targeting Telco and BPO Companies. Retrieved June 30, 2023.", - "meta": { - "date_accessed": "2023-06-30T00:00:00Z", - "date_published": "2022-12-02T00:00:00Z", - "refs": [ - "https://www.crowdstrike.com/blog/analysis-of-intrusion-campaign-targeting-telecom-and-bpo-companies/" - ], - "source": "MITRE", - "title": "Not a SIMulation: CrowdStrike Investigations Reveal Intrusion Campaign Targeting Telco and BPO Companies" - }, - "related": [], - "uuid": "382785e1-4ef3-506e-b74f-cd07df9ae46e", - "value": "Crowdstrike TELCO BPO Campaign December 2022" - }, { "description": "Ducklin, P. (2015, April 20). Notes from SophosLabs: Dyreza, the malware that discriminates against old computers. Retrieved June 16, 2020.", "meta": { @@ -37309,6 +38820,22 @@ "uuid": "30e769e0-4552-429b-b16e-27830d42edea", "value": "FireEye APT29 Nov 2018" }, + { + "description": "Anthony Galiette, Daniel Bunce, Doel Santos, Shawn Westfall. (2022, August 9). Novel News on Cuba Ransomware: Greetings From Tropical Scorpius. Retrieved June 4, 2022.", + "meta": { + "date_accessed": "2022-06-04T00:00:00Z", + "date_published": "2022-08-09T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://unit42.paloaltonetworks.com/cuba-ransomware-tropical-scorpius/" + ], + "source": "Tidal Cyber", + "title": "Novel News on Cuba Ransomware: Greetings From Tropical Scorpius" + }, + "related": [], + "uuid": "06f668d9-9a68-4d2f-b9a0-b92beb3b75d6", + "value": "Unit 42 Cuba August 9 2022" + }, { "description": "The NTinterlnals.net team. (n.d.). Nowak, T. Retrieved June 25, 2020.", "meta": { @@ -37683,6 +39210,22 @@ "uuid": "a7bcbaca-10c1-403a-9eb5-f111af1cbf6a", "value": "ESET OceanLotus" }, + { + "description": "David Bradbury. (2023, November 29). October Customer Support Security Incident - Update and Recommended Actions. Retrieved December 19, 2023.", + "meta": { + "date_accessed": "2023-12-19T00:00:00Z", + "date_published": "2023-11-29T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://sec.okta.com/harfiles" + ], + "source": "Tidal Cyber", + "title": "October Customer Support Security Incident - Update and Recommended Actions" + }, + "related": [], + "uuid": "5e09ab9c-8cb2-49f5-b65f-fd5447e71ef4", + "value": "Okta HAR Files Incident Update" + }, { "description": "Kaspersky Lab's Global Research & Analysis Team. (2018, October 15). Octopus-infested seas of Central Asia. Retrieved November 14, 2018.", "meta": { @@ -38254,6 +39797,22 @@ "uuid": "e5ca6811-cd22-4be5-a751-d23fb99d206e", "value": "OpenSSH Project Page" }, + { + "description": "mdecrevoisier. (2022, October 25). OpenSSH Server Listening On Socket. Retrieved May 25, 2023.", + "meta": { + "date_accessed": "2023-05-25T00:00:00Z", + "date_published": "2022-10-25T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/openssh/win_sshd_openssh_server_listening_on_socket.yml" + ], + "source": "Tidal Cyber", + "title": "OpenSSH Server Listening On Socket" + }, + "related": [], + "uuid": "8ab9903b-db4b-4459-9791-f9ab12b7577b", + "value": "OpenSSH Server Listening On Socket" + }, { "description": "rvrsh3ll. (2016, May 18). Operating with EmPyre. Retrieved July 12, 2017.", "meta": { @@ -38705,21 +40264,6 @@ "uuid": "4035e871-9291-4d7f-9c5f-d8482d4dc8a7", "value": "AhnLab Kimsuky Kabar Cobra Feb 2019" }, - { - "description": "Villeneuve, N., Bennett, J. T., Moran, N., Haq, T., Scott, M., & Geers, K. (2014). OPERATION “KE3CHANG”: Targeted Attacks Against Ministries of Foreign Affairs. Retrieved November 12, 2014.", - "meta": { - "date_accessed": "2014-11-12T00:00:00Z", - "date_published": "2014-01-01T00:00:00Z", - "refs": [ - "https://www.mandiant.com/resources/operation-ke3chang-targeted-attacks-against-ministries-of-foreign-affairs" - ], - "source": "MITRE, Tidal Cyber", - "title": "OPERATION “KE3CHANG”: Targeted Attacks Against Ministries of Foreign Affairs" - }, - "related": [], - "uuid": "bb45cf96-ceae-4f46-a0f5-08cd89f699c9", - "value": "Mandiant Operation Ke3chang November 2014" - }, { "description": "Villeneuve, N., Bennett, J. T., Moran, N., Haq, T., Scott, M., & Geers, K. (2014). OPERATION “KE3CHANG”: Targeted Attacks Against Ministries of Foreign Affairs. Retrieved November 12, 2014.", "meta": { @@ -38735,6 +40279,21 @@ "uuid": "31504d92-6c4d-43f0-8548-ccc3aa05ba48", "value": "Villeneuve et al 2014" }, + { + "description": "Villeneuve, N., Bennett, J. T., Moran, N., Haq, T., Scott, M., & Geers, K. (2014). OPERATION “KE3CHANG”: Targeted Attacks Against Ministries of Foreign Affairs. Retrieved November 12, 2014.", + "meta": { + "date_accessed": "2014-11-12T00:00:00Z", + "date_published": "2014-01-01T00:00:00Z", + "refs": [ + "https://www.mandiant.com/resources/operation-ke3chang-targeted-attacks-against-ministries-of-foreign-affairs" + ], + "source": "MITRE, Tidal Cyber", + "title": "OPERATION “KE3CHANG”: Targeted Attacks Against Ministries of Foreign Affairs" + }, + "related": [], + "uuid": "bb45cf96-ceae-4f46-a0f5-08cd89f699c9", + "value": "Mandiant Operation Ke3chang November 2014" + }, { "description": "Ventura, V. (2021, September 16). Operation Layover: How we tracked an attack on the aviation industry to five years of compromise. Retrieved September 15, 2023.", "meta": { @@ -39288,6 +40847,22 @@ "uuid": "46eb883c-e203-4cd9-8f1c-c6ea12bc2742", "value": "Intego Shlayer Feb 2018" }, + { + "description": "Threat Intelligence Team. (2022, June 3). Outbreak of Follina in Australia. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2022-06-03T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://decoded.avast.io/threatintel/outbreak-of-follina-in-australia/" + ], + "source": "Tidal Cyber", + "title": "Outbreak of Follina in Australia" + }, + "related": [], + "uuid": "2b43d421-3921-4efa-9bde-4b482811523f", + "value": "Decoded Avast.io Follina June 3 2022" + }, { "description": "Stalmans, E. (2017, April 28). Outlook Forms and Shells. Retrieved February 4, 2019.", "meta": { @@ -40480,6 +42055,22 @@ "uuid": "929dbb22-34a5-4377-95dd-9e240ecb343a", "value": "phobos_virustotal" }, + { + "description": "Simon Kenin. (2023, June 29). PhonyC2: Revealing a New Malicious Command & Control Framework by MuddyWater. Retrieved October 10, 2023.", + "meta": { + "date_accessed": "2023-10-10T00:00:00Z", + "date_published": "2023-06-29T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.deepinstinct.com/blog/phonyc2-revealing-a-new-malicious-command-control-framework-by-muddywater" + ], + "source": "Tidal Cyber", + "title": "PhonyC2: Revealing a New Malicious Command & Control Framework by MuddyWater" + }, + "related": [], + "uuid": "fd42ac0b-eae5-41bb-b56c-cb1c6d19857b", + "value": "Deep Instinct PhonyC2 June 2023" + }, { "description": "Brumaghin, E., Unterbrink, H. (2018, August 22). Picking Apart Remcos Botnet-In-A-Box. Retrieved November 6, 2018.", "meta": { @@ -41445,18 +43036,20 @@ "value": "Print.exe - LOLBAS Project" }, { - "description": "Spencer Gietzen. (n.d.). Privilege Escalation in Google Cloud Platform – Part 1 (IAM). Retrieved May 27, 2022.", + "description": "Intel471. (2022, February 8). PrivateLoader: The first step in many malware schemes. Retrieved May 15, 2023.", "meta": { - "date_accessed": "2022-05-27T00:00:00Z", + "date_accessed": "2023-05-15T00:00:00Z", + "date_published": "2022-02-08T00:00:00Z", + "owner": "TidalCyberIan", "refs": [ - "https://rhinosecuritylabs.com/gcp/privilege-escalation-google-cloud-platform-part-1/" + "https://intel471.com/blog/privateloader-malware" ], - "source": "MITRE", - "title": "Privilege Escalation in Google Cloud Platform – Part 1 (IAM)" + "source": "Tidal Cyber", + "title": "PrivateLoader: The first step in many malware schemes" }, "related": [], - "uuid": "55373476-1cbe-49f5-aecb-69d60b336d38", - "value": "Rhingo Security Labs GCP Privilege Escalation" + "uuid": "c84be284-03ad-4674-94db-03f264f2db9f", + "value": "PrivateLoader: The first step in many malware schemes | Intel471" }, { "description": "Spencer Gietzen. (n.d.). Privilege Escalation in Google Cloud Platform – Part 1 (IAM). Retrieved September 21, 2023.", @@ -41472,6 +43065,20 @@ "uuid": "55173e12-9edc-5685-ac0b-acd51617cc6e", "value": "Rhino Google Cloud Privilege Escalation" }, + { + "description": "Spencer Gietzen. (n.d.). Privilege Escalation in Google Cloud Platform – Part 1 (IAM). Retrieved May 27, 2022.", + "meta": { + "date_accessed": "2022-05-27T00:00:00Z", + "refs": [ + "https://rhinosecuritylabs.com/gcp/privilege-escalation-google-cloud-platform-part-1/" + ], + "source": "MITRE", + "title": "Privilege Escalation in Google Cloud Platform – Part 1 (IAM)" + }, + "related": [], + "uuid": "55373476-1cbe-49f5-aecb-69d60b336d38", + "value": "Rhingo Security Labs GCP Privilege Escalation" + }, { "description": "Ahl, I. (2017, June 06). Privileges and Credentials: Phished at the Request of Counsel. Retrieved May 17, 2018.", "meta": { @@ -41756,6 +43363,22 @@ "uuid": "188d990e-f0be-40f2-90f3-913dfe687d27", "value": "Talos Promethium June 2020" }, + { + "description": "Intel471. (2022, September 14). Pro-Russian Hacktivist Groups Target Ukraine Supporters. Retrieved April 30, 2024.", + "meta": { + "date_accessed": "2024-04-30T00:00:00Z", + "date_published": "2022-09-14T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://intel471.com/blog/pro-russian-hacktivist-groups-target-ukraine-supporters" + ], + "source": "Tidal Cyber", + "title": "Pro-Russian Hacktivist Groups Target Ukraine Supporters" + }, + "related": [], + "uuid": "f51610a7-1323-4cc4-85ec-2ebdab2a2a50", + "value": "Intel471 Pro-Russian Hacktivist 2022" + }, { "description": "Lich, B. (2016, May 31). Protect derived domain credentials with Credential Guard. Retrieved June 1, 2016.", "meta": { @@ -42176,6 +43799,38 @@ "uuid": "a16f89a4-5142-559b-acfa-f69ad9410bd2", "value": "CrowdStrike PUNK SPIDER" }, + { + "description": "Abhay Yadav. (2023, February 23). PureCrypter targets government entities through Discord. Retrieved May 10, 2023.", + "meta": { + "date_accessed": "2023-05-10T00:00:00Z", + "date_published": "2023-02-23T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.menlosecurity.com/blog/purecrypter-targets-government-entities-through-discord/" + ], + "source": "Tidal Cyber", + "title": "PureCrypter targets government entities through Discord" + }, + "related": [], + "uuid": "58b4eb62-4bdc-47fd-98b2-22dfff1b9dc3", + "value": "Menlo Security PureCrypter February 2023" + }, + { + "description": "Sergiu Gatlan. (2024, June 11). Pure Storage confirms data breach after Snowflake account hack. Retrieved June 13, 2024.", + "meta": { + "date_accessed": "2024-06-13T00:00:00Z", + "date_published": "2024-06-11T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.bleepingcomputer.com/news/security/pure-storage-confirms-data-breach-after-snowflake-account-hack/" + ], + "source": "Tidal Cyber", + "title": "Pure Storage confirms data breach after Snowflake account hack" + }, + "related": [], + "uuid": "410920f2-8e0f-437b-928f-0a7b19a6b96e", + "value": "BleepingComputer Snowflake June 11 2024" + }, { "description": "Gamazo, William. Quist, Nathaniel.. (2023, January 5). PurpleUrchin Bypasses CAPTCHA and Steals Cloud Platform Resources. Retrieved February 28, 2024.", "meta": { @@ -42401,6 +44056,22 @@ "uuid": "e2791c37-e149-43e7-b7c3-c91a6d1bc91e", "value": "Trend Micro Qakbot May 2020" }, + { + "description": "Saikumaravel. (2024, January 4). Qakbot Returns. Retrieved January 24, 2024.", + "meta": { + "date_accessed": "2024-01-24T00:00:00Z", + "date_published": "2024-01-04T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://labs.k7computing.com/index.php/qakbot-returns/" + ], + "source": "Tidal Cyber", + "title": "Qakbot Returns" + }, + "related": [], + "uuid": "5cb5e645-b77b-4bd1-a742-c8f53f234713", + "value": "K7 QakBot Returns January 4 2024" + }, { "description": "Kuzmenko, A. et al. (2021, September 2). QakBot technical analysis. Retrieved September 27, 2021.", "meta": { @@ -42700,6 +44371,22 @@ "uuid": "45098a85-a61f-491a-a549-f62b02dc2ecd", "value": "Rancor Unit42 June 2018" }, + { + "description": "Threat Hunter Team Symantec. (2024, June 5). RansomHub New Ransomware has Origins in Older Knight. Retrieved June 7, 2024.", + "meta": { + "date_accessed": "2024-06-07T00:00:00Z", + "date_published": "2024-06-05T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://symantec-enterprise-blogs.security.com/threat-intelligence/ransomhub-knight-ransomware" + ], + "source": "Tidal Cyber", + "title": "RansomHub New Ransomware has Origins in Older Knight" + }, + "related": [], + "uuid": "3fa49490-cb22-4362-bf48-eaba9e83e6f5", + "value": "BroadcomSW June 5 2024" + }, { "description": "FBI. (n.d.). Ransomware. Retrieved August 18, 2023.", "meta": { @@ -42804,6 +44491,22 @@ "uuid": "833018b5-6ef6-5327-9af5-1a551df25cd2", "value": "Microsoft Ransomware as a Service" }, + { + "description": "Www.invictus-ir.com. (2024, January 11). Ransomware in the cloud. Retrieved April 17, 2024.", + "meta": { + "date_accessed": "2024-04-17T00:00:00Z", + "date_published": "2024-01-11T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.invictus-ir.com/news/ransomware-in-the-cloud" + ], + "source": "Tidal Cyber", + "title": "Ransomware in the cloud" + }, + "related": [], + "uuid": "5e2a0756-d8f6-4359-9ca3-1e96fb8b5ac9", + "value": "Www.invictus-ir.com 1 11 2024" + }, { "description": "Mundo, A. (2020, March 26). Ransomware Maze. Retrieved May 18, 2020.", "meta": { @@ -42835,6 +44538,22 @@ "uuid": "eca1301f-deeb-4a97-8c4e-e61210706116", "value": "Sophos SystemBC December 16 2020" }, + { + "description": "Shunichi Imano, James Slaughter. (2022, December 22). Ransomware Roundup – Play. Retrieved August 10, 2023.", + "meta": { + "date_accessed": "2023-08-10T00:00:00Z", + "date_published": "2022-12-22T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.fortinet.com/blog/threat-research/ransomware-roundup-play-ransomware" + ], + "source": "Tidal Cyber", + "title": "Ransomware Roundup – Play" + }, + "related": [], + "uuid": "a3fa463f-dd2f-4d23-8834-c428d90ea09b", + "value": "Fortinet Play Ransomware December 22 2022" + }, { "description": "Trend Micro Research. (2023, October 5). Ransomware Spotlight: Akira. Retrieved February 27, 2024.", "meta": { @@ -43188,6 +44907,22 @@ "uuid": "1feff728-2230-4a45-bd64-6093f8b42646", "value": "rdrleakdiag.exe - LOLBAS Project" }, + { + "description": "Yến Hứa. (2021, January 13). [RE019] From A to X analyzing some real cases which used recent Emotet samples. Retrieved February 27, 2024.", + "meta": { + "date_accessed": "2024-02-27T00:00:00Z", + "date_published": "2021-01-13T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://blog.vincss.net/re019-from-a-to-x-analyzing-some-real-cases-which-used-recent-emotet-samples/" + ], + "source": "Tidal Cyber", + "title": "[RE019] From A to X analyzing some real cases which used recent Emotet samples" + }, + "related": [], + "uuid": "1ebae9fa-bab1-4a26-8d49-ae6778fdf094", + "value": "blog.vincss.net 1 13 2021" + }, { "description": "Faou, M. and Boutin, J. (2017, February). Read The Manual: A Guide to the RTM Banking Trojan. Retrieved March 9, 2017.", "meta": { @@ -43729,20 +45464,6 @@ "uuid": "f58ac1e4-c470-4aac-a077-7f358e25b0fa", "value": "Microsoft Registry Auditing Aug 2016" }, - { - "description": "Microsoft. (n.d.). Registry Key Security and Access Rights. Retrieved March 16, 2017.", - "meta": { - "date_accessed": "2017-03-16T00:00:00Z", - "refs": [ - "https://msdn.microsoft.com/library/windows/desktop/ms724878.aspx" - ], - "source": "MITRE", - "title": "Registry Key Security and Access Rights" - }, - "related": [], - "uuid": "c5627d86-1b59-4c2a-aac0-88f1b4dc6974", - "value": "MSDN Registry Key Security" - }, { "description": "Microsoft. (2018, May 31). Registry Key Security and Access Rights. Retrieved March 16, 2017.", "meta": { @@ -43758,6 +45479,20 @@ "uuid": "f8f12cbb-029c-48b1-87ce-624a7f98c8ab", "value": "Registry Key Security" }, + { + "description": "Microsoft. (n.d.). Registry Key Security and Access Rights. Retrieved March 16, 2017.", + "meta": { + "date_accessed": "2017-03-16T00:00:00Z", + "refs": [ + "https://msdn.microsoft.com/library/windows/desktop/ms724878.aspx" + ], + "source": "MITRE", + "title": "Registry Key Security and Access Rights" + }, + "related": [], + "uuid": "c5627d86-1b59-4c2a-aac0-88f1b4dc6974", + "value": "MSDN Registry Key Security" + }, { "description": "Microsoft. (2021, December 14). Registry Trees for Devices and Drivers. Retrieved March 28, 2023.", "meta": { @@ -43859,21 +45594,6 @@ "uuid": "4054604b-7c0f-5012-b40c-2b117f6b54c2", "value": "Mandiant Remediation and Hardening Strategies for Microsoft 365" }, - { - "description": "Mike Burns, Matthew McWhirt, Douglas Bienstock, Nick Bennett. (2021, January 19). Remediation and Hardening Strategies for Microsoft 365 to Defend Against UNC2452. Retrieved September 25, 2021.", - "meta": { - "date_accessed": "2021-09-25T00:00:00Z", - "date_published": "2021-01-19T00:00:00Z", - "refs": [ - "https://www.fireeye.com/blog/threat-research/2021/01/remediation-and-hardening-strategies-for-microsoft-365-to-defend-against-unc2452.html" - ], - "source": "MITRE", - "title": "Remediation and Hardening Strategies for Microsoft 365 to Defend Against UNC2452" - }, - "related": [], - "uuid": "7aa5c294-df8e-4994-9b9e-69444d75ef37", - "value": "Remediation and Hardening Strategies for Microsoft 365 to Defend Against UNC2452" - }, { "description": "Mandiant. (2021, January 19). Remediation and Hardening Strategies for Microsoft 365 to Defend Against UNC2452. Retrieved January 22, 2021.", "meta": { @@ -43889,6 +45609,21 @@ "uuid": "ed031297-d0f5-44a7-9723-ba692e923a6e", "value": "Mandiant Defend UNC2452 White Paper" }, + { + "description": "Mike Burns, Matthew McWhirt, Douglas Bienstock, Nick Bennett. (2021, January 19). Remediation and Hardening Strategies for Microsoft 365 to Defend Against UNC2452. Retrieved September 25, 2021.", + "meta": { + "date_accessed": "2021-09-25T00:00:00Z", + "date_published": "2021-01-19T00:00:00Z", + "refs": [ + "https://www.fireeye.com/blog/threat-research/2021/01/remediation-and-hardening-strategies-for-microsoft-365-to-defend-against-unc2452.html" + ], + "source": "MITRE", + "title": "Remediation and Hardening Strategies for Microsoft 365 to Defend Against UNC2452" + }, + "related": [], + "uuid": "7aa5c294-df8e-4994-9b9e-69444d75ef37", + "value": "Remediation and Hardening Strategies for Microsoft 365 to Defend Against UNC2452" + }, { "description": "Microsoft. (n.d.). Remote Desktop Services. Retrieved June 1, 2016.", "meta": { @@ -44516,6 +46251,38 @@ "uuid": "3f6e2821-5073-4382-b5dd-08676eaa2240", "value": "HC3 Analyst Note Rhysida Ransomware August 2023" }, + { + "description": "Alex Delamotte, Jim Walter. (2023, June 29). Rhysida Ransomware | RaaS Crawls Out of Crimeware Undergrowth to Attack Chilean Army. Retrieved August 11, 2023.", + "meta": { + "date_accessed": "2023-08-11T00:00:00Z", + "date_published": "2023-06-29T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.sentinelone.com/blog/rhysida-ransomware-raas-crawls-out-of-crimeware-undergrowth-to-attack-chilean-army/" + ], + "source": "Tidal Cyber", + "title": "Rhysida Ransomware | RaaS Crawls Out of Crimeware Undergrowth to Attack Chilean Army" + }, + "related": [], + "uuid": "4fa2a841-71e8-4733-8622-cc068d077ad9", + "value": "SentinelOne Rhysida June 29 2023" + }, + { + "description": "PTI Team. (2023, February 27). [RIG] RIG Exploit Kit: In-Depth Analysis. Retrieved May 8, 2023.", + "meta": { + "date_accessed": "2023-05-08T00:00:00Z", + "date_published": "2023-02-27T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.prodaft.com/resource/detail/rig-rig-exploit-kit-depth-analysis" + ], + "source": "Tidal Cyber", + "title": "[RIG] RIG Exploit Kit: In-Depth Analysis" + }, + "related": [], + "uuid": "13ed0c11-f258-47d8-9253-8bd13661c2a9", + "value": "Prodaft RIG February 2023" + }, { "description": "Microsoft Threat Intelligence. (2022, May 19). Rise in XorDdos: A deeper look at the stealthy DDoS malware targeting Linux devices. Retrieved September 27, 2023.", "meta": { @@ -44858,6 +46625,21 @@ "uuid": "28aef64e-20d3-5227-a3c9-e657c6e2d07e", "value": "Cybereason Royal December 2022" }, + { + "description": "Cybereason global soc & cybereason security research teams. (n.d.). Royal Rumble: Analysis of Royal Ransomware. Retrieved May 18, 2023.", + "meta": { + "date_accessed": "2023-05-18T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.cybereason.com/blog/royal-ransomware-analysis" + ], + "source": "Tidal Cyber", + "title": "Royal Rumble: Analysis of Royal Ransomware" + }, + "related": [], + "uuid": "5afa7fd0-908e-4714-9ab3-2bbbc1fff976", + "value": "Royal Rumble: Analysis of Royal Ransomware" + }, { "description": "LOLBAS. (2018, May 25). Rpcping.exe. Retrieved December 4, 2023.", "meta": { @@ -44992,20 +46774,6 @@ "uuid": "0d633a50-4afd-4479-898e-1a785f5637da", "value": "Microsoft Run Key" }, - { - "description": "Microsoft TechNet. (n.d.). Runas. Retrieved April 21, 2017.", - "meta": { - "date_accessed": "2017-04-21T00:00:00Z", - "refs": [ - "https://technet.microsoft.com/en-us/library/bb490994.aspx" - ], - "source": "MITRE", - "title": "Runas" - }, - "related": [], - "uuid": "8b4bdce9-da19-443f-88d2-11466e126c09", - "value": "Microsoft runas" - }, { "description": "Microsoft. (2016, August 31). Runas. Retrieved October 1, 2021.", "meta": { @@ -45021,6 +46789,20 @@ "uuid": "af05c12e-f9c6-421a-9a5d-0797c01ab2dc", "value": "Microsoft RunAs" }, + { + "description": "Microsoft TechNet. (n.d.). Runas. Retrieved April 21, 2017.", + "meta": { + "date_accessed": "2017-04-21T00:00:00Z", + "refs": [ + "https://technet.microsoft.com/en-us/library/bb490994.aspx" + ], + "source": "MITRE", + "title": "Runas" + }, + "related": [], + "uuid": "8b4bdce9-da19-443f-88d2-11466e126c09", + "value": "Microsoft runas - Duplicate" + }, { "description": "Wikipedia. (2018, August 3). Run Command. Retrieved October 12, 2018.", "meta": { @@ -45713,21 +47495,6 @@ "uuid": "5135c600-b2a6-59e7-9023-8e293736f8de", "value": "NSA Sandworm 2020" }, - { - "description": "Ken Proska, John Wolfram, Jared Wilson, Dan Black, Keith Lunden, Daniel Kapellmann Zafra, Nathan Brubaker, Tyler Mclellan, Chris Sistrunk. (2023, November 9). Sandworm Disrupts Power in Ukraine Using a Novel Attack Against Operational Technology. Retrieved March 28, 2024.", - "meta": { - "date_accessed": "2024-03-28T00:00:00Z", - "date_published": "2023-11-09T00:00:00Z", - "refs": [ - "https://www.mandiant.com/resources/blog/sandworm-disrupts-power-ukraine-operational-technology" - ], - "source": "MITRE", - "title": "Sandworm Disrupts Power in Ukraine Using a Novel Attack Against Operational Technology" - }, - "related": [], - "uuid": "7ad64744-2790-54e4-97cd-e412423f6ada", - "value": "Mandiant-Sandworm-Ukraine-2022" - }, { "description": "Ken Proska, John Wolfram, Jared Wilson, Dan Black, Keith Lunden, Daniel Kapellmann Zafra, Nathan Brubaker, Tyler McLellan, Chris Sistrunk. (2023, November 9). Sandworm Disrupts Power in Ukraine Using a Novel Attack Against Operational Technology. Retrieved April 17, 2024.", "meta": { @@ -45744,6 +47511,21 @@ "uuid": "e35f005d-a3cd-4733-88ac-92bbf46e2c8a", "value": "Mandiant Sandworm November 9 2023" }, + { + "description": "Ken Proska, John Wolfram, Jared Wilson, Dan Black, Keith Lunden, Daniel Kapellmann Zafra, Nathan Brubaker, Tyler Mclellan, Chris Sistrunk. (2023, November 9). Sandworm Disrupts Power in Ukraine Using a Novel Attack Against Operational Technology. Retrieved March 28, 2024.", + "meta": { + "date_accessed": "2024-03-28T00:00:00Z", + "date_published": "2023-11-09T00:00:00Z", + "refs": [ + "https://www.mandiant.com/resources/blog/sandworm-disrupts-power-ukraine-operational-technology" + ], + "source": "MITRE", + "title": "Sandworm Disrupts Power in Ukraine Using a Novel Attack Against Operational Technology" + }, + "related": [], + "uuid": "7ad64744-2790-54e4-97cd-e412423f6ada", + "value": "Mandiant-Sandworm-Ukraine-2022" + }, { "description": "ANSSI. (2021, January 27). SANDWORM INTRUSION SET CAMPAIGN TARGETING CENTREON SYSTEMS. Retrieved March 30, 2021.", "meta": { @@ -45892,6 +47674,22 @@ "uuid": "90e60242-82d8-5648-b7e4-def6fd508e16", "value": "Sysdig ScarletEel 2.0" }, + { + "description": "Alberto Pellitteri. (2023, February 28). SCARLETEEL: Operation leveraging Terraform, Kubernetes, and AWS for data theft. Retrieved February 2, 2023.", + "meta": { + "date_accessed": "2023-02-02T00:00:00Z", + "date_published": "2023-02-28T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://sysdig.com/blog/cloud-breach-terraform-data-theft/" + ], + "source": "Tidal Cyber", + "title": "SCARLETEEL: Operation leveraging Terraform, Kubernetes, and AWS for data theft" + }, + "related": [], + "uuid": "18931f81-51bf-44af-9573-512ccb66c238", + "value": "Sysdig Scarleteel February 28 2023" + }, { "description": "Falcone, R. and Miller-Osborn, J.. (2016, January 24). Scarlet Mimic: Years-Long Espionage Campaign Targets Minority Activists. Retrieved February 10, 2016.", "meta": { @@ -46043,6 +47841,22 @@ "uuid": "2ef31677-b7ec-4200-a342-7c9196e1aa58", "value": "Schtasks.exe - LOLBAS Project" }, + { + "description": "Ryan Estes. (2023, May 23). Scratching the Surface of Rhysida Ransomware. Retrieved August 11, 2023.", + "meta": { + "date_accessed": "2023-08-11T00:00:00Z", + "date_published": "2023-05-23T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.secplicity.org/2023/05/23/scratching-the-surface-of-rhysida-ransomware/" + ], + "source": "Tidal Cyber", + "title": "Scratching the Surface of Rhysida Ransomware" + }, + "related": [], + "uuid": "1b73bfb6-376e-4252-b3a1-9b6cf5ccaaf3", + "value": "Secplicity Rhysida May 23 2023" + }, { "description": "Wikipedia. (2017, November 22). Screensaver. Retrieved December 5, 2017.", "meta": { @@ -46472,21 +48286,6 @@ "uuid": "3cc2c996-10e9-4e25-999c-21dc2c69e4af", "value": "CISA IDN ST05-016" }, - { - "description": "Dr. Nestori Syynimaa. (2017, November 16). Security vulnerability in Azure AD & Office 365 identity federation. Retrieved September 28, 2022.", - "meta": { - "date_accessed": "2022-09-28T00:00:00Z", - "date_published": "2017-11-16T00:00:00Z", - "refs": [ - "https://o365blog.com/post/federation-vulnerability/" - ], - "source": "MITRE", - "title": "Security vulnerability in Azure AD & Office 365 identity federation" - }, - "related": [], - "uuid": "d2005eb6-4da4-4938-97fb-caa0e2381f4e", - "value": "AADInternals zure AD Federated Domain" - }, { "description": "Dr. Nestori Syynimaa.. (2017, November 16). Security vulnerability in Azure AD & Office 365 identity federation. Retrieved February 1, 2022.", "meta": { @@ -46502,6 +48301,21 @@ "uuid": "123995be-36f5-4cd6-b80a-d601c2d0971e", "value": "Azure AD Federation Vulnerability" }, + { + "description": "Dr. Nestori Syynimaa. (2017, November 16). Security vulnerability in Azure AD & Office 365 identity federation. Retrieved September 28, 2022.", + "meta": { + "date_accessed": "2022-09-28T00:00:00Z", + "date_published": "2017-11-16T00:00:00Z", + "refs": [ + "https://o365blog.com/post/federation-vulnerability/" + ], + "source": "MITRE", + "title": "Security vulnerability in Azure AD & Office 365 identity federation" + }, + "related": [], + "uuid": "d2005eb6-4da4-4938-97fb-caa0e2381f4e", + "value": "AADInternals zure AD Federated Domain" + }, { "description": "ESET Research. (2015, July 10). Sednit APT Group Meets Hacking Team. Retrieved March 1, 2017.", "meta": { @@ -46677,21 +48491,6 @@ "uuid": "c2f7958b-f521-4133-9aeb-c5c8fae23e78", "value": "ProofPoint Serpent" }, - { - "description": "Wikipedia. (2017, December 16). Server Message Block. Retrieved December 21, 2017.", - "meta": { - "date_accessed": "2017-12-21T00:00:00Z", - "date_published": "2017-12-16T00:00:00Z", - "refs": [ - "https://en.wikipedia.org/wiki/Server_Message_Block" - ], - "source": "MITRE", - "title": "Server Message Block" - }, - "related": [], - "uuid": "3ea03c65-12e0-4e28-bbdc-17bb8c1e1831", - "value": "Wikipedia Server Message Block" - }, { "description": "Wikipedia. (2016, June 12). Server Message Block. Retrieved June 12, 2016.", "meta": { @@ -46707,6 +48506,21 @@ "uuid": "087b4779-22d5-4872-adb7-583904a92285", "value": "Wikipedia SMB" }, + { + "description": "Wikipedia. (2017, December 16). Server Message Block. Retrieved December 21, 2017.", + "meta": { + "date_accessed": "2017-12-21T00:00:00Z", + "date_published": "2017-12-16T00:00:00Z", + "refs": [ + "https://en.wikipedia.org/wiki/Server_Message_Block" + ], + "source": "MITRE", + "title": "Server Message Block" + }, + "related": [], + "uuid": "3ea03c65-12e0-4e28-bbdc-17bb8c1e1831", + "value": "Wikipedia Server Message Block" + }, { "description": "Schwarz, D. and Proofpoint Staff. (2019, January 9). ServHelper and FlawedGrace - New malware introduced by TA505. Retrieved May 28, 2019.", "meta": { @@ -46809,21 +48623,6 @@ "uuid": "dd5dc432-32de-4bf3-b2c7-0bbdda031dd0", "value": "Microsoft SetSPN" }, - { - "description": "@r0wdy_. (2017, November 30). Service Recovery Parameters. Retrieved April 9, 2018.", - "meta": { - "date_accessed": "2018-04-09T00:00:00Z", - "date_published": "2017-11-30T00:00:00Z", - "refs": [ - "https://twitter.com/r0wdy_/status/936365549553991680" - ], - "source": "MITRE", - "title": "Service Recovery Parameters" - }, - "related": [], - "uuid": "7757776d-b0e9-4a99-8a55-2cd1b248c4a0", - "value": "Tweet Registry Perms Weakness" - }, { "description": "The Cyber (@r0wdy_). (2017, November 30). Service Recovery Parameters. Retrieved April 9, 2018.", "meta": { @@ -46839,6 +48638,21 @@ "uuid": "8875ff5d-65bc-402a-bfe0-32adc10fb008", "value": "Twitter Service Recovery Nov 2017" }, + { + "description": "@r0wdy_. (2017, November 30). Service Recovery Parameters. Retrieved April 9, 2018.", + "meta": { + "date_accessed": "2018-04-09T00:00:00Z", + "date_published": "2017-11-30T00:00:00Z", + "refs": [ + "https://twitter.com/r0wdy_/status/936365549553991680" + ], + "source": "MITRE", + "title": "Service Recovery Parameters" + }, + "related": [], + "uuid": "7757776d-b0e9-4a99-8a55-2cd1b248c4a0", + "value": "Tweet Registry Perms Weakness" + }, { "description": "Microsoft. (n.d.). Services. Retrieved June 7, 2016.", "meta": { @@ -47178,20 +48992,6 @@ "uuid": "6f454218-91b7-4606-9467-c6d465c0fd1f", "value": "AWS EBS Snapshot Sharing" }, - { - "description": "The Linux Documentation Project. (n.d.). Shared Libraries. Retrieved January 31, 2020.", - "meta": { - "date_accessed": "2020-01-31T00:00:00Z", - "refs": [ - "https://www.tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html" - ], - "source": "MITRE", - "title": "Shared Libraries" - }, - "related": [], - "uuid": "2862845b-72b3-41d8-aafb-b36e90c6c30a", - "value": "TLDP Shared Libraries" - }, { "description": "Wheeler, D. (2003, April 11). Shared Libraries. Retrieved September 7, 2023.", "meta": { @@ -47207,6 +49007,20 @@ "uuid": "054d769a-f88e-55e9-971a-f169ee434cfe", "value": "Linux Shared Libraries" }, + { + "description": "The Linux Documentation Project. (n.d.). Shared Libraries. Retrieved January 31, 2020.", + "meta": { + "date_accessed": "2020-01-31T00:00:00Z", + "refs": [ + "https://www.tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html" + ], + "source": "MITRE", + "title": "Shared Libraries" + }, + "related": [], + "uuid": "2862845b-72b3-41d8-aafb-b36e90c6c30a", + "value": "TLDP Shared Libraries" + }, { "description": "halflife. (1997, September 1). Shared Library Redirection Techniques. Retrieved December 20, 2017.", "meta": { @@ -47971,6 +49785,22 @@ "uuid": "46c40ed4-5a15-4b38-b625-bebc569dbf69", "value": "Detectify Slack Tokens" }, + { + "description": "Team Huntress. (2024, February 23). SlashAndGrab ScreenConnect Post-Exploitation in the Wild (CVE-2024-1709 & CVE-2024-1708). Retrieved February 23, 2024.", + "meta": { + "date_accessed": "2024-02-23T00:00:00Z", + "date_published": "2024-02-23T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.huntress.com/blog/slashandgrab-screen-connect-post-exploitation-in-the-wild-cve-2024-1709-cve-2024-1708" + ], + "source": "Tidal Cyber", + "title": "SlashAndGrab ScreenConnect Post-Exploitation in the Wild (CVE-2024-1709 & CVE-2024-1708)" + }, + "related": [], + "uuid": "203e002f-09b0-436d-b9c2-a8988ee0b7aa", + "value": "Huntress ScreenConnect 2 23 2024" + }, { "description": "BishopFox. (n.d.). Sliver. Retrieved September 15, 2021.", "meta": { @@ -48246,21 +50076,6 @@ "uuid": "a81ad3ef-fd96-432c-a7c8-ccc86d127a1b", "value": "FireEye SMOKEDHAM June 2021" }, - { - "description": "Warren, R. (2017, August 8). Smuggling HTA files in Internet Explorer/Edge. Retrieved January 16, 2019.", - "meta": { - "date_accessed": "2019-01-16T00:00:00Z", - "date_published": "2017-08-08T00:00:00Z", - "refs": [ - "https://www.nccgroup.trust/uk/about-us/newsroom-and-events/blogs/2017/august/smuggling-hta-files-in-internet-exploreredge/" - ], - "source": "MITRE", - "title": "Smuggling HTA files in Internet Explorer/Edge" - }, - "related": [], - "uuid": "b16bae1a-75aa-478b-b8c7-458ee5a3f7e5", - "value": "Environmental Keyed HTA" - }, { "description": "Warren, R. (2017, August 8). Smuggling HTA files in Internet Explorer/Edge. Retrieved May 20, 2021.", "meta": { @@ -48276,6 +50091,21 @@ "uuid": "f5615cdc-bc56-415b-8e38-6f3fd1c33c88", "value": "nccgroup Smuggling HTA 2017" }, + { + "description": "Warren, R. (2017, August 8). Smuggling HTA files in Internet Explorer/Edge. Retrieved January 16, 2019.", + "meta": { + "date_accessed": "2019-01-16T00:00:00Z", + "date_published": "2017-08-08T00:00:00Z", + "refs": [ + "https://www.nccgroup.trust/uk/about-us/newsroom-and-events/blogs/2017/august/smuggling-hta-files-in-internet-exploreredge/" + ], + "source": "MITRE", + "title": "Smuggling HTA files in Internet Explorer/Edge" + }, + "related": [], + "uuid": "b16bae1a-75aa-478b-b8c7-458ee5a3f7e5", + "value": "Environmental Keyed HTA" + }, { "description": "Accenture Security. (2018, November 29). SNAKEMACKEREL. Retrieved April 15, 2019.", "meta": { @@ -48351,6 +50181,38 @@ "uuid": "f026dd44-1491-505b-8a8a-e4f28c6cd6a7", "value": "Telefonica Snip3 December 2021" }, + { + "description": "Cybereason Global SOC Team. (2022, April 25). SocGholish and Zloader – From Fake Updates and Installers to Owning Your Systems. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2022-04-25T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.cybereason.com/blog/threat-analysis-report-socgholish-and-zloader-from-fake-updates-and-installers-to-owning-your-systems" + ], + "source": "Tidal Cyber", + "title": "SocGholish and Zloader – From Fake Updates and Installers to Owning Your Systems" + }, + "related": [], + "uuid": "c28b2fbf-f309-4fb3-9743-1c11651e03ee", + "value": "Cybereason SocGholish Zloader April 2022" + }, + { + "description": "Dean Murphy, Brandon Tirado, Joseph Morales. (2023, January 30). SocGholish: A Tale of FakeUpdates. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2023-01-30T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.reliaquest.com/blog/socgholish-fakeupdates/" + ], + "source": "Tidal Cyber", + "title": "SocGholish: A Tale of FakeUpdates" + }, + "related": [], + "uuid": "de4c13b5-1707-4d8f-a562-6e5fd5504dda", + "value": "ReliaQuest SocGholish" + }, { "description": "Andrew Northern. (2022, November 22). SocGholish, a very real threat from a very fake update. Retrieved February 13, 2024.", "meta": { @@ -48381,6 +50243,22 @@ "uuid": "8a26eeb6-6f80-58f1-b773-b38835c6781d", "value": "SentinelOne SocGholish Infrastructure November 2022" }, + { + "description": "Aleksandar Milenkoski. (2022, November 7). SocGholish Diversifies and Expands Its Malware Staging Infrastructure to Counter Defenders. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2022-11-07T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.sentinelone.com/labs/socgholish-diversifies-and-expands-its-malware-staging-infrastructure-to-counter-defenders/" + ], + "source": "Tidal Cyber", + "title": "SocGholish Diversifies and Expands Its Malware Staging Infrastructure to Counter Defenders" + }, + "related": [], + "uuid": "c2dd119c-25d8-4e48-8eeb-89552a5a096c", + "value": "SentinelLabs SocGholish November 2022" + }, { "description": "Proofpoint. (2022, November 21). SocGholish Malware: A Real Threat from a Fake Update | Proofpoint US. Retrieved May 7, 2023.", "meta": { @@ -48397,6 +50275,22 @@ "uuid": "dc4117ea-be69-47db-ab75-03100fee230c", "value": "Proofpoint November 21 2022" }, + { + "description": "Rapid7. (2024, May 10). Social Engineering Campaign Linked to Black Basta Ransomware Operators . Retrieved May 21, 2024.", + "meta": { + "date_accessed": "2024-05-21T00:00:00Z", + "date_published": "2024-05-10T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.rapid7.com/blog/post/2024/05/10/ongoing-social-engineering-campaign-linked-to-black-basta-ransomware-operators/" + ], + "source": "Tidal Cyber", + "title": "Social Engineering Campaign Linked to Black Basta Ransomware Operators" + }, + "related": [], + "uuid": "ba749fe0-1ac7-4767-85df-97e6351c37f9", + "value": "Rapid7 Blog 5 10 2024" + }, { "description": "Felipe Duarte, Ido Naor. (2022, March 9). Sockbot in GoLand. Retrieved September 22, 2023.", "meta": { @@ -49294,19 +51188,36 @@ "value": "Mandiant Endpoint Evading 2019" }, { - "description": "Syynimaa, N. (2022, February 15). Stealing and faking Azure AD device identities. Retrieved August 3, 2022.", + "description": "Quentin Bourgue, Pierre Le Bourhis, Threat & Detection Research Team. (2023, February 20). Stealc: a copycat of Vidar and Raccoon infostealers gaining in popularity – Part 1. Retrieved July 28, 2023.", "meta": { - "date_accessed": "2022-08-03T00:00:00Z", - "date_published": "2022-02-15T00:00:00Z", + "date_accessed": "2023-07-28T00:00:00Z", + "date_published": "2023-02-20T00:00:00Z", + "owner": "TidalCyberIan", "refs": [ - "https://o365blog.com/post/deviceidentity/" + "https://blog.sekoia.io/stealc-a-copycat-of-vidar-and-raccoon-infostealers-gaining-in-popularity-part-1/" ], - "source": "MITRE", - "title": "Stealing and faking Azure AD device identities" + "source": "Tidal Cyber", + "title": "Stealc: a copycat of Vidar and Raccoon infostealers gaining in popularity – Part 1" }, "related": [], - "uuid": "ec94c043-92ef-4691-b21a-7ea68f39e338", - "value": "O365 Blog Azure AD Device IDs" + "uuid": "ca5b727d-f35b-4009-b4d4-21a69d41162d", + "value": "Sekoia.io Stealc February 20 2023" + }, + { + "description": "Pierre Le Bourhis, Quentin Bourgue, Threat & Detection Research Team. (2023, February 27). Stealc: a copycat of Vidar and Raccoon infostealers gaining in popularity – Part 2. Retrieved July 28, 2023.", + "meta": { + "date_accessed": "2023-07-28T00:00:00Z", + "date_published": "2023-02-27T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://blog.sekoia.io/stealc-a-copycat-of-vidar-and-raccoon-infostealers-gaining-in-popularity-part-2/" + ], + "source": "Tidal Cyber", + "title": "Stealc: a copycat of Vidar and Raccoon infostealers gaining in popularity – Part 2" + }, + "related": [], + "uuid": "edd0cab4-48f7-48d8-a318-ced118af6a63", + "value": "Sekoia.io Stealc February 27 2023" }, { "description": "Dr. Nestori Syynimaa. (2022, February 15). Stealing and faking Azure AD device identities. Retrieved February 21, 2023.", @@ -49323,6 +51234,21 @@ "uuid": "b5ef16c4-1db0-51e9-93ab-54a8e480debc", "value": "AADInternals Azure AD Device Identities" }, + { + "description": "Syynimaa, N. (2022, February 15). Stealing and faking Azure AD device identities. Retrieved August 3, 2022.", + "meta": { + "date_accessed": "2022-08-03T00:00:00Z", + "date_published": "2022-02-15T00:00:00Z", + "refs": [ + "https://o365blog.com/post/deviceidentity/" + ], + "source": "MITRE", + "title": "Stealing and faking Azure AD device identities" + }, + "related": [], + "uuid": "ec94c043-92ef-4691-b21a-7ea68f39e338", + "value": "O365 Blog Azure AD Device IDs" + }, { "description": "Fuller, R. (2013, September 11). Stealing passwords every time they change. Retrieved November 21, 2017.", "meta": { @@ -49554,6 +51480,22 @@ "uuid": "07e48ca8-b965-4234-b04a-dfad45d58b22", "value": "U.S. CISA CL0P CVE-2023-34362 Exploitation" }, + { + "description": "Cybersecurity and Infrastructure Security Agency. (2023, January 5). #StopRansomware: Cuba Ransomware. Retrieved May 19, 2023.", + "meta": { + "date_accessed": "2023-05-19T00:00:00Z", + "date_published": "2023-01-05T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.cisa.gov/uscert/ncas/alerts/aa22-335a" + ], + "source": "Tidal Cyber", + "title": "#StopRansomware: Cuba Ransomware" + }, + "related": [], + "uuid": "d6ed5172-a319-45b0-b1cb-d270a2a48fa3", + "value": "U.S. CISA Cuba Ransomware October 2022" + }, { "description": "Cybersecurity and Infrastructure Security Agency. (2022, October 26). #StopRansomware: Daixin Team. Retrieved May 19, 2023.", "meta": { @@ -49995,8 +51937,8 @@ "title": "SUNBURST, TEARDROP and the NetSec New Normal" }, "related": [], - "uuid": "a6b75979-af51-42ed-9bb9-01d5fb9ceac9", - "value": "Check Point Sunburst Teardrop December 2020" + "uuid": "4e3d9201-83d4-5375-b3b7-e00dfb16342d", + "value": "CheckPoint Sunburst & Teardrop December 2020" }, { "description": "Check Point Research. (2020, December 22). SUNBURST, TEARDROP and the NetSec New Normal. Retrieved January 6, 2021.", @@ -50010,8 +51952,8 @@ "title": "SUNBURST, TEARDROP and the NetSec New Normal" }, "related": [], - "uuid": "4e3d9201-83d4-5375-b3b7-e00dfb16342d", - "value": "CheckPoint Sunburst & Teardrop December 2020" + "uuid": "a6b75979-af51-42ed-9bb9-01d5fb9ceac9", + "value": "Check Point Sunburst Teardrop December 2020" }, { "description": "CrowdStrike Intelligence Team. (2021, January 11). SUNSPOT: An Implant in the Build Process. Retrieved January 11, 2021.", @@ -50269,6 +52211,20 @@ "uuid": "d9f0af0f-8a65-406b-9d7e-4051086ef301", "value": "SecureList SynAck Doppelgänging May 2018" }, + { + "description": "Strontic. (n.d.). SyncAppvPublishingServer.exe. Retrieved February 6, 2024.", + "meta": { + "date_accessed": "2024-02-06T00:00:00Z", + "refs": [ + "https://strontic.github.io/xcyclopedia/library/SyncAppvPublishingServer.exe-3C291419F60CDF9C2E4E19AD89944FA3.html" + ], + "source": "MITRE", + "title": "SyncAppvPublishingServer.exe" + }, + "related": [], + "uuid": "bc5d8a1a-5cf9-5974-bf13-245fa53721da", + "value": "6 - appv" + }, { "description": "LOLBAS. (2018, May 25). SyncAppvPublishingServer.exe. Retrieved December 4, 2023.", "meta": { @@ -50285,20 +52241,6 @@ "uuid": "ce371df7-aab6-4338-9491-656481cb5601", "value": "SyncAppvPublishingServer.exe - LOLBAS Project" }, - { - "description": "Strontic. (n.d.). SyncAppvPublishingServer.exe. Retrieved February 6, 2024.", - "meta": { - "date_accessed": "2024-02-06T00:00:00Z", - "refs": [ - "https://strontic.github.io/xcyclopedia/library/SyncAppvPublishingServer.exe-3C291419F60CDF9C2E4E19AD89944FA3.html" - ], - "source": "MITRE", - "title": "SyncAppvPublishingServer.exe" - }, - "related": [], - "uuid": "bc5d8a1a-5cf9-5974-bf13-245fa53721da", - "value": "6 - appv" - }, { "description": "Nick Landers, Casey Smith. (n.d.). /Syncappvpublishingserver.vbs. Retrieved February 6, 2024.", "meta": { @@ -50848,6 +52790,22 @@ "uuid": "30ebffb8-be3e-4094-a41b-882aec9e14b8", "value": "IBM TA577 OneNote Malspam" }, + { + "description": "Tommy Madjar, Kelsey Merriman, Selena Larson, Proofpoint Threat Research Team. (2024, March 4). TA577’s Unusual Attack Chain Leads to NTLM Data Theft. Retrieved March 11, 2024.", + "meta": { + "date_accessed": "2024-03-11T00:00:00Z", + "date_published": "2024-03-04T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.proofpoint.com/us/blog/threat-insight/ta577s-unusual-attack-chain-leads-ntlm-data-theft" + ], + "source": "Tidal Cyber", + "title": "TA577’s Unusual Attack Chain Leads to NTLM Data Theft" + }, + "related": [], + "uuid": "bbbef77a-8cd8-411c-a8a7-7faa7b5fdb2c", + "value": "Proofpoint TA577 NTLM March 4 2024" + }, { "description": "Cobalt Strike. (2017, December 8). Tactics, Techniques, and Procedures. Retrieved December 20, 2017.", "meta": { @@ -50907,6 +52865,22 @@ "uuid": "5908b04b-dbca-4fd8-bacc-141ef15546a1", "value": "Lacework TeamTNT May 2021" }, + { + "description": "Martin McCloskey, Christophe Tafani-Dereeper. (2024, January 19). Tales from the cloud trenches: Amazon ECS is the new EC2 for crypto mining. Retrieved April 11, 2024.", + "meta": { + "date_accessed": "2024-04-11T00:00:00Z", + "date_published": "2024-01-19T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://securitylabs.datadoghq.com/articles/tales-from-the-cloud-trenches-ecs-crypto-mining/" + ], + "source": "Tidal Cyber", + "title": "Tales from the cloud trenches: Amazon ECS is the new EC2 for crypto mining" + }, + "related": [], + "uuid": "7e4e44a7-b079-41af-b41d-176ba7e99563", + "value": "Datadog ECS January 19 2024" + }, { "description": "Kovar, R. (2017, December 11). Tall Tales of Hunting with TLS/SSL Certificates. Retrieved October 16, 2020.", "meta": { @@ -51281,21 +53255,6 @@ "uuid": "b98f1967-c62f-5afe-a2f7-4c426615d576", "value": "AquaSec TeamTNT 2023" }, - { - "description": "Darin Smith. (2022, April 21). TeamTNT targeting AWS, Alibaba. Retrieved August 4, 2022.", - "meta": { - "date_accessed": "2022-08-04T00:00:00Z", - "date_published": "2022-04-21T00:00:00Z", - "refs": [ - "https://blog.talosintelligence.com/teamtnt-targeting-aws-alibaba-2/" - ], - "source": "MITRE", - "title": "TeamTNT targeting AWS, Alibaba" - }, - "related": [], - "uuid": "f39b5f92-6e14-4c7f-b79d-7bade722e6d9", - "value": "Cisco Talos Intelligence Group" - }, { "description": "Darin Smith. (2022, April 21). TeamTNT targeting AWS, Alibaba. Retrieved July 8, 2022.", "meta": { @@ -51311,6 +53270,21 @@ "uuid": "acd1b4c5-da28-584e-b892-599180a8dbb0", "value": "Talos TeamTNT" }, + { + "description": "Darin Smith. (2022, April 21). TeamTNT targeting AWS, Alibaba. Retrieved August 4, 2022.", + "meta": { + "date_accessed": "2022-08-04T00:00:00Z", + "date_published": "2022-04-21T00:00:00Z", + "refs": [ + "https://blog.talosintelligence.com/teamtnt-targeting-aws-alibaba-2/" + ], + "source": "MITRE", + "title": "TeamTNT targeting AWS, Alibaba" + }, + "related": [], + "uuid": "f39b5f92-6e14-4c7f-b79d-7bade722e6d9", + "value": "Cisco Talos Intelligence Group" + }, { "description": "Cado Security. (2020, August 16). Team TNT – The First Crypto-Mining Worm to Steal AWS Credentials. Retrieved September 22, 2021.", "meta": { @@ -51446,6 +53420,22 @@ "uuid": "ec87676b-bc88-44b5-9e9a-5eb8eb39b4a1", "value": "Zscaler Pikabot May 24 2023" }, + { + "description": "Zscaler. (2022, June 13). Technical Analysis of PureCrypter | Zscaler Blog. Retrieved May 10, 2023.", + "meta": { + "date_accessed": "2023-05-10T00:00:00Z", + "date_published": "2022-06-13T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.zscaler.com/blogs/security-research/technical-analysis-purecrypter" + ], + "source": "Tidal Cyber", + "title": "Technical Analysis of PureCrypter | Zscaler Blog" + }, + "related": [], + "uuid": "5e3fa76b-0ca3-4935-830a-6ca132fa2fb4", + "value": "Technical Analysis of PureCrypter | Zscaler Blog" + }, { "description": "Crowdstrike. (2022, January 19). Technical Analysis of the WhisperGate Malicious Bootloader. Retrieved March 10, 2022.", "meta": { @@ -51627,6 +53617,22 @@ "uuid": "932897a6-0fa4-5be3-bf0b-20d6ddad238e", "value": "Sygnia Elephant Beetle Jan 2022" }, + { + "description": "Matthew Prince. (2024, February 1). Thanksgiving 2023 security incident. Retrieved February 5, 2024.", + "meta": { + "date_accessed": "2024-02-05T00:00:00Z", + "date_published": "2024-02-01T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://blog.cloudflare.com/thanksgiving-2023-security-incident" + ], + "source": "Tidal Cyber", + "title": "Thanksgiving 2023 security incident" + }, + "related": [], + "uuid": "0d183112-77d9-472f-8b0e-5724e1bb4706", + "value": "Cloudflare February 5 2024" + }, { "description": "Krebs, B. (2018, November 13). That Domain You Forgot to Renew? Yeah, it’s Now Stealing Credit Cards. Retrieved September 20, 2019.", "meta": { @@ -51878,6 +53884,22 @@ "uuid": "5f6752a7-50a9-4202-b69b-c5f9d24b86de", "value": "Medium Ali Salem Bumblebee April 2022" }, + { + "description": "Gurumoorthi Ramanathan. (2023, April 25). The Claws of Evilcode Gauntlet – XWorm RAT  . Retrieved May 10, 2023.", + "meta": { + "date_accessed": "2023-05-10T00:00:00Z", + "date_published": "2023-04-25T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.avira.com/en/blog/the-claws-of-evilcode-gauntlet-xworm-rat" + ], + "source": "Tidal Cyber", + "title": "The Claws of Evilcode Gauntlet – XWorm RAT" + }, + "related": [], + "uuid": "564931cf-a3e1-488f-bc90-be37c448f3b3", + "value": "Avira XWorm April 2023" + }, { "description": "Microsoft. (n.d.). The COM Elevation Moniker. Retrieved July 26, 2016.", "meta": { @@ -51980,6 +54002,22 @@ "uuid": "90d608b9-ddbf-5476-bce1-85e8466aca47", "value": "Invictus IR DangerDev 2024" }, + { + "description": "Www.invictus-ir.com. (2024, January 31). The curious case of DangerDev@protonmail.me. Retrieved April 17, 2024.", + "meta": { + "date_accessed": "2024-04-17T00:00:00Z", + "date_published": "2024-01-31T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.invictus-ir.com/news/the-curious-case-of-dangerdev-protonmail-me" + ], + "source": "Tidal Cyber", + "title": "The curious case of DangerDev@protonmail.me" + }, + "related": [], + "uuid": "803a084a-0468-4c43-9843-a0b5652acdba", + "value": "Www.invictus-ir.com 1 31 2024" + }, { "description": "Counter Threat Unit Research Team. (2017, July 27). The Curious Case of Mia Ash: Fake Persona Lures Middle Eastern Targets. Retrieved February 26, 2018.", "meta": { @@ -52086,6 +54124,22 @@ "uuid": "17ebabfb-6399-4b5f-8274-b34045e2d51a", "value": "Zscaler 2 12 2024" }, + { + "description": "Binary Reverse Engineering Blog. (2023, September 6). The DGA of BumbleBee. Retrieved February 19, 2024.", + "meta": { + "date_accessed": "2024-02-19T00:00:00Z", + "date_published": "2023-09-06T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://bin.re/blog/the-dga-of-bumblebee/" + ], + "source": "Tidal Cyber", + "title": "The DGA of BumbleBee" + }, + "related": [], + "uuid": "8cc9f506-65ce-4adb-aa79-c6cea1efb99b", + "value": "Binary Reverse Engineering Blog 9 6 2023" + }, { "description": "Kaspersky Lab's Global Research & Analysis Team. (2016, July 8). The Dropping Elephant – aggressive cyber-espionage in the Asian region. Retrieved August 3, 2016.", "meta": { @@ -52372,6 +54426,22 @@ "uuid": "5731d7e4-dd19-4d08-b493-7b1a467599d3", "value": "Proofpoint TA416 Europe March 2022" }, + { + "description": "Tony Lambert, Lauren Podber. (2023, April 28). The Goot cause: Detecting Gootloader and its follow-on activity. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2023-04-28T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://redcanary.com/blog/gootloader/" + ], + "source": "Tidal Cyber", + "title": "The Goot cause: Detecting Gootloader and its follow-on activity" + }, + "related": [], + "uuid": "658e3a1a-2f68-4e84-8dab-43e48766703e", + "value": "Red Canary Gootloader April 2023" + }, { "description": "Falcone, R., et al. (2018, August 02). The Gorgon Group: Slithering Between Nation State and Cybercrime. Retrieved August 7, 2018.", "meta": { @@ -53684,6 +55754,22 @@ "uuid": "82d41fd8-495d-41b6-b908-6ada5764c94d", "value": "Code Injection on Linux and macOS" }, + { + "description": "Ian Kenefick, Junestherry Dela Cruz, Peter Girnus. (2024, February 27). Threat Actor Groups, Including Black Basta, are Exploiting Recent ScreenConnect Vulnerabilities. Retrieved February 28, 2024.", + "meta": { + "date_accessed": "2024-02-28T00:00:00Z", + "date_published": "2024-02-27T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.trendmicro.com/en_us/research/24/b/threat-actor-groups-including-black-basta-are-exploiting-recent-.html" + ], + "source": "Tidal Cyber", + "title": "Threat Actor Groups, Including Black Basta, are Exploiting Recent ScreenConnect Vulnerabilities" + }, + "related": [], + "uuid": "186dff50-f68a-4a5a-aa55-8ffbd89859c8", + "value": "TrendMicros ScreenConnect February 27 2024" + }, { "description": "Kizhakkinan, D., et al. (2016, May 11). Threat Actor Leverages Windows Zero-day Exploit in Payment Card Data Attacks. Retrieved February 12, 2018.", "meta": { @@ -53729,6 +55815,22 @@ "uuid": "c1fff36f-802b-4436-abce-7f2787c148db", "value": "Proofpoint TA505 Sep 2017" }, + { + "description": "Cybleinc. (2023, April 26). Threat Actor Selling New Atomic macOS (AMOS) Stealer on Telegram. Retrieved January 1, 2024.", + "meta": { + "date_accessed": "2024-01-01T00:00:00Z", + "date_published": "2023-04-26T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://cyble.com/blog/threat-actor-selling-new-atomic-macos-amos-stealer-on-telegram/" + ], + "source": "Tidal Cyber", + "title": "Threat Actor Selling New Atomic macOS (AMOS) Stealer on Telegram" + }, + "related": [], + "uuid": "cdef460c-a2e0-4a44-83fe-1cf1adc3ebf1", + "value": "Cyble 4 26 2023" + }, { "description": "Cybersecurity and Infrastructure Security Agency. (2023, July 20). Threat Actors Exploiting Citrix CVE-2023-3519 to Implant Webshells. Retrieved July 24, 2023.", "meta": { @@ -53777,6 +55879,22 @@ "uuid": "a501b21d-916d-454e-b5a0-c3d3bdb4e45c", "value": "U.S. CISA Ivanti Exploits February 2024" }, + { + "description": "Microsoft Threat Intelligence. (2024, May 15). Threat actors misusing Quick Assist in social engineering attacks leading to ransomware . Retrieved May 16, 2024.", + "meta": { + "date_accessed": "2024-05-16T00:00:00Z", + "date_published": "2024-05-15T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.microsoft.com/en-us/security/blog/2024/05/15/threat-actors-misusing-quick-assist-in-social-engineering-attacks-leading-to-ransomware/" + ], + "source": "Tidal Cyber", + "title": "Threat actors misusing Quick Assist in social engineering attacks leading to ransomware" + }, + "related": [], + "uuid": "0876de6e-ea0c-4717-89a4-9c7baed53b6f", + "value": "Microsoft Security Blog 5 15 2024" + }, { "description": "Atlas Cybersecurity. (2021, April 19). Threat Actors use Search-Engine-Optimization Tactics to Redirect Traffic and Install Malware. Retrieved September 30, 2022.", "meta": { @@ -54017,6 +56135,22 @@ "uuid": "8670f4ee-7491-4c37-9832-99d6f8f54ba8", "value": "McAfee APT28 DDE1 Nov 2017" }, + { + "description": "Amer Elsad; Kristopher Russo; Austin Dever. (2023, September 15). Threat Group Assessment Muddled Libra (Updated). Retrieved January 1, 2024.", + "meta": { + "date_accessed": "2024-01-01T00:00:00Z", + "date_published": "2023-09-15T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://unit42.paloaltonetworks.com/muddled-libra/" + ], + "source": "Tidal Cyber", + "title": "Threat Group Assessment Muddled Libra (Updated)" + }, + "related": [], + "uuid": "5e9842ae-180f-4645-a5f5-5ddfb8b2d810", + "value": "Unit 42 9 15 2023" + }, { "description": "Gahlot, A. (n.d.). Threat Hunting for Avaddon Ransomware. Retrieved August 19, 2021.", "meta": { @@ -54031,20 +56165,6 @@ "uuid": "c113cde7-5dd5-45e9-af16-3ab6ed0b1728", "value": "Awake Security Avaddon" }, - { - "description": "Gary Golomb and Tory Kei. (n.d.). Threat Hunting Series: Detecting Command & Control in the Cloud. Retrieved May 27, 2022.", - "meta": { - "date_accessed": "2022-05-27T00:00:00Z", - "refs": [ - "https://awakesecurity.com/blog/threat-hunting-series-detecting-command-control-in-the-cloud/" - ], - "source": "MITRE", - "title": "Threat Hunting Series: Detecting Command & Control in the Cloud" - }, - "related": [], - "uuid": "fa3762ce-3e60-4991-b464-12601d2a6912", - "value": "Awake Security C2 Cloud" - }, { "description": "Gary Golomb. (n.d.). Threat Hunting Series: Detecting Command & Control in the Cloud. Retrieved July 8, 2022.", "meta": { @@ -54059,6 +56179,20 @@ "uuid": "b12e0288-48cd-46ec-8305-0f4d050782f2", "value": "Detecting Command & Control in the Cloud" }, + { + "description": "Gary Golomb and Tory Kei. (n.d.). Threat Hunting Series: Detecting Command & Control in the Cloud. Retrieved May 27, 2022.", + "meta": { + "date_accessed": "2022-05-27T00:00:00Z", + "refs": [ + "https://awakesecurity.com/blog/threat-hunting-series-detecting-command-control-in-the-cloud/" + ], + "source": "MITRE", + "title": "Threat Hunting Series: Detecting Command & Control in the Cloud" + }, + "related": [], + "uuid": "fa3762ce-3e60-4991-b464-12601d2a6912", + "value": "Awake Security C2 Cloud" + }, { "description": "Weizman, Y. (2020, April 2). Threat Matrix for Kubernetes. Retrieved March 30, 2021.", "meta": { @@ -54284,6 +56418,22 @@ "uuid": "1be27354-1326-4568-b26a-d0034acecba2", "value": "Ossmann Star Feb 2011" }, + { + "description": "Trend Micro. (2022, April 5). Thwarting Loaders: From SocGholish to BLISTER’s LockBit Payload. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2022-04-05T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.trendmicro.com/de_de/research/22/d/Thwarting-Loaders-From-SocGholish-to-BLISTERs-LockBit-Payload.html" + ], + "source": "Tidal Cyber", + "title": "Thwarting Loaders: From SocGholish to BLISTER’s LockBit Payload" + }, + "related": [], + "uuid": "c049ac17-1fa9-42ff-9220-1ed40890dc77", + "value": "Trend Micro April 05 2022" + }, { "description": "DiMaggio, J. (2016, April 28). Tick cyberespionage group zeros in on Japan. Retrieved July 16, 2018.", "meta": { @@ -54581,6 +56731,22 @@ "uuid": "d6b52135-6bb2-4e37-8f94-1e1d6354bdfd", "value": "Trend Micro TeamTNT" }, + { + "description": "David Bradbury. (2023, October 20). Tracking Unauthorized Access to Okta's Support System. Retrieved December 19, 2023.", + "meta": { + "date_accessed": "2023-12-19T00:00:00Z", + "date_published": "2023-10-20T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://sec.okta.com/articles/2023/10/tracking-unauthorized-access-oktas-support-system" + ], + "source": "Tidal Cyber", + "title": "Tracking Unauthorized Access to Okta's Support System" + }, + "related": [], + "uuid": "14855034-494e-477d-8c91-fc534fd7790d", + "value": "Okta HAR Files Incident Notice" + }, { "description": "Karim, T. (2018, August). TRAILS OF WINDSHIFT. Retrieved June 25, 2020.", "meta": { @@ -54700,21 +56866,6 @@ "uuid": "9bdda422-dbf7-4b70-a7b1-9e3ad658c239", "value": "tt_httrack_fake_domains" }, - { - "description": "Dedola, G. (2020, August 20). Transparent Tribe: Evolution analysis, part 1. Retrieved September 2, 2021.", - "meta": { - "date_accessed": "2021-09-02T00:00:00Z", - "date_published": "2020-08-20T00:00:00Z", - "refs": [ - "https://securelist.com/transparent-tribe-part-1/98127/" - ], - "source": "MITRE, Tidal Cyber", - "title": "Transparent Tribe: Evolution analysis, part 1" - }, - "related": [], - "uuid": "42c7faa2-f664-4e4a-9d23-93c88a09da5b", - "value": "Kaspersky Transparent Tribe August 2020" - }, { "description": "Dedola, G. (2020, August 20). Transparent Tribe: Evolution analysis, part 1. Retrieved April 1, 2021.", "meta": { @@ -54730,6 +56881,21 @@ "uuid": "0db470b1-ab22-4b67-a858-472e4de7c6f0", "value": "Securelist Trasparent Tribe 2020" }, + { + "description": "Dedola, G. (2020, August 20). Transparent Tribe: Evolution analysis, part 1. Retrieved September 2, 2021.", + "meta": { + "date_accessed": "2021-09-02T00:00:00Z", + "date_published": "2020-08-20T00:00:00Z", + "refs": [ + "https://securelist.com/transparent-tribe-part-1/98127/" + ], + "source": "MITRE, Tidal Cyber", + "title": "Transparent Tribe: Evolution analysis, part 1" + }, + "related": [], + "uuid": "42c7faa2-f664-4e4a-9d23-93c88a09da5b", + "value": "Kaspersky Transparent Tribe August 2020" + }, { "description": "Microsoft. (2016, June 1). Transport agents. Retrieved June 24, 2019.", "meta": { @@ -54849,6 +57015,21 @@ "uuid": "5590bb5c-d9d1-480c-bb69-1944c1cf2431", "value": "Mandiant APT29 Trello" }, + { + "description": "Mandiant. (n.d.). Trending Evil Q1 2022. Retrieved May 18, 2023.", + "meta": { + "date_accessed": "2023-05-18T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://experience.mandiant.com/trending-evil/p/1" + ], + "source": "Tidal Cyber", + "title": "Trending Evil Q1 2022" + }, + "related": [], + "uuid": "5643a6d5-a660-4416-a4d9-6fd4d0da74ef", + "value": "Mandiant Trending Evil Q1 2022" + }, { "description": "Trend Micro. (n.d.). Retrieved February 16, 2024.", "meta": { @@ -55614,6 +57795,22 @@ "uuid": "43773784-92b8-4722-806c-4b1fc4278bb0", "value": "Invincea XTunnel" }, + { + "description": "Jan reilink. (2015, April 28). Tunnel RDP through SSH & PuTTY. Retrieved May 25, 2023.", + "meta": { + "date_accessed": "2023-05-25T00:00:00Z", + "date_published": "2015-04-28T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.saotn.org/tunnel-rdp-through-ssh/" + ], + "source": "Tidal Cyber", + "title": "Tunnel RDP through SSH & PuTTY" + }, + "related": [], + "uuid": "4fc8c559-c2a1-4834-914f-c66621b117c3", + "value": "Sysadmins of the North April 28 2015" + }, { "description": "Fidelis Threat Research Team. (2016, May 2). Turbo Twist: Two 64-bit Derusbi Strains Converge. Retrieved August 16, 2018.", "meta": { @@ -56062,6 +58259,22 @@ "uuid": "a2fa7fb8-ddba-44cf-878f-448fb2aa6149", "value": "GitHub Ultimate AppLocker Bypass List" }, + { + "description": "David Bradbury. (2023, November 3). Unauthorized Access to Okta's Support Case Management System: Root Cause and Remediation. Retrieved December 19, 2023.", + "meta": { + "date_accessed": "2023-12-19T00:00:00Z", + "date_published": "2023-11-03T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://sec.okta.com/articles/2023/11/unauthorized-access-oktas-support-case-management-system-root-cause" + ], + "source": "Tidal Cyber", + "title": "Unauthorized Access to Okta's Support Case Management System: Root Cause and Remediation" + }, + "related": [], + "uuid": "742d095c-9bd1-4f4a-8bc6-16db6d15a9f4", + "value": "Okta HAR Files RCA" + }, { "description": "UCF. (n.d.). Unauthorized accounts must not have the Create symbolic links user right.. Retrieved December 18, 2017.", "meta": { @@ -56106,6 +58319,38 @@ "uuid": "452ca091-42b1-5bef-8a01-921c1f46bbee", "value": "Mandiant APT29 Eye Spy Email Nov 22" }, + { + "description": "Mandiant. (2024, June 10). UNC5537 Targets Snowflake Customer Instances for Data Theft and Extortion . Retrieved June 13, 2024.", + "meta": { + "date_accessed": "2024-06-13T00:00:00Z", + "date_published": "2024-06-10T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://cloud.google.com/blog/topics/threat-intelligence/unc5537-snowflake-data-theft-extortion" + ], + "source": "Tidal Cyber", + "title": "UNC5537 Targets Snowflake Customer Instances for Data Theft and Extortion" + }, + "related": [], + "uuid": "0afe3662-b55c-4189-9c9a-2be55a9b6a70", + "value": "Google Cloud June 10 2024" + }, + { + "description": "Ryan Tomcik, Rufus Brown, Josh Fleischer. (2023, March 23). UNC961 in the Multiverse of Mandiant: Three Encounters with a Financially Motivated Threat Actor. Retrieved November 1, 2023.", + "meta": { + "date_accessed": "2023-11-01T00:00:00Z", + "date_published": "2023-03-23T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.mandiant.com/resources/blog/unc961-multiverse-financially-motivated" + ], + "source": "Tidal Cyber", + "title": "UNC961 in the Multiverse of Mandiant: Three Encounters with a Financially Motivated Threat Actor" + }, + "related": [], + "uuid": "cef19ceb-179f-4d49-acba-5ce40ab9f65e", + "value": "Mandiant UNC961 March 23 2023" + }, { "description": "Lunghi, D. et al. (2020, February). Uncovering DRBControl. Retrieved November 12, 2021.", "meta": { @@ -56166,6 +58411,38 @@ "uuid": "f63b099d-a316-42a1-b1ce-17f11d0f3d2e", "value": "Juniper DAI 2020" }, + { + "description": "Emre Güler Threat Researcher. (2023, September 1). Understanding BumbleBee Loader The Delivery. Retrieved February 19, 2024.", + "meta": { + "date_accessed": "2024-02-19T00:00:00Z", + "date_published": "2023-09-01T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.vmray.com/cyber-security-blog/understanding-bumblebee-loader-the-delivery/" + ], + "source": "Tidal Cyber", + "title": "Understanding BumbleBee Loader The Delivery" + }, + "related": [], + "uuid": "ce1bddab-f63b-400f-ba49-0a06c4f5066a", + "value": "Understanding BumbleBee Loader The Delivery - VMRay 9 1 2023" + }, + { + "description": "Emre Güler Threat Researcher. (2023, September 1). Understanding BumbleBee The malicious behavior. Retrieved February 19, 2024.", + "meta": { + "date_accessed": "2024-02-19T00:00:00Z", + "date_published": "2023-09-01T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.vmray.com/cyber-security-blog/understanding-bumblebee-the-malicious-behavior/" + ], + "source": "Tidal Cyber", + "title": "Understanding BumbleBee The malicious behavior" + }, + "related": [], + "uuid": "b0bedc26-d075-448e-9adc-741c047a851c", + "value": "Understanding BumbleBee The malicious behavior - VMRay 9 1 2023" + }, { "description": "Google Cloud. (2022, March 31). Understanding policies. Retrieved April 1, 2022.", "meta": { @@ -56225,6 +58502,22 @@ "uuid": "84eb3d8a-f6b1-4bb5-9411-2c8da29b5946", "value": "Auth0 Understanding Refresh Tokens" }, + { + "description": "Team Huntress. (2024, February 19). Understanding the ConnectWise ScreenConnect CVE-2024-1709 & CVE-2024-1708 . Retrieved February 22, 2024.", + "meta": { + "date_accessed": "2024-02-22T00:00:00Z", + "date_published": "2024-02-19T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.huntress.com/blog/a-catastrophe-for-control-understanding-the-screenconnect-authentication-bypass" + ], + "source": "Tidal Cyber", + "title": "Understanding the ConnectWise ScreenConnect CVE-2024-1709 & CVE-2024-1708" + }, + "related": [], + "uuid": "8d08b5e2-13ed-4283-8bd2-f3d9a5d02bc5", + "value": "Huntress ScreenConnect 2 19 2024" + }, { "description": "baeldung. (2022, April 8). Understanding the Linux /proc/id/maps File. Retrieved March 31, 2023.", "meta": { @@ -56408,6 +58701,22 @@ "uuid": "b251ed65-a145-4053-9dc2-bf0dad83d76c", "value": "Adsecurity Mimikatz Guide" }, + { + "description": "Mov Eax. (2023, July 23). Unpacking Emotet Trojan. Retrieved February 27, 2024.", + "meta": { + "date_accessed": "2024-02-27T00:00:00Z", + "date_published": "2023-07-23T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://infosecwriteups.com/unpacking-emotet-trojan-dac7e6119a0a" + ], + "source": "Tidal Cyber", + "title": "Unpacking Emotet Trojan" + }, + "related": [], + "uuid": "684835bb-7d67-440d-82c2-5f98c3e29341", + "value": "InfoSec Write-ups 7 23 2023" + }, { "description": "Cybleinc. (2023, May 10). Unraveling Akira Ransomware. Retrieved February 27, 2024.", "meta": { @@ -56545,6 +58854,22 @@ "uuid": "df4b99f3-1796-57b3-a352-37be5380badc", "value": "Orange Residential Proxies" }, + { + "description": "The DFIR Report. (2023, January 9). Unwrapping Ursnifs Gifts. Retrieved May 10, 2023.", + "meta": { + "date_accessed": "2023-05-10T00:00:00Z", + "date_published": "2023-01-09T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://thedfirreport.com/2023/01/09/unwrapping-ursnifs-gifts/" + ], + "source": "Tidal Cyber", + "title": "Unwrapping Ursnifs Gifts" + }, + "related": [], + "uuid": "0c017bf7-0ec7-4e45-8c20-7db284c4a51e", + "value": "The DFIR Report Ursnif January 2023" + }, { "description": "Rapid7. (2013, August 26). Upcoming G20 Summit Fuels Espionage Operations. Retrieved March 6, 2017.", "meta": { @@ -56757,6 +59082,22 @@ "uuid": "d02287df-9d93-4cbe-8e59-8f4ef3debc65", "value": "TrendMicro Ursnif Mar 2015" }, + { + "description": "Proofpoint. (2016, August 29). Ursnif Variant Dreambot Adds Tor Functionality | Proofpoint. Retrieved May 11, 2023.", + "meta": { + "date_accessed": "2023-05-11T00:00:00Z", + "date_published": "2016-08-29T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.proofpoint.com/us/threat-insight/post/ursnif-variant-dreambot-adds-tor-functionality" + ], + "source": "Tidal Cyber", + "title": "Ursnif Variant Dreambot Adds Tor Functionality | Proofpoint" + }, + "related": [], + "uuid": "f05ecd1b-7844-4920-8c3a-0b30ff126ac9", + "value": "Proofpoint August 29 2016" + }, { "description": "US Coast Guard Cyber Command. (2022, August 17). US Coast Guard Cyber Command Maritime Cyber Alert 03-22. Retrieved October 9, 2023.", "meta": { @@ -57255,21 +59596,6 @@ "uuid": "32a30a3f-3ed1-4def-86b1-f40bbffa1cc5", "value": "Microsoft SMB Packet Signing" }, - { - "description": "Microsoft. (2012, June 27). Using Software Restriction Policies and AppLocker Policies. Retrieved April 7, 2016.", - "meta": { - "date_accessed": "2016-04-07T00:00:00Z", - "date_published": "2012-06-27T00:00:00Z", - "refs": [ - "https://technet.microsoft.com/en-us/library/ee791851.aspx" - ], - "source": "MITRE", - "title": "Using Software Restriction Policies and AppLocker Policies" - }, - "related": [], - "uuid": "84e1c53f-e858-4106-9c14-1b536d5b56f9", - "value": "TechNet Applocker vs SRP" - }, { "description": "Microsoft. (2012, June 27). Using Software Restriction Policies and AppLocker Policies. Retrieved April 7, 2016.", "meta": { @@ -57285,6 +59611,21 @@ "uuid": "774e6598-0926-4adb-890f-00824de07ae0", "value": "Microsoft Using Software Restriction" }, + { + "description": "Microsoft. (2012, June 27). Using Software Restriction Policies and AppLocker Policies. Retrieved April 7, 2016.", + "meta": { + "date_accessed": "2016-04-07T00:00:00Z", + "date_published": "2012-06-27T00:00:00Z", + "refs": [ + "https://technet.microsoft.com/en-us/library/ee791851.aspx" + ], + "source": "MITRE", + "title": "Using Software Restriction Policies and AppLocker Policies" + }, + "related": [], + "uuid": "84e1c53f-e858-4106-9c14-1b536d5b56f9", + "value": "TechNet Applocker vs SRP" + }, { "description": "Jan Schaumann. (2015, November 5). Using the OS X Keychain to store and retrieve passwords. Retrieved March 31, 2022.", "meta": { @@ -57434,6 +59775,22 @@ "uuid": "722755a8-305f-4e37-8278-afb360836bec", "value": "Veil_Ref" }, + { + "description": "Health Sector Cybersecurity Coordination Center (HC3). (2022, November 9). Venus Ransomware Targets Publicly Exposed Remote Desktop Services. Retrieved May 19, 2023.", + "meta": { + "date_accessed": "2023-05-19T00:00:00Z", + "date_published": "2022-11-09T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.hhs.gov/sites/default/files/venus-ransomware-analyst-note.pdf" + ], + "source": "Tidal Cyber", + "title": "Venus Ransomware Targets Publicly Exposed Remote Desktop Services" + }, + "related": [], + "uuid": "bd6e6a59-3a73-48f6-84cd-e7c027c8671f", + "value": "HC3 Analyst Note Venus Ransomware November 2022" + }, { "description": "LOLBAS. (n.d.). Verclsid.exe. Retrieved August 10, 2020.", "meta": { @@ -57863,6 +60220,22 @@ "uuid": "90a5ab3c-c2a8-4b02-9bd7-628672907737", "value": "Offensive Security VNC Authentication Check" }, + { + "description": "Feike Hacquebord, Stephen Hilt, Fernando Merces, Lord Alfred Remorin. (2023, May 30). Void Rabisu’s Use of RomCom Backdoor Shows a Growing Shift in Threat Actors’ Goals. Retrieved June 4, 2023.", + "meta": { + "date_accessed": "2023-06-04T00:00:00Z", + "date_published": "2023-05-30T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.trendmicro.com/en_us/research/23/e/void-rabisu-s-use-of-romcom-backdoor-shows-a-growing-shift-in-th.html" + ], + "source": "Tidal Cyber", + "title": "Void Rabisu’s Use of RomCom Backdoor Shows a Growing Shift in Threat Actors’ Goals" + }, + "related": [], + "uuid": "5fd628ca-f366-4f0d-b493-8be19fa4dd4e", + "value": "Trend Micro Void Rabisu May 30 2023" + }, { "description": "Threat Intelligence and Research. (2015, March 30). VOLATILE CEDAR. Retrieved February 8, 2021.", "meta": { @@ -57893,6 +60266,22 @@ "uuid": "8b74f0b7-9719-598c-b3ee-61d734393e6f", "value": "Microsoft Volt Typhoon May 2023" }, + { + "description": "Microsoft Threat Intelligence. (2023, May 24). Volt Typhoon targets US critical infrastructure with living-off-the-land techniques. Retrieved May 25, 2023.", + "meta": { + "date_accessed": "2023-05-25T00:00:00Z", + "date_published": "2023-05-24T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.microsoft.com/en-us/security/blog/2023/05/24/volt-typhoon-targets-us-critical-infrastructure-with-living-off-the-land-techniques/" + ], + "source": "Tidal Cyber", + "title": "Volt Typhoon targets US critical infrastructure with living-off-the-land techniques" + }, + "related": [], + "uuid": "2e94c44a-d2a7-4e56-ac8a-df315fc14ec1", + "value": "Microsoft Volt Typhoon May 24 2023" + }, { "description": "LOLBAS. (2023, July 12). VSDiagnostics.exe. Retrieved December 4, 2023.", "meta": { @@ -57989,21 +60378,6 @@ "uuid": "70c168a0-9ddf-408d-ba29-885c0c5c936a", "value": "vstest.console.exe - LOLBAS Project" }, - { - "description": "Kanthak, S.. (2016, July 20). Vulnerability and Exploit Detector. Retrieved February 3, 2017.", - "meta": { - "date_accessed": "2017-02-03T00:00:00Z", - "date_published": "2016-07-20T00:00:00Z", - "refs": [ - "https://skanthak.homepage.t-online.de/sentinel.html" - ], - "source": "MITRE", - "title": "Vulnerability and Exploit Detector" - }, - "related": [], - "uuid": "d63d6e14-8fe7-4893-a42f-3752eaec8770", - "value": "Vulnerability and Exploit Detector" - }, { "description": "Kanthak, S. (2016, July 20). Vulnerability and Exploit Detector. Retrieved February 3, 2017.", "meta": { @@ -58019,6 +60393,21 @@ "uuid": "94f99326-1512-47ca-8c99-9b382e4d0261", "value": "Kanthak Sentinel" }, + { + "description": "Kanthak, S.. (2016, July 20). Vulnerability and Exploit Detector. Retrieved February 3, 2017.", + "meta": { + "date_accessed": "2017-02-03T00:00:00Z", + "date_published": "2016-07-20T00:00:00Z", + "refs": [ + "https://skanthak.homepage.t-online.de/sentinel.html" + ], + "source": "MITRE", + "title": "Vulnerability and Exploit Detector" + }, + "related": [], + "uuid": "d63d6e14-8fe7-4893-a42f-3752eaec8770", + "value": "Vulnerability and Exploit Detector" + }, { "description": "CertiK. (2020, June 30). Vulnerability in Electron-based Application: Unintentionally Giving Malicious Code Room to Run. Retrieved March 7, 2024.", "meta": { @@ -58921,6 +61310,36 @@ "uuid": "fedb345f-b5a7-40cd-98c7-6b14bab95ed9", "value": "Microsoft - Azure AD Federation" }, + { + "description": "www.blackberry.com. (n.d.). What Is FormBook Malware?. Retrieved May 18, 2023.", + "meta": { + "date_accessed": "2023-05-18T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.blackberry.com/us/en/solutions/endpoint-security/ransomware-protection/formbook" + ], + "source": "Tidal Cyber", + "title": "What Is FormBook Malware?" + }, + "related": [], + "uuid": "d1f57ed6-8f44-46cc-afb7-53d9543f68ed", + "value": "What Is FormBook Malware?" + }, + { + "description": "Check Point Software. (n.d.). What is FormBook Malware? - Check Point Software. Retrieved May 18, 2023.", + "meta": { + "date_accessed": "2023-05-18T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.checkpoint.com/cyber-hub/threat-prevention/what-is-malware/what-is-formbook-malware/" + ], + "source": "Tidal Cyber", + "title": "What is FormBook Malware? - Check Point Software" + }, + "related": [], + "uuid": "c7670c6d-014b-4937-ac0f-9f2aec60e2d8", + "value": "What is FormBook Malware? - Check Point Software" + }, { "description": "grsecurity. (2017, December 12). What is grsecurity?. Retrieved December 20, 2017.", "meta": { @@ -58978,7 +61397,7 @@ }, "related": [], "uuid": "b4727044-51bb-43b3-afdb-515bb4bb0f7e", - "value": "Microsoft NET" + "value": "Microsoft NET - Duplicate" }, { "description": "Ciarniello, A. (2019, September 24). What is Pastebin and Why Do Hackers Love It?. Retrieved April 11, 2023.", @@ -59112,6 +61531,22 @@ "uuid": "4459076e-7c79-4855-9091-5aabd274f586", "value": "taxonomy_downgrade_att_tls" }, + { + "description": "Jakub Kaloč. (2023, July 6). What’s up with Emotet?. Retrieved February 27, 2024.", + "meta": { + "date_accessed": "2024-02-27T00:00:00Z", + "date_published": "2023-07-06T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.welivesecurity.com/2023/07/06/whats-up-with-emotet/" + ], + "source": "Tidal Cyber", + "title": "What’s up with Emotet?" + }, + "related": [], + "uuid": "d351b4a1-72b8-488d-a926-176c77ee9d1c", + "value": "ESET Emotet July 6 2023" + }, { "description": "Harbour, N. (2011, June 3). What the fxsst?. Retrieved November 17, 2020.", "meta": { @@ -59968,21 +62403,6 @@ "uuid": "20ec94d1-4a5c-43f5-bb65-f3ea965d2b6e", "value": "TechNet PowerShell" }, - { - "description": "McFarland, R. (2018, January 26). Windows Privilege Escalation Guide. Retrieved August 10, 2018.", - "meta": { - "date_accessed": "2018-08-10T00:00:00Z", - "date_published": "2018-01-26T00:00:00Z", - "refs": [ - "https://www.sploitspren.com/2018-01-26-Windows-Privilege-Escalation-Guide/" - ], - "source": "MITRE", - "title": "Windows Privilege Escalation Guide" - }, - "related": [], - "uuid": "c52945dc-eb20-4e69-8f8e-a262f33c244c", - "value": "SploitSpren Windows Priv Jan 2018" - }, { "description": "absolomb. (2018, January 26). Windows Privilege Escalation Guide. Retrieved August 10, 2018.", "meta": { @@ -59998,6 +62418,21 @@ "uuid": "185154f2-5f2e-48bf-b609-991e9d6a037b", "value": "Windows Privilege Escalation Guide" }, + { + "description": "McFarland, R. (2018, January 26). Windows Privilege Escalation Guide. Retrieved August 10, 2018.", + "meta": { + "date_accessed": "2018-08-10T00:00:00Z", + "date_published": "2018-01-26T00:00:00Z", + "refs": [ + "https://www.sploitspren.com/2018-01-26-Windows-Privilege-Escalation-Guide/" + ], + "source": "MITRE", + "title": "Windows Privilege Escalation Guide" + }, + "related": [], + "uuid": "c52945dc-eb20-4e69-8f8e-a262f33c244c", + "value": "SploitSpren Windows Priv Jan 2018" + }, { "description": "HackHappy. (2018, April 23). Windows Privilege Escalation – Unquoted Services. Retrieved August 10, 2018.", "meta": { @@ -60972,6 +63407,38 @@ "uuid": "b2900049-444a-4fe5-af1f-b9cd2cd9491c", "value": "gist Arch package compromise 10JUL2018" }, + { + "description": "Cybleinc. (2022, July 1). Xloader Returns with New Infection Technique. Retrieved May 7, 2023.", + "meta": { + "date_accessed": "2023-05-07T00:00:00Z", + "date_published": "2022-07-01T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://blog.cyble.com/2022/07/01/xloader-returns-with-new-infection-technique/" + ], + "source": "Tidal Cyber", + "title": "Xloader Returns with New Infection Technique" + }, + "related": [], + "uuid": "1b0e143a-3c5d-4445-9a99-8e42815130ac", + "value": "Cyble July 01 2022" + }, + { + "description": "Dinesh Devadoss; Phil Stokes. (2023, August 21). XLoader's Latest Trick . Retrieved January 1, 2024.", + "meta": { + "date_accessed": "2024-01-01T00:00:00Z", + "date_published": "2023-08-21T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.sentinelone.com/blog/xloaders-latest-trick-new-macos-variant-disguised-as-signed-officenote-app/" + ], + "source": "Tidal Cyber", + "title": "XLoader's Latest Trick" + }, + "related": [], + "uuid": "fc9b3eac-a638-4b84-92ae-591bc16a845e", + "value": "SentinelOne 8 21 2023" + }, { "description": "Remillano II, A., et al. (2020, June 20). XORDDoS, Kaiji Variants Target Exposed Docker Servers. Retrieved April 5, 2021.", "meta": { @@ -61047,6 +63514,22 @@ "uuid": "615d7744-327e-4f14-bce0-a16c352e7486", "value": "Linux kernel Yama" }, + { + "description": "RED CANARY INTELLIGENCE. (2022, June 7). Yellow Cockatoo: Search engine redirects, in-memory remote access trojan, and more. Retrieved May 10, 2023.", + "meta": { + "date_accessed": "2023-05-10T00:00:00Z", + "date_published": "2022-06-07T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://redcanary.com/blog/yellow-cockatoo/" + ], + "source": "Tidal Cyber", + "title": "Yellow Cockatoo: Search engine redirects, in-memory remote access trojan, and more" + }, + "related": [], + "uuid": "f97537c2-f080-4438-8728-4d2a91388132", + "value": "Red Canary Yellow Cockatoo June 2022" + }, { "description": "PwC Threat Intelligence. (2023, October 25). Yellow Liderc ships its scripts and delivers IMAPLoader malware. Retrieved March 29, 2024.", "meta": { @@ -61062,6 +63545,22 @@ "uuid": "b6544ea7-befa-53ae-95fa-5c227c848c46", "value": "PwC Yellow Liderc" }, + { + "description": "PwC Threat Intelligence. (2023, October 25). Yellow Liderc ships its scripts and delivers IMAPLoader malware. Retrieved October 25, 2023.", + "meta": { + "date_accessed": "2023-10-25T00:00:00Z", + "date_published": "2023-10-25T00:00:00Z", + "owner": "TidalCyberIan", + "refs": [ + "https://www.pwc.com/gx/en/issues/cybersecurity/cyber-threat-intelligence/yellow-liderc-ships-its-scripts-delivers-imaploader-malware.html" + ], + "source": "Tidal Cyber", + "title": "Yellow Liderc ships its scripts and delivers IMAPLoader malware" + }, + "related": [], + "uuid": "cbeaf9b5-865f-44a1-a913-9eec28d7a5ff", + "value": "PwC Yellow Liderc October 25 2023" + }, { "description": "Douglas Bienstock. (2022, August 18). You Can’t Audit Me: APT29 Continues Targeting Microsoft 365. Retrieved February 23, 2023.", "meta": { @@ -61272,5 +63771,5 @@ "value": "Sysdig Kinsing November 2020" } ], - "version": 1 + "version": 2 } diff --git a/clusters/tidal-software.json b/clusters/tidal-software.json index 5300386..d27482d 100644 --- a/clusters/tidal-software.json +++ b/clusters/tidal-software.json @@ -96,11 +96,52 @@ { "dest-uuid": "33159d02-a1ce-49ec-a381-60b069db66f7", "type": "used-by" + }, + { + "dest-uuid": "e47b2958-b7c4-4fe1-a006-03137db91963", + "type": "used-by" + }, + { + "dest-uuid": "b07431f8-fcf0-4204-8e7c-138eb5cd5342", + "type": "used-by" + }, + { + "dest-uuid": "fac6fbf1-935f-4106-ad8b-c8fd8389dd38", + "type": "used-by" } ], "uuid": "4665e52b-3c5c-4a7f-9432-c89ef26f2c93", "value": "7-Zip" }, + { + "description": "The 8Base ransomware operation began claiming significant numbers of victims on its data leak site in June 2023, including organizations in a range of sectors. Researchers have observed considerable similarities between aspects of 8Base's operations and those of other ransomware groups, leading them to suspect that 8Base may be an evolution or offshoot of existing operations. The language in 8Base's ransom notes is similar to the language seen in RansomHouse's notes, and there is strong overlap between the code of Phobos ransomware and 8Base.[[VMWare 8Base June 28 2023](/references/573e9520-6181-4535-9ed3-2338688a8e9f)][[Acronis 8Base July 17 2023](/references/c9822477-1578-4068-9882-41e4d6eaee3f)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5299", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "562e535e-19f5-4d6c-81ed-ce2aec544f09", + "5e7433ad-a894-4489-93bc-41e90da90019", + "7e7b0c67-bb85-4996-a289-da0e792d7172", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "00b45c13-d165-44d0-ad6b-99787d2a7ce3", + "type": "used-by" + } + ], + "uuid": "88a5435f-5586-4cb4-a9c0-1961ee060a67", + "value": "8Base Ransomware" + }, { "description": "[AADInternals](https://app.tidalcyber.com/software/3d33fbf5-c21e-4587-ba31-9aeec3cc10c0) is a PowerShell-based framework for administering, enumerating, and exploiting Azure Active Directory. The tool is publicly available on GitHub.[[AADInternals Github](https://app.tidalcyber.com/references/643d3947-c0ec-47c4-bb58-5e546084433c)][[AADInternals Documentation](https://app.tidalcyber.com/references/320231a1-4dbe-4eaa-b14d-48de738ba697)]", "meta": { @@ -355,6 +396,10 @@ "dest-uuid": "6eb50f82-86cc-4eff-b1d1-66e1c6fd74f3", "type": "used-by" }, + { + "dest-uuid": "b07431f8-fcf0-4204-8e7c-138eb5cd5342", + "type": "used-by" + }, { "dest-uuid": "b3220638-6682-4a4e-ab64-e7dc4202a3f1", "type": "used-by" @@ -740,6 +785,8 @@ "software_attack_id": "S1025", "source": "MITRE", "tags": [ + "fa84181d-fd9a-4c7b-8e18-e47011993b5e", + "263adb48-051c-4384-90cf-1d4c937c3f05", "f8669b82-2194-49a9-8e20-92e7f9ab0a6f" ], "type": [ @@ -860,6 +907,10 @@ ] }, "related": [ + { + "dest-uuid": "ee2da206-2532-44e3-a343-d66e9bfdbca0", + "type": "used-by" + }, { "dest-uuid": "a2add2a0-2b54-4623-a380-a9ad91f1f2dd", "type": "used-by" @@ -896,9 +947,21 @@ "dest-uuid": "86b97a39-49c3-431e-bcc8-f4e13dbfcdf5", "type": "used-by" }, + { + "dest-uuid": "00b45c13-d165-44d0-ad6b-99787d2a7ce3", + "type": "used-by" + }, { "dest-uuid": "0fcb2205-e75b-46c9-ac54-00f218d5e331", "type": "used-by" + }, + { + "dest-uuid": "fac6fbf1-935f-4106-ad8b-c8fd8389dd38", + "type": "used-by" + }, + { + "dest-uuid": "7f52cadb-7a12-4b9d-9290-1ef02123fbe4", + "type": "used-by" } ], "uuid": "922447fd-f41e-4bcf-b479-88137c81099c", @@ -999,6 +1062,29 @@ "uuid": "1328ae5d-7220-46bb-a7ee-0c5a31eeda7f", "value": "Appvlp" }, + { + "description": "AresLoader is a loader malware distributed as malware-as-a-service. It has been observed being both dropped by and delivering SystemBC, a known ransomware precursor.[[New loader on the bloc - AresLoader | Intel471](/references/1bdd0957-1f5b-4323-bf49-f5c41b8c397a)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5286", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "a2e000da-8181-4327-bacd-32013dbd3654", + "84615fe0-c2a5-4e07-8957-78ebc29b4635", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [], + "uuid": "5bf1ed41-8fe5-4c4b-8d80-a55980289e1f", + "value": "AresLoader" + }, { "description": "[Aria-body](https://app.tidalcyber.com/software/7ba79887-d496-47aa-8b71-df7f46329322) is a custom backdoor that has been used by [Naikon](https://app.tidalcyber.com/groups/a80c00b2-b8b6-4780-99bb-df8fe921947d) since approximately 2017.[[CheckPoint Naikon May 2020](https://app.tidalcyber.com/references/f080acab-a6a0-42e1-98ff-45e415393648)]", "meta": { @@ -1147,6 +1233,9 @@ "software_attack_id": "S1087", "source": "MITRE", "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "f8669b82-2194-49a9-8e20-92e7f9ab0a6f", + "2feda37d-5579-4102-a073-aa02e82cb49f", "fdd53e62-5bf1-41f1-8bd6-b970a866c39d", "d431939f-2dc0-410b-83f7-86c458125444" ], @@ -1264,6 +1353,10 @@ "dest-uuid": "33159d02-a1ce-49ec-a381-60b069db66f7", "type": "used-by" }, + { + "dest-uuid": "3290dcb9-5781-4b87-8fa0-6ae820e152cd", + "type": "used-by" + }, { "dest-uuid": "d0f3353c-fbdd-4bd5-8793-a42e1f319b59", "type": "used-by" @@ -1280,6 +1373,27 @@ "uuid": "f8113a9f-a706-46df-8370-a9cef1c75f30", "value": "Atera Agent" }, + { + "description": "Atomic Stealer is an information-stealing malware (\"infostealer\") designed to harvest passwords, cookies, and other sensitive information from macOS systems. It is often delivered via malicious download sites promoted via malvertising.[[Malwarebytes 9 6 2023](/references/5f2f6a12-26c5-4c74-98ad-48b67379a716)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "macOS" + ], + "software_attack_id": "S5314", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [], + "uuid": "ce914eea-8db9-425b-8ae2-a56a264b4951", + "value": "Atomic Stealer" + }, { "description": "[Attor](https://app.tidalcyber.com/software/89c35e9f-b435-4f58-9073-f24c1ee8754f) is a Windows-based espionage platform that has been seen in use since 2013. [Attor](https://app.tidalcyber.com/software/89c35e9f-b435-4f58-9073-f24c1ee8754f) has a loadable plugin architecture to customize functionality for specific targets.[[ESET Attor Oct 2019](https://app.tidalcyber.com/references/fdd57c56-d989-4a6f-8cc5-5b3713605dec)]", "meta": { @@ -1576,6 +1690,9 @@ ], "software_attack_id": "S0093", "source": "MITRE", + "tags": [ + "3ed3f7a6-b446-4fbc-a433-ff1d63c0e647" + ], "type": [ "malware" ] @@ -1759,6 +1876,33 @@ "uuid": "10e76722-4b52-47f6-9276-70e95fecb26b", "value": "BadPatch" }, + { + "description": "BadPotato is an open-source software project that, according to its GitHub page, can be used for privilege escalation purposes.[[GitHub BeichenDream BadPotato](/references/e7f1d932-4bcd-4a78-b975-f4ebbce8c05e)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5304", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "ed2b3f47-3e07-4019-a9bf-ec9d87f28c96", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "b39d8eae-12e3-4903-a387-4c31d16a73b2", + "type": "used-by" + } + ], + "uuid": "4b59bf81-d351-436e-aebc-f0111a892395", + "value": "BadPotato" + }, { "description": "[Bad Rabbit](https://app.tidalcyber.com/software/a1d86d8f-fa48-43aa-9833-7355750e455c) is a self-propagating ransomware that affected the Ukrainian transportation sector in 2017. [Bad Rabbit](https://app.tidalcyber.com/software/a1d86d8f-fa48-43aa-9833-7355750e455c) has also targeted organizations and consumers in Russia. [[Secure List Bad Rabbit](https://app.tidalcyber.com/references/f4cec03a-ea94-4874-9bea-16189e967ff9)][[ESET Bad Rabbit](https://app.tidalcyber.com/references/a9664f01-78f0-4461-a757-12f54ec99a56)][[Dragos IT ICS Ransomware](https://app.tidalcyber.com/references/60187301-8d70-4023-8e6d-59cbb1468f0d)] ", "meta": { @@ -1768,6 +1912,7 @@ "software_attack_id": "S0606", "source": "MITRE", "tags": [ + "3ed3f7a6-b446-4fbc-a433-ff1d63c0e647", "5a463cb3-451d-47f7-93e4-1886150697ce", "5e7433ad-a894-4489-93bc-41e90da90019", "7e7b0c67-bb85-4996-a289-da0e792d7172" @@ -1794,6 +1939,8 @@ "software_attack_id": "S0234", "source": "MITRE", "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "2feda37d-5579-4102-a073-aa02e82cb49f", "f8669b82-2194-49a9-8e20-92e7f9ab0a6f" ], "type": [ @@ -2034,6 +2181,34 @@ "uuid": "a4fb341d-8010-433f-b8f1-a8781f961435", "value": "BianLian Ransomware (Backdoor)" }, + { + "description": "This Software object represents the custom Go encryptor tool (`encryptor.exe`) used during intrusions conducted by the BianLian Ransomware Group.[[U.S. CISA BianLian Ransomware May 2023](/references/aa52e826-f292-41f6-985d-0282230c8948)]. The tool will skip encryption of files based on a hardcoded file extension exclusion list.[[BianLian Ransomware Gang Gives It a Go! | [redacted]](/references/fc1aa979-7dbc-4fff-a8d1-b35a3b2bec3d)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5292", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "5e7433ad-a894-4489-93bc-41e90da90019", + "7e7b0c67-bb85-4996-a289-da0e792d7172", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "a2add2a0-2b54-4623-a380-a9ad91f1f2dd", + "type": "used-by" + } + ], + "uuid": "252f56c2-4c85-4a19-8451-371cb04c6ceb", + "value": "BianLian Ransomware (Encryptor)" + }, { "description": "[BISCUIT](https://app.tidalcyber.com/software/3ad98097-2d10-4aa1-9594-7e74828a3643) is a backdoor that has been used by [APT1](https://app.tidalcyber.com/groups/5307bba1-2674-4fbd-bfd5-1db1ae06fc5f) since as early as 2007. [[Mandiant APT1](https://app.tidalcyber.com/references/865eba93-cf6a-4e41-bc09-de9b0b3c2669)]", "meta": { @@ -2149,6 +2324,10 @@ "dest-uuid": "275ca7b0-3b21-4c3a-8b6f-57b6f0ffb6fb", "type": "used-by" }, + { + "dest-uuid": "b39d8eae-12e3-4903-a387-4c31d16a73b2", + "type": "used-by" + }, { "dest-uuid": "eadd78e3-3b5d-430a-b994-4360b172c871", "type": "used-by" @@ -2170,6 +2349,7 @@ "software_attack_id": "S1070", "source": "MITRE", "tags": [ + "89c5b94b-ecf4-4d53-9b74-3465086d4565", "d903e38b-600d-4736-9e3b-cf1a6e436481", "e551ae97-d1b4-484e-9267-89f33829ec2c", "d819ae1a-e385-49fd-88d5-f66660729ecb", @@ -2273,6 +2453,9 @@ ], "software_attack_id": "S0089", "source": "MITRE", + "tags": [ + "3ed3f7a6-b446-4fbc-a433-ff1d63c0e647" + ], "type": [ "malware" ] @@ -2286,6 +2469,29 @@ "uuid": "908216c7-3ad4-4e0c-9dd3-a7ed5d1c695f", "value": "BlackEnergy" }, + { + "description": "BlackLotus is a Unified Extensible Firmware Interface (UEFI) bootkit that enables bypass of Secure Boot, a UEFI feature that provides verification about the state of the boot chain, even on fully updated UEFI systems. It is considered the first “in-the-wild” UEFI bootkit, as it was observed for sale on underground forums in October 2022 and researchers were able to then confirm its existence. BlackLotus bypasses UEFI Secure Boot and establishes persistence by exploiting CVE-2022-21894, and after installation, it is designed to deploy a kernel driver for further persistence and an HTTP downloader, which allows communication with a command-and-control server and loading of additional user-mode or kernel-mode payloads. BlackLotus is also capable of disabling operating system security features, and some instances of the malware include a location-based check where it will terminate if the system uses a location associated with one of several Eastern European countries.[[ESET BlackLotus March 01 2023](/references/1a4c134b-c701-400f-beee-e6b3cc835042)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5306", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "1a5a32ac-1db6-46b1-b72e-18bc3d776aed", + "df78b317-ce5d-423c-ac42-1e328ab27ffd", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [], + "uuid": "4cd25fac-0b5d-44e2-8df1-2c7de06b4b39", + "value": "BlackLotus" + }, { "description": "[BlackMould](https://app.tidalcyber.com/software/da348a51-d047-4144-9ba4-34d2ce964a11) is a web shell based on [China Chopper](https://app.tidalcyber.com/software/723c5ab7-23ca-46f2-83bb-f1d1e550122c) for servers running Microsoft IIS. First reported in December 2019, it has been used in malicious campaigns by [GALLIUM](https://app.tidalcyber.com/groups/15ff1ce0-44f0-4f1d-a4ef-83444570e572) against telecommunication providers.[[Microsoft GALLIUM December 2019](https://app.tidalcyber.com/references/5bc76b47-ff68-4031-a347-f2dc0daba203)]", "meta": { @@ -2307,6 +2513,30 @@ "uuid": "da348a51-d047-4144-9ba4-34d2ce964a11", "value": "BlackMould" }, + { + "description": "BlackSuit is a ransomware capable of running on Windows and Linux systems. BlackSuit is believed to be a successor to Royal, a ransomware operation which itself derives from the notorious Russia-based Conti gang. BlackSuit operations were first observed in May 2023, and although they were relatively low in number, U.S. authorities issued a warning for healthcare sector organizations due to the ransomware's suspected pedigree.[[HC3 Analyst Note BlackSuit Ransomware November 2023](/references/d956f0c6-d90e-49e8-a64c-a46bfc177cc6)] The number of attacks claimed by BlackSuit operators increased notably in Q2 2024.[[GitHub ransomwatch](/references/62037959-58e4-475a-bb91-ff360d20c1d7)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Linux", + "Windows" + ], + "software_attack_id": "S5324", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "5e7433ad-a894-4489-93bc-41e90da90019", + "7e7b0c67-bb85-4996-a289-da0e792d7172", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [], + "uuid": "6e200813-4379-457b-9cce-2203bed4b072", + "value": "BlackSuit Ransomware" + }, { "description": "[BLINDINGCAN](https://app.tidalcyber.com/software/1af8ea81-40df-4fba-8d63-1858b8b31217) is a remote access Trojan that has been used by the North Korean government since at least early 2020 in cyber operations against defense, engineering, and government organizations in Western Europe and the US.[[US-CERT BLINDINGCAN Aug 2020](https://app.tidalcyber.com/references/0421788c-b807-4e19-897c-bfb4323feb16)][[NHS UK BLINDINGCAN Aug 2020](https://app.tidalcyber.com/references/acca4c89-acce-4916-88b6-f4dac7d8ab19)]", "meta": { @@ -2762,6 +2992,36 @@ "uuid": "7c03fb92-3cd8-4ce4-a1e0-75e47465e4bc", "value": "Cachedump" }, + { + "description": "This Software object reflects the TTPs associated with the CACTUS ransomware binary, a malware that researchers believe has been used since at least March 2023.[[Kroll CACTUS Ransomware May 10 2023](/references/f50de2f6-465f-4cae-a79c-cc135ebfee4f)] Other pre- and post-exploit TTPs associated with threat actors known to deploy CACTUS can be found in the separate dedicated Group object.", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5309", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "a2e000da-8181-4327-bacd-32013dbd3654", + "562e535e-19f5-4d6c-81ed-ce2aec544f09", + "5e7433ad-a894-4489-93bc-41e90da90019", + "7e7b0c67-bb85-4996-a289-da0e792d7172", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "fac6fbf1-935f-4106-ad8b-c8fd8389dd38", + "type": "used-by" + } + ], + "uuid": "ad51e7c6-7d3c-4c5d-a7e2-e50afb11a0ca", + "value": "CACTUS Ransomware" + }, { "description": "[CaddyWiper](https://app.tidalcyber.com/software/62d0ddcd-790d-4d2d-9d94-276f54b40cf0) is a destructive data wiper that has been used in attacks against organizations in Ukraine since at least March 2022.[[ESET CaddyWiper March 2022](https://app.tidalcyber.com/references/9fa97444-311f-40c1-8728-c5f91634c750)][[Cisco CaddyWiper March 2022](https://app.tidalcyber.com/references/88fc1f96-2d55-4c92-a929-234248490c30)]", "meta": { @@ -3228,6 +3488,14 @@ "dest-uuid": "d01abdb1-0378-4654-aa38-1a4a292703e2", "type": "used-by" }, + { + "dest-uuid": "b39d8eae-12e3-4903-a387-4c31d16a73b2", + "type": "used-by" + }, + { + "dest-uuid": "e47b2958-b7c4-4fe1-a006-03137db91963", + "type": "used-by" + }, { "dest-uuid": "646e35d2-75de-4c1d-8ad3-616d3e155c5e", "type": "used-by" @@ -3406,6 +3674,10 @@ "dest-uuid": "79be2f31-5626-425e-844c-fd9c99e38fe5", "type": "used-by" }, + { + "dest-uuid": "b39d8eae-12e3-4903-a387-4c31d16a73b2", + "type": "used-by" + }, { "dest-uuid": "e5b0da2b-12bc-4113-9459-9c51329c9ae0", "type": "used-by" @@ -3466,6 +3738,10 @@ { "dest-uuid": "86b97a39-49c3-431e-bcc8-f4e13dbfcdf5", "type": "used-by" + }, + { + "dest-uuid": "fac6fbf1-935f-4106-ad8b-c8fd8389dd38", + "type": "used-by" } ], "uuid": "bd2b2375-4f16-42b2-a862-959b5b41c2af", @@ -3644,6 +3920,8 @@ "software_attack_id": "S0611", "source": "MITRE", "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "2feda37d-5579-4102-a073-aa02e82cb49f", "562e535e-19f5-4d6c-81ed-ce2aec544f09", "b15c16f7-b8c7-4962-9acc-a98a39f87b69", "b18b5401-d88d-4f28-8f50-a884a5e58349", @@ -3664,11 +3942,40 @@ { "dest-uuid": "b3220638-6682-4a4e-ab64-e7dc4202a3f1", "type": "used-by" + }, + { + "dest-uuid": "4348c510-50fc-4448-ab8d-c8cededd19ff", + "type": "used-by" + }, + { + "dest-uuid": "ecdbd431-d62b-4b30-8663-b1ecb4304ec0", + "type": "used-by" } ], "uuid": "5321aa75-924c-47ae-b97a-b36f023abf2a", "value": "Clop" }, + { + "description": "CloudChat Infostealer is an information-stealing malware designed to harvest passwords, cookies, and other sensitive information from macOS systems.[[Kandji 4 8 2024](/references/f2e74613-f578-4408-bc76-144ec671808b)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "macOS" + ], + "software_attack_id": "S5316", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [], + "uuid": "7a57e81b-2453-4aaf-94ad-c007bd7105a2", + "value": "CloudChat Infostealer" + }, { "description": "[CloudDuke](https://app.tidalcyber.com/software/b3dd424b-ee96-449c-aa52-abbc7d4dfb86) is malware that was used by [APT29](https://app.tidalcyber.com/groups/4c3e48b9-4426-4271-a7af-c3dfad79f447) in 2015. [[F-Secure The Dukes](https://app.tidalcyber.com/references/cc0dc623-ceb5-4ac6-bfbb-4f8514d45a27)] [[Securelist Minidionis July 2015](https://app.tidalcyber.com/references/af40a05e-02fb-4943-b3ff-9a292679e93d)]", "meta": { @@ -3981,6 +4288,10 @@ "dest-uuid": "ca93af75-0ffa-4df4-b86a-92d4d50e496e", "type": "used-by" }, + { + "dest-uuid": "ee2da206-2532-44e3-a343-d66e9bfdbca0", + "type": "used-by" + }, { "dest-uuid": "4a4641b1-7686-49da-8d83-00d8013f4b47", "type": "used-by" @@ -4025,6 +4336,10 @@ "dest-uuid": "393da13e-016c-41a3-9d89-b33173adecbf", "type": "used-by" }, + { + "dest-uuid": "ecdbd431-d62b-4b30-8663-b1ecb4304ec0", + "type": "used-by" + }, { "dest-uuid": "0898e7cb-118e-5eeb-b856-04e56ed18182", "type": "used-by" @@ -4069,6 +4384,10 @@ "dest-uuid": "33159d02-a1ce-49ec-a381-60b069db66f7", "type": "used-by" }, + { + "dest-uuid": "fac6fbf1-935f-4106-ad8b-c8fd8389dd38", + "type": "used-by" + }, { "dest-uuid": "eadd78e3-3b5d-430a-b994-4360b172c871", "type": "used-by" @@ -4296,6 +4615,9 @@ ], "software_attack_id": "S0608", "source": "MITRE", + "tags": [ + "3ed3f7a6-b446-4fbc-a433-ff1d63c0e647" + ], "type": [ "malware" ] @@ -4379,6 +4701,10 @@ ] }, "related": [ + { + "dest-uuid": "ee2da206-2532-44e3-a343-d66e9bfdbca0", + "type": "used-by" + }, { "dest-uuid": "7f52cadb-7a12-4b9d-9290-1ef02123fbe4", "type": "used-by" @@ -4412,6 +4738,7 @@ "software_attack_id": "S0575", "source": "MITRE", "tags": [ + "89c5b94b-ecf4-4d53-9b74-3465086d4565", "562e535e-19f5-4d6c-81ed-ce2aec544f09", "0ed7d10c-c65b-4174-9edb-446bf301d250", "3d90eed2-862d-4f61-8c8f-0b8da3e45af0", @@ -4939,6 +5266,7 @@ "software_attack_id": "S0625", "source": "MITRE", "tags": [ + "89c5b94b-ecf4-4d53-9b74-3465086d4565", "562e535e-19f5-4d6c-81ed-ce2aec544f09", "4bc9ab8f-7f57-4b1a-8857-ffaa7e5cc930", "17864218-bc4f-4564-8abf-97c988eea9f7", @@ -4956,7 +5284,16 @@ "malware" ] }, - "related": [], + "related": [ + { + "dest-uuid": "5216ac81-da4c-4b87-86ce-b90a651f1048", + "type": "used-by" + }, + { + "dest-uuid": "c2015888-72c0-4367-b2cf-df85688a56b7", + "type": "used-by" + } + ], "uuid": "095064c6-144e-4935-b878-f82151bc08e4", "value": "Cuba" }, @@ -5108,6 +5445,31 @@ } ], "uuid": "39d81c48-8f7c-54cb-8fac-485598e31a55", + "value": "DarkGate - Duplicate" + }, + { + "description": "*Operationalize this intelligence by pivoting to relevant defensive resources via the Techniques below. Alternatively, use the **Add to Matrix** button above, then overlay entire sets of capabilities from your own defensive stack to identify threat overlaps & potential gaps (watch a [60-second tutorial here](https://www.youtube.com/watch?v=4jBo3XLO01E)).*\n\nDarkGate is a commodity downloader. Researchers have often observed DarkGate samples making use of legitimate copies of AutoIt, a freeware BASIC-like scripting language, using it to run AutoIt scripts as part of its execution chain. Reports of DarkGate infections surged following the announcement of the disruption of the QakBot botnet by international authorities in late August 2023.[[Bleeping Computer DarkGate October 14 2023](/references/313e5558-d8f9-4457-9004-810d9fa5340c)] The delivery of DarkGate payloads via instant messaging platforms including Microsoft Teams and Skype was reported in September and October 2023.[[DarkGate Loader delivered via Teams - Truesec](/references/4222a06f-9528-4076-8037-a27012c2930c)][[Trend Micro DarkGate October 12 2023](/references/81650f5b-628b-4e76-80d6-2c15cf70d37a)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5266", + "source": "Tidal Cyber", + "tags": [ + "84615fe0-c2a5-4e07-8957-78ebc29b4635" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "28f3dbcc-b248-442f-9ff3-234210bb2f2a", + "type": "used-by" + } + ], + "uuid": "7144b703-f471-4bde-bedc-e8b274854de5", "value": "DarkGate" }, { @@ -5188,6 +5550,28 @@ "uuid": "dd555a4c-3b04-48c1-988f-d530d699a5bf", "value": "DataSvcUtil" }, + { + "description": "DBatLoader is a malware used for downloading/dropping purposes.", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5287", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "84615fe0-c2a5-4e07-8957-78ebc29b4635", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [], + "uuid": "789791b7-1ea1-4b18-8253-4663bb7ec143", + "value": "DBatLoader" + }, { "description": "[DCSrv](https://app.tidalcyber.com/software/26ae3cd1-6710-4807-b674-957bd67d3e76) is destructive malware that has been used by [Moses Staff](https://app.tidalcyber.com/groups/a41725c5-eb3a-4772-8d1e-17c3bbade79c) since at least September 2021. Though [DCSrv](https://app.tidalcyber.com/software/26ae3cd1-6710-4807-b674-957bd67d3e76) has ransomware-like capabilities, [Moses Staff](https://app.tidalcyber.com/groups/a41725c5-eb3a-4772-8d1e-17c3bbade79c) does not demand ransom or offer a decryption key.[[Checkpoint MosesStaff Nov 2021](https://app.tidalcyber.com/references/d6da2849-cff0-408a-9f09-81a33fc88a56)]", "meta": { @@ -5375,6 +5759,29 @@ "uuid": "df4002d2-f557-4f95-af7a-9a4582fb7068", "value": "Denis" }, + { + "description": "Denonia is described as \"the first malware specifically targeting Lambda\", the AWS serverless computing platform. Early samples appeared to possess cryptomining capabilities, but researchers believe Denonia could be used to carry out other types of activities as well.[[Cado Denonia April 3 2022](/references/b276c28d-1488-4a21-86d1-7acdfd77794b)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "IaaS" + ], + "software_attack_id": "S5313", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "2e5f6e4a-4579-46f7-9997-6923180815dd", + "8d95e4d6-9a1e-4920-9f5c-83d9fe07a66e", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [], + "uuid": "3c14ea0a-c85f-41b3-acd0-15d2565e3e07", + "value": "Denonia" + }, { "description": "[Derusbi](https://app.tidalcyber.com/software/9222aa77-922e-43c7-89ad-71067c428fb2) is malware used by multiple Chinese APT groups.[[Novetta-Axiom](https://app.tidalcyber.com/references/0dd428b9-849b-4108-87b1-20050b86f420)][[ThreatConnect Anthem](https://app.tidalcyber.com/references/61ecd0b4-6cac-4d9f-8e8c-3d488fef6fec)] Both Windows and Linux variants have been observed.[[Fidelis Turbo](https://app.tidalcyber.com/references/f19877f1-3e0f-4c68-b6c9-ef5b0bd470ed)]", "meta": { @@ -6190,6 +6597,9 @@ ], "software_attack_id": "S0038", "source": "MITRE", + "tags": [ + "3ed3f7a6-b446-4fbc-a433-ff1d63c0e647" + ], "type": [ "malware" ] @@ -6399,6 +6809,7 @@ "software_attack_id": "S0605", "source": "MITRE", "tags": [ + "3ed3f7a6-b446-4fbc-a433-ff1d63c0e647", "5e7433ad-a894-4489-93bc-41e90da90019", "7e7b0c67-bb85-4996-a289-da0e792d7172" ], @@ -6561,6 +6972,10 @@ "dest-uuid": "713e2963-fbf4-406f-a8cf-6a4489d90439", "type": "used-by" }, + { + "dest-uuid": "6eb50f82-86cc-4eff-b1d1-66e1c6fd74f3", + "type": "used-by" + }, { "dest-uuid": "2e2d3e75-1160-4ba5-80cc-8e7685fcfc44", "type": "used-by" @@ -7060,6 +7475,34 @@ "uuid": "8c64a330-1457-4c32-ab2f-12b6eb37d607", "value": "FakeM" }, + { + "description": "FakePenny is a ransomware, which includes both a loader and an encryptor, that is believed to have been developed by the North Korean threat actor Moonstone Sleet.[[Microsoft Security Blog 5 28 2024](/references/faf315ed-71f7-4e29-8334-701da35a69ad)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5321", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "5e7433ad-a894-4489-93bc-41e90da90019", + "7e7b0c67-bb85-4996-a289-da0e792d7172", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "3b8a2c50-5d8e-49b4-bd50-10ae66ca6c72", + "type": "used-by" + } + ], + "uuid": "acbff463-ba1c-4d26-ab99-b9aa47b81c68", + "value": "FakePenny" + }, { "description": "[FALLCHILL](https://app.tidalcyber.com/software/ea47f1fd-0171-4254-8c92-92b7a5eec5e1) is a RAT that has been used by [Lazarus Group](https://app.tidalcyber.com/groups/0bc66e95-de93-4de7-b415-4041b7191f08) since at least 2016 to target the aerospace, telecommunications, and finance industries. It is usually dropped by other [Lazarus Group](https://app.tidalcyber.com/groups/0bc66e95-de93-4de7-b415-4041b7191f08) malware or delivered when a victim unknowingly visits a compromised website. [[US-CERT FALLCHILL Nov 2017](https://app.tidalcyber.com/references/045e03f9-af83-4442-b69e-b80f68e570ac)]", "meta": { @@ -7385,6 +7828,9 @@ ], "software_attack_id": "S0143", "source": "MITRE", + "tags": [ + "3ed3f7a6-b446-4fbc-a433-ff1d63c0e647" + ], "type": [ "malware" ] @@ -7464,6 +7910,14 @@ { "dest-uuid": "b3220638-6682-4a4e-ab64-e7dc4202a3f1", "type": "used-by" + }, + { + "dest-uuid": "ecdbd431-d62b-4b30-8663-b1ecb4304ec0", + "type": "used-by" + }, + { + "dest-uuid": "eb10ed9e-ea8d-4b61-bfc3-5994d30970df", + "type": "used-by" } ], "uuid": "c558e948-c817-4494-a95d-ad3207f10e26", @@ -7594,6 +8048,28 @@ "uuid": "c6dc67a6-587d-4700-a7de-bee043a0031a", "value": "Forfiles" }, + { + "description": "Formbook is an information-stealing malware, discovered in 2016, that is capable of stealing data entered into HTML website forms and logging keystrokes and also acting as a downloader for other malware.[[What Is FormBook Malware?](/references/d1f57ed6-8f44-46cc-afb7-53d9543f68ed)][[What is FormBook Malware? - Check Point Software](/references/c7670c6d-014b-4937-ac0f-9f2aec60e2d8)] xLoader is a JavaScript-based, cross-platform Formbook variant discovered in 2020 that is crafted to infect macOS as well as Windows systems. Check Point Research's 2022 Mid-Year Report released in August 2022 placed Formbook as the \"most prevalent\" infostealer malware globally (and second-most prevalent of all malware types globally, behind only Emotet).[[Check Point Mid-Year Report 2022](/references/e929cd86-9903-481c-a841-ba387831cb77)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5288", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "84615fe0-c2a5-4e07-8957-78ebc29b4635", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [], + "uuid": "376d1383-17a7-48b0-8a8b-d6142b2f3003", + "value": "Formbook" + }, { "description": "[FRAMESTING](https://app.tidalcyber.com/software/83721b89-df58-50bf-be2a-0b696fb0da78) is a Python web shell that was used during [Cutting Edge](https://app.tidalcyber.com/campaigns/4e605e33-57fe-5bb2-b0ad-ec146aac041b) to embed into an Ivanti Connect Secure Python package for command execution.[[Mandiant Cutting Edge Part 2 January 2024](https://app.tidalcyber.com/references/5209d259-4293-58c0-bbdc-f30ff77d57f7)]", "meta": { @@ -8220,6 +8696,56 @@ "uuid": "a75855fd-2b6b-43d8-99a5-2be03b544f34", "value": "Goopy" }, + { + "description": "GooseEgg is a custom tool developed by Russian espionage group Forest Blizzard that is designed for privilege escalation and credential access purposes. GooseEgg exploits CVE-2022-38028, a vulnerability in the Windows Print Spooler service. Researchers describe the tool as a \"simple\" launcher application, but a range of subsequent post-exploitation actions are possible, including remote code execution, backdoor deployment, and lateral movement within the compromised network.[[Microsoft Security Blog 4 22 2024](/references/050ff793-d81d-499f-a136-905e76bce321)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5318", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "dcd6d78a-50e9-4fbd-a36a-06fbe6b7b40c", + "7de7d799-f836-4555-97a4-0db776eb6932", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "5b1a5b9e-4722-41fc-a15d-196a549e3ac5", + "type": "used-by" + } + ], + "uuid": "f9c32a11-964c-4480-968b-e520b8c7b26e", + "value": "GooseEgg" + }, + { + "description": "Gootloader is a highly active banking Trojan-turned-loader malware that has attacked organizations in a wide range of verticals and countries. Gootloader, also referred to by its related payload, Gootkit, first emerged in 2014 but has been especially active since 2020. In the past two years alone, verticals including finance, healthcare, defense, pharmaceutical, energy, & automotive have faced Gootloader campaigns, with victims across North America, Western Europe, & South Korea, and the malware is regularly used to deliver high-impact payloads, including Cobalt Strike, IcedID (a common ransomware precursor), & more. Cybereason indicates the financial & healthcare sectors are especially impacted.[[Cybereason Gootloader February 2023](/references/098bf58f-3868-4892-bb4d-c78ce8817a02)] Red Canary & The DFIR Report provide tool-agnostic suggested detection logic for key behaviors observed during recent Gootloader campaigns.[[Red Canary Gootloader April 2023](/references/658e3a1a-2f68-4e84-8dab-43e48766703e)][[DFIR Report Gootloader](/references/aa12dc30-ba81-46c5-b412-ca4a01e72d7f)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5289", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "84615fe0-c2a5-4e07-8957-78ebc29b4635", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [], + "uuid": "3eec857e-dce3-4865-a65f-3ad5a559a3e6", + "value": "Gootloader" + }, { "description": "This object contains information sourced from the [Living Off The Land Binaries, Scripts and Libraries (LOLBAS)](https://github.com/LOLBAS-Project/LOLBAS) project, which is licensed under [GNU General Public License v3.0](https://github.com/LOLBAS-Project/LOLBAS/blob/master/LICENSE).\n\n**Description:** Used by group policy to process scripts\n\n**Author:** Oddvar Moe\n\n**Paths:**\n* C:\\Windows\\System32\\gpscript.exe\n* C:\\Windows\\SysWOW64\\gpscript.exe\n\n**Resources:**\n* [https://oddvar.moe/2018/04/27/gpscript-exe-another-lolbin-to-the-list/](https://oddvar.moe/2018/04/27/gpscript-exe-another-lolbin-to-the-list/)\n\n**Detection:**\n* Sigma: [proc_creation_win_lolbin_gpscript.yml](https://github.com/SigmaHQ/sigma/blob/c04bef2fbbe8beff6c7620d5d7ea6872dbe7acba/rules/windows/process_creation/proc_creation_win_lolbin_gpscript.yml)\n* IOC: Scripts added in local group policy\n* IOC: Execution of Gpscript.exe after logon[[Gpscript.exe - LOLBAS Project](/references/619f57d9-d93b-4e9b-aae0-6ce89d91deb6)]", "meta": { @@ -8400,6 +8926,9 @@ ], "software_attack_id": "S5079", "source": "Tidal Cyber", + "tags": [ + "4d767e87-4cf6-438a-927a-43d2d0beaab7" + ], "type": [ "malware" ] @@ -8462,6 +8991,8 @@ "software_attack_id": "S0561", "source": "MITRE", "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "2feda37d-5579-4102-a073-aa02e82cb49f", "84615fe0-c2a5-4e07-8957-78ebc29b4635" ], "type": [ @@ -9365,6 +9896,33 @@ "uuid": "492104c0-79d6-461e-9dc5-0e4bfd3f2387", "value": "Ilasm" }, + { + "description": "IMAPLoader is a .NET downloader that uses email-based channels for command and control communication. It is believed to be developed and used by Yellow Liderc a threat actor group based in Iran and aligned with the Iranian Islamic Revolutionary Guard Corp (IRGC). IMAPLoader is delivered via drive-by compromises and phishing attacks.[[PwC Yellow Liderc October 25 2023](/references/cbeaf9b5-865f-44a1-a913-9eec28d7a5ff)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5308", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "84615fe0-c2a5-4e07-8957-78ebc29b4635", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "9e8620c4-a560-4081-aefc-118c7ec3fc22", + "type": "used-by" + } + ], + "uuid": "0832ffda-240a-4455-a53b-71b2683bea09", + "value": "IMAPLoader" + }, { "description": "This object contains information sourced from the [Living Off The Land Binaries, Scripts and Libraries (LOLBAS)](https://github.com/LOLBAS-Project/LOLBAS) project, which is licensed under [GNU General Public License v3.0](https://github.com/LOLBAS-Project/LOLBAS/blob/master/LICENSE).\n\n**Description:** Microsoft IME Open Extended Dictionary Module\n\n**Author:** Wade Hickey\n\n**Paths:**\n* C:\\Windows\\System32\\IME\\SHARED\\IMEWDBLD.exe\n\n**Resources:**\n* [https://twitter.com/notwhickey/status/1367493406835040265](https://twitter.com/notwhickey/status/1367493406835040265)\n\n**Detection:**\n* Sigma: [net_connection_win_imewdbld.yml](https://github.com/SigmaHQ/sigma/blob/bea6f18d350d9c9fdc067f93dde0e9b11cc22dc2/rules/windows/network_connection/net_connection_win_imewdbld.yml)[[IMEWDBLD.exe - LOLBAS Project](/references/9d1d6bc1-61cf-4465-b3cb-b6af36769027)]", "meta": { @@ -9476,10 +10034,22 @@ "dest-uuid": "b3061284-0335-4dcb-9f8e-a3b0412fd46f", "type": "used-by" }, + { + "dest-uuid": "ee2da206-2532-44e3-a343-d66e9bfdbca0", + "type": "used-by" + }, + { + "dest-uuid": "ecdbd431-d62b-4b30-8663-b1ecb4304ec0", + "type": "used-by" + }, { "dest-uuid": "d0f3353c-fbdd-4bd5-8793-a42e1f319b59", "type": "used-by" }, + { + "dest-uuid": "4348c510-50fc-4448-ab8d-c8cededd19ff", + "type": "used-by" + }, { "dest-uuid": "3d77fb6c-cfb4-5563-b0be-7aa1ad535337", "type": "used-by" @@ -9511,6 +10081,10 @@ { "dest-uuid": "570198e3-b59c-5772-b1ee-15d7ea14d48a", "type": "used-by" + }, + { + "dest-uuid": "7f52cadb-7a12-4b9d-9290-1ef02123fbe4", + "type": "used-by" } ], "uuid": "cf2c5666-e8ad-49c1-ac8f-30ed65f9e52c", @@ -9525,6 +10099,7 @@ "software_attack_id": "S0604", "source": "MITRE", "tags": [ + "3ed3f7a6-b446-4fbc-a433-ff1d63c0e647", "37dff778-95a6-4e51-a26a-1d399ef713be" ], "type": [ @@ -9546,6 +10121,7 @@ "software_attack_id": "S1072", "source": "MITRE", "tags": [ + "3ed3f7a6-b446-4fbc-a433-ff1d63c0e647", "37dff778-95a6-4e51-a26a-1d399ef713be" ], "type": [ @@ -9808,6 +10384,10 @@ "dest-uuid": "15ff1ce0-44f0-4f1d-a4ef-83444570e572", "type": "used-by" }, + { + "dest-uuid": "e47b2958-b7c4-4fe1-a006-03137db91963", + "type": "used-by" + }, { "dest-uuid": "4c3e48b9-4426-4271-a7af-c3dfad79f447", "type": "used-by" @@ -10086,6 +10666,33 @@ "uuid": "c67f3029-a26c-4752-b7f1-8e3369c2f79d", "value": "JSS Loader" }, + { + "description": "Juicy Potato is an open-source software project that, according to its GitHub page, can be used for privilege escalation purposes.[[GitHub ohpe Juicy Potato](/references/16d0dd05-763a-4503-aa88-c8867d8f202d)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5303", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "ed2b3f47-3e07-4019-a9bf-ec9d87f28c96", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "b39d8eae-12e3-4903-a387-4c31d16a73b2", + "type": "used-by" + } + ], + "uuid": "57e9c32b-a1fa-45bc-9a57-098834a2c356", + "value": "Juicy Potato" + }, { "description": "[KARAE](https://app.tidalcyber.com/software/ca883d21-97ca-420d-a66b-ef19a8355467) is a backdoor typically used by [APT37](https://app.tidalcyber.com/groups/013fdfdc-aa32-4779-8f6e-7920615cbf66) as first-stage malware. [[FireEye APT37 Feb 2018](https://app.tidalcyber.com/references/4d575c1a-4ff9-49ce-97cd-f9d0637c2271)]", "meta": { @@ -10323,6 +10930,7 @@ "software_attack_id": "S0607", "source": "MITRE", "tags": [ + "3ed3f7a6-b446-4fbc-a433-ff1d63c0e647", "5e7433ad-a894-4489-93bc-41e90da90019", "7e7b0c67-bb85-4996-a289-da0e792d7172" ], @@ -10739,7 +11347,12 @@ "malware" ] }, - "related": [], + "related": [ + { + "dest-uuid": "ecdbd431-d62b-4b30-8663-b1ecb4304ec0", + "type": "used-by" + } + ], "uuid": "d5d79a51-3756-40de-81cd-4dac172fbb74", "value": "LEMURLOOT" }, @@ -11080,6 +11693,7 @@ "software_attack_id": "S0372", "source": "MITRE", "tags": [ + "3ed3f7a6-b446-4fbc-a433-ff1d63c0e647", "5e7433ad-a894-4489-93bc-41e90da90019", "7e7b0c67-bb85-4996-a289-da0e792d7172" ], @@ -11663,6 +12277,33 @@ "uuid": "3c206491-45c0-4ff7-9f40-45f9aae4de64", "value": "Maze" }, + { + "description": "MBR Killer is a wiper malware observed during a May 2023 data theft and wiper campaign and a 2016 attack on Banco de Chile.[[The DFIR Report Truebot June 12 2023](/references/a6311a66-bb36-4cad-a98f-2b0b89aafa3d)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5297", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "2e621fc5-dea4-4cb9-987e-305845986cd3", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "ecdbd431-d62b-4b30-8663-b1ecb4304ec0", + "type": "used-by" + } + ], + "uuid": "fb879c66-92b1-4a43-8df8-987fc3bc1b1b", + "value": "MBR Killer" + }, { "description": "[MCMD](https://app.tidalcyber.com/software/939cbe39-5b63-4651-b0c0-85ac39cb9f0e) is a remote access tool that provides remote command shell capability used by [Dragonfly 2.0](https://app.tidalcyber.com/groups/).[[Secureworks MCMD July 2019](https://app.tidalcyber.com/references/f7364cfc-5a3b-4538-80d0-cae65f3c6592)]", "meta": { @@ -11823,6 +12464,10 @@ "dest-uuid": "d0f3353c-fbdd-4bd5-8793-a42e1f319b59", "type": "used-by" }, + { + "dest-uuid": "ecdbd431-d62b-4b30-8663-b1ecb4304ec0", + "type": "used-by" + }, { "dest-uuid": "3d77fb6c-cfb4-5563-b0be-7aa1ad535337", "type": "used-by" @@ -11928,6 +12573,8 @@ "software_attack_id": "S5050", "source": "Tidal Cyber", "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "2feda37d-5579-4102-a073-aa02e82cb49f", "ed2b3f47-3e07-4019-a9bf-ec9d87f28c96", "15787198-6c8b-4f79-bf50-258d55072fee", "e81ba503-60b0-4b64-8f20-ef93e7783796" @@ -11940,11 +12587,36 @@ { "dest-uuid": "33159d02-a1ce-49ec-a381-60b069db66f7", "type": "used-by" + }, + { + "dest-uuid": "b39d8eae-12e3-4903-a387-4c31d16a73b2", + "type": "used-by" } ], "uuid": "8d3b1150-8bb3-49a8-8266-7023e3c5e50a", "value": "Metasploit" }, + { + "description": "MetaStealer is an information-stealing malware (\"infostealer\") designed to harvest passwords, cookies, and other sensitive information from victim systems.[[SentinelOne 9 11 2023](/references/0d015be9-34ba-4c59-9cea-80b76ee89dd0)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "macOS" + ], + "software_attack_id": "S5315", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [], + "uuid": "e95281ef-a1b1-4da0-b7cc-fa0a9236a4fc", + "value": "MetaStealer" + }, { "description": "[Meteor](https://app.tidalcyber.com/software/ee07030e-ff50-404b-ad27-ab999fc1a23a) is a wiper that was used against Iranian government organizations, including Iranian Railways, the Ministry of Roads, and Urban Development systems, in July 2021. [Meteor](https://app.tidalcyber.com/software/ee07030e-ff50-404b-ad27-ab999fc1a23a) is likely a newer version of similar wipers called Stardust and Comet that were reportedly used by a group called \"Indra\" since at least 2019 against private companies in Syria.[[Check Point Meteor Aug 2021](https://app.tidalcyber.com/references/bb79207f-3ab4-4b86-8b1c-d587724efb7c)]", "meta": { @@ -12255,10 +12927,18 @@ "dest-uuid": "15ff1ce0-44f0-4f1d-a4ef-83444570e572", "type": "used-by" }, + { + "dest-uuid": "b39d8eae-12e3-4903-a387-4c31d16a73b2", + "type": "used-by" + }, { "dest-uuid": "33159d02-a1ce-49ec-a381-60b069db66f7", "type": "used-by" }, + { + "dest-uuid": "b07431f8-fcf0-4204-8e7c-138eb5cd5342", + "type": "used-by" + }, { "dest-uuid": "f2b31240-0b4a-4fa4-82a4-6bb00e146e75", "type": "used-by" @@ -13543,6 +14223,10 @@ "dest-uuid": "15ff1ce0-44f0-4f1d-a4ef-83444570e572", "type": "used-by" }, + { + "dest-uuid": "e47b2958-b7c4-4fe1-a006-03137db91963", + "type": "used-by" + }, { "dest-uuid": "eadd78e3-3b5d-430a-b994-4360b172c871", "type": "used-by" @@ -13665,6 +14349,10 @@ "dest-uuid": "a2add2a0-2b54-4623-a380-a9ad91f1f2dd", "type": "used-by" }, + { + "dest-uuid": "6eb50f82-86cc-4eff-b1d1-66e1c6fd74f3", + "type": "used-by" + }, { "dest-uuid": "472080b0-e3d4-4546-9272-c4359fe856e1", "type": "used-by" @@ -13767,6 +14455,41 @@ "uuid": "132fb908-9f13-4bcf-aa64-74cbc72f5491", "value": "netstat" }, + { + "description": "NetSupport is a legitimate utility that has been long-used for remote management and monitoring (RMM) purposes. In recent years, it has been heavily abused by threat actors for maintaining persistent remote access to victim systems.[[The DFIR Report NetSupport October 30 2023](/references/0436db31-42f0-47c1-b9a9-c6bb7c60a1ec)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "macOS", + "Linux", + "Windows" + ], + "software_attack_id": "S5320", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "e1af18e3-3224-4e4c-9d0f-533768474508", + "e727eaa6-ef41-4965-b93a-8ad0c51d0236", + "509a90c7-9ca9-4b23-bca2-cd38ef6a6207", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "tool" + ] + }, + "related": [ + { + "dest-uuid": "ee2da206-2532-44e3-a343-d66e9bfdbca0", + "type": "used-by" + }, + { + "dest-uuid": "7f52cadb-7a12-4b9d-9290-1ef02123fbe4", + "type": "used-by" + } + ], + "uuid": "96ecdb59-b047-4557-b2a7-c9712e8c903b", + "value": "NetSupport" + }, { "description": "[NetTraveler](https://app.tidalcyber.com/software/1b8f9cf9-db8f-437d-800e-5ddd090fe30d) is malware that has been used in multiple cyber espionage campaigns for basic surveillance of victims. The earliest known samples have timestamps back to 2005, and the largest number of observed samples were created between 2010 and 2013. [[Kaspersky NetTraveler](https://app.tidalcyber.com/references/a7d4b322-3710-436f-bd51-e5c258073dba)]", "meta": { @@ -13800,6 +14523,7 @@ "software_attack_id": "S0457", "source": "MITRE", "tags": [ + "89c5b94b-ecf4-4d53-9b74-3465086d4565", "562e535e-19f5-4d6c-81ed-ce2aec544f09", "242bc007-5ac5-4d96-8638-699a06d06d24", "e554bd60-5de3-4162-9ed3-66073ae9d6b3", @@ -14278,6 +15002,7 @@ "software_attack_id": "S0368", "source": "MITRE", "tags": [ + "3ed3f7a6-b446-4fbc-a433-ff1d63c0e647", "09de661e-60c4-43fb-bfef-df017215d1d8", "5a463cb3-451d-47f7-93e4-1886150697ce", "c2380542-36f2-4922-9ed2-80ced06645c9", @@ -14370,6 +15095,10 @@ { "dest-uuid": "fb93231d-2ae4-45da-9dea-4c372a11f322", "type": "used-by" + }, + { + "dest-uuid": "b07431f8-fcf0-4204-8e7c-138eb5cd5342", + "type": "used-by" } ], "uuid": "9af571bb-f3c7-434b-8187-3e4ceb0ec6fc", @@ -14658,6 +15387,9 @@ "software_attack_id": "S5273", "source": "Tidal Cyber", "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "509a90c7-9ca9-4b23-bca2-cd38ef6a6207", + "2feda37d-5579-4102-a073-aa02e82cb49f", "e1af18e3-3224-4e4c-9d0f-533768474508", "febea5b6-2ea2-402b-8bec-f3f5b3f73c59", "ed2b3f47-3e07-4019-a9bf-ec9d87f28c96" @@ -14667,6 +15399,10 @@ ] }, "related": [ + { + "dest-uuid": "ee2da206-2532-44e3-a343-d66e9bfdbca0", + "type": "used-by" + }, { "dest-uuid": "3d77fb6c-cfb4-5563-b0be-7aa1ad535337", "type": "used-by" @@ -14678,6 +15414,10 @@ { "dest-uuid": "4348c510-50fc-4448-ab8d-c8cededd19ff", "type": "used-by" + }, + { + "dest-uuid": "7f52cadb-7a12-4b9d-9290-1ef02123fbe4", + "type": "used-by" } ], "uuid": "5edec691-d2f1-4928-a12d-1ff59ba959a6", @@ -14912,6 +15652,10 @@ { "dest-uuid": "3d77fb6c-cfb4-5563-b0be-7aa1ad535337", "type": "used-by" + }, + { + "dest-uuid": "788ffbf6-1a36-481a-a504-bbcd9f907886", + "type": "used-by" } ], "uuid": "e90eb529-1665-5fd7-a44e-695715e4081b", @@ -15053,6 +15797,7 @@ "software_attack_id": "S0556", "source": "MITRE", "tags": [ + "562e535e-19f5-4d6c-81ed-ce2aec544f09", "5e7433ad-a894-4489-93bc-41e90da90019", "7e7b0c67-bb85-4996-a289-da0e792d7172" ], @@ -15247,6 +15992,10 @@ { "dest-uuid": "325c11be-e1ee-47db-afa6-44ac5d16f0e7", "type": "used-by" + }, + { + "dest-uuid": "788ffbf6-1a36-481a-a504-bbcd9f907886", + "type": "used-by" } ], "uuid": "52a19c73-2454-4893-8f84-8d05c37a9472", @@ -15345,6 +16094,34 @@ "uuid": "d7015696-0aa1-4c13-a0e6-b9d8e027dabf", "value": "Phobos Ransomware" }, + { + "description": "PhonyC2 is a command and control framework attributed to the MuddyWater group. Researchers believe the tool has existed since at least 2021 and has been regularly updated since that time. PhonyC2 is believed to have been used in a 2023 attack on an institute of technology in Israel, as well as in a MuddyWater campaign beginning in May 2023 that featured exploitation of a vulnerability in PaperCut print management software (CVE-2023-27350).[[Deep Instinct PhonyC2 June 2023](/references/fd42ac0b-eae5-41bb-b56c-cb1c6d19857b)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5307", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "992bdd33-4a47-495d-883a-58010a2f0efb", + "f8669b82-2194-49a9-8e20-92e7f9ab0a6f", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "dcb260d8-9d53-404f-9ff5-dbee2c6effe6", + "type": "used-by" + } + ], + "uuid": "c6fc073b-fa8a-4fff-a066-3fd788d3ac85", + "value": "PhonyC2" + }, { "description": "[PHOREAL](https://app.tidalcyber.com/software/fd63cec1-9f72-4ed0-9926-2dbbb3d9cead) is a signature backdoor used by [APT32](https://app.tidalcyber.com/groups/c0fe9859-e8de-4ce1-bc3c-b489e914a145). [[FireEye APT32 May 2017](https://app.tidalcyber.com/references/b72d017b-a70f-4003-b3d9-90d79aca812d)]", "meta": { @@ -15492,6 +16269,14 @@ "dest-uuid": "26c0925f-1a3c-4df6-b27a-62b9731299b8", "type": "used-by" }, + { + "dest-uuid": "e47b2958-b7c4-4fe1-a006-03137db91963", + "type": "used-by" + }, + { + "dest-uuid": "b07431f8-fcf0-4204-8e7c-138eb5cd5342", + "type": "used-by" + }, { "dest-uuid": "43f826a1-e8c8-47b8-9b00-38e1b3e4293b", "type": "used-by" @@ -15678,6 +16463,39 @@ "uuid": "9445f18a-a796-447a-a35f-94a9fb72411c", "value": "PLAINTEE" }, + { + "description": "Play is a ransomware operation first observed in July 2022. Security researchers have observed filename, filepath, and TTP overlaps between Play and Hive and Nokayawa ransomwares, which themselves are believed to be linked.[[Trend Micro Play Playbook September 06 2022](/references/2d2b527d-25b0-4b58-9ae6-c87060b64069)] According to publicly available ransomware extortion threat data, Play has claimed nearly 200 victims from a wide range of sectors on its data leak site since December 2022.[[GitHub ransomwatch](/references/62037959-58e4-475a-bb91-ff360d20c1d7)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5300", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "562e535e-19f5-4d6c-81ed-ce2aec544f09", + "5e7433ad-a894-4489-93bc-41e90da90019", + "7e7b0c67-bb85-4996-a289-da0e792d7172", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "6d6ed42c-760c-4964-a81e-1d4df06a8800", + "type": "used-by" + }, + { + "dest-uuid": "6eb50f82-86cc-4eff-b1d1-66e1c6fd74f3", + "type": "used-by" + } + ], + "uuid": "aeafc9f4-e3b4-42ec-a156-4a05f1aa5ea3", + "value": "Play Ransomware" + }, { "description": "[PLEAD](https://app.tidalcyber.com/software/9a890a85-afbe-4c35-a3e7-1adad481bdf7) is a remote access tool (RAT) and downloader used by [BlackTech](https://app.tidalcyber.com/groups/528ab2ea-b8f1-44d8-8831-2a89fefd97cb) in targeted attacks in East Asia including Taiwan, Japan, and Hong Kong.[[TrendMicro BlackTech June 2017](https://app.tidalcyber.com/references/abb9cb19-d30e-4048-b106-eb29a6dad7fc)][[JPCert PLEAD Downloader June 2018](https://app.tidalcyber.com/references/871f4af2-ed99-4256-a74d-b8c0816a82ab)] [PLEAD](https://app.tidalcyber.com/software/9a890a85-afbe-4c35-a3e7-1adad481bdf7) has also been referred to as [TSCookie](https://app.tidalcyber.com/software/9872ab5a-c76e-4404-91f9-5b745722443b), though more recent reporting indicates likely separation between the two. [PLEAD](https://app.tidalcyber.com/software/9a890a85-afbe-4c35-a3e7-1adad481bdf7) was observed in use as early as March 2017.[[JPCert TSCookie March 2018](https://app.tidalcyber.com/references/ff1717f7-0d2e-4947-87d7-44576affe9f8)][[JPCert PLEAD Downloader June 2018](https://app.tidalcyber.com/references/871f4af2-ed99-4256-a74d-b8c0816a82ab)]", "meta": { @@ -16415,6 +17233,33 @@ "uuid": "b8a101e4-e0d2-4002-94c6-18ea30da7aa7", "value": "PowerTool" }, + { + "description": "A PowerShell-based, in-memory loader that executes embedded payloads.[[Mandiant FIN7 April 4 2022](/references/fbc3ea90-d3d4-440e-964d-6cd2e991df0c)] According to Mandiant, POWERTRASH is a \"uniquely obfuscated\" version of PowerSploit's `Invoke-Shellcode.ps1` shellcode invoker module known to be used by FIN7.[[GitHub - PowerSploit Invoke-Shellcode](/references/cf75a442-c6c0-4e83-87bf-8bb42839452b)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5294", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "84615fe0-c2a5-4e07-8957-78ebc29b4635", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "4348c510-50fc-4448-ab8d-c8cededd19ff", + "type": "used-by" + } + ], + "uuid": "3192d79f-2a24-4461-b4c8-4b40ef7c163f", + "value": "POWERTRASH" + }, { "description": "[PowGoop](https://app.tidalcyber.com/software/7ed984bb-d098-4d0a-90fd-b03e68842479) is a loader that consists of a DLL loader and a PowerShell-based downloader; it has been used by [MuddyWater](https://app.tidalcyber.com/groups/dcb260d8-9d53-404f-9ff5-dbee2c6effe6) as their main loader.[[DHS CISA AA22-055A MuddyWater February 2022](https://app.tidalcyber.com/references/e76570e1-43ab-4819-80bc-895ede67a205)][[CYBERCOM Iranian Intel Cyber January 2022](https://app.tidalcyber.com/references/671e1559-c7dc-4cb4-a9a1-21776f2ae56a)]", "meta": { @@ -16637,6 +17482,10 @@ ] }, "related": [ + { + "dest-uuid": "6eb50f82-86cc-4eff-b1d1-66e1c6fd74f3", + "type": "used-by" + }, { "dest-uuid": "d0f3353c-fbdd-4bd5-8793-a42e1f319b59", "type": "used-by" @@ -16842,6 +17691,10 @@ "dest-uuid": "a2add2a0-2b54-4623-a380-a9ad91f1f2dd", "type": "used-by" }, + { + "dest-uuid": "ee2da206-2532-44e3-a343-d66e9bfdbca0", + "type": "used-by" + }, { "dest-uuid": "7f52cadb-7a12-4b9d-9290-1ef02123fbe4", "type": "used-by" @@ -16918,6 +17771,10 @@ "dest-uuid": "3c7ad595-1940-40fc-b9ca-3e649c1e5d87", "type": "used-by" }, + { + "dest-uuid": "fac6fbf1-935f-4106-ad8b-c8fd8389dd38", + "type": "used-by" + }, { "dest-uuid": "528ab2ea-b8f1-44d8-8831-2a89fefd97cb", "type": "used-by" @@ -17190,6 +18047,28 @@ "uuid": "0a8bedc2-b404-4a9a-b4f5-ff90ff8294be", "value": "Pupy" }, + { + "description": "PureCrypter is a malware used for downloading/dropping purposes.", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5291", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "84615fe0-c2a5-4e07-8957-78ebc29b4635", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [], + "uuid": "a381cec1-9e87-415e-9025-a6e31fc8a48d", + "value": "PureCrypter" + }, { "description": "PuTTy is an open-source SSH and telnet client.[[PuTTY Download Page](/references/bf278270-128e-483b-9f09-ce24f5f6ed80)]", "meta": { @@ -17298,6 +18177,7 @@ "software_attack_id": "S0583", "source": "MITRE", "tags": [ + "562e535e-19f5-4d6c-81ed-ce2aec544f09", "5e7433ad-a894-4489-93bc-41e90da90019", "7e7b0c67-bb85-4996-a289-da0e792d7172" ], @@ -17330,6 +18210,10 @@ ] }, "related": [ + { + "dest-uuid": "ee2da206-2532-44e3-a343-d66e9bfdbca0", + "type": "used-by" + }, { "dest-uuid": "7f52cadb-7a12-4b9d-9290-1ef02123fbe4", "type": "used-by" @@ -17346,6 +18230,57 @@ "uuid": "9050b418-5ffd-481a-a30d-f9059b0871ea", "value": "QakBot" }, + { + "description": "Qilin (also known as Agenda) is a ransomware discovered in 2022. Attacks by threat actors deploying Qilin increased considerably in Q1 2024, impacting organizations in a wide range of sectors and locations across the globe.[[Trend Micro March 26 2024](/references/d5634b8e-420a-4721-a3d2-19d9f36697f4)]\n\nThe ransomware's capabilities have evolved over time, and multiple Qilin/Agenda variants and versions have been observed. The techniques featured in this object mainly derive from a variant observed in February 2024 written in the Rust programming language. A variant focused on encrypting Linux-based virtual machine servers can be found in the separate \"Qilin Ransomware (Linux)\" Software object.", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Linux", + "Windows" + ], + "software_attack_id": "S5326", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "a2e000da-8181-4327-bacd-32013dbd3654", + "562e535e-19f5-4d6c-81ed-ce2aec544f09", + "5e7433ad-a894-4489-93bc-41e90da90019", + "7e7b0c67-bb85-4996-a289-da0e792d7172", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [], + "uuid": "3b78dda9-d273-4ffc-9a9f-75e80178c7b2", + "value": "Qilin Ransomware" + }, + { + "description": "Qilin is a Linux-based ransomware. The malware is technically capable of running on Linux, FreeBSD, and VMware ESXi servers, but researchers have most often observed Qilin being used to encrypt virtual machines. Qilin users can use various flags to customize its capabilities. Qilin operators maintain a website where they threaten to leak data exfiltrated during their attacks, in an attempt to pressure victims into paying a ransom.[[BleepingComputer 12 3 2023](/references/8cb73f97-0256-472d-88b7-92b6d63578fd)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Linux" + ], + "software_attack_id": "S5310", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "a2e000da-8181-4327-bacd-32013dbd3654", + "562e535e-19f5-4d6c-81ed-ce2aec544f09", + "5e7433ad-a894-4489-93bc-41e90da90019", + "7e7b0c67-bb85-4996-a289-da0e792d7172", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [], + "uuid": "01a33c16-7eb3-4494-8c05-b163f871b951", + "value": "Qilin Ransomware (Linux)" + }, { "description": "[QUADAGENT](https://app.tidalcyber.com/software/2bf68242-1dbd-405b-ac35-330eda887081) is a PowerShell backdoor used by [OilRig](https://app.tidalcyber.com/groups/d01abdb1-0378-4654-aa38-1a4a292703e2). [[Unit 42 QUADAGENT July 2018](https://app.tidalcyber.com/references/320f49df-7b0a-4a6a-8542-17b0f56c94c9)]", "meta": { @@ -17410,6 +18345,39 @@ "uuid": "4bab7c2b-5ec4-467e-8df4-f2e6996e136b", "value": "QuasarRAT" }, + { + "description": "Quick Assist is a built-in Windows utility that can be used to grant external users remote access to a particular system. Financially motivated adversaries abused Quick Assist during an April 2024 campaign that in some cases led to Black Basta ransomware deployment.[[Microsoft Security Blog 5 15 2024](/references/0876de6e-ea0c-4717-89a4-9c7baed53b6f)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5319", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "e1af18e3-3224-4e4c-9d0f-533768474508", + "e727eaa6-ef41-4965-b93a-8ad0c51d0236", + "509a90c7-9ca9-4b23-bca2-cd38ef6a6207", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "tool" + ] + }, + "related": [ + { + "dest-uuid": "ee2da206-2532-44e3-a343-d66e9bfdbca0", + "type": "used-by" + }, + { + "dest-uuid": "7f52cadb-7a12-4b9d-9290-1ef02123fbe4", + "type": "used-by" + } + ], + "uuid": "9c4f3f26-c391-4b2c-9dd4-e4bb9bbc5ea3", + "value": "Quick Assist" + }, { "description": "[QUIETCANARY](https://app.tidalcyber.com/software/52d3515c-5184-5257-bf24-56adccb4cccd) is a backdoor tool written in .NET that has been used since at least 2022 to gather and exfiltrate data from victim networks.[[Mandiant Suspected Turla Campaign February 2023](https://app.tidalcyber.com/references/d8f43a52-a59e-5567-8259-821b1b6bde43)]", "meta": { @@ -17506,6 +18474,10 @@ { "dest-uuid": "4ea1245f-3f35-5168-bd10-1fc49142fd4e", "type": "used-by" + }, + { + "dest-uuid": "e47b2958-b7c4-4fe1-a006-03137db91963", + "type": "used-by" } ], "uuid": "7b78eb31-f251-493b-8058-14a3452e8ccc", @@ -17586,6 +18558,8 @@ "software_attack_id": "S0481", "source": "MITRE", "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "2feda37d-5579-4102-a073-aa02e82cb49f", "cb5803f0-8ab4-4ada-8540-7758dfc126e2", "5e7433ad-a894-4489-93bc-41e90da90019", "a2e000da-8181-4327-bacd-32013dbd3654", @@ -17665,6 +18639,31 @@ "uuid": "dc307b3c-9bc5-4624-b0bc-4807fa1fc57b", "value": "Ramsay" }, + { + "description": "This object represents the techniques associated with the payload binary used in attacks associated with the RansomHub ransomware-as-a-service (\"RaaS\") operation. The RansomHub gang is suspected of leaking victim data exfiltrated in attacks by other groups, but researchers have also observed an apparent original ransomware payload linked to the group.[[BroadcomSW June 5 2024](/references/3fa49490-cb22-4362-bf48-eaba9e83e6f5)][[The Record RansomHub June 3 2024](/references/1e474240-bd12-4472-8e69-1631b0e4c102)] This payload displays a high degree of code similarity with Knight ransomware, whose source code was offered for sale in cybercriminal forums in February 2024.[[BroadcomSW June 5 2024](/references/3fa49490-cb22-4362-bf48-eaba9e83e6f5)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5325", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "89c5b94b-ecf4-4d53-9b74-3465086d4565", + "562e535e-19f5-4d6c-81ed-ce2aec544f09", + "5e7433ad-a894-4489-93bc-41e90da90019", + "7e7b0c67-bb85-4996-a289-da0e792d7172", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [], + "uuid": "a3044fb5-3aae-4590-b589-cc88bf0d1f34", + "value": "RansomHub (Payload)" + }, { "description": "[RAPIDPULSE](https://app.tidalcyber.com/software/129abb68-7992-554e-92fa-fa376279c0b6) is a web shell that exists as a modification to a legitimate Pulse Secure file that has been used by [APT5](https://app.tidalcyber.com/groups/f46d6ee9-9d1d-586a-9f2d-6bff8fb92910) since at least 2021.[[Mandiant Pulse Secure Update May 2021](https://app.tidalcyber.com/references/5620adaf-c2a7-5f0f-ae70-554ce720426e)]", "meta": { @@ -17750,7 +18749,12 @@ "malware" ] }, - "related": [], + "related": [ + { + "dest-uuid": "ecdbd431-d62b-4b30-8663-b1ecb4304ec0", + "type": "used-by" + } + ], "uuid": "dc0dbd15-0916-43c7-a3b9-6dc3ce0771be", "value": "Raspberry Robin" }, @@ -17883,6 +18887,10 @@ "dest-uuid": "0fcb2205-e75b-46c9-ac54-00f218d5e331", "type": "used-by" }, + { + "dest-uuid": "fac6fbf1-935f-4106-ad8b-c8fd8389dd38", + "type": "used-by" + }, { "dest-uuid": "8e059c6b-d278-5454-a234-a8ad69feb66c", "type": "used-by" @@ -18130,6 +19138,14 @@ "dest-uuid": "472080b0-e3d4-4546-9272-c4359fe856e1", "type": "used-by" }, + { + "dest-uuid": "b39d8eae-12e3-4903-a387-4c31d16a73b2", + "type": "used-by" + }, + { + "dest-uuid": "b07431f8-fcf0-4204-8e7c-138eb5cd5342", + "type": "used-by" + }, { "dest-uuid": "47ae4fb1-fc61-4e8e-9310-66dda706e1a2", "type": "used-by" @@ -18572,6 +19588,7 @@ "software_attack_id": "S0496", "source": "MITRE", "tags": [ + "3ed3f7a6-b446-4fbc-a433-ff1d63c0e647", "562e535e-19f5-4d6c-81ed-ce2aec544f09", "286918d5-0b48-4655-9118-907b53de0ee0", "93c53801-5427-4678-a753-7fc761e9eda1", @@ -18631,6 +19648,35 @@ "uuid": "d5649d69-52d4-4198-9683-b250348dea32", "value": "RGDoor" }, + { + "description": "Rhysida is a ransomware-as-a-service (RaaS) operation that has been active since May 2023, claiming attacks on multiple sectors in several countries in North and South America, Western Europe, and Australia. Many alleged victims are education sector entities. Security researchers have observed TTP and victimology overlaps with the Vice Society extortion group.[[HC3 Analyst Note Rhysida Ransomware August 2023](/references/3f6e2821-5073-4382-b5dd-08676eaa2240)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5302", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "562e535e-19f5-4d6c-81ed-ce2aec544f09", + "5e7433ad-a894-4489-93bc-41e90da90019", + "7e7b0c67-bb85-4996-a289-da0e792d7172", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "0610cd57-2511-467a-97e3-3c810384074f", + "type": "used-by" + } + ], + "uuid": "f7c1e1cd-cc64-4417-92c3-76afed55d38c", + "value": "Rhysida Ransomware" + }, { "description": "[Rifdoor](https://app.tidalcyber.com/software/ca5ae7c8-467a-4434-82fc-db50ce3fc671) is a remote access trojan (RAT) that shares numerous code similarities with [HotCroissant](https://app.tidalcyber.com/software/a00e7fcc-b4e8-4f64-83d2-f9db64f0f3fe).[[Carbon Black HotCroissant April 2020](https://app.tidalcyber.com/references/43bcb35b-56e1-47a8-9c74-f7543a25b2a6)]", "meta": { @@ -18797,6 +19843,33 @@ "uuid": "a3479628-af0b-4088-8d2a-fafa384731dd", "value": "ROKRAT" }, + { + "description": "RomCom is a custom backdoor believed to be developed and distributed by the Void Rabisu threat actor. It has been used in attacks that Trend Micro researchers assess to be geopolitically motivated.[[Trend Micro Void Rabisu May 30 2023](/references/5fd628ca-f366-4f0d-b493-8be19fa4dd4e)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5295", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "f8669b82-2194-49a9-8e20-92e7f9ab0a6f", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "c2015888-72c0-4367-b2cf-df85688a56b7", + "type": "used-by" + } + ], + "uuid": "4af6326b-eba7-4446-83aa-8b98771d390f", + "value": "RomCom" + }, { "description": "[RotaJakiro](https://app.tidalcyber.com/software/169bfcf6-544c-5824-a7cd-2d5070304b57) is a 64-bit Linux backdoor used by [APT32](https://app.tidalcyber.com/groups/c0fe9859-e8de-4ce1-bc3c-b489e914a145). First seen in 2018, it uses a plugin architecture to extend capabilities. [RotaJakiro](https://app.tidalcyber.com/software/169bfcf6-544c-5824-a7cd-2d5070304b57) can determine it's permission level and execute according to access type (`root` or `user`).[[RotaJakiro 2021 netlab360 analysis](https://app.tidalcyber.com/references/7a9c53dd-2c0e-5452-9ee2-01531fbf8ba8)][[netlab360 rotajakiro vs oceanlotus](https://app.tidalcyber.com/references/20967c9b-5bb6-5cdd-9466-2c9efd9ab98c)]", "meta": { @@ -19199,6 +20272,8 @@ "software_attack_id": "S0446", "source": "MITRE", "tags": [ + "89c5b94b-ecf4-4d53-9b74-3465086d4565", + "3ed3f7a6-b446-4fbc-a433-ff1d63c0e647", "562e535e-19f5-4d6c-81ed-ce2aec544f09", "12a2e20a-7c27-46bb-954d-b372833a9925", "c2380542-36f2-4922-9ed2-80ced06645c9", @@ -19416,6 +20491,10 @@ "dest-uuid": "021b3c71-6467-4e46-a413-8b726f066f2c", "type": "used-by" }, + { + "dest-uuid": "fac6fbf1-935f-4106-ad8b-c8fd8389dd38", + "type": "used-by" + }, { "dest-uuid": "5825a840-5577-4ffc-a08d-3f48d64395cb", "type": "used-by" @@ -20507,6 +21586,10 @@ ] }, "related": [ + { + "dest-uuid": "00b45c13-d165-44d0-ad6b-99787d2a7ce3", + "type": "used-by" + }, { "dest-uuid": "f138c814-48c0-4638-a4d6-edc48e7ac23a", "type": "used-by" @@ -20621,6 +21704,35 @@ "uuid": "6ecd970c-427b-4421-a831-69f46047d22a", "value": "SodaMaster" }, + { + "description": "SoftEther VPN is an open-source software project that, according to its GitHub page, is \"cross-platform multi-protocol VPN software\".[[GitHub SoftEtherVPN SoftEtherVPN_Stable](/references/f9d28db2-499f-407c-94d2-652b9ed5f928)] In August 2023, Microsoft researchers reported how Flax Typhoon, a nation-state-sponsored espionage group based in China, used SoftEther VPN as a key element of its command and control infrastructure during attacks on targets in Taiwan and elsewhere.[[Microsoft Flax Typhoon August 24 2023](/references/ec962b72-7b7f-4f7e-b6d6-7c5380b07201)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "macOS", + "Linux", + "Windows" + ], + "software_attack_id": "S5305", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "ed2b3f47-3e07-4019-a9bf-ec9d87f28c96", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "tool" + ] + }, + "related": [ + { + "dest-uuid": "b39d8eae-12e3-4903-a387-4c31d16a73b2", + "type": "used-by" + } + ], + "uuid": "46a9ee9c-6c4a-4db9-9385-46d2617d8050", + "value": "SoftEther VPN" + }, { "description": "SoftPerfect Network Scanner is a tool used to perform network scans for systems management purposes.[[U.S. CISA Understanding LockBit June 2023](/references/9c03b801-2ebe-4c7b-aa29-1b7a3625964a)]", "meta": { @@ -20677,6 +21789,10 @@ { "dest-uuid": "33159d02-a1ce-49ec-a381-60b069db66f7", "type": "used-by" + }, + { + "dest-uuid": "fac6fbf1-935f-4106-ad8b-c8fd8389dd38", + "type": "used-by" } ], "uuid": "4272447f-8803-4947-b66f-051eecdd3385", @@ -20808,6 +21924,33 @@ "uuid": "b9b67878-4eb1-4a0b-9b36-a798881ed566", "value": "SpeakUp" }, + { + "description": "SpectralBlur is a malware targeting macOS systems that has backdoor functionality. Researchers have linked the malware to \"TA444/Bluenoroff\" actors.[[Objective_See 1 4 2024](/references/c96535be-4859-4ae3-9ba0-d482f1195863)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "macOS" + ], + "software_attack_id": "S5311", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "f8669b82-2194-49a9-8e20-92e7f9ab0a6f", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "dfbce236-735c-436d-b433-933bd6eae17b", + "type": "used-by" + } + ], + "uuid": "89e2bdbf-4839-4b35-bd19-316a953d7acf", + "value": "SpectralBlur" + }, { "description": "Sphynx is a variant of BlackCat ransomware (AKA ALPHV or Noberus) first observed in early 2023, which features multiple defense evasion-focused enhancements over the BlackCat strain. For example, Sphynx uses a more complex set of execution parameters, its configuration details are formatted as raw structures instead of JSON, and observed samples contain large amounts of “junk” code and encrypted strings.[[X-Force BlackCat May 30 2023](/references/b80c1f70-9d05-4f4b-bdc2-6157c6837202)] Sphynx also features built-in versions of other tools to support specific functions, including the open-source Impacket tool for lateral movement and Remcom, a hacking tool that facilitates remote code execution.[[Microsoft Threat Intelligence Tweet August 17 2023](/references/8b0ebcb5-d531-4f49-aa2d-bceb5e491b3f)]", "meta": { @@ -20818,6 +21961,7 @@ "software_attack_id": "S5055", "source": "Tidal Cyber", "tags": [ + "562e535e-19f5-4d6c-81ed-ce2aec544f09", "5e7433ad-a894-4489-93bc-41e90da90019", "7e7b0c67-bb85-4996-a289-da0e792d7172" ], @@ -20908,11 +22052,42 @@ { "dest-uuid": "3d77fb6c-cfb4-5563-b0be-7aa1ad535337", "type": "used-by" + }, + { + "dest-uuid": "fac6fbf1-935f-4106-ad8b-c8fd8389dd38", + "type": "used-by" } ], "uuid": "ecf8b878-19e5-425b-bc34-d5ed6e999fea", "value": "Splashtop" }, + { + "description": "SplitLoader is an intermediate-stage malware used by the North Korean threat actor Moonstone Sleet mainly for payload execution purposes. It is also capable of performing system reconnaissance.[[Microsoft Security Blog 5 28 2024](/references/faf315ed-71f7-4e29-8334-701da35a69ad)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5322", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "84615fe0-c2a5-4e07-8957-78ebc29b4635", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "3b8a2c50-5d8e-49b4-bd50-10ae66ca6c72", + "type": "used-by" + } + ], + "uuid": "9a20c7f3-4e17-4a79-994a-c577afef5c72", + "value": "SplitLoader" + }, { "description": "[spwebmember](https://app.tidalcyber.com/software/0fdabff3-d996-493c-af67-f3ac02e4b00b) is a Microsoft SharePoint enumeration and data dumping tool written in .NET. [[NCC Group APT15 Alive and Strong](https://app.tidalcyber.com/references/02a50445-de06-40ab-9ea4-da5c37e066cd)]", "meta": { @@ -21193,6 +22368,55 @@ "uuid": "ea561f0b-b891-5735-aa99-97cc8818fbef", "value": "STEADYPULSE" }, + { + "description": "Stealc is a credential and information stealer first discovered by researchers in January 2023. Researchers assess the malware contains code similarities to prominent stealer families including Vidar, Raccoon, Mars, and RedLine.[[Sekoia.io Stealc February 20 2023](/references/ca5b727d-f35b-4009-b4d4-21a69d41162d)] Red Canary researchers indicated in July 2023 that they observed a \"surge\" of Stealc activity during the second half of the preceding month.[[Red Canary Intelligence Insights July 20 2023](/references/ad1d3f99-e5bf-41c6-871b-dd2c9d540341)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5298", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "4d767e87-4cf6-438a-927a-43d2d0beaab7", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [], + "uuid": "7ae6b9f0-3a50-4ebc-ae2c-9569f00dbd81", + "value": "Stealc" + }, + { + "description": "STEALDEAL is a relatively simple information and credential stealer that is known to be downloaded by RomCom malware and used to collect and exfiltrate victim data, including locally stored web browser credentials, cookies, and history.[[Trend Micro Void Rabisu May 30 2023](/references/5fd628ca-f366-4f0d-b493-8be19fa4dd4e)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5296", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "4d767e87-4cf6-438a-927a-43d2d0beaab7", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "c2015888-72c0-4367-b2cf-df85688a56b7", + "type": "used-by" + } + ], + "uuid": "39aaa970-8c33-4fd3-a7f0-4b769f301460", + "value": "STEALDEAL" + }, { "description": "[StoneDrill](https://app.tidalcyber.com/software/9eee52a2-5ac1-4561-826c-23ec7fbc7876) is wiper malware discovered in destructive campaigns against both Middle Eastern and European targets in association with [APT33](https://app.tidalcyber.com/groups/99bbbe25-45af-492f-a7ff-7cbc57828bac).[[FireEye APT33 Sept 2017](https://app.tidalcyber.com/references/70610469-db0d-45ab-a790-6e56309a39ec)][[Kaspersky StoneDrill 2017](https://app.tidalcyber.com/references/e2637cb3-c449-4609-af7b-ac78a900cc8b)]", "meta": { @@ -21314,6 +22538,7 @@ "software_attack_id": "S0603", "source": "MITRE", "tags": [ + "3ed3f7a6-b446-4fbc-a433-ff1d63c0e647", "a98d7a43-f227-478e-81de-e7299639a355" ], "type": [ @@ -21512,7 +22737,7 @@ }, "related": [], "uuid": "6af0eac2-c35f-4569-ae09-47f1ca846961", - "value": "Syncappvpublishingserver" + "value": "Syncappvpublishingserver - Duplicate" }, { "description": "This object contains information sourced from the [Living Off The Land Binaries, Scripts and Libraries (LOLBAS)](https://github.com/LOLBAS-Project/LOLBAS) project, which is licensed under [GNU General Public License v3.0](https://github.com/LOLBAS-Project/LOLBAS/blob/master/LICENSE).\n\n**Description:** Used by App-v to get App-v server lists\n\n**Author:** Oddvar Moe\n\n**Paths:**\n* C:\\Windows\\System32\\SyncAppvPublishingServer.exe\n* C:\\Windows\\SysWOW64\\SyncAppvPublishingServer.exe\n\n**Resources:**\n* [https://twitter.com/monoxgas/status/895045566090010624](https://twitter.com/monoxgas/status/895045566090010624)\n\n**Detection:**\n* Sigma: [posh_ps_syncappvpublishingserver_exe.yml](https://github.com/SigmaHQ/sigma/blob/6312dd1d44d309608552105c334948f793e89f48/rules/windows/powershell/powershell_script/posh_ps_syncappvpublishingserver_exe.yml)\n* Sigma: [posh_pm_syncappvpublishingserver_exe.yml](https://github.com/SigmaHQ/sigma/blob/6312dd1d44d309608552105c334948f793e89f48/rules/windows/powershell/powershell_module/posh_pm_syncappvpublishingserver_exe.yml)\n* Sigma: [proc_creation_win_lolbin_syncappvpublishingserver_execute_psh.yml](https://github.com/SigmaHQ/sigma/blob/6312dd1d44d309608552105c334948f793e89f48/rules/windows/process_creation/proc_creation_win_lolbin_syncappvpublishingserver_execute_psh.yml)\n* IOC: SyncAppvPublishingServer.exe should never be in use unless App-V is deployed[[SyncAppvPublishingServer.exe - LOLBAS Project](/references/ce371df7-aab6-4338-9491-656481cb5601)]", @@ -22712,6 +23937,10 @@ { "dest-uuid": "393da13e-016c-41a3-9d89-b33173adecbf", "type": "used-by" + }, + { + "dest-uuid": "ecdbd431-d62b-4b30-8663-b1ecb4304ec0", + "type": "used-by" } ], "uuid": "669f8b7a-2404-47ab-843d-e63431faafec", @@ -23319,6 +24548,30 @@ "uuid": "150b6079-bb10-48a8-b570-fbe8b0e3287c", "value": "VBShower" }, + { + "description": "A prominent ransomware family.[[HC3 Analyst Note Venus Ransomware November 2022](/references/bd6e6a59-3a73-48f6-84cd-e7c027c8671f)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5293", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "562e535e-19f5-4d6c-81ed-ce2aec544f09", + "5e7433ad-a894-4489-93bc-41e90da90019", + "7e7b0c67-bb85-4996-a289-da0e792d7172", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [], + "uuid": "2f33ae13-8ab2-4ec1-8358-c81218c1f3a5", + "value": "Venus Ransomware" + }, { "description": "This object contains information sourced from the [Living Off The Land Binaries, Scripts and Libraries (LOLBAS)](https://github.com/LOLBAS-Project/LOLBAS) project, which is licensed under [GNU General Public License v3.0](https://github.com/LOLBAS-Project/LOLBAS/blob/master/LICENSE).\n\n**Description:** Used to verify a COM object before it is instantiated by Windows Explorer\n\n**Author:** @bohops\n\n**Paths:**\n* C:\\Windows\\System32\\verclsid.exe\n* C:\\Windows\\SysWOW64\\verclsid.exe\n\n**Resources:**\n* [https://gist.github.com/NickTyrer/0598b60112eaafe6d07789f7964290d5](https://gist.github.com/NickTyrer/0598b60112eaafe6d07789f7964290d5)\n* [https://bohops.com/2018/08/18/abusing-the-com-registry-structure-part-2-loading-techniques-for-evasion-and-persistence/](https://bohops.com/2018/08/18/abusing-the-com-registry-structure-part-2-loading-techniques-for-evasion-and-persistence/)\n\n**Detection:**\n* Sigma: [proc_creation_win_verclsid_runs_com.yml](https://github.com/SigmaHQ/sigma/blob/683b63f8184b93c9564c4310d10c571cbe367e1e/rules/windows/process_creation/proc_creation_win_verclsid_runs_com.yml)\n* Splunk: [verclsid_clsid_execution.yml](https://github.com/splunk/security_content/blob/a1afa0fa605639cbef7d528dec46ce7c8112194a/detections/endpoint/verclsid_clsid_execution.yml)[[LOLBAS Verclsid](/references/63ac9e95-aad8-4735-9e63-f45d8c499030)]", "meta": { @@ -23536,6 +24789,33 @@ "uuid": "99f752db-12c4-45a7-9f7b-f4fcda033462", "value": "vsls-agent" }, + { + "description": "Play ransomware operators are known to use a custom tool that serves as an interface for interacting with Windows Volume Shadow Copy Service (\"VSS\") over APIs. The tool can enumerate and copy files and folders in a VSS snapshot prior to encryption to serve as backups.[[Symantec Play Ransomware April 19 2023](/references/a78613a5-ce17-4d11-8f2f-3e642cd7673c)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5301", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "4d767e87-4cf6-438a-927a-43d2d0beaab7", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "6eb50f82-86cc-4eff-b1d1-66e1c6fd74f3", + "type": "used-by" + } + ], + "uuid": "a3ebc075-c87b-4400-9498-09bb95d47231", + "value": "VSS Copying Tool (Play Ransomware)" + }, { "description": "This object contains information sourced from the [Living Off The Land Binaries, Scripts and Libraries (LOLBAS)](https://github.com/LOLBAS-Project/LOLBAS) project, which is licensed under [GNU General Public License v3.0](https://github.com/LOLBAS-Project/LOLBAS/blob/master/LICENSE).\n\n**Description:** VSTest.Console.exe is the command-line tool to run tests\n\n**Author:** Onat Uzunyayla\n\n**Paths:**\n* C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\Common7\\IDE\\CommonExtensions\\Microsoft\\TestWindow\\vstest.console.exe\n* C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\TestAgent\\Common7\\IDE\\CommonExtensions\\Microsoft\\TestWindow\\vstest.console.exe\n\n**Resources:**\n* [https://learn.microsoft.com/en-us/visualstudio/test/vstest-console-options?view=vs-2022](https://learn.microsoft.com/en-us/visualstudio/test/vstest-console-options?view=vs-2022)\n\n**Detection:**\n* IOC: vstest.console.exe spawning unexpected processes[[vstest.console.exe - LOLBAS Project](/references/70c168a0-9ddf-408d-ba29-885c0c5c936a)]", "meta": { @@ -23588,6 +24868,7 @@ "software_attack_id": "S0366", "source": "MITRE", "tags": [ + "3ed3f7a6-b446-4fbc-a433-ff1d63c0e647", "45795633-a32b-4d9e-8620-4044ac056647", "09de661e-60c4-43fb-bfef-df017215d1d8", "5a463cb3-451d-47f7-93e4-1886150697ce", @@ -23812,6 +25093,10 @@ "dest-uuid": "3290dcb9-5781-4b87-8fa0-6ae820e152cd", "type": "used-by" }, + { + "dest-uuid": "6eb50f82-86cc-4eff-b1d1-66e1c6fd74f3", + "type": "used-by" + }, { "dest-uuid": "4ea1245f-3f35-5168-bd10-1fc49142fd4e", "type": "used-by" @@ -24254,6 +25539,10 @@ { "dest-uuid": "6eb50f82-86cc-4eff-b1d1-66e1c6fd74f3", "type": "used-by" + }, + { + "dest-uuid": "b07431f8-fcf0-4204-8e7c-138eb5cd5342", + "type": "used-by" } ], "uuid": "3ded75ea-b253-48cd-94e7-aef53e0d1e31", @@ -24715,6 +26004,27 @@ "uuid": "3672ecfa-20bf-4d69-948d-876be343563f", "value": "XCSSET" }, + { + "description": "Researchers discovered an updated macOS variant of the XLoader stealer/botnet malware, which is programmed in C and Objective C and signed with an Apple developer signature.[[SentinelOne 8 21 2023](/references/fc9b3eac-a638-4b84-92ae-591bc16a845e)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "macOS" + ], + "software_attack_id": "S5317", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [], + "uuid": "5ced31ef-8e03-4125-be9b-922dac49bfa2", + "value": "Xloader (macOS Variant)" + }, { "description": "XMRig is an open-source tool that uses the resources of the running system to mine Monero cryptocurrency. According to U.S. cybersecurity authorities, \"XMRig can cause a victim computer to overheat and perform poorly by using additional system resources that would otherwise not be active\".[[U.S. CISA Trends June 30 2020](/references/b97e9a02-4cc5-4845-8058-0be4c566cd7c)]", "meta": { @@ -24813,6 +26123,30 @@ "uuid": "d5663ff2-904b-42d6-b4d8-672017d91de2", "value": "Xwizard" }, + { + "description": "XWorm is a Remote Access Trojan (RAT)/Backdoor malware.", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5290", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "fdd53e62-5bf1-41f1-8bd6-b970a866c39d", + "d431939f-2dc0-410b-83f7-86c458125444", + "f8669b82-2194-49a9-8e20-92e7f9ab0a6f", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [], + "uuid": "15a19d45-8f31-4ee4-ba01-0c8c1f24a67b", + "value": "Xworm" + }, { "description": "[YAHOYAH](https://app.tidalcyber.com/software/0844bc42-5c29-47c3-b1b3-6bfffbf1732a) is a Trojan used by [Tropic Trooper](https://app.tidalcyber.com/groups/0a245c5e-c1a8-480f-8655-bb2594e3266b) as a second-stage backdoor.[[TrendMicro TropicTrooper 2015](https://app.tidalcyber.com/references/65d1f980-1dc2-4d36-8148-2d8747a39883)]", "meta": { @@ -24837,6 +26171,33 @@ "uuid": "0844bc42-5c29-47c3-b1b3-6bfffbf1732a", "value": "YAHOYAH" }, + { + "description": "YouieLoad is an intermediate-stage malware used by the North Korean threat actor Moonstone Sleet mainly for payload execution purposes. It is also capable of performing system reconnaissance.[[Microsoft Security Blog 5 28 2024](/references/faf315ed-71f7-4e29-8334-701da35a69ad)]", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5323", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "84615fe0-c2a5-4e07-8957-78ebc29b4635", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "3b8a2c50-5d8e-49b4-bd50-10ae66ca6c72", + "type": "used-by" + } + ], + "uuid": "2992159c-d71c-48cf-8302-020f90332390", + "value": "YouieLoad" + }, { "description": "[yty](https://app.tidalcyber.com/software/e0962ff7-5524-4683-9b95-0e4ba07dccb2) is a modular, plugin-based malware framework. The components of the framework are written in a variety of programming languages. [[ASERT Donot March 2018](https://app.tidalcyber.com/references/a1b987cc-7789-411c-9673-3cf6357b207c)]", "meta": { @@ -24990,6 +26351,34 @@ "uuid": "1ac8d363-2903-43da-9c1d-2b28179638c8", "value": "ZLib" }, + { + "description": "Zloader originated in 2016 as a modular banking trojan based on the popular Zeus malware. It has evolved in the years since to be used as an important distribution mechanism for various other malware, including ransomware.[[WeLiveSecurity April 19 2022](/references/f86845b9-03c4-446b-845f-b31b79b247ee)]\n\nThis object represents a collection of MITRE ATT&CK® Techniques associated with Zloader binaries. Techniques used by various actors to distribute Zloader can be found in the separate \"Zloader Threat Actors\" Group object.", + "meta": { + "owner": "TidalCyberIan", + "platforms": [ + "Windows" + ], + "software_attack_id": "S5312", + "source": "Tidal Cyber", + "tags": [ + "c6e1f516-1a18-4ff9-b563-e6ac8103b104", + "39357cc1-dbb1-49e4-9fe0-ff24032b94d5", + "f8669b82-2194-49a9-8e20-92e7f9ab0a6f", + "2feda37d-5579-4102-a073-aa02e82cb49f" + ], + "type": [ + "malware" + ] + }, + "related": [ + { + "dest-uuid": "d2fd3da1-e49c-4273-9add-3d15afc3b837", + "type": "used-by" + } + ], + "uuid": "a106fb66-bd68-40cc-9374-8b59234a0cec", + "value": "Zloader" + }, { "description": "[Zox](https://app.tidalcyber.com/software/75dd9acb-fcff-4b0b-b45b-f943fb589d78) is a remote access tool that has been used by [Axiom](https://app.tidalcyber.com/groups/90f4d3f9-3fe3-4a64-8dc1-172c6d037dca) since at least 2008.[[Novetta-Axiom](https://app.tidalcyber.com/references/0dd428b9-849b-4108-87b1-20050b86f420)]", "meta": { @@ -25088,5 +26477,5 @@ "value": "ZxxZ" } ], - "version": 1 + "version": 2 } diff --git a/clusters/tmss.json b/clusters/tmss.json index 19c8dee..541f75d 100644 --- a/clusters/tmss.json +++ b/clusters/tmss.json @@ -1,7 +1,7 @@ { "authors": [ - "Microsoft", "Evgeny Bogokovsky", + "Microsoft", "Ram Pliskin" ], "category": "tmss", @@ -202,8 +202,8 @@ "meta": { "external_id": "MS-T840", "kill_chain": [ - "TMSS-tactics:Initial Access", - "TMSS-tactics:Exfiltration" + "TMSS-tactics:Exfiltration", + "TMSS-tactics:Initial Access" ], "refs": [ "https://microsoft.github.io/Threat-matrix-for-storage-services/techniques/object-replication" @@ -223,8 +223,8 @@ "meta": { "external_id": "MS-T813", "kill_chain": [ - "TMSS-tactics:Persistence", - "TMSS-tactics:Defense Evasion" + "TMSS-tactics:Defense Evasion", + "TMSS-tactics:Persistence" ], "refs": [ "https://microsoft.github.io/Threat-matrix-for-storage-services/techniques/firewall-configuration-changes" @@ -238,8 +238,8 @@ "meta": { "external_id": "MS-T808", "kill_chain": [ - "TMSS-tactics:Persistence", - "TMSS-tactics:Defense Evasion" + "TMSS-tactics:Defense Evasion", + "TMSS-tactics:Persistence" ], "refs": [ "https://microsoft.github.io/Threat-matrix-for-storage-services/techniques/rbac-permission" @@ -323,8 +323,8 @@ "meta": { "external_id": "MS-T812", "kill_chain": [ - "TMSS-tactics:Persistence", - "TMSS-tactics:Defense Evasion" + "TMSS-tactics:Defense Evasion", + "TMSS-tactics:Persistence" ], "refs": [ "https://microsoft.github.io/Threat-matrix-for-storage-services/techniques/private-endpoint" diff --git a/clusters/ukhsa-culture-collections.json b/clusters/ukhsa-culture-collections.json index bfe899d..13fce64 100644 --- a/clusters/ukhsa-culture-collections.json +++ b/clusters/ukhsa-culture-collections.json @@ -12,19 +12,2780 @@ { "meta": { "catalogue_number": [ - "NCTC 13812" + "NCTC 30" ], "collection": [ "NCTC" ], "external_id": [ + "NCTC 30", + "NCTC 11502", + "NCTC 11507", + "NCTC 11500", + "NCTC 8042", + "NCTC 11348", + "NCTC 4716", + "NCTC 4711", + "NCTC 4714", + "NCTC 4715" + ], + "other_collection_numbers": [ + "Martin No. I, ATCC 14735" + ], + "product_name": [ + "Vibrio cholerae non O:1" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/vibrio-cholerae-non-o1", + "https://www.culturecollections.org.uk/nop/product/vibrio-cholerae-non-o1-10", + "https://www.culturecollections.org.uk/nop/product/vibrio-cholerae-non-o1-11", + "https://www.culturecollections.org.uk/nop/product/vibrio-cholerae-non-o1-9", + "https://www.culturecollections.org.uk/nop/product/vibrio-cholerae-non-o1-6", + "https://www.culturecollections.org.uk/nop/product/vibrio-cholerae-non-o1-8", + "https://www.culturecollections.org.uk/nop/product/vibrio-cholerae-non-o1-5", + "https://www.culturecollections.org.uk/nop/product/vibrio-cholerae-non-o1-2", + "https://www.culturecollections.org.uk/nop/product/vibrio-cholerae-non-o1-3", + "https://www.culturecollections.org.uk/nop/product/vibrio-cholerae-non-o1-4" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "0d03abed-fec5-5803-a265-7b14b25e3822", + "value": "Vibrio cholerae non O:1" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14181" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14181", + "NCTC 14318" + ], + "product_name": [ + "Eikenella exigua" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/eikenella-exigua-2", + "https://www.culturecollections.org.uk/nop/product/eikenella-exigua" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "f2764a44-784a-5cea-8b44-85616abb9d5c", + "value": "Eikenella exigua" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14382" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14382" + ], + "product_name": [ + "Yersinia canariae" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/yersinia-canariae" + ], + "type_strain": [ + "Type Strain" + ] + }, + "uuid": "1c1a7952-7171-59a3-a84b-f75a80841b65", + "value": "Yersinia canariae" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14220" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14220", + "NCTC 14218", + "NCTC 14219", + "NCTC 13360", + "NCTC 13924", + "NCTC 12100", + "NCTC 10519", + "NCTC 11964", + "NCTC 7474", + "NCTC 6513", + "NCTC 4133", + "NCTC 11047", + "NCTC 9865" + ], + "other_collection_numbers": [ + "Type 2" + ], + "product_name": [ + "Staphylococcus epidermidis" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-12", + "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-11", + "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-13", + "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-9", + "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-10", + "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-8", + "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-5", + "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-7", + "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-3", + "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-2", + "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis", + "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-6", + "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-4" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "d58cc121-78fd-5bdd-8885-72afa6000c92", + "value": "Staphylococcus epidermidis" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14582" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14582", + "NCTC 14364", + "NCTC 9091", + "NCTC 4169", + "NCTC 8006", + "NCTC 14916", + "NCTC 14805", + "NCTC 9112", + "NCTC 9008", + "NCTC 9024", + "NCTC 9033", + "NCTC 9036", + "NCTC 9087", + "NCTC 8620", + "NCTC 8623", + "NCTC 9009", + "NCTC 10650", + "NCTC 10962", + "NCTC 11116", + "NCTC 11129", + "NCTC 11131", + "NCTC 11132", + "NCTC 11560", + "NCTC 11954", + "NCTC 13351", + "NCTC 13352", + "NCTC 13353", + "NCTC 13400", + "NCTC 13441", + "NCTC 13450", + "NCTC 13451", + "NCTC 13452", + "NCTC 13461", + "NCTC 13462", + "NCTC 13463", + "NCTC 13919", + "NCTC 14746", + "NCTC 86", + "NCTC 14692", + "NCTC 14744", + "NCTC 14745", + "NCTC 14367", + "NCTC 14476", + "NCTC 14477", + "NCTC 14380", + "NCTC 14379", + "NCTC 14378", + "NCTC 14381", + "NCTC 14376", + "NCTC 14377", + "NCTC 14338", + "NCTC 14333", + "NCTC 14320", + "NCTC 14374", + "NCTC 14373", + "NCTC 13846", + "NCTC 14372", + "NCTC 14371", + "NCTC 14370", + "NCTC 14369", + "NCTC 14368", + "NCTC 14366", + "NCTC 14365", + "NCTC 14324", + "NCTC 14329", + "NCTC 14321", + "NCTC 14339", + "NCTC 13624", + "NCTC 13958", + "NCTC 13968", + "NCTC 13959", + "NCTC 13960", + "NCTC 13961", + "NCTC 13962", + "NCTC 13964", + "NCTC 13966", + "NCTC 13969", + "NCTC 13971", + "NCTC 13973", + "NCTC 13974", + "NCTC 13976", + "NCTC 13982", + "NCTC 13992", + "NCTC 14325", + "NCTC 14205", + "NCTC 11601", + "NCTC 13994", + "NCTC 13996", + "NCTC 13997", + "NCTC 13998", + "NCTC 13999", + "NCTC 14001", + "NCTC 13975", + "NCTC 13977", + "NCTC 13978", + "NCTC 13979", + "NCTC 13980", + "NCTC 13981", + "NCTC 13983", + "NCTC 13984", + "NCTC 13985", + "NCTC 13986", + "NCTC 13987", + "NCTC 13988", + "NCTC 13989", + "NCTC 13990", + "NCTC 13991", + "NCTC 13993", + "NCTC 14002", + "NCTC 14003", + "NCTC 14005", + "NCTC 4168", + "NCTC 7925", + "NCTC 9001", + "NCTC 9833", + "NCTC 9834", + "NCTC 10351", + "NCTC 13733", + "NCTC 13782", + "NCTC 13794", + "NCTC 13796", + "NCTC 13797", + "NCTC 13956", + "NCTC 13965", + "NCTC 13967", + "NCTC 14004", + "NCTC 14203", + "NCTC 10087", + "NCTC 13216", + "NCTC 12655", + "NCTC 12654", + "NCTC 12653", + "NCTC 12652", + "NCTC 12650", + "NCTC 13562", + "NCTC 10855", + "NCTC 9028", + "NCTC 9013", + "NCTC 9018", + "NCTC 12900", + "NCTC 11181", + "NCTC 11133", + "NCTC 9706", + "NCTC 8959", + "NCTC 1093", + "NCTC 122", + "NCTC 9778", + "NCTC 12080", + "NCTC 12079", + "NCTC 13128", + "NCTC 13127", + "NCTC 7922", + "NCTC 12923", + "NCTC 11476", + "NCTC 11475", + "NCTC 11474", + "NCTC 11473", + "NCTC 11472", + "NCTC 11341", + "NCTC 11151", + "NCTC 11130", + "NCTC 11128", + "NCTC 11127", + "NCTC 11126", + "NCTC 11124", + "NCTC 11123", + "NCTC 11121", + "NCTC 11120", + "NCTC 11119", + "NCTC 11118", + "NCTC 11117", + "NCTC 11115", + "NCTC 11114", + "NCTC 11113", + "NCTC 11112", + "NCTC 11111", + "NCTC 11109", + "NCTC 11108", + "NCTC 11107", + "NCTC 11106", + "NCTC 11105", + "NCTC 11102", + "NCTC 11101", + "NCTC 11024", + "NCTC 11023", + "NCTC 11022", + "NCTC 11021", + "NCTC 10974", + "NCTC 10973", + "NCTC 10964", + "NCTC 10963", + "NCTC 10961", + "NCTC 10960", + "NCTC 10959", + "NCTC 10958", + "NCTC 10957", + "NCTC 10865", + "NCTC 10864", + "NCTC 10863", + "NCTC 10758", + "NCTC 10757", + "NCTC 10677", + "NCTC 10664", + "NCTC 10444", + "NCTC 10430", + "NCTC 10429", + "NCTC 10361", + "NCTC 10279", + "NCTC 10090", + "NCTC 10089", + "NCTC 10002", + "NCTC 9969", + "NCTC 9968", + "NCTC 9967", + "NCTC 9966", + "NCTC 9965", + "NCTC 9964", + "NCTC 9963", + "NCTC 9962", + "NCTC 9961", + "NCTC 9855", + "NCTC 9708", + "NCTC 9707", + "NCTC 9705", + "NCTC 9704", + "NCTC 9703", + "NCTC 9702", + "NCTC 9701", + "NCTC 9699", + "NCTC 9123", + "NCTC 9122", + "NCTC 9121", + "NCTC 9120", + "NCTC 9119", + "NCTC 9118", + "NCTC 9117", + "NCTC 9116", + "NCTC 9114", + "NCTC 9113", + "NCTC 9111", + "NCTC 9110", + "NCTC 9109", + "NCTC 9108", + "NCTC 9107", + "NCTC 9106", + "NCTC 9105", + "NCTC 9104", + "NCTC 9103", + "NCTC 9102", + "NCTC 9101", + "NCTC 9100", + "NCTC 9099", + "NCTC 9098", + "NCTC 9097", + "NCTC 9096", + "NCTC 9095", + "NCTC 9093", + "NCTC 9092", + "NCTC 9090", + "NCTC 9089", + "NCTC 9088", + "NCTC 9086", + "NCTC 9085", + "NCTC 9084", + "NCTC 9083", + "NCTC 9082", + "NCTC 9081", + "NCTC 9080", + "NCTC 9079", + "NCTC 9078", + "NCTC 9077", + "NCTC 9076", + "NCTC 9075", + "NCTC 9074", + "NCTC 9073", + "NCTC 9072", + "NCTC 9071", + "NCTC 9070", + "NCTC 9069", + "NCTC 9068", + "NCTC 9066", + "NCTC 9065", + "NCTC 9064", + "NCTC 9063", + "NCTC 9062", + "NCTC 9061", + "NCTC 9060", + "NCTC 9059", + "NCTC 9058", + "NCTC 9057", + "NCTC 9056", + "NCTC 9055", + "NCTC 9054", + "NCTC 9053", + "NCTC 9052", + "NCTC 9051", + "NCTC 9050", + "NCTC 9049", + "NCTC 9048", + "NCTC 9047", + "NCTC 9046", + "NCTC 9045", + "NCTC 9044", + "NCTC 9043", + "NCTC 9042", + "NCTC 9041", + "NCTC 9040", + "NCTC 9039", + "NCTC 9038", + "NCTC 9037", + "NCTC 9035", + "NCTC 9034", + "NCTC 9032", + "NCTC 9031", + "NCTC 9030", + "NCTC 9029", + "NCTC 9027", + "NCTC 9026", + "NCTC 9023", + "NCTC 9022", + "NCTC 9021", + "NCTC 9020", + "NCTC 9019", + "NCTC 9017", + "NCTC 9016", + "NCTC 9015", + "NCTC 9014", + "NCTC 9012", + "NCTC 9011", + "NCTC 9010", + "NCTC 9007", + "NCTC 9006", + "NCTC 9005", + "NCTC 9004", + "NCTC 9003", + "NCTC 9002", + "NCTC 8960", + "NCTC 8783", + "NCTC 8781", + "NCTC 8622", + "NCTC 8621", + "NCTC 8603", + "NCTC 8333", + "NCTC 8179", + "NCTC 8009", + "NCTC 8008", + "NCTC 8007", + "NCTC 8003", + "NCTC 13167", + "NCTC 8164", + "NCTC 4174", + "NCTC 13476", + "NCTC 4450", + "NCTC 7921", + "NCTC 7928", + "NCTC 13148", + "NCTC 10850", + "NCTC 10766", + "NCTC 10764", + "NCTC 10537", + "NCTC 9777", + "NCTC 9776", + "NCTC 9775", + "NCTC 9434", + "NCTC 8985", + "NCTC 8196", + "NCTC 7926", + "NCTC 7362", + "NCTC 12950", + "NCTC 12839", + "NCTC 11122", + "NCTC 10418", + "NCTC 8500", + "NCTC 11186", + "NCTC 13384", + "NCTC 13125", + "NCTC 12241", + "NCTC 11103", + "NCTC 11100", + "NCTC 10538", + "NCTC 10487", + "NCTC 8984", + "NCTC 8450", + "NCTC 7927", + "NCTC 7360", + "NCTC 7152", + "NCTC 5934", + "NCTC 13126", + "NCTC 10767", + "NCTC 5933", + "NCTC 1601", + "NCTC 7923", + "NCTC 12464", + "NCTC 12486", + "NCTC 11603", + "NCTC 8986", + "NCTC 11633", + "NCTC 11602", + "NCTC 8136" + ], + "other_collection_numbers": [ + "DSM 18039; CGSC 6300" + ], + "product_name": [ + "Escherichia coli" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-448", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-438", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-133", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-6", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-458", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-457", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-456", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-151", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-53", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-73", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-61", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-82", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-31", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-35", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-38", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-54", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-206", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-225", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-249", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-262", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-264", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-265", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-363", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-280", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-364", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-365", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-366", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-367", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-353", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-355", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-354", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-356", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-357", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-358", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-359", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-371", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-455", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-454", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-453", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-452", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-451", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-450", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-449", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-447", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-446", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-445", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-442", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-443", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-444", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-441", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-440", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-439", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-437", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-436", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-370", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-435", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-434", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-433", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-432", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-431", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-430", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-429", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-428", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-427", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-426", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-425", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-368", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-377", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-384", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-378", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-379", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-380", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-381", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-382", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-383", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-385", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-386", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-387", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-388", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-389", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-390", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-403", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-424", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-422", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-277", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-410", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-417", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-411", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-412", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-413", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-405", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-406", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-394", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-395", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-396", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-397", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-398", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-407", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-399", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-392", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-400", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-408", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-418", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-409", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-401", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-402", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-404", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-414", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-415", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-416", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-5", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-18", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-46", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-179", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-180", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-199", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-372", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-376", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-373", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-374", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-375", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-419", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-420", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-393", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-423", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-421", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-195", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-306", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-291", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-290", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-289", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-288", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-287", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-369", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-216", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-76", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-58", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-67", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-293", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-268", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-266", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-172", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-41", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-3", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-2", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-178", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-282", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-281", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-299", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-298", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-16", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-294", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-275", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-274", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-273", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-272", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-271", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-270", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-267", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-263", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-261", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-260", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-259", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-257", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-256", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-254", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-253", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-252", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-251", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-250", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-248", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-247", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-246", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-245", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-244", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-242", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-241", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-240", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-239", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-238", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-236", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-235", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-233", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-232", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-231", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-205", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-229", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-228", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-227", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-226", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-224", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-223", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-222", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-221", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-220", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-219", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-218", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-217", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-211", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-210", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-209", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-207", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-201", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-164", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-163", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-182", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-198", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-197", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-196", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-192", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-191", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-190", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-189", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-188", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-187", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-186", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-185", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-184", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-183", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-181", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-174", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-173", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-171", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-170", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-169", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-168", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-167", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-166", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-161", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-160", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-159", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-158", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-157", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-156", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-155", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-154", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-153", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-152", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-150", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-149", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-148", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-147", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-146", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-145", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-144", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-143", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-63", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-62", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-142", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-141", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-140", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-139", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-138", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-137", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-136", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-135", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-134", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-132", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-131", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-130", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-30", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-129", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-128", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-127", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-126", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-125", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-124", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-123", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-122", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-121", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-120", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-119", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-118", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-117", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-116", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-115", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-114", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-113", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-112", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-29", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-111", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-110", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-109", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-108", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-107", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-106", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-105", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-104", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-103", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-102", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-101", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-100", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-99", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-98", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-97", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-96", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-95", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-94", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-93", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-92", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-91", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-90", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-89", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-88", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-87", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-86", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-85", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-84", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-83", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-81", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-80", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-60", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-79", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-78", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-77", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-75", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-74", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-72", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-71", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-70", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-69", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-68", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-66", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-65", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-64", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-59", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-57", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-56", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-55", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-52", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-51", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-50", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-49", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-48", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-47", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-42", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-40", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-39", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-37", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-36", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-362", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-32", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-27", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-25", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-24", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-23", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-22", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-303", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-14", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-7", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-360", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-8", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-15", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-21", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-302", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-215", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-213", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-212", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-203", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-177", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-176", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-175", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-162", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-44", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-28", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-19", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-13", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-295", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-292", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-255", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-200", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-34", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-269", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-310", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-296", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-283", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-237", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-234", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-204", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-202", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-43", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-33", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-20", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-12", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-11", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-10", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-297", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-214", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-9", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-4", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-17", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-284", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-285", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-230", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-45", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-279", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-278", + "https://www.culturecollections.org.uk/nop/product/escherichia-coli-26" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "f79cb2e0-99f5-5946-8dd8-0b3a8a15681c", + "value": "Escherichia coli" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14095" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14095", + "NCTC 14094", + "NCTC 14093", + "NCTC 14092", + "NCTC 14091", + "NCTC 14909", + "NCTC 14908", + "NCTC 14907", + "NCTC 14906", + "NCTC 14905", + "NCTC 14902", + "NCTC 14901", + "NCTC 14900", + "NCTC 14899", + "NCTC 14898", + "NCTC 14897", + "NCTC 14896", + "NCTC 14895", + "NCTC 14894", + "NCTC 13945", + "NCTC 13946", + "NCTC 13947", + "NCTC 13948", + "NCTC 13949", + "NCTC 9993", + "NCTC 9828", + "NCTC 8187", + "NCTC 8182", + "NCTC 11080", + "NCTC 8188", + "NCTC 8542", + "NCTC 8185", + "NCTC 8183", + "NCTC 8181", + "NCTC 8180", + "NCTC 11360", + "NCTC 11242", + "NCTC 6175", + "NCTC 11930", + "NCTC 11079", + "NCTC 8184", + "NCTC 8100", + "NCTC 8017", + "NCTC 8186", + "NCTC 9412", + "NCTC 11078", + "NCTC 11236", + "NCTC 11250", + "NCTC 11254", + "NCTC 11235", + "NCTC 11238", + "NCTC 11240", + "NCTC 11244", + "NCTC 11246", + "NCTC 11247", + "NCTC 11253", + "NCTC 8190", + "NCTC 9411", + "NCTC 12906", + "NCTC 11234", + "NCTC 11243", + "NCTC 11251", + "NCTC 8541", + "NCTC 9415", + "NCTC 12907", + "NCTC 9829", + "NCTC 11241", + "NCTC 11237", + "NCTC 11252", + "NCTC 9410", + "NCTC 11239", + "NCTC 11245", + "NCTC 11248", + "NCTC 11249", + "NCTC 8020", + "NCTC 9409" + ], + "other_collection_numbers": [ + "Type 2" + ], + "product_name": [ + "Streptococcus agalactiae" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-62", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-61", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-60", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-59", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-58", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-76", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-75", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-74", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-73", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-72", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-71", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-70", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-69", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-68", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-67", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-66", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-65", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-64", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-63", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-54", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-53", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-55", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-56", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-57", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-24", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-22", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-12", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-3", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-29", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-13", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-16", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-10", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-8", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-2", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-7", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-49", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-26", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-50", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-28", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-9", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-6", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-4", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-11", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-20", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-27", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-32", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-44", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-48", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-31", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-34", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-36", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-38", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-40", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-41", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-47", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-14", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-19", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-52", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-30", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-37", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-45", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-15", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-21", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-51", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-23", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-25", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-33", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-46", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-18", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-35", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-39", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-42", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-43", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-5", + "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-17" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "7540bb78-efde-593e-b12a-b896a0910c37", + "value": "Streptococcus agalactiae" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14167" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14167", + "NCTC 14166", + "NCTC 14172", + "NCTC 14173", + "NCTC 14169", + "NCTC 13746", + "NCTC 13747", + "NCTC 13748", + "NCTC 13749", + "NCTC 13750", + "NCTC 14175", + "NCTC 14176", + "NCTC 14174", + "NCTC 14171", + "NCTC 14170", + "NCTC 14168", + "NCTC 13574", + "NCTC 13573", + "NCTC 13572", + "NCTC 13569", + "NCTC 13568", + "NCTC 13567", + "NCTC 13566", + "NCTC 13404", + "NCTC 13571", + "NCTC 13307", + "NCTC 12728", + "NCTC 12733", + "NCTC 12726", + "NCTC 11206", + "NCTC 13366", + "NCTC 13565", + "NCTC 12730", + "NCTC 12732", + "NCTC 12734", + "NCTC 11204", + "NCTC 11205", + "NCTC 11208", + "NCTC 13287", + "NCTC 11209", + "NCTC 11223", + "NCTC 12727", + "NCTC 12729", + "NCTC 11382", + "NCTC 12731" + ], + "product_name": [ + "Clostridium difficile" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-48", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-39", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-43", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-44", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-49", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-34", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-35", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-36", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-37", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-38", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-47", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-46", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-45", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-42", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-41", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-40", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-21", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-29", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-28", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-27", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-26", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-25", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-24", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-33", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-32", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-19", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-11", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-16", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-9", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-3", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-30", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-23", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-13", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-15", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-17", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-2", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-5", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-18", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-6", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-7", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-10", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-12", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-8", + "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-14" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "50a0a678-7123-5dbb-b7db-f4f60ea5773d", + "value": "Clostridium difficile" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14611" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14611" + ], + "other_collection_numbers": [ + "ATCC TSD-231" + ], + "product_name": [ + "Campylobacter bilis" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/campylobacter-bilis" + ], + "type_strain": [ + "Type Strain" + ] + }, + "uuid": "223a4d26-0caa-5fdf-be44-35280d2f5c6a", + "value": "Campylobacter bilis" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14420" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14420", + "NCTC 14421", + "NCTC 14422", + "NCTC 14423", + "NCTC 14424", + "NCTC 14419" + ], + "product_name": [ + "Staphylococcus singaporensis" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/staphylococcus-singaporensis-2", + "https://www.culturecollections.org.uk/nop/product/staphylococcus-singaporensis-3", + "https://www.culturecollections.org.uk/nop/product/staphylococcus-singaporensis-4", + "https://www.culturecollections.org.uk/nop/product/staphylococcus-singaporensis-5", + "https://www.culturecollections.org.uk/nop/product/staphylococcus-singaporensis-6", + "https://www.culturecollections.org.uk/nop/product/staphylococcus-singaporensis" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "acf5ed40-fa09-5a16-985d-45f7ca3b6463", + "value": "Staphylococcus singaporensis" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 13866" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 13866" + ], + "other_collection_numbers": [ + "LMG 29779" + ], + "product_name": [ + "Helicobacter enhydrae" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/helicobacter-enhydrae" + ], + "type_strain": [ + "Type Strain" + ] + }, + "uuid": "ec2a8fa0-6147-5a32-bce7-688b5bdc6ea5", + "value": "Helicobacter enhydrae" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14665" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14665", + "NCTC 10910", + "NCTC 10908", + "NCTC 10905", + "NCTC 10902", + "NCTC 13667", + "NCTC 13668", + "NCTC 10911", + "NCTC 10907", + "NCTC 13251", + "NCTC 8474", + "NCTC 10906", + "NCTC 10909", + "NCTC 8189", + "NCTC 8616", + "NCTC 10739", + "NCTC 11089", + "NCTC 10901", + "NCTC 8605" + ], + "product_name": [ + "Bordetella pertussis" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-20", + "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-13", + "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-11", + "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-8", + "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-7", + "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-17", + "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-18", + "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-14", + "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-10", + "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-16", + "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-2", + "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-9", + "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-12", + "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis", + "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-4", + "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-5", + "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-15", + "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-6", + "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-3" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "cf75b2f0-77d1-5f34-8819-84ec4cb79062", + "value": "Bordetella pertussis" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14581" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14581" + ], + "other_collection_numbers": [ + "GTC 22699" + ], + "product_name": [ + "Legionella antarctica" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/legionella-antarctica" + ], + "type_strain": [ + "Type Strain" + ] + }, + "uuid": "640b580f-7cdf-57ca-aa80-26887aa3e92d", + "value": "Legionella antarctica" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14661" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14661" + ], + "other_collection_numbers": [ + "NRRL B-65642" + ], + "product_name": [ + "Vibrio floridensis" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/vibrio-floridensis" + ], + "type_strain": [ + "Type Strain" + ] + }, + "uuid": "85bff88f-9f9f-5edf-ba7b-069b36815c0f", + "value": "Vibrio floridensis" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14038" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14038", + "NCTC 14037", + "NCTC 14035", + "NCTC 11833" + ], + "product_name": [ + "Clostridium paraputrificum" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/clostridium-paraputrificum-3", + "https://www.culturecollections.org.uk/nop/product/clostridium-paraputrificum-2", + "https://www.culturecollections.org.uk/nop/product/clostridium-paraputrificum-4", + "https://www.culturecollections.org.uk/nop/product/clostridium-paraputrificum" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "2af54fb7-4d42-5a74-92a1-9940692d5ea8", + "value": "Clostridium paraputrificum" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14034" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14034", + "NCTC 541", + "NCTC 2917" + ], + "product_name": [ + "Clostridium tertium" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/clostridium-tertium-3", + "https://www.culturecollections.org.uk/nop/product/clostridium-tertium", + "https://www.culturecollections.org.uk/nop/product/clostridium-tertium-2" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "ddc9f2ca-87d5-5254-9a9a-c1d69c08f9af", + "value": "Clostridium tertium" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14036" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14036" + ], + "product_name": [ + "Clostridium cadaveris" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/clostridium-cadaveris" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "5167aea1-6972-5ab7-ba59-95335b8de7a8", + "value": "Clostridium cadaveris" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14449" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14449" + ], + "other_collection_numbers": [ + "LMG 31934" + ], + "product_name": [ + "Franklinella schreckenbergeri" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/franklinella-schreckenbergeri" + ], + "type_strain": [ + "Type Strain" + ] + }, + "uuid": "38d43c96-4070-5687-859b-a9df72e8b2ea", + "value": "Franklinella schreckenbergeri" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14452" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14452" + ], + "other_collection_numbers": [ + "CCUG 74789" + ], + "product_name": [ + "Staphylococcus caledonicus" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/staphylococcus-caledonicus" + ], + "type_strain": [ + "Type Strain" + ] + }, + "uuid": "36b7686b-3b47-59a6-a053-3862f765b974", + "value": "Staphylococcus caledonicus" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14450" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14450" + ], + "other_collection_numbers": [ + "LMG 31935" + ], + "product_name": [ + "Vandammella animalimorsus" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/vandammella-animalimorsus" + ], + "type_strain": [ + "Type Strain" + ] + }, + "uuid": "05d361a6-7166-5949-84e5-5912edc092f2", + "value": "Vandammella animalimorsus" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14468" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14468" + ], + "other_collection_numbers": [ + "CCM 8641; CCUG 67966; CIP 110478; CNCTC 7573; strain 1191" + ], + "product_name": [ + "Acinetobacter colistiniresistens" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/acinetobacter-colistiniresistens" + ], + "type_strain": [ + "Type Strain" + ] + }, + "uuid": "9f9c7c9d-5f45-57be-93ad-cd951c5e1e63", + "value": "Acinetobacter colistiniresistens" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14239" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14239" + ], + "other_collection_numbers": [ + "Type 2" + ], + "product_name": [ + "Salmonella enterica subsp. XI" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-xi" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "cfeb73f2-a211-5c4e-b77d-0b151812004a", + "value": "Salmonella enterica subsp. XI" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14478" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14478", + "NCTC 10727", + "NCTC 13717", + "NCTC 13618", + "NCTC 14383", + "NCTC 14361", + "NCTC 13714", + "NCTC 13715", + "NCTC 13716", + "NCTC 13718", + "NCTC 13719", + "NCTC 13921", + "NCTC 13713", + "NCTC 14207", + "NCTC 13621", + "NCTC 13620", + "NCTC 13619", + "NCTC 10728", + "NCTC 8506", + "NCTC 8203", + "NCTC 8058", + "NCTC 10561", + "NCTC 6749", + "NCTC 13646", + "NCTC 10299", + "NCTC 12934", + "NCTC 12903", + "NCTC 12449", + "NCTC 12448", + "NCTC 12447", + "NCTC 11839", + "NCTC 11452", + "NCTC 11451", + "NCTC 11450", + "NCTC 11449", + "NCTC 11448", + "NCTC 11447", + "NCTC 11446", + "NCTC 11445", + "NCTC 11444", + "NCTC 7244", + "NCTC 6750", + "NCTC 10783", + "NCTC 10782", + "NCTC 10731", + "NCTC 10730", + "NCTC 11456", + "NCTC 11455", + "NCTC 11453", + "NCTC 11443", + "NCTC 11442", + "NCTC 11441", + "NCTC 11440", + "NCTC 5083", + "NCTC 13437", + "NCTC 13359", + "NCTC 12951", + "NCTC 10662", + "NCTC 9433", + "NCTC 13416", + "NCTC 13415", + "NCTC 13414", + "NCTC 10332", + "NCTC 11672", + "NCTC 11673", + "NCTC 10701", + "NCTC 10781", + "NCTC 10784", + "NCTC 8505", + "NCTC 1999", + "NCTC 2000", + "NCTC 950", + "NCTC 6751", + "NCTC 10780", + "NCTC 5940", + "NCTC 7771", + "NCTC 11669", + "NCTC 11670", + "NCTC 11671", + "NCTC 10726", + "NCTC 10729", + "NCTC 11663", + "NCTC 8060" + ], + "other_collection_numbers": [ + "ATCC 15692; CIP 104116; CCUG 56489; JCM 14847; KCTC 1637; NCIMB 10548; Stainer 131" + ], + "product_name": [ + "Pseudomonas aeruginosa" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-91", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-23", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-84", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-74", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-90", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-89", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-81", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-82", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-83", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-85", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-86", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-80", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-87", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-88", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-77", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-76", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-75", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-24", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-15", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-13", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-11", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-19", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-6", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-79", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-17", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-62", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-60", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-59", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-58", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-57", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-56", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-45", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-44", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-43", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-42", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-41", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-40", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-39", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-38", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-37", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-9", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-7", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-31", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-30", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-27", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-26", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-49", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-48", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-46", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-36", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-35", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-34", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-33", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-4", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-69", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-64", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-63", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-20", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-16", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-72", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-71", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-70", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-18", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-54", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-55", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-21", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-29", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-32", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-14", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-2", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-3", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-8", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-28", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-5", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-10", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-51", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-52", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-53", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-22", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-25", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-50", + "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-12" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "66e25ad5-2b5f-5c4b-bee8-ba2315081a38", + "value": "Pseudomonas aeruginosa" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14549" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14549" + ], + "other_collection_numbers": [ + "DSM 112378" + ], + "product_name": [ + "\"Oerskovia douganii\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/oerskovia-douganii" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "3d3d91d1-b330-550f-8384-cbb3b08d7715", + "value": "\"Oerskovia douganii\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14557" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14557" + ], + "other_collection_numbers": [ + "DSM 112381" + ], + "product_name": [ + "\"Oceanitalea stevensii\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/oceanitalea-stevensii" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "172e8905-a51c-5a70-bc9c-a1e01443a0ca", + "value": "\"Oceanitalea stevensii\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14574" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14574" + ], + "product_name": [ + "\"Phocaeicola gallinarum\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/phocaeicola-gallinarum" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "6b7e638c-47bd-5b95-b6d9-f75c81e38a81", + "value": "\"Phocaeicola gallinarum\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14569" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14569" + ], + "other_collection_numbers": [ + "DSM 112355" + ], + "product_name": [ + "\"Corynebacterium gallinarum\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/corynebacterium-gallinarum" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "e3dede12-1e52-52ac-9e53-e45cdab252cb", + "value": "\"Corynebacterium gallinarum\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14563" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14563" + ], + "product_name": [ + "\"Kaistella pullorum\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/kaistella-pullorum" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "a5ba1db8-5702-533a-ad7d-414f77cfdc4e", + "value": "\"Kaistella pullorum\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14545" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14545" + ], + "other_collection_numbers": [ + "DSM 112314" + ], + "product_name": [ + "\"Acinetobacter pecorum\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/acinetobacter-pecorum" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "67921b3b-b60e-5d05-a4a1-9578eadc98b9", + "value": "\"Acinetobacter pecorum\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14552" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14552" + ], + "other_collection_numbers": [ + "DSM 112356" + ], + "product_name": [ + "\"Planococcus wigleyi\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/planococcus-wigleyi-2" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "67e133f1-8d42-5c5c-903b-feab9af1950b", + "value": "\"Planococcus wigleyi\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14546" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14546" + ], + "other_collection_numbers": [ + "DSM 112315" + ], + "product_name": [ + "\"Bacillus norwichensis\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/bacillus-norwichensis" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "cf126ce5-4717-53ae-a493-8bd5af887257", + "value": "\"Bacillus norwichensis\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14578" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14578" + ], + "product_name": [ + "\"Solibacillus faecavium\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/solibacillus-faecavium" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "886c00d1-be4a-5b24-b3dc-aa762d092fa7", + "value": "\"Solibacillus faecavium\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14547" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14547" + ], + "other_collection_numbers": [ + "DSM 112317" + ], + "product_name": [ + "\"Brevibacterium gallinarum\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/brevibacterium-gallinarum" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "fa5e3155-b0c8-5983-ae85-a5cec27161b0", + "value": "\"Brevibacterium gallinarum\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14559" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14559" + ], + "other_collection_numbers": [ + "DSM 112319" + ], + "product_name": [ + "\"Arthrobacter pullicola\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/arthrobacter-pullicola" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "ce75646c-2e0f-51e3-8111-259af248d489", + "value": "\"Arthrobacter pullicola\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14576" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14576" + ], + "product_name": [ + "\"Ureibacillus galli\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/ureibacillus-galli" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "06b6eb64-5fd3-5492-9332-b601d2f527ac", + "value": "\"Ureibacillus galli\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14560" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14560" + ], + "other_collection_numbers": [ + "DSM 112320" + ], + "product_name": [ + "\"Arthrobacter gallicola\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/arthrobacter-gallicola" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "fa65ad53-998a-50fe-8739-d7d1658e09cc", + "value": "\"Arthrobacter gallicola\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14618" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14618" + ], + "other_collection_numbers": [ + "DSM 112377" + ], + "product_name": [ + "\"Serpens gallinarum\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/serpens-gallinarum" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "8daa788b-e1b7-5387-aac6-dbdbee29bd1a", + "value": "\"Serpens gallinarum\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14554" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14554" + ], + "other_collection_numbers": [ + "DSM 112358" + ], + "product_name": [ + "\"Oerskovia merdavium\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/oerskovia-merdavium" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "f66c0a29-5690-5eb5-9c1a-b004425fef3e", + "value": "\"Oerskovia merdavium\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14550" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14550" + ], + "other_collection_numbers": [ + "DSM 112379" + ], + "product_name": [ + "\"Oerskovia gallyi\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/oerskovia-gallyi" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "386298fc-4c8a-547c-9728-ab6963d37152", + "value": "\"Oerskovia gallyi\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14555" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14555" + ], + "other_collection_numbers": [ + "DSM 112359" + ], + "product_name": [ + "\"Ochrobacterum gallinarum\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/ochrobacterum-gallinarum" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "36c5769e-a315-56e7-a65b-54952a144eb0", + "value": "\"Ochrobacterum gallinarum\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14567" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14567" + ], + "other_collection_numbers": [ + "DSM 112323" + ], + "product_name": [ + "\"Escherichia whittamii\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/escherichia-whittamii" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "712f0ea5-2498-5f83-a741-cf6969c77f9f", + "value": "\"Escherichia whittamii\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14571" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14571" + ], + "product_name": [ + "\"Comamonas avium\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/comamonas-avium" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "ad84a875-71e7-5c27-8a82-b68008230bf9", + "value": "\"Comamonas avium\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14570" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14570" + ], + "other_collection_numbers": [ + "DSM 112464" + ], + "product_name": [ + "\"Luteimonas colneyensis\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/luteimonas-colneyensis" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "3039967a-db29-59aa-8dde-0e11a70b68ea", + "value": "\"Luteimonas colneyensis\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14573" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14573" + ], + "product_name": [ + "\"Paenibacillus gallinarum\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/paenibacillus-gallinarum" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "48d9f67f-9b3d-56a5-9d67-97ce14dc5ed0", + "value": "\"Paenibacillus gallinarum\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14703" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14703" + ], + "other_collection_numbers": [ + "DSM 112361" + ], + "product_name": [ + "\"Sporosarcina quadrami\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/sporosarcina-quadrami" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "70cd1d99-a1ce-545e-8d87-6b88250bdce2", + "value": "\"Sporosarcina quadrami\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14577" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14577" + ], + "product_name": [ + "\"Stenotrophomonas pennii\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/stenotrophomonas-pennii" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "65e97222-10b9-59b5-a7e2-e08ba61b05ee", + "value": "\"Stenotrophomonas pennii\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14562" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14562" + ], + "other_collection_numbers": [ + "DSM 112390" + ], + "product_name": [ + "\"Microbacterium pullorum\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/microbacterium-pullorum" + ], + "type_strain": [ + "Type Strain" + ] + }, + "uuid": "144ff6d2-2b63-5d29-97b9-74f0544230c8", + "value": "\"Microbacterium pullorum\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14553" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14553" + ], + "other_collection_numbers": [ + "DSM 112357" + ], + "product_name": [ + "\"Psychrobacter communis\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/psychrobacter-communis" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "0ae5e6f7-7417-5004-a73f-2452817468ea", + "value": "\"Psychrobacter communis\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14564" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14564" + ], + "other_collection_numbers": [ + "DSM 112321" + ], + "product_name": [ + "\"Cellulomonas avistercoris\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/cellulomonas-avistercoris" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "342d2551-316c-5a97-8657-b5050f9049ff", + "value": "\"Cellulomonas avistercoris\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14551" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14551" + ], + "other_collection_numbers": [ + "DSM 112360" + ], + "product_name": [ + "\"Sporosarcina gallistercoris\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/sporosarcina-gallistercoris" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "037bb842-7413-55bc-93a3-2f529fc971aa", + "value": "\"Sporosarcina gallistercoris\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14558" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14558" + ], + "other_collection_numbers": [ + "DSM 112318" + ], + "product_name": [ + "\"Brevundimonas guildfordensis\"" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/brevundimonas-guildfordensis" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "878c2f54-dd70-5d67-b974-7c8baa132b50", + "value": "\"Brevundimonas guildfordensis\"" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14580" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14580" + ], + "other_collection_numbers": [ + "GTC 22698" + ], + "product_name": [ + "Pseudomonas tohonis" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/pseudomonas-tohonis" + ], + "type_strain": [ + "Type Strain" + ] + }, + "uuid": "9335ee5f-5e53-5eec-97b0-ddad18a436a8", + "value": "Pseudomonas tohonis" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14844" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14844", + "NCTC 14835", + "NCTC 13348", + "NCTC 74", + "NCTC 14006", + "NCTC 14020", + "NCTC 14011", + "NCTC 13954", + "NCTC 14029", + "NCTC 14028", + "NCTC 13952", + "NCTC 14016", + "NCTC 14186", + "NCTC 14007", + "NCTC 14008", + "NCTC 14009", + "NCTC 14010", + "NCTC 14015", + "NCTC 14017", + "NCTC 14018", + "NCTC 14019", + "NCTC 14021", + "NCTC 14022", + "NCTC 14023", + "NCTC 14026", + "NCTC 14030", + "NCTC 14031", + "NCTC 12023", + "NCTC 13347", + "NCTC 13171", + "NCTC 12485", + "NCTC 12484", + "NCTC 12416", + "NCTC 12190", + "NCTC 12118", + "NCTC 12117", + "NCTC 12116", + "NCTC 12115", + "NCTC 10413", + "NCTC 8392", + "NCTC 9324", + "NCTC 8391", + "NCTC 8298", + "NCTC 5715", + "NCTC 5714", + "NCTC 5713", + "NCTC 5712", + "NCTC 5711", + "NCTC 5710", + "NCTC 4782", + "NCTC 3048", + "NCTC 73", + "NCTC 11881" + ], + "other_collection_numbers": [ + "M102" + ], + "product_name": [ + "Salmonella enterica subsp. enterica serotype Typhimurium" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-59", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-58", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-28", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-2", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-53", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-46", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-44", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-50", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-48", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-47", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-51", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-45", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-52", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-29", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-30", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-31", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-32", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-33", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-34", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-35", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-36", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-37", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-38", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-39", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-40", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-42", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-49", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-17", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-27", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-26", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-25", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-24", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-23", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-22", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-21", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-20", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-19", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-18", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-15", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-13", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-14", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-12", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-11", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-10", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-9", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-8", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-7", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-6", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-5", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-4", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-3", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-16" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "cb8e9dc6-5934-5aa8-b064-25e93c69dc56", + "value": "Salmonella enterica subsp. enterica serotype Typhimurium" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14617" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14617", "NCTC 13812", "NCTC 13811", "NCTC 13435", "NCTC 14636", "NCTC 14637", "NCTC 14579", - "NCTC 14617", "NCTC 14462", "NCTC 14464", "NCTC 14465", @@ -229,20 +2990,17 @@ "NCTC 9318", "NCTC 12497" ], - "other_collection_numbers": [ - "UT 25, HIP13163, BAA-976" - ], "product_name": [ "Staphylococcus aureus" ], "refs": [ + "https://www.culturecollections.org.uk/nop/product/staphylococcus-aureus-216", "https://www.culturecollections.org.uk/nop/product/staphylococcus-aureus-201", "https://www.culturecollections.org.uk/nop/product/staphylococcus-aureus-200", "https://www.culturecollections.org.uk/nop/product/staphylococcus-aureus-195", "https://www.culturecollections.org.uk/nop/product/staphylococcus-aureus-218", "https://www.culturecollections.org.uk/nop/product/staphylococcus-aureus-217", "https://www.culturecollections.org.uk/nop/product/staphylococcus-aureus-215", - "https://www.culturecollections.org.uk/nop/product/staphylococcus-aureus-216", "https://www.culturecollections.org.uk/nop/product/staphylococcus-aureus-214", "https://www.culturecollections.org.uk/nop/product/staphylococcus-aureus-213", "https://www.culturecollections.org.uk/nop/product/staphylococcus-aureus-212", @@ -457,12 +3215,90 @@ { "meta": { "catalogue_number": [ - "NCTC 13810" + "NCTC 14240" ], "collection": [ "NCTC" ], "external_id": [ + "NCTC 14240" + ], + "product_name": [ + "Salmonella enterica subsp. essexiensis" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-essexiensis" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "56005325-1ddc-5434-89f2-ec6133280514", + "value": "Salmonella enterica subsp. essexiensis" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14831" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14831", + "NCTC 13665", + "NCTC 6676", + "NCTC 4444", + "NCTC 13349", + "NCTC 12694", + "NCTC 618", + "NCTC 8515", + "NCTC 5765", + "NCTC 5694", + "NCTC 5188", + "NCTC 4777", + "NCTC 4776", + "NCTC 3045" + ], + "other_collection_numbers": [ + "M89" + ], + "product_name": [ + "Salmonella enterica subsp. enterica serotype Enteritidis" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-21", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-13", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-9", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-3", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-12", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-11", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-10", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-8", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-7", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-6", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-5", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-4", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-2" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "f0725682-b0c5-50ef-8ac8-b0eda0a5eccb", + "value": "Salmonella enterica subsp. enterica serotype Enteritidis" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14052" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14052", "NCTC 13810", "NCTC 13809", "NCTC 9143", @@ -493,7 +3329,6 @@ "NCTC 9156", "NCTC 9144", "NCTC 14110", - "NCTC 14052", "NCTC 13699", "NCTC 13694", "NCTC 13691", @@ -613,13 +3448,11 @@ "NCTC 10896", "NCTC 9634" ], - "other_collection_numbers": [ - "AIS 2007023, BAA-1706" - ], "product_name": [ "Klebsiella pneumoniae" ], "refs": [ + "https://www.culturecollections.org.uk/nop/product/klebsiella-pneumoniae-138", "https://www.culturecollections.org.uk/nop/product/klebsiella-pneumoniae-137", "https://www.culturecollections.org.uk/nop/product/klebsiella-pneumoniae-136", "https://www.culturecollections.org.uk/nop/product/klebsiella-pneumoniae-14", @@ -650,7 +3483,6 @@ "https://www.culturecollections.org.uk/nop/product/klebsiella-pneumoniae-21", "https://www.culturecollections.org.uk/nop/product/klebsiella-pneumoniae-15", "https://www.culturecollections.org.uk/nop/product/klebsiella-pneumoniae-139", - "https://www.culturecollections.org.uk/nop/product/klebsiella-pneumoniae-138", "https://www.culturecollections.org.uk/nop/product/klebsiella-pneumoniae-129", "https://www.culturecollections.org.uk/nop/product/klebsiella-pneumoniae-101", "https://www.culturecollections.org.uk/nop/product/klebsiella-pneumoniae-126", @@ -780,193 +3612,522 @@ { "meta": { "catalogue_number": [ - "NCTC 14478" + "NCTC 14385" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14478", - "NCTC 10727", - "NCTC 13717", - "NCTC 13618", - "NCTC 14383", - "NCTC 14361", - "NCTC 13714", - "NCTC 13715", - "NCTC 13716", - "NCTC 13718", - "NCTC 13719", - "NCTC 13921", - "NCTC 13713", - "NCTC 14207", - "NCTC 13621", - "NCTC 13620", - "NCTC 13619", - "NCTC 10728", - "NCTC 8506", - "NCTC 8203", - "NCTC 8058", - "NCTC 10561", - "NCTC 6749", - "NCTC 13646", - "NCTC 10299", - "NCTC 12934", - "NCTC 12903", - "NCTC 12449", - "NCTC 12448", - "NCTC 12447", - "NCTC 11839", - "NCTC 11452", - "NCTC 11451", - "NCTC 11450", - "NCTC 11449", - "NCTC 11448", - "NCTC 11447", - "NCTC 11446", - "NCTC 11445", - "NCTC 11444", - "NCTC 7244", - "NCTC 6750", - "NCTC 10783", - "NCTC 10782", - "NCTC 10731", - "NCTC 10730", - "NCTC 11456", - "NCTC 11455", - "NCTC 11453", - "NCTC 11443", - "NCTC 11442", - "NCTC 11441", - "NCTC 11440", - "NCTC 5083", - "NCTC 13437", - "NCTC 13359", - "NCTC 12951", - "NCTC 10662", - "NCTC 9433", - "NCTC 13416", - "NCTC 13415", - "NCTC 13414", - "NCTC 10332", - "NCTC 11672", - "NCTC 11673", - "NCTC 10701", - "NCTC 10781", - "NCTC 10784", - "NCTC 8505", - "NCTC 1999", - "NCTC 2000", - "NCTC 950", - "NCTC 6751", - "NCTC 10780", - "NCTC 5940", - "NCTC 7771", - "NCTC 11669", - "NCTC 11670", - "NCTC 11671", - "NCTC 10726", - "NCTC 10729", - "NCTC 11663", - "NCTC 8060" - ], - "other_collection_numbers": [ - "ATCC 15692; CIP 104116; CCUG 56489; JCM 14847; KCTC 1637; NCIMB 10548; Stainer 131" + "NCTC 14385" ], "product_name": [ - "Pseudomonas aeruginosa" + "Clostridioides difficile" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-91", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-23", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-84", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-74", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-90", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-89", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-81", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-82", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-83", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-85", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-86", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-80", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-87", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-88", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-77", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-76", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-75", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-24", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-15", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-13", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-11", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-19", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-6", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-79", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-17", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-62", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-60", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-59", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-58", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-57", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-56", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-45", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-44", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-43", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-42", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-41", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-40", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-39", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-38", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-37", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-9", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-7", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-31", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-30", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-27", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-26", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-49", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-48", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-46", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-36", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-35", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-34", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-33", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-4", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-69", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-64", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-63", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-20", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-16", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-72", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-71", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-70", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-18", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-54", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-55", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-21", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-29", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-32", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-14", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-2", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-3", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-8", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-28", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-5", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-10", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-51", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-52", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-53", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-22", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-25", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-50", - "https://www.culturecollections.org.uk/nop/product/pseudomonas-aeruginosa-12" + "https://www.culturecollections.org.uk/nop/product/clostridioides-difficile" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "66e25ad5-2b5f-5c4b-bee8-ba2315081a38", - "value": "Pseudomonas aeruginosa" + "uuid": "7ac2c672-40cd-564e-a89c-52bde9c7f7e0", + "value": "Clostridioides difficile" + }, + { + "meta": { + "catalogue_number": [ + "91031101" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "None Stated" + ], + "external_id": [ + "91031101" + ], + "product_name": [ + "C2C12" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/c2c12" + ], + "species": [ + "Mouse" + ], + "tissue_of_origin": [ + "Muscle" + ] + }, + "uuid": "8b585db8-e54f-5fb2-8995-9d9decd2cb62", + "value": "C2C12" + }, + { + "meta": { + "antibody_isotype": [ + "None Secreted" + ], + "catalogue_number": [ + "94120825" + ], + "collection": [ + "Hybridoma" + ], + "external_id": [ + "94120825" + ], + "product_name": [ + "AFRC 17D1" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/afrc-17d1" + ], + "target_(reactivity)": [ + "Non Ig secreting" + ] + }, + "uuid": "0af34fa4-f923-5f85-becd-78c7b731a5f7", + "value": "AFRC 17D1" + }, + { + "meta": { + "catalogue_number": [ + "90011806" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "None Stated" + ], + "external_id": [ + "90011806" + ], + "product_name": [ + "142BR" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/142br" + ], + "species": [ + "Human" + ], + "tissue_of_origin": [ + "Skin" + ] + }, + "uuid": "1d09cf61-b1f3-5477-8e7d-3a96ec7a4e28", + "value": "142BR" + }, + { + "meta": { + "catalogue_number": [ + "01110916" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "None Stated" + ], + "external_id": [ + "01110916" + ], + "product_name": [ + "E11" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/e11-2" + ], + "species": [ + "Fish" + ], + "tissue_of_origin": [ + "Other" + ] + }, + "uuid": "58e5d3c8-11fc-57ed-abe6-101cb2eb8042", + "value": "E11" + }, + { + "meta": { + "catalogue_number": [ + "95122020" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "None Stated" + ], + "external_id": [ + "95122020" + ], + "product_name": [ + "STE-137" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/ste-137" + ], + "species": [ + "Fish" + ], + "tissue_of_origin": [ + "Embryo" + ] + }, + "uuid": "bb4ebbfd-8cd3-59a3-a011-1745d593d988", + "value": "STE-137" + }, + { + "meta": { + "catalogue_number": [ + "90031401" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "None Stated" + ], + "external_id": [ + "90031401" + ], + "product_name": [ + "FER" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/fer" + ], + "species": [ + "Feline" + ], + "tissue_of_origin": [ + "Embryo" + ] + }, + "uuid": "c135f1c2-f92e-550c-8647-14435ce71adb", + "value": "FER" + }, + { + "meta": { + "catalogue_number": [ + "87021902" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "Neoplasms" + ], + "external_id": [ + "87021902" + ], + "product_name": [ + "AtT20" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/att20" + ], + "species": [ + "Mouse" + ], + "tissue_of_origin": [ + "Pituitary gland" + ] + }, + "uuid": "11d7063e-1fca-5f31-98aa-673fe0861da2", + "value": "AtT20" + }, + { + "meta": { + "catalogue_number": [ + "06100302" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "Myeloma" + ], + "external_id": [ + "06100302" + ], + "product_name": [ + "KARPAS-417" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/karpas-417" + ], + "species": [ + "Human" + ], + "tissue_of_origin": [ + "Blood" + ] + }, + "uuid": "f61f627c-65bc-53d3-844a-10f521fc0790", + "value": "KARPAS-417" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 15041" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 15041", + "NCTC 15040", + "NCTC 15039", + "NCTC 15037", + "NCTC 15036", + "NCTC 15035", + "NCTC 15034", + "NCTC 15033", + "NCTC 15032", + "NCTC 15031", + "NCTC 15030", + "NCTC 15029", + "NCTC 15026", + "NCTC 15025", + "NCTC 15024", + "NCTC 15014", + "NCTC 15013", + "NCTC 15012", + "NCTC 15006", + "NCTC 15005", + "NCTC 15004", + "NCTC 15003", + "NCTC 15002", + "NCTC 15001", + "NCTC 15000", + "NCTC 14999", + "NCTC 14997", + "NCTC 15017", + "NCTC 15016", + "NCTC 15015", + "NCTC 15011", + "NCTC 15010", + "NCTC 15009", + "NCTC 15008", + "NCTC 15007", + "NCTC 14992", + "NCTC 14991", + "NCTC 14990", + "NCTC 14989", + "NCTC 14988", + "NCTC 14996", + "NCTC 14995", + "NCTC 14994" + ], + "other_collection_numbers": [ + "C115" + ], + "product_name": [ + "Clostridiodes difficile" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-44", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-43", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-42", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-41", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-40", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-39", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-38", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-37", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-36", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-35", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-33", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-32", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-31", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-30", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-29", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-25", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-24", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-23", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-17", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-16", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-15", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-14", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-13", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-12", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-11", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-10", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-9", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-28", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-27", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-26", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-22", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-21", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-20", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-19", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-18", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-5", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-4", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-3", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-2", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-8", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-7", + "https://www.culturecollections.org.uk/nop/product/clostridiodes-difficile-6" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "2aef175e-dbf5-5730-a072-0bac357eb5c6", + "value": "Clostridiodes difficile" + }, + { + "meta": { + "catalogue_number": [ + "98110201" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "Cancer" + ], + "external_id": [ + "98110201" + ], + "product_name": [ + "SHP-77" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/shp-77" + ], + "species": [ + "Human" + ], + "tissue_of_origin": [ + "Lung" + ] + }, + "uuid": "5e704562-c0a0-5dd3-94af-6cba15fc4627", + "value": "SHP-77" + }, + { + "meta": { + "catalogue_number": [ + "10092307" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "Mesothelioma" + ], + "external_id": [ + "10092307" + ], + "product_name": [ + "AB22" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/ab22-2" + ], + "species": [ + "Mouse" + ], + "tissue_of_origin": [ + "Lung" + ] + }, + "uuid": "857d57a9-d401-5fcf-b572-72376d79a253", + "value": "AB22" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 14222" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 14222" + ], + "other_collection_numbers": [ + "Type 2" + ], + "product_name": [ + "Yersinia hibernica" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/yersinia-hibernica" + ], + "type_strain": [ + "Type Strain" + ] + }, + "uuid": "a93d7b20-28fd-5875-a142-d20537ee2291", + "value": "Yersinia hibernica" + }, + { + "meta": { + "catalogue_number": [ + "NCPF 0896" + ], + "collection": [ + "NCPF" + ], + "external_id": [ + "NCPF 0896", + "NCPF 0843", + "NCPF 0824" + ], + "product_name": [ + "Trichophyton yaoundei" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/trichophyton-yaoundei-3", + "https://www.culturecollections.org.uk/nop/product/trichophyton-yaoundei-2", + "https://www.culturecollections.org.uk/nop/product/trichophyton-yaoundei" + ], + "site_of_origin": [ + "Scalp" + ], + "source": [ + "Human origin" + ] + }, + "uuid": "ab0a7c81-67ba-5d39-90c5-752faf27eb99", + "value": "Trichophyton yaoundei" + }, + { + "meta": { + "catalogue_number": [ + "88071401" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "None Stated" + ], + "external_id": [ + "88071401" + ], + "product_name": [ + "IEC 6" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/iec-6" + ], + "species": [ + "Rat" + ], + "tissue_of_origin": [ + "Intestine" + ] + }, + "uuid": "22ab8446-74a2-5a01-84c4-d8990caedb42", + "value": "IEC 6" }, { "meta": { @@ -998,6 +4159,526 @@ "uuid": "f7b4291a-cbbd-5197-b83c-83098fef75ec", "value": "RAW 264.7" }, + { + "meta": { + "age": [ + "Multiple" + ], + "catalogue_number": [ + "06041305" + ], + "collection": [ + "Human Random Control" + ], + "ethnic_origin": [ + "UK Caucasian" + ], + "external_id": [ + "06041305" + ], + "gender": [ + "Male and Female" + ], + "product_name": [ + "HRC-5 DNA Panel" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/hrc-5-dna-panel" + ] + }, + "uuid": "c1721423-b3d6-5992-836f-36492e9c2d10", + "value": "HRC-5 DNA Panel" + }, + { + "meta": { + "age": [ + "Multiple" + ], + "catalogue_number": [ + "06041302" + ], + "collection": [ + "Human Random Control" + ], + "ethnic_origin": [ + "UK Caucasian" + ], + "external_id": [ + "06041302" + ], + "gender": [ + "Male and Female" + ], + "product_name": [ + "HRC-2 DNA Panel" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/hrc-2-dna-panel" + ] + }, + "uuid": "af4bb9f1-a885-507b-991f-2a6035360a44", + "value": "HRC-2 DNA Panel" + }, + { + "meta": { + "age": [ + "Multiple" + ], + "catalogue_number": [ + "06041301" + ], + "collection": [ + "Human Random Control" + ], + "ethnic_origin": [ + "UK Caucasian" + ], + "external_id": [ + "06041301" + ], + "gender": [ + "Male and Female" + ], + "product_name": [ + "HRC-1 DNA Panel" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/hrc-1-dna-panel" + ] + }, + "uuid": "824de504-473b-5b60-bcce-0df493f49229", + "value": "HRC-1 DNA Panel" + }, + { + "meta": { + "catalogue_number": [ + "1806152v" + ], + "collection": [ + "NCPV" + ], + "external_id": [ + "1806152v", + "1806156v", + "0104151v", + "1806153v", + "1806154v", + "1806157v", + "1806146v", + "1806147v", + "1806145v" + ], + "hazard_group_(acdp)": [ + "ACDP HG2" + ], + "product_name": [ + "Herpes simplex virus 1" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/herpes-simplex-virus-1-13", + "https://www.culturecollections.org.uk/nop/product/herpes-simplex-virus-1-9", + "https://www.culturecollections.org.uk/nop/product/herpes-simplex-virus-1-7", + "https://www.culturecollections.org.uk/nop/product/herpes-simplex-virus-1-6", + "https://www.culturecollections.org.uk/nop/product/herpes-simplex-virus-1-5", + "https://www.culturecollections.org.uk/nop/product/herpes-simplex-virus-1-4", + "https://www.culturecollections.org.uk/nop/product/herpes-simplex-virus-1-3", + "https://www.culturecollections.org.uk/nop/product/herpes-simplex-virus-1-2", + "https://www.culturecollections.org.uk/nop/product/herpes-simplex-virus-1" + ], + "strain_designation": [ + "P15" + ] + }, + "uuid": "ba189b7b-19a6-5f19-bafb-bb58bc8cab68", + "value": "Herpes simplex virus 1" + }, + { + "meta": { + "catalogue_number": [ + "96090512" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "Lymphoma" + ], + "external_id": [ + "96090512" + ], + "product_name": [ + "Ci-1 (formerly known as Ri-1)" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/ci-1-formerly-known-as-ri-1" + ], + "species": [ + "Human" + ], + "tissue_of_origin": [ + "Blood" + ] + }, + "uuid": "9b4bf743-bf10-5af9-bf29-77ecf2abfa3f", + "value": "Ci-1 (formerly known as Ri-1)" + }, + { + "meta": { + "catalogue_number": [ + "02050101" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "None Stated" + ], + "external_id": [ + "02050101" + ], + "product_name": [ + "MDCK-Protein Free" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/mdck-protein-free" + ], + "species": [ + "Canine" + ], + "tissue_of_origin": [ + "Kidney" + ] + }, + "uuid": "b41de6c1-763a-532a-9769-b38e528c220b", + "value": "MDCK-Protein Free" + }, + { + "meta": { + "catalogue_number": [ + "93120820" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "None Stated" + ], + "external_id": [ + "93120820" + ], + "product_name": [ + "EPC" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/epc" + ], + "species": [ + "Fish" + ], + "tissue_of_origin": [ + "Skin" + ] + }, + "uuid": "82b416f5-f000-57a5-86c6-c05c39e9f3bc", + "value": "EPC" + }, + { + "meta": { + "catalogue_number": [ + "09061602" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "None Stated" + ], + "external_id": [ + "09061602" + ], + "product_name": [ + "h1RPE7" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/h1rpe7" + ], + "species": [ + "Human" + ], + "tissue_of_origin": [ + "Eye" + ] + }, + "uuid": "35f06f3f-8684-52eb-ba88-11ed694c985f", + "value": "h1RPE7" + }, + { + "meta": { + "catalogue_number": [ + "87061209" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "Small Cell Carcinoma" + ], + "external_id": [ + "87061209" + ], + "product_name": [ + "COLO 668" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/colo-668" + ], + "species": [ + "Human" + ], + "tissue_of_origin": [ + "Lung" + ] + }, + "uuid": "4578cafb-b306-5780-992a-cfbc14c59f0b", + "value": "COLO 668" + }, + { + "meta": { + "catalogue_number": [ + "07071902" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "Carcinoma" + ], + "external_id": [ + "07071902" + ], + "product_name": [ + "COV504" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/cov504" + ], + "species": [ + "Human" + ], + "tissue_of_origin": [ + "Ovary" + ] + }, + "uuid": "b47725d8-3151-575f-aaf4-964c7d1fbdb6", + "value": "COV504" + }, + { + "meta": { + "catalogue_number": [ + "10112001" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "None Stated" + ], + "external_id": [ + "10112001" + ], + "product_name": [ + "COCA" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/coca" + ], + "species": [ + "Mouse" + ], + "tissue_of_origin": [ + "Skin" + ] + }, + "uuid": "9f87a0f6-9387-5013-80d2-4ff037654782", + "value": "COCA" + }, + { + "meta": { + "catalogue_number": [ + "95051033" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "Non-Hodgkin Lymphoma" + ], + "external_id": [ + "95051033" + ], + "product_name": [ + "My-La, Lymphoma" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/my-la-lymphoma" + ], + "species": [ + "Human" + ], + "tissue_of_origin": [ + "Lymph node" + ] + }, + "uuid": "d81e7917-8d64-54e2-9769-94b145ef15eb", + "value": "My-La, Lymphoma" + }, + { + "meta": { + "catalogue_number": [ + "93093002" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "None Stated" + ], + "external_id": [ + "93093002" + ], + "product_name": [ + "MOH (TOU II-3)" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/moh-tou-ii-3" + ], + "species": [ + "Human" + ], + "tissue_of_origin": [ + "Blood" + ] + }, + "uuid": "a7f37247-d004-504a-a189-95bb809b8d9f", + "value": "MOH (TOU II-3)" + }, + { + "meta": { + "catalogue_number": [ + "00030814" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "None Stated" + ], + "external_id": [ + "00030814" + ], + "product_name": [ + "IIC9 (CH0)" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/iic9-ch0" + ], + "species": [ + "Hamster" + ], + "tissue_of_origin": [ + "Embryo" + ] + }, + "uuid": "82195ed6-83cc-5615-9bd4-b4c1ae1e3802", + "value": "IIC9 (CH0)" + }, + { + "meta": { + "catalogue_number": [ + "NCTC 506" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 506" + ], + "other_collection_numbers": [ + "F. 1, CN 4781, NCIB 506, WDCM 00079" + ], + "product_name": [ + "Paraclostridium bifermentans" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/paraclostridium-bifermentans" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "cb9d6a3b-b5c3-5e9d-8671-ea4b5cbea45c", + "value": "Paraclostridium bifermentans" + }, + { + "meta": { + "catalogue_number": [ + "91091004" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "Adenocarcinoma" + ], + "external_id": [ + "91091004" + ], + "product_name": [ + "SK-OV-3" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/sk-ov-3" + ], + "species": [ + "Human" + ], + "tissue_of_origin": [ + "Ovary" + ] + }, + "uuid": "bf7bfd2f-eace-509e-ab52-e7d37f3cff83", + "value": "SK-OV-3" + }, + { + "meta": { + "catalogue_number": [ + "93061524" + ], + "collection": [ + "General Cell" + ], + "disease": [ + "None Stated" + ], + "external_id": [ + "93061524" + ], + "product_name": [ + "NIH 3T3" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/nih-3t3" + ], + "species": [ + "Mouse" + ], + "tissue_of_origin": [ + "Embryo" + ] + }, + "uuid": "e98ac60e-adc3-5c3d-9885-d20c07d41ef6", + "value": "NIH 3T3" + }, { "meta": { "catalogue_number": [ @@ -2452,36 +6133,6 @@ "uuid": "90ede254-bdd4-54ac-b3e9-eeecff0508d6", "value": "Meyerozyma guilliermondii" }, - { - "meta": { - "catalogue_number": [ - "95051033" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "Non-Hodgkin Lymphoma" - ], - "external_id": [ - "95051033" - ], - "product_name": [ - "My-La CD8+" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/my-la-cd8" - ], - "species": [ - "Human" - ], - "tissue_of_origin": [ - "Lymph node" - ] - }, - "uuid": "8f885509-b77b-5ba5-b384-305788f5684f", - "value": "My-La CD8+" - }, { "meta": { "catalogue_number": [ @@ -2512,47 +6163,6 @@ "uuid": "0c157ecd-3002-535f-a288-8dd1b7a9ee6d", "value": "Grunt Fin (GF)" }, - { - "meta": { - "catalogue_number": [ - "1806156v" - ], - "collection": [ - "NCPV" - ], - "external_id": [ - "1806156v", - "0104151v", - "1806153v", - "1806154v", - "1806157v", - "1806146v", - "1806147v", - "1806145v" - ], - "hazard_group_(acdp)": [ - "ACDP HG2" - ], - "product_name": [ - "Herpes simplex virus 1" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/herpes-simplex-virus-1-9", - "https://www.culturecollections.org.uk/nop/product/herpes-simplex-virus-1-7", - "https://www.culturecollections.org.uk/nop/product/herpes-simplex-virus-1-6", - "https://www.culturecollections.org.uk/nop/product/herpes-simplex-virus-1-5", - "https://www.culturecollections.org.uk/nop/product/herpes-simplex-virus-1-4", - "https://www.culturecollections.org.uk/nop/product/herpes-simplex-virus-1-3", - "https://www.culturecollections.org.uk/nop/product/herpes-simplex-virus-1-2", - "https://www.culturecollections.org.uk/nop/product/herpes-simplex-virus-1" - ], - "strain_designation": [ - "P18" - ] - }, - "uuid": "ba189b7b-19a6-5f19-bafb-bb58bc8cab68", - "value": "Herpes simplex virus 1" - }, { "meta": { "catalogue_number": [ @@ -3349,829 +6959,6 @@ "uuid": "9f8aef5e-4abd-514f-a2c9-f166f880a52e", "value": "Rhodococcus hoagii" }, - { - "meta": { - "catalogue_number": [ - "NCTC 9091" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 9091", - "NCTC 4169", - "NCTC 8006", - "NCTC 14916", - "NCTC 14805", - "NCTC 9112", - "NCTC 9008", - "NCTC 9024", - "NCTC 9033", - "NCTC 9036", - "NCTC 9087", - "NCTC 8620", - "NCTC 8623", - "NCTC 9009", - "NCTC 10650", - "NCTC 10962", - "NCTC 11116", - "NCTC 11129", - "NCTC 11131", - "NCTC 11132", - "NCTC 11560", - "NCTC 11954", - "NCTC 13351", - "NCTC 13352", - "NCTC 13353", - "NCTC 13400", - "NCTC 13441", - "NCTC 13450", - "NCTC 13451", - "NCTC 13452", - "NCTC 13461", - "NCTC 13462", - "NCTC 13463", - "NCTC 13919", - "NCTC 14746", - "NCTC 86", - "NCTC 14692", - "NCTC 14744", - "NCTC 14745", - "NCTC 14367", - "NCTC 14476", - "NCTC 14477", - "NCTC 14582", - "NCTC 14380", - "NCTC 14379", - "NCTC 14378", - "NCTC 14381", - "NCTC 14376", - "NCTC 14377", - "NCTC 14338", - "NCTC 14333", - "NCTC 14320", - "NCTC 14364", - "NCTC 14374", - "NCTC 14373", - "NCTC 13846", - "NCTC 14372", - "NCTC 14371", - "NCTC 14370", - "NCTC 14369", - "NCTC 14368", - "NCTC 14366", - "NCTC 14365", - "NCTC 14324", - "NCTC 14329", - "NCTC 14321", - "NCTC 14339", - "NCTC 13624", - "NCTC 13958", - "NCTC 13968", - "NCTC 13959", - "NCTC 13960", - "NCTC 13961", - "NCTC 13962", - "NCTC 13964", - "NCTC 13966", - "NCTC 13969", - "NCTC 13971", - "NCTC 13973", - "NCTC 13974", - "NCTC 13976", - "NCTC 13982", - "NCTC 13992", - "NCTC 14325", - "NCTC 14205", - "NCTC 11601", - "NCTC 13994", - "NCTC 13996", - "NCTC 13997", - "NCTC 13998", - "NCTC 13999", - "NCTC 14001", - "NCTC 13975", - "NCTC 13977", - "NCTC 13978", - "NCTC 13979", - "NCTC 13980", - "NCTC 13981", - "NCTC 13983", - "NCTC 13984", - "NCTC 13985", - "NCTC 13986", - "NCTC 13987", - "NCTC 13988", - "NCTC 13989", - "NCTC 13990", - "NCTC 13991", - "NCTC 13993", - "NCTC 14002", - "NCTC 14003", - "NCTC 14005", - "NCTC 4168", - "NCTC 7925", - "NCTC 9001", - "NCTC 9833", - "NCTC 9834", - "NCTC 10351", - "NCTC 13733", - "NCTC 13782", - "NCTC 13794", - "NCTC 13796", - "NCTC 13797", - "NCTC 13956", - "NCTC 13965", - "NCTC 13967", - "NCTC 14004", - "NCTC 14203", - "NCTC 10087", - "NCTC 13216", - "NCTC 12655", - "NCTC 12654", - "NCTC 12653", - "NCTC 12652", - "NCTC 12650", - "NCTC 13562", - "NCTC 10855", - "NCTC 9028", - "NCTC 9013", - "NCTC 9018", - "NCTC 12900", - "NCTC 11181", - "NCTC 11133", - "NCTC 9706", - "NCTC 8959", - "NCTC 1093", - "NCTC 122", - "NCTC 9778", - "NCTC 12080", - "NCTC 12079", - "NCTC 13128", - "NCTC 13127", - "NCTC 7922", - "NCTC 12923", - "NCTC 11476", - "NCTC 11475", - "NCTC 11474", - "NCTC 11473", - "NCTC 11472", - "NCTC 11341", - "NCTC 11151", - "NCTC 11130", - "NCTC 11128", - "NCTC 11127", - "NCTC 11126", - "NCTC 11124", - "NCTC 11123", - "NCTC 11121", - "NCTC 11120", - "NCTC 11119", - "NCTC 11118", - "NCTC 11117", - "NCTC 11115", - "NCTC 11114", - "NCTC 11113", - "NCTC 11112", - "NCTC 11111", - "NCTC 11109", - "NCTC 11108", - "NCTC 11107", - "NCTC 11106", - "NCTC 11105", - "NCTC 11102", - "NCTC 11101", - "NCTC 11024", - "NCTC 11023", - "NCTC 11022", - "NCTC 11021", - "NCTC 10974", - "NCTC 10973", - "NCTC 10964", - "NCTC 10963", - "NCTC 10961", - "NCTC 10960", - "NCTC 10959", - "NCTC 10958", - "NCTC 10957", - "NCTC 10865", - "NCTC 10864", - "NCTC 10863", - "NCTC 10758", - "NCTC 10757", - "NCTC 10677", - "NCTC 10664", - "NCTC 10444", - "NCTC 10430", - "NCTC 10429", - "NCTC 10361", - "NCTC 10279", - "NCTC 10090", - "NCTC 10089", - "NCTC 10002", - "NCTC 9969", - "NCTC 9968", - "NCTC 9967", - "NCTC 9966", - "NCTC 9965", - "NCTC 9964", - "NCTC 9963", - "NCTC 9962", - "NCTC 9961", - "NCTC 9855", - "NCTC 9708", - "NCTC 9707", - "NCTC 9705", - "NCTC 9704", - "NCTC 9703", - "NCTC 9702", - "NCTC 9701", - "NCTC 9699", - "NCTC 9123", - "NCTC 9122", - "NCTC 9121", - "NCTC 9120", - "NCTC 9119", - "NCTC 9118", - "NCTC 9117", - "NCTC 9116", - "NCTC 9114", - "NCTC 9113", - "NCTC 9111", - "NCTC 9110", - "NCTC 9109", - "NCTC 9108", - "NCTC 9107", - "NCTC 9106", - "NCTC 9105", - "NCTC 9104", - "NCTC 9103", - "NCTC 9102", - "NCTC 9101", - "NCTC 9100", - "NCTC 9099", - "NCTC 9098", - "NCTC 9097", - "NCTC 9096", - "NCTC 9095", - "NCTC 9093", - "NCTC 9092", - "NCTC 9090", - "NCTC 9089", - "NCTC 9088", - "NCTC 9086", - "NCTC 9085", - "NCTC 9084", - "NCTC 9083", - "NCTC 9082", - "NCTC 9081", - "NCTC 9080", - "NCTC 9079", - "NCTC 9078", - "NCTC 9077", - "NCTC 9076", - "NCTC 9075", - "NCTC 9074", - "NCTC 9073", - "NCTC 9072", - "NCTC 9071", - "NCTC 9070", - "NCTC 9069", - "NCTC 9068", - "NCTC 9066", - "NCTC 9065", - "NCTC 9064", - "NCTC 9063", - "NCTC 9062", - "NCTC 9061", - "NCTC 9060", - "NCTC 9059", - "NCTC 9058", - "NCTC 9057", - "NCTC 9056", - "NCTC 9055", - "NCTC 9054", - "NCTC 9053", - "NCTC 9052", - "NCTC 9051", - "NCTC 9050", - "NCTC 9049", - "NCTC 9048", - "NCTC 9047", - "NCTC 9046", - "NCTC 9045", - "NCTC 9044", - "NCTC 9043", - "NCTC 9042", - "NCTC 9041", - "NCTC 9040", - "NCTC 9039", - "NCTC 9038", - "NCTC 9037", - "NCTC 9035", - "NCTC 9034", - "NCTC 9032", - "NCTC 9031", - "NCTC 9030", - "NCTC 9029", - "NCTC 9027", - "NCTC 9026", - "NCTC 9023", - "NCTC 9022", - "NCTC 9021", - "NCTC 9020", - "NCTC 9019", - "NCTC 9017", - "NCTC 9016", - "NCTC 9015", - "NCTC 9014", - "NCTC 9012", - "NCTC 9011", - "NCTC 9010", - "NCTC 9007", - "NCTC 9006", - "NCTC 9005", - "NCTC 9004", - "NCTC 9003", - "NCTC 9002", - "NCTC 8960", - "NCTC 8783", - "NCTC 8781", - "NCTC 8622", - "NCTC 8621", - "NCTC 8603", - "NCTC 8333", - "NCTC 8179", - "NCTC 8009", - "NCTC 8008", - "NCTC 8007", - "NCTC 8003", - "NCTC 13167", - "NCTC 8164", - "NCTC 4174", - "NCTC 13476", - "NCTC 4450", - "NCTC 7921", - "NCTC 7928", - "NCTC 13148", - "NCTC 10850", - "NCTC 10766", - "NCTC 10764", - "NCTC 10537", - "NCTC 9777", - "NCTC 9776", - "NCTC 9775", - "NCTC 9434", - "NCTC 8985", - "NCTC 8196", - "NCTC 7926", - "NCTC 7362", - "NCTC 12950", - "NCTC 12839", - "NCTC 11122", - "NCTC 10418", - "NCTC 8500", - "NCTC 11186", - "NCTC 13384", - "NCTC 13125", - "NCTC 12241", - "NCTC 11103", - "NCTC 11100", - "NCTC 10538", - "NCTC 10487", - "NCTC 8984", - "NCTC 8450", - "NCTC 7927", - "NCTC 7360", - "NCTC 7152", - "NCTC 5934", - "NCTC 13126", - "NCTC 10767", - "NCTC 5933", - "NCTC 1601", - "NCTC 7923", - "NCTC 12464", - "NCTC 12486", - "NCTC 11603", - "NCTC 8986", - "NCTC 11633", - "NCTC 11602", - "NCTC 8136" - ], - "other_collection_numbers": [ - "H 307b, O.91, CN 4472" - ], - "product_name": [ - "Escherichia coli" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-133", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-6", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-458", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-457", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-456", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-151", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-53", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-73", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-61", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-82", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-31", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-35", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-38", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-54", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-206", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-225", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-249", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-262", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-264", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-265", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-363", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-280", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-364", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-365", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-366", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-367", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-353", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-355", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-354", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-356", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-357", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-358", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-359", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-371", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-455", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-454", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-453", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-452", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-451", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-450", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-449", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-448", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-447", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-446", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-445", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-442", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-443", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-444", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-441", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-440", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-439", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-438", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-437", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-436", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-370", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-435", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-434", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-433", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-432", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-431", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-430", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-429", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-428", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-427", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-426", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-425", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-368", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-377", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-384", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-378", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-379", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-380", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-381", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-382", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-383", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-385", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-386", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-387", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-388", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-389", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-390", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-403", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-424", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-422", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-277", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-410", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-417", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-411", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-412", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-413", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-405", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-406", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-394", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-395", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-396", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-397", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-398", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-407", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-399", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-392", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-400", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-408", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-418", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-409", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-401", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-402", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-404", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-414", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-415", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-416", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-5", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-18", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-46", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-179", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-180", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-199", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-372", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-376", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-373", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-374", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-375", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-419", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-420", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-393", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-423", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-421", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-195", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-306", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-291", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-290", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-289", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-288", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-287", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-369", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-216", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-76", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-58", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-67", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-293", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-268", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-266", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-172", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-41", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-3", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-2", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-178", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-282", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-281", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-299", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-298", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-16", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-294", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-275", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-274", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-273", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-272", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-271", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-270", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-267", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-263", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-261", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-260", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-259", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-257", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-256", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-254", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-253", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-252", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-251", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-250", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-248", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-247", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-246", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-245", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-244", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-242", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-241", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-240", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-239", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-238", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-236", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-235", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-233", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-232", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-231", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-205", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-229", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-228", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-227", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-226", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-224", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-223", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-222", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-221", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-220", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-219", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-218", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-217", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-211", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-210", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-209", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-207", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-201", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-164", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-163", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-182", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-198", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-197", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-196", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-192", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-191", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-190", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-189", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-188", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-187", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-186", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-185", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-184", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-183", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-181", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-174", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-173", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-171", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-170", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-169", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-168", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-167", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-166", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-161", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-160", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-159", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-158", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-157", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-156", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-155", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-154", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-153", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-152", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-150", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-149", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-148", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-147", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-146", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-145", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-144", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-143", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-63", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-62", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-142", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-141", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-140", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-139", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-138", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-137", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-136", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-135", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-134", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-132", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-131", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-130", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-30", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-129", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-128", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-127", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-126", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-125", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-124", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-123", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-122", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-121", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-120", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-119", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-118", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-117", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-116", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-115", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-114", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-113", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-112", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-29", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-111", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-110", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-109", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-108", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-107", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-106", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-105", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-104", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-103", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-102", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-101", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-100", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-99", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-98", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-97", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-96", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-95", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-94", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-93", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-92", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-91", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-90", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-89", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-88", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-87", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-86", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-85", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-84", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-83", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-81", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-80", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-60", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-79", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-78", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-77", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-75", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-74", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-72", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-71", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-70", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-69", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-68", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-66", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-65", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-64", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-59", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-57", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-56", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-55", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-52", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-51", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-50", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-49", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-48", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-47", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-42", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-40", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-39", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-37", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-36", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-362", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-32", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-27", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-25", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-24", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-23", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-22", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-303", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-14", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-7", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-360", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-8", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-15", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-21", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-302", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-215", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-213", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-212", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-203", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-177", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-176", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-175", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-162", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-44", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-28", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-19", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-13", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-295", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-292", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-255", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-200", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-34", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-269", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-310", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-296", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-283", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-237", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-234", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-204", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-202", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-43", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-33", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-20", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-12", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-11", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-10", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-297", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-214", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-9", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-4", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-17", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-284", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-285", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-230", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-45", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-279", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-278", - "https://www.culturecollections.org.uk/nop/product/escherichia-coli-26" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "f79cb2e0-99f5-5946-8dd8-0b3a8a15681c", - "value": "Escherichia coli" - }, { "meta": { "catalogue_number": [ @@ -4214,33 +7001,6 @@ "uuid": "90eded97-642a-5782-b27c-97f40b24cce7", "value": "Burkholderia mallei" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14450" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14450" - ], - "other_collection_numbers": [ - "LMG 31935" - ], - "product_name": [ - "Vandammella animalimorsus" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/vandammella-animalimorsus" - ], - "type_strain": [ - "Type Strain" - ] - }, - "uuid": "05d361a6-7166-5949-84e5-5912edc092f2", - "value": "Vandammella animalimorsus" - }, { "meta": { "catalogue_number": [ @@ -4349,31 +7109,29 @@ { "meta": { "catalogue_number": [ - "NCTC 14829" + "NCTC 14826" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14829", - "NCTC 5791" + "NCTC 14826" ], "other_collection_numbers": [ - "(ex Kauffmann and Edwards 1952) Le Minor and Popoff 1987" + "M574" ], "product_name": [ - "Salmonella enterica subsp. enterica serotype Aberdeen" + "Salmonella enterica subsp. enterica Serotype Aberdeen" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-aberdeen-3", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-aberdeen" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-aberdeen-2" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "9b89c785-79a8-5aa0-a1a7-371a4b9e8565", - "value": "Salmonella enterica subsp. enterica serotype Aberdeen" + "uuid": "c29b3dea-7aec-5165-85df-0f101b7aab87", + "value": "Salmonella enterica subsp. enterica Serotype Aberdeen" }, { "meta": { @@ -4770,121 +7528,118 @@ { "meta": { "catalogue_number": [ - "NCTC 14756" + "NCTC 8486" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14756", - "NCTC 14255" - ], - "other_collection_numbers": [ - "M264" + "NCTC 8486" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Bispebjerg" + "Salmonella enterica subsp. enterica serotype Bispebjerg" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-bispebjerg-3", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-bispebjerg-2" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-bispebjerg" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "059e7f78-641f-5097-b44f-bfef08975d67", - "value": "Salmonella enterica subsp. enterica Serotype Bispebjerg" + "uuid": "0e37c039-36cd-53c5-b83e-03d8b523aaeb", + "value": "Salmonella enterica subsp. enterica serotype Bispebjerg" }, { "meta": { "catalogue_number": [ - "NCTC 14754" + "NCTC 12707" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14754", - "NCTC 14765", - "NCTC 14251" - ], - "other_collection_numbers": [ - "M135" + "NCTC 12707", + "NCTC 12706", + "NCTC 12705", + "NCTC 12704", + "NCTC 12703", + "NCTC 12702", + "NCTC 5717" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Heidelberg" + "Salmonella enterica subsp. enterica serotype Heidelberg" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-heidelberg-10", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-heidelberg-9", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-heidelberg-8" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-heidelberg-7", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-heidelberg-6", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-heidelberg-5", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-heidelberg-4", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-heidelberg-3", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-heidelberg-2", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-heidelberg" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "a8e01bcc-4107-5139-aa0a-cd32a395bc66", - "value": "Salmonella enterica subsp. enterica Serotype Heidelberg" + "uuid": "a4b91922-a99e-5248-b46b-0b037697a4be", + "value": "Salmonella enterica subsp. enterica serotype Heidelberg" }, { "meta": { "catalogue_number": [ - "NCTC 14752" + "NCTC 5745" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14752", - "NCTC 14751", - "NCTC 14834", - "NCTC 14709", - "NCTC 14256" + "NCTC 5745" ], "other_collection_numbers": [ - "M203" + "K44, 5745, 3213, SEROTYPE 6, 7:Y:1, 5" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Bareilly" + "Salmonella enterica subsp. enterica serotype Bareilly" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-bareilly-6", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-bareilly-5", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-bareilly-8", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-bareilly-4", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-bareilly-3" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-bareilly" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "e76af678-69d2-5c00-9027-1b4ac0cf1220", - "value": "Salmonella enterica subsp. enterica Serotype Bareilly" + "uuid": "6cd480bb-69d2-53aa-9e69-7baf53552c1e", + "value": "Salmonella enterica subsp. enterica serotype Bareilly" }, { "meta": { "catalogue_number": [ - "NCTC 14707" + "NCTC 14230" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14707" + "NCTC 14230", + "NCTC 5742" ], "other_collection_numbers": [ - "M141" + "Type 2" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Virchow" + "Salmonella enterica subsp. enterica serotype Virchow" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-virchow-3" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-virchow-2", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-virchow" + ], + "type_strain": [ + "Reference Strain" ] }, - "uuid": "33fec824-da58-5793-8b4e-5acda08d6ade", - "value": "Salmonella enterica subsp. enterica Serotype Virchow" + "uuid": "80481446-33c4-5088-bd78-bf40788d0e65", + "value": "Salmonella enterica subsp. enterica serotype Virchow" }, { "meta": { @@ -4913,33 +7668,6 @@ "uuid": "633fb7dc-e8fc-5d65-9d68-829a90a36d27", "value": "Legionella drozanskii" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14562" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14562" - ], - "other_collection_numbers": [ - "DSM 112390" - ], - "product_name": [ - "\"Microbacterium pullorum\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/microbacterium-pullorum" - ], - "type_strain": [ - "Type Strain" - ] - }, - "uuid": "144ff6d2-2b63-5d29-97b9-74f0544230c8", - "value": "\"Microbacterium pullorum\"" - }, { "meta": { "catalogue_number": [ @@ -5160,231 +7888,67 @@ { "meta": { "catalogue_number": [ - "NCTC 14909" + "NCTC 13346" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14909", - "NCTC 14908", - "NCTC 14907", - "NCTC 14906", - "NCTC 14905", - "NCTC 14902", - "NCTC 14901", - "NCTC 14900", - "NCTC 14899", - "NCTC 14898", - "NCTC 14897", - "NCTC 14896", - "NCTC 14895", - "NCTC 14894", - "NCTC 13945", - "NCTC 13946", - "NCTC 13947", - "NCTC 13948", - "NCTC 13949", - "NCTC 14091", - "NCTC 14092", - "NCTC 14093", - "NCTC 14094", - "NCTC 14095", - "NCTC 9993", - "NCTC 9828", - "NCTC 8187", - "NCTC 8182", - "NCTC 11080", - "NCTC 8188", - "NCTC 8542", - "NCTC 8185", - "NCTC 8183", - "NCTC 8181", - "NCTC 8180", - "NCTC 11360", - "NCTC 11242", - "NCTC 6175", - "NCTC 11930", - "NCTC 11079", - "NCTC 8184", - "NCTC 8100", - "NCTC 8017", - "NCTC 8186", - "NCTC 9412", - "NCTC 11078", - "NCTC 11236", - "NCTC 11250", - "NCTC 11254", - "NCTC 11235", - "NCTC 11238", - "NCTC 11240", - "NCTC 11244", - "NCTC 11246", - "NCTC 11247", - "NCTC 11253", - "NCTC 8190", - "NCTC 9411", - "NCTC 12906", - "NCTC 11234", - "NCTC 11243", - "NCTC 11251", - "NCTC 8541", - "NCTC 9415", - "NCTC 12907", - "NCTC 9829", - "NCTC 11241", - "NCTC 11237", - "NCTC 11252", - "NCTC 9410", - "NCTC 11239", - "NCTC 11245", - "NCTC 11248", - "NCTC 11249", - "NCTC 8020", - "NCTC 9409" - ], - "product_name": [ - "Streptococcus agalactiae" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-76", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-75", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-74", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-73", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-72", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-71", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-70", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-69", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-68", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-67", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-66", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-65", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-64", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-63", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-54", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-53", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-55", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-56", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-57", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-58", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-59", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-60", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-61", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-62", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-24", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-22", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-12", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-3", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-29", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-13", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-16", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-10", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-8", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-2", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-7", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-49", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-26", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-50", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-28", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-9", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-6", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-4", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-11", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-20", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-27", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-32", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-44", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-48", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-31", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-34", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-36", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-38", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-40", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-41", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-47", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-14", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-19", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-52", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-30", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-37", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-45", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-15", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-21", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-51", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-23", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-25", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-33", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-46", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-18", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-35", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-39", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-42", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-43", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-5", - "https://www.culturecollections.org.uk/nop/product/streptococcus-agalactiae-17" - ] - }, - "uuid": "7540bb78-efde-593e-b12a-b896a0910c37", - "value": "Streptococcus agalactiae" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14821" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14821", - "NCTC 14827" + "NCTC 13346", + "NCTC 10532", + "NCTC 9240", + "NCTC 423" ], "other_collection_numbers": [ - "M243" + "287/91" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Gallinarum" + "Salmonella enterica subsp. enterica serotype Gallinarum" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-gallinarum-6", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-gallinarum-5" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-gallinarum-4", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-gallinarum-3", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-gallinarum-2", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-gallinarum" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "c483f601-1f0d-57ed-9cc4-6294fe971f99", - "value": "Salmonella enterica subsp. enterica Serotype Gallinarum" + "uuid": "99a5fc97-8329-5700-8774-437b30269bbb", + "value": "Salmonella enterica subsp. enterica serotype Gallinarum" }, { "meta": { "catalogue_number": [ - "NCTC 14815" + "NCTC 5739" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14815", - "NCTC 14818" - ], - "other_collection_numbers": [ - "M554" + "NCTC 5739", + "NCTC 5096", + "NCTC 348", + "NCTC 347", + "NCTC 346" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Typhisuis" + "Salmonella enterica subsp. enterica serotype Typhisuis" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhisuis-7", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhisuis-6" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhisuis-5", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhisuis-4", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhisuis-3", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhisuis-2", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhisuis" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "9420b006-320c-5fca-9eec-a88aa0916863", - "value": "Salmonella enterica subsp. enterica Serotype Typhisuis" + "uuid": "8b05a26a-4153-5ddb-b628-0632b4de013a", + "value": "Salmonella enterica subsp. enterica serotype Typhisuis" }, { "meta": { @@ -5658,96 +8222,6 @@ "uuid": "6268c77f-b32b-5b47-97ef-b6e994b664fb", "value": "MM603" }, - { - "meta": { - "age": [ - "Multiple" - ], - "catalogue_number": [ - "06041301" - ], - "collection": [ - "Human Random Control" - ], - "ethnic_origin": [ - "UK Caucasian" - ], - "external_id": [ - "06041301" - ], - "gender": [ - "Male and Female" - ], - "product_name": [ - "HRC-1 DNA Panel" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/hrc-1-dna-panel" - ] - }, - "uuid": "824de504-473b-5b60-bcce-0df493f49229", - "value": "HRC-1 DNA Panel" - }, - { - "meta": { - "age": [ - "Multiple" - ], - "catalogue_number": [ - "06041302" - ], - "collection": [ - "Human Random Control" - ], - "ethnic_origin": [ - "UK Caucasian" - ], - "external_id": [ - "06041302" - ], - "gender": [ - "Male and Female" - ], - "product_name": [ - "HRC-2 DNA Panel" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/hrc-2-dna-panel" - ] - }, - "uuid": "af4bb9f1-a885-507b-991f-2a6035360a44", - "value": "HRC-2 DNA Panel" - }, - { - "meta": { - "age": [ - "Multiple" - ], - "catalogue_number": [ - "06041305" - ], - "collection": [ - "Human Random Control" - ], - "ethnic_origin": [ - "UK Caucasian" - ], - "external_id": [ - "06041305" - ], - "gender": [ - "Male and Female" - ], - "product_name": [ - "HRC-5 DNA Panel" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/hrc-5-dna-panel" - ] - }, - "uuid": "c1721423-b3d6-5992-836f-36492e9c2d10", - "value": "HRC-5 DNA Panel" - }, { "meta": { "catalogue_number": [ @@ -5916,32 +8390,29 @@ { "meta": { "catalogue_number": [ - "10021102" + "88052089" ], "collection": [ - "General Cell" + "HLA Defined" ], - "disease": [ - "Adenocarcinoma" + "ethnic_origin": [ + "Ethnicity Not Specified" ], "external_id": [ - "10021102" + "88052089" + ], + "ihw_number": [ + "IHW: 9089" ], "product_name": [ - "Bob" + "BOB" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/bob-2" - ], - "species": [ - "Human" - ], - "tissue_of_origin": [ - "Prostate gland" + "https://www.culturecollections.org.uk/nop/product/bob" ] }, - "uuid": "cad0db96-75a3-5d32-aa9d-27f55b82b871", - "value": "Bob" + "uuid": "41ae78e7-77ed-5a8b-b935-eca83f3df946", + "value": "BOB" }, { "meta": { @@ -6003,36 +8474,6 @@ "uuid": "559bb884-9cf2-5666-8101-1622b218cb9a", "value": "B95-8" }, - { - "meta": { - "catalogue_number": [ - "91031101" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "None Stated" - ], - "external_id": [ - "91031101" - ], - "product_name": [ - "C2C12" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/c2c12" - ], - "species": [ - "Mouse" - ], - "tissue_of_origin": [ - "Muscle" - ] - }, - "uuid": "8b585db8-e54f-5fb2-8995-9d9decd2cb62", - "value": "C2C12" - }, { "meta": { "catalogue_number": [ @@ -6515,33 +8956,6 @@ "uuid": "1d55e0f9-2e1e-51e6-911d-2c08f7d68a5c", "value": "VCaP" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14703" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14703" - ], - "other_collection_numbers": [ - "DSM 112361" - ], - "product_name": [ - "\"Sporosarcina quadrami\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/sporosarcina-quadrami" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "70cd1d99-a1ce-545e-8d87-6b88250bdce2", - "value": "\"Sporosarcina quadrami\"" - }, { "meta": { "catalogue_number": [ @@ -6575,29 +8989,33 @@ { "meta": { "catalogue_number": [ - "NCTC 14763" + "NCTC 14235" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14763" + "NCTC 14235", + "NCTC 12710", + "NCTC 12709" ], "other_collection_numbers": [ - "M277" + "Type 2" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Dublin" + "Salmonella enterica subsp. enterica serotype Dublin" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-dublin-4" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-dublin-3", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-dublin-2", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-dublin" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "81d99dea-22e0-5491-9a57-8b820cc11bd5", - "value": "Salmonella enterica subsp. enterica Serotype Dublin" + "uuid": "7d26092f-1419-5e04-8011-07481efecdcf", + "value": "Salmonella enterica subsp. enterica serotype Dublin" }, { "meta": { @@ -10602,35 +13020,35 @@ { "meta": { "catalogue_number": [ - "NCTC 14846" + "NCTC 14766" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14846", - "NCTC 5771", - "NCTC 4785", - "NCTC 3378" + "NCTC 14766", + "NCTC 14748", + "NCTC 14260", + "NCTC 14259" ], "other_collection_numbers": [ - "M180A" + "M421" ], "product_name": [ - "Salmonella enterica subsp. enterica serotype Eastbourne" + "Salmonella enterica subsp. enterica Serotype Eastbourne" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-eastbourne-8", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-eastbourne-3", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-eastbourne", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-eastbourne-2" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-eastbourne-7", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-eastbourne-6", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-eastbourne-5", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-eastbourne-4" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "39e3c469-e2c1-5921-aa20-035381041827", - "value": "Salmonella enterica subsp. enterica serotype Eastbourne" + "uuid": "c1d89eec-42f6-508b-adb4-80e0f9ee9e67", + "value": "Salmonella enterica subsp. enterica Serotype Eastbourne" }, { "meta": { @@ -10794,176 +13212,31 @@ { "meta": { "catalogue_number": [ - "NCTC 14844" + "NCTC 14816" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14844", - "NCTC 14835", - "NCTC 13348", - "NCTC 74", - "NCTC 14006", - "NCTC 14020", - "NCTC 14011", - "NCTC 13954", - "NCTC 14029", - "NCTC 14028", - "NCTC 13952", - "NCTC 14016", - "NCTC 14186", - "NCTC 14007", - "NCTC 14008", - "NCTC 14009", - "NCTC 14010", - "NCTC 14015", - "NCTC 14017", - "NCTC 14018", - "NCTC 14019", - "NCTC 14021", - "NCTC 14022", - "NCTC 14023", - "NCTC 14026", - "NCTC 14030", - "NCTC 14031", - "NCTC 12023", - "NCTC 13347", - "NCTC 13171", - "NCTC 12485", - "NCTC 12484", - "NCTC 12416", - "NCTC 12190", - "NCTC 12118", - "NCTC 12117", - "NCTC 12116", - "NCTC 12115", - "NCTC 10413", - "NCTC 8392", - "NCTC 9324", - "NCTC 8391", - "NCTC 8298", - "NCTC 5715", - "NCTC 5714", - "NCTC 5713", - "NCTC 5712", - "NCTC 5711", - "NCTC 5710", - "NCTC 4782", - "NCTC 3048", - "NCTC 73", - "NCTC 11881" + "NCTC 14816", + "NCTC 14257" ], "other_collection_numbers": [ - "M102" + "M576" ], "product_name": [ - "Salmonella enterica subsp. enterica serotype Typhimurium" + "Salmonella enterica subsp. enterica Serotype Newport" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-59", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-58", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-28", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-2", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-53", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-46", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-44", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-50", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-48", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-47", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-51", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-45", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-52", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-29", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-30", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-31", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-32", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-33", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-34", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-35", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-36", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-37", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-38", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-39", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-40", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-42", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-49", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-17", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-27", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-26", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-25", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-24", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-23", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-22", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-21", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-20", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-19", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-18", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-15", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-13", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-14", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-12", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-11", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-10", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-9", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-8", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-7", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-6", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-5", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-4", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-3", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-16" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-newport-9", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-newport-8" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "cb8e9dc6-5934-5aa8-b064-25e93c69dc56", - "value": "Salmonella enterica subsp. enterica serotype Typhimurium" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14843" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14843", - "NCTC 14833", - "NCTC 14234", - "NCTC 14032", - "NCTC 10414", - "NCTC 6704", - "NCTC 5752", - "NCTC 5751", - "NCTC 129" - ], - "other_collection_numbers": [ - "M96" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Newport" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-newport-11", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-newport-10", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-newport-7", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-newport-6", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-newport-5", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-newport-4", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-newport-3", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-newport-2", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-newport" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "71eda8e4-a033-58e6-ac98-b6983a4b37a6", - "value": "Salmonella enterica subsp. enterica serotype Newport" + "uuid": "5192832d-4d11-5ceb-9ebb-0df10d453233", + "value": "Salmonella enterica subsp. enterica Serotype Newport" }, { "meta": { @@ -10997,163 +13270,82 @@ { "meta": { "catalogue_number": [ - "NCTC 14832" + "NCTC 6495" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14832" - ], - "other_collection_numbers": [ - "M180B" + "NCTC 6495" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Javiana" + "Salmonella enterica subsp. enterica serotype Javiana" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-javiana-2" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-javiana" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "6a7fc0f0-4d4a-51ea-a447-0d401d5c298a", - "value": "Salmonella enterica subsp. enterica Serotype Javiana" + "uuid": "d95e0f97-da3c-551a-aa82-2cbf39add7e9", + "value": "Salmonella enterica subsp. enterica serotype Javiana" }, { "meta": { "catalogue_number": [ - "NCTC 14831" + "NCTC 5747" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14831", - "NCTC 13665", - "NCTC 6676", - "NCTC 4444", - "NCTC 13349", - "NCTC 12694", - "NCTC 618", - "NCTC 8515", - "NCTC 5765", - "NCTC 5694", - "NCTC 5188", - "NCTC 4777", - "NCTC 4776", - "NCTC 3045" + "NCTC 5747" ], "other_collection_numbers": [ - "M89" + "623 K. 46" ], "product_name": [ - "Salmonella enterica subsp. enterica serotype Enteritidis" + "Salmonella enterica subsp. enterica serotype Montevideo" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-21", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-13", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-9", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-3", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-12", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-11", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-10", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-8", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-7", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-6", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-5", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-4", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-2" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-montevideo" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "f0725682-b0c5-50ef-8ac8-b0eda0a5eccb", - "value": "Salmonella enterica subsp. enterica serotype Enteritidis" + "uuid": "f3476349-7db0-5c76-9abe-84a14a2778fd", + "value": "Salmonella enterica subsp. enterica serotype Montevideo" }, { "meta": { "catalogue_number": [ - "NCTC 14826" + "NCTC 14226" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14826" + "NCTC 14226", + "NCTC 5725" ], "other_collection_numbers": [ - "M574" + "Type 2" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Aberdeen" + "Salmonella enterica subsp. enterica serotype Brandenburg" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-aberdeen-2" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-brandenburg-2", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-brandenburg" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "c29b3dea-7aec-5165-85df-0f101b7aab87", - "value": "Salmonella enterica subsp. enterica Serotype Aberdeen" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14824" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14824" - ], - "other_collection_numbers": [ - "M476" - ], - "product_name": [ - "Salmonella enterica subsp. enterica Serotype Montevideo" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-montevideo-2" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "533043be-848a-54b6-b03f-91b3b1d807e6", - "value": "Salmonella enterica subsp. enterica Serotype Montevideo" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14823" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14823" - ], - "other_collection_numbers": [ - "NCTC 3209 (disc) (Orig. NCTC tube)" - ], - "product_name": [ - "Salmonella enterica subsp. enterica Serotype Brandenburg" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-brandenburg-3" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "a9c83a66-4cec-5d7a-981e-90f426be5287", - "value": "Salmonella enterica subsp. enterica Serotype Brandenburg" + "uuid": "48fef1ef-df58-5bbb-b3d0-b303f9128df9", + "value": "Salmonella enterica subsp. enterica serotype Brandenburg" }, { "meta": { @@ -11187,300 +13379,197 @@ { "meta": { "catalogue_number": [ - "NCTC 14817" + "NCTC 14224" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14817", - "NCTC 14254" + "NCTC 14224", + "NCTC 5740", + "NCTC 8496", + "NCTC 6592", + "NCTC 2252" ], "other_collection_numbers": [ - "M579" + "Type 2" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Thompson" + "Salmonella enterica subsp. enterica serotype Thompson" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-thompson-10", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-thompson-9" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-thompson-5", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-thompson-2", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-thompson-4", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-thompson-3", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-thompson" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "13a17231-efe9-5bd5-8f75-2318dd7b47c7", - "value": "Salmonella enterica subsp. enterica Serotype Thompson" + "uuid": "406e2518-96a2-5f58-85d7-0c5bae98b967", + "value": "Salmonella enterica subsp. enterica serotype Thompson" }, { "meta": { "catalogue_number": [ - "NCTC 14816" + "NCTC 5748" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14816", - "NCTC 14257" - ], - "other_collection_numbers": [ - "M576" + "NCTC 5748" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Newport" + "Salmonella enterica subsp. enterica serotype Oslo" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-newport-9", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-newport-8" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-oslo" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "5192832d-4d11-5ceb-9ebb-0df10d453233", - "value": "Salmonella enterica subsp. enterica Serotype Newport" + "uuid": "3c7b4e60-1a3b-5612-953d-d3b7f9b7876f", + "value": "Salmonella enterica subsp. enterica serotype Oslo" }, { "meta": { "catalogue_number": [ - "NCTC 14814" + "NCTC 5780" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14814", - "NCTC 14759" + "NCTC 5780" ], "other_collection_numbers": [ - "M450" + "4546, (K 79), 3, 10:e, h:1, 5, 5780" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Oslo" + "Salmonella enterica subsp. enterica serotype Muenster" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-oslo-4", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-oslo-3" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-muenster" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "aefde70d-894c-5ccb-9ff0-d800ffd19d71", - "value": "Salmonella enterica subsp. enterica Serotype Oslo" + "uuid": "33a16252-58f0-5b09-ac27-20a2186e6182", + "value": "Salmonella enterica subsp. enterica serotype Muenster" }, { "meta": { "catalogue_number": [ - "NCTC 14813" + "NCTC 9941" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14813" + "NCTC 9941", + "NCTC 8499" ], "other_collection_numbers": [ - "M449" + "JT 348, 2/56, (1), 13, 23:Z: 1, W, Sal. 348/56" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Muenster" + "Salmonella enterica subsp. enterica serotype Worthington" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-muenster-2" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-worthington-2", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-worthington" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "8f27cd2d-e36f-5392-b5c2-a4d3c497d15b", - "value": "Salmonella enterica subsp. enterica Serotype Muenster" + "uuid": "da925a25-daa2-5e17-9c14-024f73a46b62", + "value": "Salmonella enterica subsp. enterica serotype Worthington" }, { "meta": { "catalogue_number": [ - "NCTC 14811" + "NCTC 5744" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14811", - "NCTC 14711", - "NCTC 14743", - "NCTC 14676", - "NCTC 14675", - "NCTC 14674", - "NCTC 14253" - ], - "other_collection_numbers": [ - "M446" + "NCTC 5744" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Enteritidis" + "Salmonella enterica subsp. enterica serotype Potsdam" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-20", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-19", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-18", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-17", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-16", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-15", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-enteritidis-14" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-potsdam" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "d186c360-8cdc-5a37-b99f-18af628b12d0", - "value": "Salmonella enterica subsp. enterica Serotype Enteritidis" + "uuid": "84b186dc-3619-5af7-9252-f418f827e648", + "value": "Salmonella enterica subsp. enterica serotype Potsdam" }, { "meta": { "catalogue_number": [ - "NCTC 14810" + "NCTC 10241" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14810", - "NCTC 14809" + "NCTC 10241" ], "other_collection_numbers": [ - "M287" + "CAPM 5611" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Worthington" + "Salmonella enterica subsp. enterica serotype Abortusovis" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-worthington-4", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-worthington-3" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-abortusovis" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "4da2a920-4870-5175-b13c-8ef6b1ff08f4", - "value": "Salmonella enterica subsp. enterica Serotype Worthington" + "uuid": "8baafcc7-7c55-5693-a254-75c4c8da3400", + "value": "Salmonella enterica subsp. enterica serotype Abortusovis" }, { "meta": { "catalogue_number": [ - "NCTC 14808" + "NCTC 14232" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14808" + "NCTC 14232", + "NCTC 5769" ], "other_collection_numbers": [ - "M275" + "Type 2" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Potsdam" + "Salmonella enterica subsp. enterica serotype Blegdam" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-potsdam-2" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-blegdam-2", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-blegdam" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "eb3f7204-a62a-56b8-ae6a-7e19f9d5193b", - "value": "Salmonella enterica subsp. enterica Serotype Potsdam" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14807" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14807", - "NCTC 14806" - ], - "other_collection_numbers": [ - "M226" - ], - "product_name": [ - "Salmonella enterica subsp. enterica Serotype Abortusovis" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-abortusovis-3", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-abortusovis-2" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "bceb1c0c-8a84-55cb-b76d-7b4359889320", - "value": "Salmonella enterica subsp. enterica Serotype Abortusovis" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14766" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14766", - "NCTC 14748", - "NCTC 14260", - "NCTC 14259" - ], - "other_collection_numbers": [ - "M421" - ], - "product_name": [ - "Salmonella enterica subsp. enterica Serotype Eastbourne" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-eastbourne-7", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-eastbourne-6", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-eastbourne-5", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-eastbourne-4" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "c1d89eec-42f6-508b-adb4-80e0f9ee9e67", - "value": "Salmonella enterica subsp. enterica Serotype Eastbourne" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14764" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14764" - ], - "other_collection_numbers": [ - "M278" - ], - "product_name": [ - "Salmonella enterica subsp. enterica Serotype Blegdam" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-blegdam-3" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "4f2e6f3a-4b39-5a3d-a95d-068c5506facf", - "value": "Salmonella enterica subsp. enterica Serotype Blegdam" + "uuid": "6f6ff072-acba-50ab-bf8f-6a10a76eadaa", + "value": "Salmonella enterica subsp. enterica serotype Blegdam" }, { "meta": { @@ -11512,29 +13601,33 @@ { "meta": { "catalogue_number": [ - "NCTC 14761" + "NCTC 14231" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14761" + "NCTC 14231", + "NCTC 5716", + "NCTC 92" ], "other_collection_numbers": [ - "M272" + "Type 2" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Stanley" + "Salmonella enterica subsp. enterica serotype Stanley" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-stanley-4" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-stanley-3", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-stanley-2", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-stanley" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "332f9fe3-4978-5279-a705-ab9f34ae06b3", - "value": "Salmonella enterica subsp. enterica Serotype Stanley" + "uuid": "1a947ab6-00f6-5ba4-97c0-ad06aeacc3b3", + "value": "Salmonella enterica subsp. enterica serotype Stanley" }, { "meta": { @@ -11566,31 +13659,30 @@ { "meta": { "catalogue_number": [ - "NCTC 14758" + "NCTC 5992" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14758", - "NCTC 14757" - ], - "other_collection_numbers": [ - "M268" + "NCTC 5992", + "NCTC 5720", + "NCTC 72" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Reading" + "Salmonella enterica subsp. enterica serotype Reading" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-reading-5", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-reading-4" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-reading-3", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-reading-2", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-reading" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "45a774ab-0f34-5871-81a6-e554ed109f61", - "value": "Salmonella enterica subsp. enterica Serotype Reading" + "uuid": "ba7c8d7f-bb64-522e-b8e7-538e206da16d", + "value": "Salmonella enterica subsp. enterica serotype Reading" }, { "meta": { @@ -12906,31 +14998,33 @@ { "meta": { "catalogue_number": [ - "NCTC 14755" + "NCTC 14233" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14755", - "NCTC 14249" + "NCTC 14233", + "NCTC 5792", + "NCTC 4840" ], "other_collection_numbers": [ - "M254" + "Type 2" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Poona" + "Salmonella enterica subsp. enterica serotype Poona" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-poona-5", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-poona-4" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-poona-3", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-poona-2", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-poona" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "9f11d076-713b-52fd-9633-bbe8f533be46", - "value": "Salmonella enterica subsp. enterica Serotype Poona" + "uuid": "5f5c663d-5e44-52b7-b096-dd6725ae1392", + "value": "Salmonella enterica subsp. enterica serotype Poona" }, { "meta": { @@ -17270,26 +19364,31 @@ { "meta": { "catalogue_number": [ - "NCTC 14750" + "NCTC 14223" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14750" + "NCTC 14223", + "NCTC 5777" + ], + "other_collection_numbers": [ + "Type 2" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype London" + "Salmonella enterica subsp. enterica serotype London" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-london-3" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-london-2", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-london" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "3b279cac-859a-5b1f-9edd-e66fe594a0df", - "value": "Salmonella enterica subsp. enterica Serotype London" + "uuid": "d001d2d5-9ff4-5031-b97a-af7bec6cb821", + "value": "Salmonella enterica subsp. enterica serotype London" }, { "meta": { @@ -17348,57 +19447,6 @@ "uuid": "6b6a2f76-19f1-5577-8057-a7cbaeeb96fa", "value": "Lacrimispora algidixylanolytica" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14574" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14574" - ], - "product_name": [ - "\"Phocaeicola gallinarum\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/phocaeicola-gallinarum" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "6b7e638c-47bd-5b95-b6d9-f75c81e38a81", - "value": "\"Phocaeicola gallinarum\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14661" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14661" - ], - "other_collection_numbers": [ - "NRRL B-65642" - ], - "product_name": [ - "Vibrio floridensis" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/vibrio-floridensis" - ], - "type_strain": [ - "Type Strain" - ] - }, - "uuid": "85bff88f-9f9f-5edf-ba7b-069b36815c0f", - "value": "Vibrio floridensis" - }, { "meta": { "catalogue_number": [ @@ -17760,33 +19808,6 @@ "uuid": "0bec5154-a07e-538e-8b90-0e695460b3c3", "value": "Streptococcus pyogenes" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14545" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14545" - ], - "other_collection_numbers": [ - "DSM 112314" - ], - "product_name": [ - "\"Acinetobacter pecorum\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/acinetobacter-pecorum" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "67921b3b-b60e-5d05-a4a1-9578eadc98b9", - "value": "\"Acinetobacter pecorum\"" - }, { "meta": { "catalogue_number": [ @@ -39495,195 +41516,6 @@ "uuid": "f1e8caae-1538-5c51-bc74-247f1bad80b2", "value": "Streptococcus minor" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14580" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14580" - ], - "other_collection_numbers": [ - "GTC 22698" - ], - "product_name": [ - "Pseudomonas tohonis" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/pseudomonas-tohonis" - ], - "type_strain": [ - "Type Strain" - ] - }, - "uuid": "9335ee5f-5e53-5eec-97b0-ddad18a436a8", - "value": "Pseudomonas tohonis" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14558" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14558" - ], - "other_collection_numbers": [ - "DSM 112318" - ], - "product_name": [ - "\"Brevundimonas guildfordensis\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/brevundimonas-guildfordensis" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "878c2f54-dd70-5d67-b974-7c8baa132b50", - "value": "\"Brevundimonas guildfordensis\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14557" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14557" - ], - "other_collection_numbers": [ - "DSM 112381" - ], - "product_name": [ - "\"Oceanitalea stevensii\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/oceanitalea-stevensii" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "172e8905-a51c-5a70-bc9c-a1e01443a0ca", - "value": "\"Oceanitalea stevensii\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14555" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14555" - ], - "other_collection_numbers": [ - "DSM 112359" - ], - "product_name": [ - "\"Ochrobacterum gallinarum\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/ochrobacterum-gallinarum" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "36c5769e-a315-56e7-a65b-54952a144eb0", - "value": "\"Ochrobacterum gallinarum\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14554" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14554" - ], - "other_collection_numbers": [ - "DSM 112358" - ], - "product_name": [ - "\"Oerskovia merdavium\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/oerskovia-merdavium" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "f66c0a29-5690-5eb5-9c1a-b004425fef3e", - "value": "\"Oerskovia merdavium\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14552" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14552" - ], - "other_collection_numbers": [ - "DSM 112356" - ], - "product_name": [ - "\"Planococcus wigleyi\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/planococcus-wigleyi-2" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "67e133f1-8d42-5c5c-903b-feab9af1950b", - "value": "\"Planococcus wigleyi\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14449" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14449" - ], - "other_collection_numbers": [ - "LMG 31934" - ], - "product_name": [ - "Franklinella schreckenbergeri" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/franklinella-schreckenbergeri" - ], - "type_strain": [ - "Type Strain" - ] - }, - "uuid": "38d43c96-4070-5687-859b-a9df72e8b2ea", - "value": "Franklinella schreckenbergeri" - }, { "meta": { "catalogue_number": [ @@ -39711,57 +41543,6 @@ "uuid": "14d41c82-bb8e-5748-a967-68c9c3c86a74", "value": "Campylobacter estrildidarum" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14618" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14618" - ], - "other_collection_numbers": [ - "DSM 112377" - ], - "product_name": [ - "\"Serpens gallinarum\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/serpens-gallinarum" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "8daa788b-e1b7-5387-aac6-dbdbee29bd1a", - "value": "\"Serpens gallinarum\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14563" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14563" - ], - "product_name": [ - "\"Kaistella pullorum\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/kaistella-pullorum" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "a5ba1db8-5702-533a-ad7d-414f77cfdc4e", - "value": "\"Kaistella pullorum\"" - }, { "meta": { "catalogue_number": [ @@ -39792,195 +41573,6 @@ "uuid": "a5907ca9-8e84-5352-9c3e-02f0b6fd6d9f", "value": "LoVo" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14560" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14560" - ], - "other_collection_numbers": [ - "DSM 112320" - ], - "product_name": [ - "\"Arthrobacter gallicola\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/arthrobacter-gallicola" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "fa65ad53-998a-50fe-8739-d7d1658e09cc", - "value": "\"Arthrobacter gallicola\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14559" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14559" - ], - "other_collection_numbers": [ - "DSM 112319" - ], - "product_name": [ - "\"Arthrobacter pullicola\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/arthrobacter-pullicola" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "ce75646c-2e0f-51e3-8111-259af248d489", - "value": "\"Arthrobacter pullicola\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14553" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14553" - ], - "other_collection_numbers": [ - "DSM 112357" - ], - "product_name": [ - "\"Psychrobacter communis\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/psychrobacter-communis" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "0ae5e6f7-7417-5004-a73f-2452817468ea", - "value": "\"Psychrobacter communis\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14551" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14551" - ], - "other_collection_numbers": [ - "DSM 112360" - ], - "product_name": [ - "\"Sporosarcina gallistercoris\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/sporosarcina-gallistercoris" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "037bb842-7413-55bc-93a3-2f529fc971aa", - "value": "\"Sporosarcina gallistercoris\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14550" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14550" - ], - "other_collection_numbers": [ - "DSM 112379" - ], - "product_name": [ - "\"Oerskovia gallyi\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/oerskovia-gallyi" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "386298fc-4c8a-547c-9728-ab6963d37152", - "value": "\"Oerskovia gallyi\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14549" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14549" - ], - "other_collection_numbers": [ - "DSM 112378" - ], - "product_name": [ - "\"Oerskovia douganii\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/oerskovia-douganii" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "3d3d91d1-b330-550f-8384-cbb3b08d7715", - "value": "\"Oerskovia douganii\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14547" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14547" - ], - "other_collection_numbers": [ - "DSM 112317" - ], - "product_name": [ - "\"Brevibacterium gallinarum\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/brevibacterium-gallinarum" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "fa5e3155-b0c8-5983-ae85-a5cec27161b0", - "value": "\"Brevibacterium gallinarum\"" - }, { "meta": { "catalogue_number": [ @@ -40008,261 +41600,6 @@ "uuid": "d3b56d71-9510-5d2a-bfaa-7423c3082ac4", "value": "Mycoplasma miroungirhinis" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14578" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14578" - ], - "product_name": [ - "\"Solibacillus faecavium\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/solibacillus-faecavium" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "886c00d1-be4a-5b24-b3dc-aa762d092fa7", - "value": "\"Solibacillus faecavium\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14576" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14576" - ], - "product_name": [ - "\"Ureibacillus galli\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/ureibacillus-galli" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "06b6eb64-5fd3-5492-9332-b601d2f527ac", - "value": "\"Ureibacillus galli\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14577" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14577" - ], - "product_name": [ - "\"Stenotrophomonas pennii\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/stenotrophomonas-pennii" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "65e97222-10b9-59b5-a7e2-e08ba61b05ee", - "value": "\"Stenotrophomonas pennii\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14573" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14573" - ], - "product_name": [ - "\"Paenibacillus gallinarum\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/paenibacillus-gallinarum" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "48d9f67f-9b3d-56a5-9d67-97ce14dc5ed0", - "value": "\"Paenibacillus gallinarum\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14571" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14571" - ], - "product_name": [ - "\"Comamonas avium\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/comamonas-avium" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "ad84a875-71e7-5c27-8a82-b68008230bf9", - "value": "\"Comamonas avium\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14570" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14570" - ], - "other_collection_numbers": [ - "DSM 112464" - ], - "product_name": [ - "\"Luteimonas colneyensis\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/luteimonas-colneyensis" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "3039967a-db29-59aa-8dde-0e11a70b68ea", - "value": "\"Luteimonas colneyensis\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14569" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14569" - ], - "other_collection_numbers": [ - "DSM 112355" - ], - "product_name": [ - "\"Corynebacterium gallinarum\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/corynebacterium-gallinarum" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "e3dede12-1e52-52ac-9e53-e45cdab252cb", - "value": "\"Corynebacterium gallinarum\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14567" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14567" - ], - "other_collection_numbers": [ - "DSM 112323" - ], - "product_name": [ - "\"Escherichia whittamii\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/escherichia-whittamii" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "712f0ea5-2498-5f83-a741-cf6969c77f9f", - "value": "\"Escherichia whittamii\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14564" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14564" - ], - "other_collection_numbers": [ - "DSM 112321" - ], - "product_name": [ - "\"Cellulomonas avistercoris\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/cellulomonas-avistercoris" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "342d2551-316c-5a97-8657-b5050f9049ff", - "value": "\"Cellulomonas avistercoris\"" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14546" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14546" - ], - "other_collection_numbers": [ - "DSM 112315" - ], - "product_name": [ - "\"Bacillus norwichensis\"" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/bacillus-norwichensis" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "cf126ce5-4717-53ae-a493-8bd5af887257", - "value": "\"Bacillus norwichensis\"" - }, { "meta": { "catalogue_number": [ @@ -40320,26 +41657,29 @@ { "meta": { "catalogue_number": [ - "NCTC 14622" + "NCTC 9926" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14622" + "NCTC 9926" + ], + "other_collection_numbers": [ + "ISC 670" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Blockley" + "Salmonella enterica subsp. enterica serotype Blockley" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-blockley-2" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-blockley" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "d95e54a1-b21a-51ba-a25c-708732166d86", - "value": "Salmonella enterica subsp. enterica Serotype Blockley" + "uuid": "74b595b9-2f37-5a11-9591-984eb77d881d", + "value": "Salmonella enterica subsp. enterica serotype Blockley" }, { "meta": { @@ -41172,36 +42512,6 @@ "uuid": "7cc626fd-a1b6-5963-8884-71408d661355", "value": "THP 1" }, - { - "meta": { - "catalogue_number": [ - "93120820" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "None Stated" - ], - "external_id": [ - "93120820" - ], - "product_name": [ - "EPC" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/epc" - ], - "species": [ - "Fish" - ], - "tissue_of_origin": [ - "Skin" - ] - }, - "uuid": "82b416f5-f000-57a5-86c6-c05c39e9f3bc", - "value": "EPC" - }, { "meta": { "catalogue_number": [ @@ -41232,36 +42542,6 @@ "uuid": "9940b1b1-b790-53e9-bee6-43774e2d4eca", "value": "CHO-K1-AC-free" }, - { - "meta": { - "catalogue_number": [ - "10112001" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "None Stated" - ], - "external_id": [ - "10112001" - ], - "product_name": [ - "COCA" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/coca" - ], - "species": [ - "Mouse" - ], - "tissue_of_origin": [ - "Skin" - ] - }, - "uuid": "9f87a0f6-9387-5013-80d2-4ff037654782", - "value": "COCA" - }, { "meta": { "catalogue_number": [ @@ -41782,36 +43062,6 @@ "uuid": "722f32f6-61da-5811-88b1-df7cad2b4f61", "value": "SC3236" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14678" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14678", - "NCTC 14677", - "NCTC 14673", - "NCTC 14672" - ], - "product_name": [ - "Salmonella enterica subsp. enterica Serotype Typhimurium" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-57", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-56", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-55", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhimurium-54" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "1568ef1a-4bfb-530c-b088-00a1d0ce5e4a", - "value": "Salmonella enterica subsp. enterica Serotype Typhimurium" - }, { "meta": { "catalogue_number": [ @@ -41836,57 +43086,6 @@ "uuid": "8401ee94-cd5d-5820-a2d0-63c025fcff45", "value": "Salmonella enterica subsp. hibernicus" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14240" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14240" - ], - "product_name": [ - "Salmonella enterica subsp. essexiensis" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-essexiensis" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "56005325-1ddc-5434-89f2-ec6133280514", - "value": "Salmonella enterica subsp. essexiensis" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 13866" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 13866" - ], - "other_collection_numbers": [ - "LMG 29779" - ], - "product_name": [ - "Helicobacter enhydrae" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/helicobacter-enhydrae" - ], - "type_strain": [ - "Type Strain" - ] - }, - "uuid": "ec2a8fa0-6147-5a32-bce7-688b5bdc6ea5", - "value": "Helicobacter enhydrae" - }, { "meta": { "catalogue_number": [ @@ -41914,33 +43113,6 @@ "uuid": "0510ba8e-48c1-59ec-a384-bed3a6cf7bc1", "value": "Streptococcus hyovaginalis" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14611" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14611" - ], - "other_collection_numbers": [ - "ATCC TSD-231" - ], - "product_name": [ - "Campylobacter bilis" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/campylobacter-bilis" - ], - "type_strain": [ - "Type Strain" - ] - }, - "uuid": "223a4d26-0caa-5fdf-be44-35280d2f5c6a", - "value": "Campylobacter bilis" - }, { "meta": { "catalogue_number": [ @@ -42052,66 +43224,6 @@ "uuid": "e7556504-0024-5d07-9799-78046d760526", "value": "LC-2/ad" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14665" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14665", - "NCTC 10910", - "NCTC 10908", - "NCTC 10905", - "NCTC 10902", - "NCTC 13667", - "NCTC 13668", - "NCTC 10911", - "NCTC 10907", - "NCTC 13251", - "NCTC 8474", - "NCTC 10906", - "NCTC 10909", - "NCTC 8189", - "NCTC 8616", - "NCTC 10739", - "NCTC 11089", - "NCTC 10901", - "NCTC 8605" - ], - "product_name": [ - "Bordetella pertussis" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-20", - "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-13", - "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-11", - "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-8", - "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-7", - "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-17", - "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-18", - "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-14", - "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-10", - "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-16", - "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-2", - "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-9", - "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-12", - "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis", - "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-4", - "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-5", - "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-15", - "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-6", - "https://www.culturecollections.org.uk/nop/product/bordetella-pertussis-3" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "cf75b2f0-77d1-5f34-8819-84ec4cb79062", - "value": "Bordetella pertussis" - }, { "meta": { "catalogue_number": [ @@ -42307,33 +43419,6 @@ "uuid": "316f56af-c843-5d23-9bd5-7c272c9fffe9", "value": "Corynebacterium hindlerae" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14581" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14581" - ], - "other_collection_numbers": [ - "GTC 22699" - ], - "product_name": [ - "Legionella antarctica" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/legionella-antarctica" - ], - "type_strain": [ - "Type Strain" - ] - }, - "uuid": "640b580f-7cdf-57ca-aa80-26887aa3e92d", - "value": "Legionella antarctica" - }, { "meta": { "catalogue_number": [ @@ -42366,85 +43451,28 @@ { "meta": { "catalogue_number": [ - "NCTC 14263" + "NCTC 6246" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14263", - "NCTC 14264" - ], - "other_collection_numbers": [ - "M685" + "NCTC 6246", + "NCTC 5755" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Muenchen" + "Salmonella enterica subsp. enterica serotype Muenchen" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-muenchen-4", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-muenchen-3" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-muenchen-2", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-muenchen" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "b9278342-c205-543e-8b72-62eda45e916a", - "value": "Salmonella enterica subsp. enterica Serotype Muenchen" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14468" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14468" - ], - "other_collection_numbers": [ - "CCM 8641; CCUG 67966; CIP 110478; CNCTC 7573; strain 1191" - ], - "product_name": [ - "Acinetobacter colistiniresistens" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/acinetobacter-colistiniresistens" - ], - "type_strain": [ - "Type Strain" - ] - }, - "uuid": "9f9c7c9d-5f45-57be-93ad-cd951c5e1e63", - "value": "Acinetobacter colistiniresistens" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14452" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14452" - ], - "other_collection_numbers": [ - "CCUG 74789" - ], - "product_name": [ - "Staphylococcus caledonicus" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/staphylococcus-caledonicus" - ], - "type_strain": [ - "Type Strain" - ] - }, - "uuid": "36b7686b-3b47-59a6-a053-3862f765b974", - "value": "Staphylococcus caledonicus" + "uuid": "255272aa-bf0f-51f5-821d-9d0b52e0f03d", + "value": "Salmonella enterica subsp. enterica serotype Muenchen" }, { "meta": { @@ -42481,40 +43509,6 @@ "uuid": "d2796564-9ad3-5ff3-ad10-6a47d87d1069", "value": "Mycoplasma enhydrae" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14424" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14424", - "NCTC 14423", - "NCTC 14422", - "NCTC 14421", - "NCTC 14420", - "NCTC 14419" - ], - "product_name": [ - "Staphylococcus singaporensis" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/staphylococcus-singaporensis-6", - "https://www.culturecollections.org.uk/nop/product/staphylococcus-singaporensis-5", - "https://www.culturecollections.org.uk/nop/product/staphylococcus-singaporensis-4", - "https://www.culturecollections.org.uk/nop/product/staphylococcus-singaporensis-3", - "https://www.culturecollections.org.uk/nop/product/staphylococcus-singaporensis-2", - "https://www.culturecollections.org.uk/nop/product/staphylococcus-singaporensis" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "acf5ed40-fa09-5a16-985d-45f7ca3b6463", - "value": "Staphylococcus singaporensis" - }, { "meta": { "catalogue_number": [ @@ -42545,56 +43539,55 @@ { "meta": { "catalogue_number": [ - "NCTC 14261" + "NCTC 3072" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14261" + "NCTC 3072", + "NCTC 5779" ], "other_collection_numbers": [ - "M575" + "C 5" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Anatum" + "Salmonella enterica subsp. enterica serotype Anatum" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-anatum-3" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-anatum", + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-anatum-2" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "46d48d64-75b7-5bb0-8d91-5a128a08ac4c", - "value": "Salmonella enterica subsp. enterica Serotype Anatum" + "uuid": "c2f81d23-adfe-53b0-a8b9-e02f5ce0e4e9", + "value": "Salmonella enterica subsp. enterica serotype Anatum" }, { "meta": { "catalogue_number": [ - "NCTC 14252" + "NCTC 5767" ], "collection": [ "NCTC" ], "external_id": [ - "NCTC 14252" - ], - "other_collection_numbers": [ - "M386" + "NCTC 5767" ], "product_name": [ - "Salmonella enterica subsp. enterica Serotype Rostock" + "Salmonella enterica subsp. enterica serotype Rostock" ], "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-rostock-2" + "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-rostock" ], "type_strain": [ "Reference Strain" ] }, - "uuid": "64717b8c-708c-5ec0-ac46-038133ab4ef7", - "value": "Salmonella enterica subsp. enterica Serotype Rostock" + "uuid": "1c7bb28a-122a-5e9e-a81d-31ba13ae6c01", + "value": "Salmonella enterica subsp. enterica serotype Rostock" }, { "meta": { @@ -60169,37 +61162,6 @@ "uuid": "16117c10-c59b-51b3-8939-06be2ff4f1a0", "value": "Epidermophyton floccosum" }, - { - "meta": { - "catalogue_number": [ - "NCPF 0843" - ], - "collection": [ - "NCPF" - ], - "external_id": [ - "NCPF 0843", - "NCPF 0824", - "NCPF 0896" - ], - "product_name": [ - "Trichophyton yaoundei" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/trichophyton-yaoundei-2", - "https://www.culturecollections.org.uk/nop/product/trichophyton-yaoundei", - "https://www.culturecollections.org.uk/nop/product/trichophyton-yaoundei-3" - ], - "site_of_origin": [ - "Scalp" - ], - "source": [ - "Human origin" - ] - }, - "uuid": "ab0a7c81-67ba-5d39-90c5-752faf27eb99", - "value": "Trichophyton yaoundei" - }, { "meta": { "catalogue_number": [ @@ -71708,56 +72670,6 @@ "uuid": "bba79a57-f9b5-5acd-8a52-8e41858c412d", "value": "Legionella wadsworthii" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14181" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14181", - "NCTC 14318" - ], - "product_name": [ - "Eikenella exigua" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/eikenella-exigua-2", - "https://www.culturecollections.org.uk/nop/product/eikenella-exigua" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "f2764a44-784a-5cea-8b44-85616abb9d5c", - "value": "Eikenella exigua" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14385" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14385" - ], - "product_name": [ - "Clostridioides difficile" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/clostridioides-difficile" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "7ac2c672-40cd-564e-a89c-52bde9c7f7e0", - "value": "Clostridioides difficile" - }, { "meta": { "catalogue_number": [ @@ -72262,118 +73174,6 @@ "uuid": "df9a8e2c-34ea-5a6a-b2eb-85fb71751236", "value": "Human coronavirus NL63" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14169" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14169", - "NCTC 14167", - "NCTC 13746", - "NCTC 13747", - "NCTC 13748", - "NCTC 13749", - "NCTC 13750", - "NCTC 14166", - "NCTC 14175", - "NCTC 14172", - "NCTC 14173", - "NCTC 14176", - "NCTC 14174", - "NCTC 14171", - "NCTC 14170", - "NCTC 14168", - "NCTC 13574", - "NCTC 13573", - "NCTC 13572", - "NCTC 13569", - "NCTC 13568", - "NCTC 13567", - "NCTC 13566", - "NCTC 13404", - "NCTC 13571", - "NCTC 13307", - "NCTC 12728", - "NCTC 12733", - "NCTC 12726", - "NCTC 11206", - "NCTC 13366", - "NCTC 13565", - "NCTC 12730", - "NCTC 12732", - "NCTC 12734", - "NCTC 11204", - "NCTC 11205", - "NCTC 11208", - "NCTC 13287", - "NCTC 11209", - "NCTC 11223", - "NCTC 12727", - "NCTC 12729", - "NCTC 11382", - "NCTC 12731" - ], - "product_name": [ - "Clostridium difficile" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-49", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-48", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-34", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-35", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-36", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-37", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-38", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-39", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-47", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-43", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-44", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-46", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-45", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-42", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-41", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-40", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-21", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-29", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-28", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-27", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-26", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-25", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-24", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-33", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-32", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-19", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-11", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-16", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-9", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-3", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-30", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-23", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-13", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-15", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-17", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-2", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-5", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-18", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-6", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-7", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-10", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-12", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-8", - "https://www.culturecollections.org.uk/nop/product/clostridium-difficile-14" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "50a0a678-7123-5dbb-b7db-f4f60ea5773d", - "value": "Clostridium difficile" - }, { "meta": { "catalogue_number": [ @@ -72476,30 +73276,6 @@ "uuid": "be815a97-a731-5bca-958c-6f56792b77ce", "value": "Mycoplasma procyoni" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14382" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14382" - ], - "product_name": [ - "Yersinia canariae" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/yersinia-canariae" - ], - "type_strain": [ - "Type Strain" - ] - }, - "uuid": "1c1a7952-7171-59a3-a84b-f75a80841b65", - "value": "Yersinia canariae" - }, { "meta": { "catalogue_number": [ @@ -74478,36 +75254,6 @@ "uuid": "98a8b541-3b5e-5fe8-9ad2-8bd496b902a2", "value": "AE17" }, - { - "meta": { - "catalogue_number": [ - "10092307" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "Mesothelioma" - ], - "external_id": [ - "10092307" - ], - "product_name": [ - "AB22" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/ab22-2" - ], - "species": [ - "Mouse" - ], - "tissue_of_origin": [ - "Lung" - ] - }, - "uuid": "857d57a9-d401-5fcf-b572-72376d79a253", - "value": "AB22" - }, { "meta": { "catalogue_number": [ @@ -74676,57 +75422,6 @@ "uuid": "f4add514-dc8b-5995-9622-61864010b7d0", "value": "Bisgaardia hudsonensis" }, - { - "meta": { - "catalogue_number": [ - "NCTC 13360" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 13360", - "NCTC 14219", - "NCTC 13924", - "NCTC 14220", - "NCTC 14218", - "NCTC 12100", - "NCTC 10519", - "NCTC 11964", - "NCTC 7474", - "NCTC 6513", - "NCTC 4133", - "NCTC 11047", - "NCTC 9865" - ], - "other_collection_numbers": [ - "ATCC 12228, DSM 1798, WDCM 00036" - ], - "product_name": [ - "Staphylococcus epidermidis" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-9", - "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-13", - "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-10", - "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-12", - "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-11", - "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-8", - "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-5", - "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-7", - "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-3", - "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-2", - "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis", - "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-6", - "https://www.culturecollections.org.uk/nop/product/staphylococcus-epidermidis-4" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "d58cc121-78fd-5bdd-8885-72afa6000c92", - "value": "Staphylococcus epidermidis" - }, { "meta": { "catalogue_number": [ @@ -74817,64 +75512,6 @@ "uuid": "7fc5e87d-fba4-55f7-a5d7-9f24a260fdee", "value": "HeLa EGFP-Histone H2B" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14038" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14038", - "NCTC 14037", - "NCTC 14035", - "NCTC 11833" - ], - "product_name": [ - "Clostridium paraputrificum" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/clostridium-paraputrificum-3", - "https://www.culturecollections.org.uk/nop/product/clostridium-paraputrificum-2", - "https://www.culturecollections.org.uk/nop/product/clostridium-paraputrificum-4", - "https://www.culturecollections.org.uk/nop/product/clostridium-paraputrificum" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "2af54fb7-4d42-5a74-92a1-9940692d5ea8", - "value": "Clostridium paraputrificum" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14034" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14034", - "NCTC 541", - "NCTC 2917" - ], - "product_name": [ - "Clostridium tertium" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/clostridium-tertium-3", - "https://www.culturecollections.org.uk/nop/product/clostridium-tertium", - "https://www.culturecollections.org.uk/nop/product/clostridium-tertium-2" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "ddc9f2ca-87d5-5254-9a9a-c1d69c08f9af", - "value": "Clostridium tertium" - }, { "meta": { "catalogue_number": [ @@ -79089,35 +79726,6 @@ "uuid": "9568ced1-d5b8-533f-afa6-22f7fa5be3d9", "value": "Salmonella enterica subsp. X" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14232" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14232", - "NCTC 5769" - ], - "other_collection_numbers": [ - "Type 2" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Blegdam" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-blegdam-2", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-blegdam" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "6f6ff072-acba-50ab-bf8f-6a10a76eadaa", - "value": "Salmonella enterica subsp. enterica serotype Blegdam" - }, { "meta": { "catalogue_number": [ @@ -79145,33 +79753,6 @@ "uuid": "ccd50c2a-4a91-53fe-b69c-e919ed6e1861", "value": "Staphylococcus pseudoxylosus" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14239" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14239" - ], - "other_collection_numbers": [ - "Type 2" - ], - "product_name": [ - "Salmonella enterica subsp. XI" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-xi" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "cfeb73f2-a211-5c4e-b77d-0b151812004a", - "value": "Salmonella enterica subsp. XI" - }, { "meta": { "catalogue_number": [ @@ -79830,33 +80411,6 @@ "uuid": "58296a75-5c14-5fca-a287-d0b94a475ddf", "value": "Enterococcus durans" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14222" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14222" - ], - "other_collection_numbers": [ - "Type 2" - ], - "product_name": [ - "Yersinia hibernica" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/yersinia-hibernica" - ], - "type_strain": [ - "Type Strain" - ] - }, - "uuid": "a93d7b20-28fd-5875-a142-d20537ee2291", - "value": "Yersinia hibernica" - }, { "meta": { "catalogue_number": [ @@ -79959,41 +80513,6 @@ "uuid": "679113c4-6da1-5a8f-b994-4dd668ad5e2a", "value": "Aeromonas veronii" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14224" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14224", - "NCTC 5740", - "NCTC 8496", - "NCTC 6592", - "NCTC 2252" - ], - "other_collection_numbers": [ - "Type 2" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Thompson" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-thompson-5", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-thompson-2", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-thompson-4", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-thompson-3", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-thompson" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "406e2518-96a2-5f58-85d7-0c5bae98b967", - "value": "Salmonella enterica subsp. enterica serotype Thompson" - }, { "meta": { "catalogue_number": [ @@ -80025,35 +80544,6 @@ "uuid": "1b1cee71-6aba-5d0c-8496-5707a406efa9", "value": "Salmonella enterica subsp. enterica serotype Derby" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14226" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14226", - "NCTC 5725" - ], - "other_collection_numbers": [ - "Type 2" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Brandenburg" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-brandenburg-2", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-brandenburg" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "48fef1ef-df58-5bbb-b3d0-b303f9128df9", - "value": "Salmonella enterica subsp. enterica serotype Brandenburg" - }, { "meta": { "catalogue_number": [ @@ -80118,37 +80608,6 @@ "uuid": "fc4b1ec0-6ddf-52ff-b90e-735497440460", "value": "Nocardiopsis dassonvillei" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14233" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14233", - "NCTC 5792", - "NCTC 4840" - ], - "other_collection_numbers": [ - "Type 2" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Poona" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-poona-3", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-poona-2", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-poona" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "5f5c663d-5e44-52b7-b096-dd6725ae1392", - "value": "Salmonella enterica subsp. enterica serotype Poona" - }, { "meta": { "catalogue_number": [ @@ -80686,51 +81145,6 @@ "uuid": "37cc9f57-efb9-51b4-964c-bc3de7e4ea48", "value": "Campylobacter upsaliensis" }, - { - "meta": { - "catalogue_number": [ - "NCTC 30" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 30", - "NCTC 11502", - "NCTC 11507", - "NCTC 11500", - "NCTC 8042", - "NCTC 11348", - "NCTC 4716", - "NCTC 4711", - "NCTC 4714", - "NCTC 4715" - ], - "other_collection_numbers": [ - "Martin No. I, ATCC 14735" - ], - "product_name": [ - "Vibrio cholerae non O:1" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/vibrio-cholerae-non-o1", - "https://www.culturecollections.org.uk/nop/product/vibrio-cholerae-non-o1-10", - "https://www.culturecollections.org.uk/nop/product/vibrio-cholerae-non-o1-11", - "https://www.culturecollections.org.uk/nop/product/vibrio-cholerae-non-o1-9", - "https://www.culturecollections.org.uk/nop/product/vibrio-cholerae-non-o1-6", - "https://www.culturecollections.org.uk/nop/product/vibrio-cholerae-non-o1-8", - "https://www.culturecollections.org.uk/nop/product/vibrio-cholerae-non-o1-5", - "https://www.culturecollections.org.uk/nop/product/vibrio-cholerae-non-o1-2", - "https://www.culturecollections.org.uk/nop/product/vibrio-cholerae-non-o1-3", - "https://www.culturecollections.org.uk/nop/product/vibrio-cholerae-non-o1-4" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "0d03abed-fec5-5803-a265-7b14b25e3822", - "value": "Vibrio cholerae non O:1" - }, { "meta": { "catalogue_number": [ @@ -80829,30 +81243,6 @@ "uuid": "9b10dd1e-0671-593c-821d-214a8d368783", "value": "Streptococcus sanguinis" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14036" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14036" - ], - "product_name": [ - "Clostridium cadaveris" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/clostridium-cadaveris" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "5167aea1-6972-5ab7-ba59-95335b8de7a8", - "value": "Clostridium cadaveris" - }, { "meta": { "catalogue_number": [ @@ -80888,126 +81278,6 @@ "uuid": "b737f2fc-9495-5821-96d9-6fb0e872d200", "value": "Elizabethkingia meningoseptica" }, - { - "meta": { - "catalogue_number": [ - "NCTC 14223" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14223", - "NCTC 5777" - ], - "other_collection_numbers": [ - "Type 2" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype London" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-london-2", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-london" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "d001d2d5-9ff4-5031-b97a-af7bec6cb821", - "value": "Salmonella enterica subsp. enterica serotype London" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14230" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14230", - "NCTC 5742" - ], - "other_collection_numbers": [ - "Type 2" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Virchow" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-virchow-2", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-virchow" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "80481446-33c4-5088-bd78-bf40788d0e65", - "value": "Salmonella enterica subsp. enterica serotype Virchow" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14231" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14231", - "NCTC 5716", - "NCTC 92" - ], - "other_collection_numbers": [ - "Type 2" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Stanley" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-stanley-3", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-stanley-2", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-stanley" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "1a947ab6-00f6-5ba4-97c0-ad06aeacc3b3", - "value": "Salmonella enterica subsp. enterica serotype Stanley" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 14235" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 14235", - "NCTC 12710", - "NCTC 12709" - ], - "other_collection_numbers": [ - "Type 2" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Dublin" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-dublin-3", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-dublin-2", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-dublin" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "7d26092f-1419-5e04-8011-07481efecdcf", - "value": "Salmonella enterica subsp. enterica serotype Dublin" - }, { "meta": { "catalogue_number": [ @@ -83362,36 +83632,6 @@ "uuid": "1e8d2a71-06bd-51e3-a280-b9e6098b2ba3", "value": "NIH-3T3 4-2" }, - { - "meta": { - "catalogue_number": [ - "93061524" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "None Stated" - ], - "external_id": [ - "93061524" - ], - "product_name": [ - "NIH 3T3" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/nih-3t3" - ], - "species": [ - "Mouse" - ], - "tissue_of_origin": [ - "Embryo" - ] - }, - "uuid": "e98ac60e-adc3-5c3d-9885-d20c07d41ef6", - "value": "NIH 3T3" - }, { "meta": { "catalogue_number": [ @@ -84583,30 +84823,6 @@ "uuid": "a9cd6094-4f64-5fb0-a6b5-d9900385d321", "value": "Salmonella enterica subsp. enterica serotype Kedougou" }, - { - "meta": { - "catalogue_number": [ - "NCTC 6495" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 6495" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Javiana" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-javiana" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "d95e0f97-da3c-551a-aa82-2cbf39add7e9", - "value": "Salmonella enterica subsp. enterica serotype Javiana" - }, { "meta": { "catalogue_number": [ @@ -87117,39 +87333,6 @@ "uuid": "d8a9d90d-bac1-58c5-8b96-269ebd68a2ad", "value": "Salmonella enterica subsp. enterica serotype Seftenberg" }, - { - "meta": { - "catalogue_number": [ - "NCTC 13346" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 13346", - "NCTC 10532", - "NCTC 9240", - "NCTC 423" - ], - "other_collection_numbers": [ - "287/91" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Gallinarum" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-gallinarum-4", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-gallinarum-3", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-gallinarum-2", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-gallinarum" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "99a5fc97-8329-5700-8774-437b30269bbb", - "value": "Salmonella enterica subsp. enterica serotype Gallinarum" - }, { "meta": { "catalogue_number": [ @@ -87207,42 +87390,6 @@ "uuid": "dcf48a18-b4c4-58fa-8e46-77b396b28437", "value": "Salmonella enterica subsp. enterica serotype Berta" }, - { - "meta": { - "catalogue_number": [ - "NCTC 12707" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 12707", - "NCTC 12706", - "NCTC 12705", - "NCTC 12704", - "NCTC 12703", - "NCTC 12702", - "NCTC 5717" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Heidelberg" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-heidelberg-7", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-heidelberg-6", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-heidelberg-5", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-heidelberg-4", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-heidelberg-3", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-heidelberg-2", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-heidelberg" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "a4b91922-a99e-5248-b46b-0b037697a4be", - "value": "Salmonella enterica subsp. enterica serotype Heidelberg" - }, { "meta": { "catalogue_number": [ @@ -87811,33 +87958,6 @@ "uuid": "2058f60e-9829-57d4-87c7-d9d5d175a472", "value": "Salmonella enterica subsp. salamae serotype Tranoroa" }, - { - "meta": { - "catalogue_number": [ - "NCTC 10241" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 10241" - ], - "other_collection_numbers": [ - "CAPM 5611" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Abortusovis" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-abortusovis" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "8baafcc7-7c55-5693-a254-75c4c8da3400", - "value": "Salmonella enterica subsp. enterica serotype Abortusovis" - }, { "meta": { "catalogue_number": [ @@ -88205,35 +88325,6 @@ "uuid": "bb164007-4a20-5e7e-b7c6-a55ccd3d3bec", "value": "Salmonella enterica subsp. enterica serotype Warragul" }, - { - "meta": { - "catalogue_number": [ - "NCTC 9941" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 9941", - "NCTC 8499" - ], - "other_collection_numbers": [ - "JT 348, 2/56, (1), 13, 23:Z: 1, W, Sal. 348/56" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Worthington" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-worthington-2", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-worthington" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "da925a25-daa2-5e17-9c14-024f73a46b62", - "value": "Salmonella enterica subsp. enterica serotype Worthington" - }, { "meta": { "catalogue_number": [ @@ -88344,33 +88435,6 @@ "uuid": "5c3cca92-3b7c-57c1-9240-07f4e980b7f6", "value": "Salmonella enterica subsp. enterica serotype Yolo" }, - { - "meta": { - "catalogue_number": [ - "NCTC 9926" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 9926" - ], - "other_collection_numbers": [ - "ISC 670" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Blockley" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-blockley" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "74b595b9-2f37-5a11-9591-984eb77d881d", - "value": "Salmonella enterica subsp. enterica serotype Blockley" - }, { "meta": { "catalogue_number": [ @@ -95497,33 +95561,6 @@ "uuid": "8e2f875b-57df-53a1-9892-490255fb32f0", "value": "Salmonella enterica subsp. enterica serotype Give" }, - { - "meta": { - "catalogue_number": [ - "NCTC 5747" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 5747" - ], - "other_collection_numbers": [ - "623 K. 46" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Montevideo" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-montevideo" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "f3476349-7db0-5c76-9abe-84a14a2778fd", - "value": "Salmonella enterica subsp. enterica serotype Montevideo" - }, { "meta": { "catalogue_number": [ @@ -95686,35 +95723,6 @@ "uuid": "313616de-be81-5034-95f5-8237753294e0", "value": "Actinobacillus lignieresii" }, - { - "meta": { - "catalogue_number": [ - "NCTC 3072" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 3072", - "NCTC 5779" - ], - "other_collection_numbers": [ - "C 5" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Anatum" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-anatum", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-anatum-2" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "c2f81d23-adfe-53b0-a8b9-e02f5ce0e4e9", - "value": "Salmonella enterica subsp. enterica serotype Anatum" - }, { "meta": { "catalogue_number": [ @@ -98973,30 +98981,6 @@ "uuid": "f920542a-77fc-560f-a3cf-7db587a1bcc4", "value": "Salmonella enterica subsp. enterica serotype Stockholm" }, - { - "meta": { - "catalogue_number": [ - "NCTC 8486" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 8486" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Bispebjerg" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-bispebjerg" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "0e37c039-36cd-53c5-b83e-03d8b523aaeb", - "value": "Salmonella enterica subsp. enterica serotype Bispebjerg" - }, { "meta": { "catalogue_number": [ @@ -101597,32 +101581,6 @@ "uuid": "556e7e5e-4b9a-58f5-b708-b937439815f7", "value": "Salmonella enterica subsp. enterica serotype Salinatis" }, - { - "meta": { - "catalogue_number": [ - "NCTC 6246" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 6246", - "NCTC 5755" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Muenchen" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-muenchen-2", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-muenchen" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "255272aa-bf0f-51f5-821d-9d0b52e0f03d", - "value": "Salmonella enterica subsp. enterica serotype Muenchen" - }, { "meta": { "catalogue_number": [ @@ -102063,34 +102021,6 @@ "uuid": "fc58c743-2248-5b8c-8976-a80d18af3c39", "value": "Salmonella enterica subsp. enterica serotype Uganda" }, - { - "meta": { - "catalogue_number": [ - "NCTC 5992" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 5992", - "NCTC 5720", - "NCTC 72" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Reading" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-reading-3", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-reading-2", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-reading" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "ba7c8d7f-bb64-522e-b8e7-538e206da16d", - "value": "Salmonella enterica subsp. enterica serotype Reading" - }, { "meta": { "catalogue_number": [ @@ -102334,33 +102264,6 @@ "uuid": "0a2cf4e8-afdc-5c1b-bb93-caad00f5d6da", "value": "Salmonella enterica subsp. enterica serotype Nyborg" }, - { - "meta": { - "catalogue_number": [ - "NCTC 5780" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 5780" - ], - "other_collection_numbers": [ - "4546, (K 79), 3, 10:e, h:1, 5, 5780" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Muenster" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-muenster" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "33a16252-58f0-5b09-ac27-20a2186e6182", - "value": "Salmonella enterica subsp. enterica serotype Muenster" - }, { "meta": { "catalogue_number": [ @@ -102388,30 +102291,6 @@ "uuid": "6849e327-1388-5772-a488-181ea360eed1", "value": "Salmonella enterica subsp. salamae serotype Dar-Es-Salaam" }, - { - "meta": { - "catalogue_number": [ - "NCTC 5767" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 5767" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Rostock" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-rostock" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "1c7bb28a-122a-5e9e-a81d-31ba13ae6c01", - "value": "Salmonella enterica subsp. enterica serotype Rostock" - }, { "meta": { "catalogue_number": [ @@ -102535,113 +102414,6 @@ "uuid": "c23d11eb-e1fe-562f-afd4-1404e8174f32", "value": "Salmonella enterica subsp. enterica serotype Amersfoort" }, - { - "meta": { - "catalogue_number": [ - "NCTC 5748" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 5748" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Oslo" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-oslo" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "3c7b4e60-1a3b-5612-953d-d3b7f9b7876f", - "value": "Salmonella enterica subsp. enterica serotype Oslo" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 5745" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 5745" - ], - "other_collection_numbers": [ - "K44, 5745, 3213, SEROTYPE 6, 7:Y:1, 5" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Bareilly" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-bareilly" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "6cd480bb-69d2-53aa-9e69-7baf53552c1e", - "value": "Salmonella enterica subsp. enterica serotype Bareilly" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 5744" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 5744" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Potsdam" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-potsdam" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "84b186dc-3619-5af7-9252-f418f827e648", - "value": "Salmonella enterica subsp. enterica serotype Potsdam" - }, - { - "meta": { - "catalogue_number": [ - "NCTC 5739" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 5739", - "NCTC 5096", - "NCTC 348", - "NCTC 347", - "NCTC 346" - ], - "product_name": [ - "Salmonella enterica subsp. enterica serotype Typhisuis" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhisuis-5", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhisuis-4", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhisuis-3", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhisuis-2", - "https://www.culturecollections.org.uk/nop/product/salmonella-enterica-subsp-enterica-serotype-typhisuis" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "8b05a26a-4153-5ddb-b628-0632b4de013a", - "value": "Salmonella enterica subsp. enterica serotype Typhisuis" - }, { "meta": { "catalogue_number": [ @@ -104645,36 +104417,6 @@ "uuid": "6af28f01-71a0-58e1-85e9-e42fd7aae2dc", "value": "Lichtheimia corymbifera" }, - { - "meta": { - "catalogue_number": [ - "88071401" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "None Stated" - ], - "external_id": [ - "88071401" - ], - "product_name": [ - "IEC 6" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/iec-6" - ], - "species": [ - "Rat" - ], - "tissue_of_origin": [ - "Intestine" - ] - }, - "uuid": "22ab8446-74a2-5a01-84c4-d8990caedb42", - "value": "IEC 6" - }, { "meta": { "catalogue_number": [ @@ -109351,36 +109093,6 @@ "uuid": "804cd10b-db26-5ff3-aae6-76c71b4c4ac5", "value": "Klebsiella pneumoniae subsp. rhinoscleromatis" }, - { - "meta": { - "catalogue_number": [ - "00030814" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "None Stated" - ], - "external_id": [ - "00030814" - ], - "product_name": [ - "IIC9 (CH0)" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/iic9-ch0" - ], - "species": [ - "Hamster" - ], - "tissue_of_origin": [ - "Embryo" - ] - }, - "uuid": "82195ed6-83cc-5615-9bd4-b4c1ae1e3802", - "value": "IIC9 (CH0)" - }, { "meta": { "catalogue_number": [ @@ -109441,36 +109153,6 @@ "uuid": "5a229e95-63e7-5f9d-aece-7ec3b03837f6", "value": "AGLCL" }, - { - "meta": { - "catalogue_number": [ - "93093002" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "None Stated" - ], - "external_id": [ - "93093002" - ], - "product_name": [ - "MOH (TOU II-3)" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/moh-tou-ii-3" - ], - "species": [ - "Human" - ], - "tissue_of_origin": [ - "Blood" - ] - }, - "uuid": "a7f37247-d004-504a-a189-95bb809b8d9f", - "value": "MOH (TOU II-3)" - }, { "meta": { "catalogue_number": [ @@ -111385,36 +111067,6 @@ "uuid": "4a823baa-1961-55d1-ac4c-faf19d0ac87c", "value": "TPS" }, - { - "meta": { - "catalogue_number": [ - "87021902" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "Neoplasms" - ], - "external_id": [ - "87021902" - ], - "product_name": [ - "AtT20" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/att20" - ], - "species": [ - "Mouse" - ], - "tissue_of_origin": [ - "Pituitary gland" - ] - }, - "uuid": "11d7063e-1fca-5f31-98aa-673fe0861da2", - "value": "AtT20" - }, { "meta": { "catalogue_number": [ @@ -112029,66 +111681,6 @@ "uuid": "0e20bafe-f11f-584a-9578-76819a6d0880", "value": "Sp2/0-Ag14 (serum-free)" }, - { - "meta": { - "catalogue_number": [ - "02050101" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "None Stated" - ], - "external_id": [ - "02050101" - ], - "product_name": [ - "MDCK-Protein Free" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/mdck-protein-free" - ], - "species": [ - "Canine" - ], - "tissue_of_origin": [ - "Kidney" - ] - }, - "uuid": "b41de6c1-763a-532a-9769-b38e528c220b", - "value": "MDCK-Protein Free" - }, - { - "meta": { - "catalogue_number": [ - "87061209" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "Small Cell Carcinoma" - ], - "external_id": [ - "87061209" - ], - "product_name": [ - "COLO 668" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/colo-668" - ], - "species": [ - "Human" - ], - "tissue_of_origin": [ - "Lung" - ] - }, - "uuid": "4578cafb-b306-5780-992a-cfbc14c59f0b", - "value": "COLO 668" - }, { "meta": { "catalogue_number": [ @@ -114285,36 +113877,6 @@ "uuid": "3f23ce6b-20ab-5eae-99b9-d2ac11609cca", "value": "COV644" }, - { - "meta": { - "catalogue_number": [ - "07071902" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "Carcinoma" - ], - "external_id": [ - "07071902" - ], - "product_name": [ - "COV504" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/cov504" - ], - "species": [ - "Human" - ], - "tissue_of_origin": [ - "Ovary" - ] - }, - "uuid": "b47725d8-3151-575f-aaf4-964c7d1fbdb6", - "value": "COV504" - }, { "meta": { "catalogue_number": [ @@ -114705,36 +114267,6 @@ "uuid": "86b3b1a3-8508-5401-8d06-3b71e442121f", "value": "RPMI 8226" }, - { - "meta": { - "catalogue_number": [ - "98110201" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "Cancer" - ], - "external_id": [ - "98110201" - ], - "product_name": [ - "SHP-77" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/shp-77" - ], - "species": [ - "Human" - ], - "tissue_of_origin": [ - "Lung" - ] - }, - "uuid": "5e704562-c0a0-5dd3-94af-6cba15fc4627", - "value": "SHP-77" - }, { "meta": { "catalogue_number": [ @@ -114887,36 +114419,6 @@ "uuid": "d0de0ba5-ec2c-58f9-9c73-e93e221f0e94", "value": "CCRF-CEM" }, - { - "meta": { - "catalogue_number": [ - "91091004" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "Adenocarcinoma" - ], - "external_id": [ - "91091004" - ], - "product_name": [ - "SK-OV-3" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/sk-ov-3" - ], - "species": [ - "Human" - ], - "tissue_of_origin": [ - "Ovary" - ] - }, - "uuid": "bf7bfd2f-eace-509e-ab52-e7d37f3cff83", - "value": "SK-OV-3" - }, { "meta": { "catalogue_number": [ @@ -125791,36 +125293,6 @@ "uuid": "908370b8-b6ca-5f76-a65c-f06f4842f3f1", "value": "C3B9" }, - { - "meta": { - "catalogue_number": [ - "01110916" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "None Stated" - ], - "external_id": [ - "01110916" - ], - "product_name": [ - "E11" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/e11-2" - ], - "species": [ - "Fish" - ], - "tissue_of_origin": [ - "Other" - ] - }, - "uuid": "58e5d3c8-11fc-57ed-abe6-101cb2eb8042", - "value": "E11" - }, { "meta": { "catalogue_number": [ @@ -126202,53 +125674,6 @@ "uuid": "99459730-865d-502d-bc3b-0fc22c1b32b9", "value": "Legionella anisa" }, - { - "meta": { - "catalogue_number": [ - "NCTC 506" - ], - "collection": [ - "NCTC" - ], - "external_id": [ - "NCTC 506", - "NCTC 2914", - "NCTC 6800", - "NCTC 8780", - "NCTC 6929", - "NCTC 1340", - "NCTC 6801", - "NCTC 6928", - "NCTC 6927", - "NCTC 1341", - "NCTC 13019" - ], - "other_collection_numbers": [ - "F. 1, CN 4781, NCIB 506, WDCM 00079" - ], - "product_name": [ - "Clostridium bifermentans" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans", - "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans-4", - "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans-5", - "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans-10", - "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans-9", - "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans-2", - "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans-6", - "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans-8", - "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans-7", - "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans-3", - "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans-11" - ], - "type_strain": [ - "Reference Strain" - ] - }, - "uuid": "554e8dab-9115-5ce2-932f-89b8b34bab22", - "value": "Clostridium bifermentans" - }, { "meta": { "catalogue_number": [ @@ -133554,36 +132979,6 @@ "uuid": "c21a7122-47ff-5a00-9a00-dc9c104096b9", "value": "HT2 Clone A5E" }, - { - "meta": { - "catalogue_number": [ - "09061602" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "None Stated" - ], - "external_id": [ - "09061602" - ], - "product_name": [ - "h1RPE7" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/h1rpe7" - ], - "species": [ - "Human" - ], - "tissue_of_origin": [ - "Eye" - ] - }, - "uuid": "35f06f3f-8684-52eb-ba88-11ed694c985f", - "value": "h1RPE7" - }, { "meta": { "catalogue_number": [ @@ -139798,36 +139193,6 @@ "uuid": "04e2fc7c-174a-5f6f-8c60-c6abeb0ed24a", "value": "KARPAS-45" }, - { - "meta": { - "catalogue_number": [ - "06100302" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "Myeloma" - ], - "external_id": [ - "06100302" - ], - "product_name": [ - "KARPAS-417" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/karpas-417" - ], - "species": [ - "Human" - ], - "tissue_of_origin": [ - "Blood" - ] - }, - "uuid": "f61f627c-65bc-53d3-844a-10f521fc0790", - "value": "KARPAS-417" - }, { "meta": { "catalogue_number": [ @@ -140188,36 +139553,6 @@ "uuid": "e68f7563-5e0f-5004-9dcc-4d7b236f57bd", "value": "BSC1" }, - { - "meta": { - "catalogue_number": [ - "96090512" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "Lymphoma" - ], - "external_id": [ - "96090512" - ], - "product_name": [ - "Ri-1" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/ri-1" - ], - "species": [ - "Human" - ], - "tissue_of_origin": [ - "Blood" - ] - }, - "uuid": "5f012aa5-7699-58e9-81e7-bfb1d453b8ac", - "value": "Ri-1" - }, { "meta": { "catalogue_number": [ @@ -141619,36 +140954,6 @@ "uuid": "e347ca4c-e69b-5fae-8283-ce304a10a193", "value": "Subclone 707 DAP8" }, - { - "meta": { - "catalogue_number": [ - "95122020" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "None Stated" - ], - "external_id": [ - "95122020" - ], - "product_name": [ - "STE-137" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/ste-137" - ], - "species": [ - "Fish" - ], - "tissue_of_origin": [ - "Embryo" - ] - }, - "uuid": "bb4ebbfd-8cd3-59a3-a011-1745d593d988", - "value": "STE-137" - }, { "meta": { "catalogue_number": [ @@ -150117,36 +149422,6 @@ "uuid": "5e796337-8b2e-5a43-8af5-877a493e5602", "value": "174BR" }, - { - "meta": { - "catalogue_number": [ - "90011806" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "None Stated" - ], - "external_id": [ - "90011806" - ], - "product_name": [ - "142BR" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/142br" - ], - "species": [ - "Human" - ], - "tissue_of_origin": [ - "Skin" - ] - }, - "uuid": "1d09cf61-b1f3-5477-8e7d-3a96ec7a4e28", - "value": "142BR" - }, { "meta": { "catalogue_number": [ @@ -152255,6 +151530,48 @@ "uuid": "d401d1a3-d2ad-59cf-a947-73c25e5a28ad", "value": "Brevibacillus laterosporus" }, + { + "meta": { + "catalogue_number": [ + "NCTC 2914" + ], + "collection": [ + "NCTC" + ], + "external_id": [ + "NCTC 2914", + "NCTC 6800", + "NCTC 8780", + "NCTC 6929", + "NCTC 1340", + "NCTC 6801", + "NCTC 6928", + "NCTC 6927", + "NCTC 1341", + "NCTC 13019" + ], + "product_name": [ + "Clostridium bifermentans" + ], + "refs": [ + "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans-4", + "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans-5", + "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans-10", + "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans-9", + "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans-2", + "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans-6", + "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans-8", + "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans-7", + "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans-3", + "https://www.culturecollections.org.uk/nop/product/clostridium-bifermentans-11" + ], + "type_strain": [ + "Reference Strain" + ] + }, + "uuid": "554e8dab-9115-5ce2-932f-89b8b34bab22", + "value": "Clostridium bifermentans" + }, { "meta": { "catalogue_number": [ @@ -179586,33 +178903,6 @@ "uuid": "154bd4fe-269e-5e8e-a0aa-25a5261efab3", "value": "BEL6KG" }, - { - "meta": { - "catalogue_number": [ - "88052089" - ], - "collection": [ - "HLA Defined" - ], - "ethnic_origin": [ - "Ethnicity Not Specified" - ], - "external_id": [ - "88052089" - ], - "ihw_number": [ - "IHW: 9089" - ], - "product_name": [ - "BOB" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/bob" - ] - }, - "uuid": "41ae78e7-77ed-5a8b-b935-eca83f3df946", - "value": "BOB" - }, { "meta": { "catalogue_number": [ @@ -187065,36 +186355,6 @@ "uuid": "ed93ed0f-60e3-56e3-a47d-26bde6302b41", "value": "A6" }, - { - "meta": { - "catalogue_number": [ - "90031401" - ], - "collection": [ - "General Cell" - ], - "disease": [ - "None Stated" - ], - "external_id": [ - "90031401" - ], - "product_name": [ - "FER" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/fer" - ], - "species": [ - "Feline" - ], - "tissue_of_origin": [ - "Embryo" - ] - }, - "uuid": "c135f1c2-f92e-550c-8647-14435ce71adb", - "value": "FER" - }, { "meta": { "catalogue_number": [ @@ -190758,33 +190018,6 @@ "uuid": "0f875fa8-da90-5402-9f9e-db4d3b4d6e3d", "value": "50-11-10" }, - { - "meta": { - "antibody_isotype": [ - "None Secreted" - ], - "catalogue_number": [ - "94120825" - ], - "collection": [ - "Hybridoma" - ], - "external_id": [ - "94120825" - ], - "product_name": [ - "AFRC 17D1" - ], - "refs": [ - "https://www.culturecollections.org.uk/nop/product/afrc-17d1" - ], - "target_(reactivity)": [ - "Non Ig secreting" - ] - }, - "uuid": "0af34fa4-f923-5f85-becd-78c7b731a5f7", - "value": "AFRC 17D1" - }, { "meta": { "antibody_isotype": [ @@ -194134,5 +193367,5 @@ "value": "BC9" } ], - "version": 4 + "version": 5 } diff --git a/galaxies/gsma-motif.json b/galaxies/gsma-motif.json new file mode 100644 index 0000000..1386e95 --- /dev/null +++ b/galaxies/gsma-motif.json @@ -0,0 +1,22 @@ +{ + "description": "Mobile Threat Intelligence Framework (MoTIF) Principles. ", + "icon": "user-shield", + "kill_chain_order": { + "Techniques": [ + "Reconnaissance", + "Resource-Development", + "Initial-Access", + "Persistence", + "Defence-Evasion", + "Credential-Access", + "Discovery", + "Collection", + "Impact" + ] + }, + "name": "GSMA MoTIF", + "namespace": "gsma", + "type": "gsma-motif", + "uuid": "57cf3a17-e186-407a-b58b-d53887ce4950", + "version": 1 +} diff --git a/tools/gen_adoc_galaxy.sh b/tools/gen_adoc_galaxy.sh index 48db996..4fcb119 100755 --- a/tools/gen_adoc_galaxy.sh +++ b/tools/gen_adoc_galaxy.sh @@ -1,7 +1,7 @@ python3 adoc_galaxy.py >a.txt asciidoctor -a allow-uri-read a.txt asciidoctor-pdf -a allow-uri-read a.txt -cp a.html ../../misp-website-new/static/galaxy.html -cp a.pdf ../../misp-website-new/static/galaxy.pdf +cp a.html ../../misp-website/static/galaxy.html +cp a.pdf ../../misp-website/static/galaxy.pdf scp -l 81920 a.html circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-galaxy/index.html scp -l 81920 a.pdf circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-galaxy/galaxy.pdf diff --git a/tools/gen_gsma_motif.py b/tools/gen_gsma_motif.py new file mode 100644 index 0000000..f3df56b --- /dev/null +++ b/tools/gen_gsma_motif.py @@ -0,0 +1,290 @@ +#!/usr/bin/env python3 +# +# A simple convertor of the GSMA Mobile Threat Intelligence Framework (MoTIF) Principles to a MISP Galaxy datastructure. +# https://www.gsma.com/security/resources/fs-57-mobile-threat-intelligence-framework-motif-principles/ +# Copyright (c) 2024 MISP Project +# Copyright (c) 2024 Christophe Vandeplas +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + + +import pdfplumber +import requests +import json +import tempfile +import os +import uuid + + +pdf_url = 'https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/04/FS.57-MoTIF-Principles-v1.0.pdf' +uuid_seed = '5022ff98-cf0d-45d2-89b5-5c63104197cc' + + +def sub_table_to_list(table: list) -> list: + if len(table) == 0: + return [] + try: + result = [] + # FIXME use header row to know column names + for row in table: + result.append({ + 'ID': row[2].replace('\n', ''), + 'Name': row[4]. replace('\n', ' ').strip(), + 'Description': row[5] + }) + return result + except IndexError: + return [] + + +def table_to_technique(table: list) -> dict: + ''' + Convert a table to a technique dictionary + ''' + result = {} + row_index = 0 + while row_index < len(table): + row = table[row_index] + + # row[1] is None : sub-table in table + field = cleanup_field(row[0]) + try: + if result['ID'] == 'MOT1036.301': + pass + except KeyError: + pass + if field == 'Procedure Examples': + # extract sub-table in the next rows + sub_table = [] + try: + while table[row_index + 1][0] is None: + sub_table.append(table[row_index + 1]) + row_index += 1 + except IndexError: # just the end of the page, will be handled in the next page + pass + value = sub_table_to_list(sub_table) + elif field == 'Analogous technique in other frameworks': + # column index is not always the same... so figure out the first non-empty cell + i = 1 + value = '' + while i < len(row): + try: + if row[i] is not None: + value = row[i] + break + except IndexError: + pass + i += 1 + elif not field: + # annoyingly a sub-table might have been parsed differently from previous page. So bad luck. There's not much we can do about it except even worse code than we have here. + row_index += 1 + continue + else: + value = row[1].replace('\n', ' ').strip() + + result[field] = value + + row_index += 1 + + return result + + +def cleanup_field(field: str) -> str: + ''' + Cleanup a field name + ''' + try: + return field.strip().replace(':', '').replace('\n', ' ').replace('- ', '-').strip() + except AttributeError: + return '' + + +def is_end_of_table(table: list) -> bool: + ''' + Check if this is the end of the table, by checking the last row in the table. + ''' + try: + # Techniques + if table['ID'].startswith('MOT') and 'Analogous technique in other frameworks' in table: + return True + # Mitigations + if table['ID'].startswith('MOS') and 'References' in table: + return True + + except KeyError: + pass + return False + + +def parse_pdf(pdf_file_name: str) -> dict: + table_settings = { + "vertical_strategy": "lines", + "horizontal_strategy": "lines", + # "explicit_vertical_lines": [], + # "explicit_horizontal_lines": [], + # "snap_tolerance": 6, + "snap_x_tolerance": 6, # pg49: must be 6 + "snap_y_tolerance": 3, # max 14 + # "join_tolerance": 3, + # "join_x_tolerance": 3, + # "join_y_tolerance": 3, + # "edge_min_length": 3, + # "min_words_vertical": 3, + # "min_words_horizontal": 1, + # "intersection_tolerance": 3, + # "intersection_x_tolerance": 3, + # "intersection_y_tolerance": 3, + # "text_tolerance": 3, + # "text_x_tolerance": 3, + # "text_y_tolerance": 3, + } + entries = {} + + with pdfplumber.open(pdf_file_name) as pdfp: + + page_index = 0 + title_seen = False + curr_table = None + + while page_index < len(pdfp.pages): + page = pdfp.pages[page_index] + # skip to section 4.1 Techniques and Sub-techniques Definition + if not title_seen: + page_text = page.extract_text() + if '4.1 Techniques and Sub-techniques Definition' not in page_text or 'Table of Contents' in page_text: + # print(f"Skipping page {page_index}") + page_index += 1 + continue + title_seen = True + + # parse technique tables + + for table in page.extract_tables(table_settings=table_settings): + if curr_table: # merge tables if continuation + # if first row does not have a first column, then it's the continuation of the previous row + if table[0][0] == '' and table[0][1] != '': + curr_table[-1][1] += ' ' + table[0][1] # add description of new row to previous row + table.pop(0) # remove the first new row of the table + # annoyingly a sub-table might have been parsed differently from previous page. So bad luck. There's not much we can do about it except even worse code than we have here. + # handle rest of merging case + table = curr_table + table + curr_table = None # reset for clean start + + parsed_table = table_to_technique(table) + if is_end_of_table(parsed_table): + # valid table + parsed_table['page'] = page_index + 1 # minor bug: we document the page where the table ends, not where it starts + entries[parsed_table['ID']] = parsed_table + else: + # incomplete table, store in curr_table and continue next row + curr_table = table + page_index += 1 + return entries + + +print(f"Downloading PDF: {pdf_url}") +r = requests.get(pdf_url, allow_redirects=True) +with tempfile.TemporaryFile() as tmp_f: + tmp_f.write(r.content) + print("Parsing PDF ... this takes time") + items = parse_pdf(tmp_f) + +print("Converting to MISP Galaxy ...") +# now convert and extract data to have something clean and usable +kill_chain_tactics = { + 'Techniques': [], +} + +techniques = [] +for item in items.values(): + if item['ID'].startswith('MOT'): + kill_chain_root = 'Techniques' + else: + # TODO skip these MOS softwares for now + continue + + if ',' in item['Tactic']: + tactics = [t.strip().replace(' ', '-') for t in item['Tactic'].split(',')] + else: + tactics = [item['Tactic'].replace(' ', '-')] + + kill_chain = [] + for tactic in tactics: + kill_chain_tactics[kill_chain_root].append(tactic) + kill_chain.append(f"{kill_chain_root}:{tactic}") + + technique = { + 'value': item['Name'], + 'description': item['Description'], + 'uuid': str(uuid.uuid5(uuid.UUID(uuid_seed), item['ID'])), + 'meta': { + 'kill_chain': kill_chain, + 'refs': [ + f"page {item['page']} of {pdf_url}" + ], + 'external_id': item['ID'], + } + } + if item['References']: + technique['meta']['refs'].append(item['References']) + if item['Analogous technique in other frameworks']: + technique['meta']['refs'].append(item['Analogous technique in other frameworks']) + techniques.append(technique) + # TODO relations + refs as subtechniques + + +# make entries unique +kill_chain_tactics['Techniques'] = list(set(kill_chain_tactics['Techniques'])) + + +galaxy_fname = 'gsma-motif.json' +galaxy_type = "gsma-motif" +galaxy_name = "GSMA MoTIF" +galaxy_description = 'Mobile Threat Intelligence Framework (MoTIF) Principles. ' +galaxy_source = 'https://www.gsma.com/solutions-and-impact/technologies/security/latest-news/establishing-motif-the-mobile-threat-intelligence-framework/' +json_galaxy = { + 'description': galaxy_description, + 'icon': "user-shield", + 'kill_chain_order': kill_chain_tactics, + 'name': galaxy_name, + 'namespace': "gsma", + 'type': galaxy_type, + 'uuid': "57cf3a17-e186-407a-b58b-d53887ce4950", + 'version': 1 +} + +json_cluster = { + 'authors': ["GSMA"], + 'category': 'attack-pattern', + 'name': galaxy_name, + 'description': galaxy_description, + 'source': galaxy_source, + 'type': galaxy_type, + 'uuid': "02cb3863-ecb2-4a93-a5ed-18bb6dfd5c89", + 'values': list(techniques), + 'version': 1 +} + + +# save the Galaxy and Cluster file +# with open(os.path.join('..', 'galaxies', galaxy_fname), 'w') as f: +# # sort_keys, even if it breaks the kill_chain_order , but jq_all_the_things requires sorted keys +# json.dump(json_galaxy, f, indent=2, sort_keys=True, ensure_ascii=False) +# f.write('\n') # only needed for the beauty and to be compliant with jq_all_the_things + +with open(os.path.join('..', 'clusters', galaxy_fname), 'w') as f: + json.dump(json_cluster, f, indent=2, sort_keys=True, ensure_ascii=False) + f.write('\n') # only needed for the beauty and to be compliant with jq_all_the_things + +print("All done, please don't forget to ./jq_all_the_things.sh, commit, and then ./validate_all.sh.") diff --git a/tools/gen_mitre_d3fend.py b/tools/gen_mitre_d3fend.py index c397212..299fa64 100755 --- a/tools/gen_mitre_d3fend.py +++ b/tools/gen_mitre_d3fend.py @@ -17,14 +17,22 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -import json -import os import requests import uuid +from pymispgalaxies import Cluster, Galaxy + d3fend_url = 'https://d3fend.mitre.org/ontologies/d3fend.json' d3fend_full_mappings_url = 'https://d3fend.mitre.org/api/ontology/inference/d3fend-full-mappings.json' + +galaxy_fname = 'mitre-d3fend.json' +galaxy_type = "mitre-d3fend" +galaxy_name = "MITRE D3FEND" +galaxy_description = 'A knowledge graph of cybersecurity countermeasures.' +galaxy_source = 'https://d3fend.mitre.org/' + + # we love eating lots of memory r = requests.get(d3fend_url) d3fend_json = r.json() @@ -32,9 +40,6 @@ d3fend_json = r.json() r = requests.get(d3fend_full_mappings_url) d3fend_mappings_json = r.json() -with open('../clusters/mitre-attack-pattern.json', 'r') as mitre_f: - mitre = json.load(mitre_f) - uuid_seed = '35527064-12b4-4b73-952b-6d76b9f1b1e3' @@ -123,14 +128,31 @@ def find_kill_chain_of(original_item): return find_kill_chain_of(data[parent_class]) -def find_mitre_uuid_from_technique_id(technique_id): - for item in mitre['values']: - if item['meta']['external_id'] == technique_id: - return item['uuid'] - print("No MITRE UUID found for technique_id: ", technique_id) - return None +mitre_attack_pattern = Cluster('mitre-attack-pattern') +def find_mitre_uuid_from_technique_id(technique_id): + try: + return mitre_attack_pattern.get_by_external_id(technique_id).uuid + except KeyError: + print("No MITRE UUID found for technique_id: ", technique_id) + return None + + +try: + cluster = Cluster('mitre-d3fend') +except (KeyError, FileNotFoundError): + cluster = Cluster({ + 'authors': ["MITRE"], + 'category': 'd3fend', + 'name': galaxy_name, + 'description': galaxy_description, + 'source': galaxy_source, + 'type': galaxy_type, + 'uuid': "b8bd7e45-63bf-4c44-8ab1-c81c82547380", + 'version': 0 + }) + # relationships for item in d3fend_mappings_json['results']['bindings']: d3fend_technique = item['def_tech_label']['value'] @@ -213,47 +235,28 @@ while seen_new: if item['rdfs:label'] in relations: technique['related'] = relations[item['rdfs:label']] - techniques.append(technique) + cluster.append(technique) print(f"Technique: {item['rdfs:label']} - {item['d3f:d3fend-id']}") -galaxy_fname = 'mitre-d3fend.json' -galaxy_type = "mitre-d3fend" -galaxy_name = "MITRE D3FEND" -galaxy_description = 'A knowledge graph of cybersecurity countermeasures.' -galaxy_source = 'https://d3fend.mitre.org/' -json_galaxy = { - 'description': galaxy_description, - 'icon': "user-shield", - 'kill_chain_order': kill_chain_tactics, - 'name': galaxy_name, - 'namespace': "mitre", - 'type': galaxy_type, - 'uuid': "77d1bbfa-2982-4e0a-9238-1dae4a48c5b4", - 'version': 1 -} - -json_cluster = { - 'authors': ["MITRE"], - 'category': 'd3fend', - 'name': galaxy_name, - 'description': galaxy_description, - 'source': galaxy_source, - 'type': galaxy_type, - 'uuid': "b8bd7e45-63bf-4c44-8ab1-c81c82547380", - 'values': list(techniques), - 'version': 1 -} +cluster.save('mitre-d3fend') -# save the Galaxy and Cluster file -with open(os.path.join('..', 'galaxies', galaxy_fname), 'w') as f: - # sort_keys, even if it breaks the kill_chain_order , but jq_all_the_things requires sorted keys - json.dump(json_galaxy, f, indent=2, sort_keys=True, ensure_ascii=False) - f.write('\n') # only needed for the beauty and to be compliant with jq_all_the_things +try: + galaxy = Galaxy('mitre-d3fend') + galaxy.kill_chain_order = kill_chain_tactics +except (KeyError, FileNotFoundError): + galaxy = Galaxy({ + 'description': galaxy_description, + 'icon': "user-shield", + 'kill_chain_order': kill_chain_tactics, + 'name': galaxy_name, + 'namespace': "mitre", + 'type': galaxy_type, + 'uuid': "77d1bbfa-2982-4e0a-9238-1dae4a48c5b4", + 'version': 1 + }) -with open(os.path.join('..', 'clusters', galaxy_fname), 'w') as f: - json.dump(json_cluster, f, indent=2, sort_keys=True, ensure_ascii=False) - f.write('\n') # only needed for the beauty and to be compliant with jq_all_the_things +galaxy.save('mitre-d3fend') print("All done, please don't forget to ./jq_all_the_things.sh, commit, and then ./validate_all.sh.") diff --git a/tools/gen_ms_atrm.py b/tools/gen_ms_atrm.py index 6ffe2ab..b2dbed6 100755 --- a/tools/gen_ms_atrm.py +++ b/tools/gen_ms_atrm.py @@ -22,9 +22,9 @@ import yaml import os import uuid import re -import json - import argparse +from pymispgalaxies import Cluster, Galaxy + parser = argparse.ArgumentParser(description='Create/update the Azure Threat Research Matrix based on Markdown files.') parser.add_argument("-p", "--path", required=True, help="Path of the 'Azure Threat Research Matrix' git clone folder") @@ -67,9 +67,12 @@ for nav_item in mkdocs_data['nav']: 'uuid': str(uuid.uuid5(uuid.UUID("9319371e-2504-4128-8410-3741cebbcfd3"), technique)), 'meta': { 'kill_chain': [], - 'refs': [f"https://microsoft.github.io/Azure-Threat-Research-Matrix/{fname[:-3]}"] + 'refs': [f"https://microsoft.github.io/Azure-Threat-Research-Matrix/{fname[:-3]}"], + 'external_id': technique.split(' ')[0] } } + else: + pass clusters[technique]['meta']['kill_chain'].append(f"ATRM-tactics:{tactic}") except KeyError: continue @@ -77,44 +80,52 @@ for nav_item in mkdocs_data['nav']: except KeyError: continue -json_galaxy = { - 'icon': "map", - 'kill_chain_order': { - 'ATRM-tactics': tactics - }, - 'name': "Azure Threat Research Matrix", - 'description': "The purpose of the Azure Threat Research Matrix (ATRM) is to educate readers on the potential of Azure-based tactics, techniques, and procedures (TTPs). It is not to teach how to weaponize or specifically abuse them. For this reason, some specific commands will be obfuscated or parts will be omitted to prevent abuse.", - 'namespace': "microsoft", - 'type': "atrm", - 'uuid': "b541a056-154c-41e7-8a56-41db3f871c00", - 'version': 1 -} -json_cluster = { - 'authors': ["Microsoft"], - 'category': 'atrm', - 'name': "Azure Threat Research Matrix", - 'description': "The purpose of the Azure Threat Research Matrix (ATRM) is to educate readers on the potential of Azure-based tactics, techniques, and procedures (TTPs). It is not to teach how to weaponize or specifically abuse them. For this reason, some specific commands will be obfuscated or parts will be omitted to prevent abuse.", - 'source': 'https://github.com/microsoft/Azure-Threat-Research-Matrix', - 'type': "atrm", - 'uuid': "b541a056-154c-41e7-8a56-41db3f871c00", - 'values': list(clusters.values()), - 'version': 1 -} +try: + cluster = Cluster('atrm') +except (KeyError, FileNotFoundError): + cluster = Cluster({ + 'authors': ["Microsoft"], + 'category': 'atrm', + 'name': "Azure Threat Research Matrix", + 'description': "The purpose of the Azure Threat Research Matrix (ATRM) is to educate readers on the potential of Azure-based tactics, techniques, and procedures (TTPs). It is not to teach how to weaponize or specifically abuse them. For this reason, some specific commands will be obfuscated or parts will be omitted to prevent abuse.", + 'source': 'https://github.com/microsoft/Azure-Threat-Research-Matrix', + 'type': "atrm", + 'uuid': "b541a056-154c-41e7-8a56-41db3f871c00", + 'version': 0 + }) + # add authors based on the Acknowledgements page with open(os.path.join(args.path, 'docs', 'acknowledgments.md'), 'r') as f: for line in f: if line.startswith('* '): try: - json_cluster['authors'].append(re.search(r'\w+ [\w&]+', line).group()) + cluster.authors.add(re.search(r'\w+ [\w&]+', line).group()) except AttributeError: - json_cluster['authors'].append(re.search(r'\w+', line).group()) + cluster.authors.add(re.search(r'\w+', line).group()) -# save the Galaxy and Cluster file -with open(os.path.join('..', 'galaxies', 'atrm.json'), 'w') as f: - json.dump(json_galaxy, f, indent=2, sort_keys=True) +for cluster_value in clusters.values(): + cluster.append(cluster_value) -with open(os.path.join('..', 'clusters', 'atrm.json'), 'w') as f: - json.dump(json_cluster, f, indent=2, sort_keys=True) +cluster.save('atrm') -print("All done, please don't forget to ./jq_all_the_things.sh, commit, and then ./validate_all.sh.") + +try: + galaxy = Galaxy('atrm') +except (KeyError, FileNotFoundError): + galaxy = Galaxy({ + 'icon': "map", + 'kill_chain_order': { + 'ATRM-tactics': tactics + }, + 'name': "Azure Threat Research Matrix", + 'description': "The purpose of the Azure Threat Research Matrix (ATRM) is to educate readers on the potential of Azure-based tactics, techniques, and procedures (TTPs). It is not to teach how to weaponize or specifically abuse them. For this reason, some specific commands will be obfuscated or parts will be omitted to prevent abuse.", + 'namespace': "microsoft", + 'type': "atrm", + 'uuid': "b541a056-154c-41e7-8a56-41db3f871c00", + 'version': 1 + }) + +galaxy.save('atrm') + +print("All done, please don't forget to ./jq_all_the_things.sh, commit, and then ./validate_all.sh, and also update_README_with_index.py.") diff --git a/tools/gen_ms_tmss.py b/tools/gen_ms_tmss.py index 5a5a8a3..7d5850e 100755 --- a/tools/gen_ms_tmss.py +++ b/tools/gen_ms_tmss.py @@ -22,9 +22,8 @@ import yaml import os import uuid import re -import json - import argparse +from pymispgalaxies import Cluster, Galaxy parser = argparse.ArgumentParser(description='Create/update the Threat Matrix for storage services based on Markdown files.') parser.add_argument("-p", "--path", required=True, help="Path of the 'Threat Matrix for storage services' git clone folder") @@ -40,13 +39,17 @@ with open(os.path.join(args.path, 'mkdocs.yml'), 'r') as f: tactics = [] clusters = {} + +mitre_attack_pattern = Cluster('mitre-attack-pattern') + + def find_mitre_uuid_from_technique_id(technique_id): - with open('../clusters/mitre-attack-pattern.json', 'r') as mitre_f: - mitre = json.load(mitre_f) - for item in mitre['values']: - if item['meta']['external_id'] == technique_id: - return item['uuid'] - return None + try: + return mitre_attack_pattern.get_by_external_id(technique_id).uuid + except KeyError: + print("No MITRE UUID found for technique_id: ", technique_id) + return None + for nav_item in mkdocs_data['nav']: try: @@ -70,8 +73,8 @@ for nav_item in mkdocs_data['nav']: mitre_technique_uuid = find_mitre_uuid_from_technique_id(mitre_technique_id) related = [ { - "dest-uuid": mitre_technique_uuid, - "type": "related-to" + "dest-uuid": mitre_technique_uuid, + "type": "related-to" } ] except AttributeError: @@ -107,43 +110,47 @@ galaxy_type = "tmss" galaxy_name = "Threat Matrix for storage services" galaxy_description = 'Microsoft Defender for Cloud threat matrix for storage services contains attack tactics, techniques and mitigations relevant storage services delivered by cloud providers.' galaxy_source = 'https://github.com/microsoft/Threat-matrix-for-storage-services' -json_galaxy = { - 'icon': "map", - 'kill_chain_order': { - 'TMSS-tactics': tactics - }, - 'name': galaxy_name, - 'description': galaxy_description, - 'namespace': "microsoft", - 'type': galaxy_type, - 'uuid': "d6532b58-99e0-44a9-93c8-affe055e4443", - 'version': 1 -} -json_cluster = { - 'authors': ["Microsoft"], - 'category': 'tmss', - 'name': galaxy_name, - 'description': galaxy_description, - 'source': galaxy_source, - 'type': galaxy_type, - 'uuid': "aaf033a6-7f1e-45ab-beef-20a52b75b641", - 'values': list(clusters.values()), - 'version': 1 -} +try: + galaxy = Galaxy('tmss') +except (KeyError, FileNotFoundError): + galaxy = Galaxy({ + 'icon': "map", + 'kill_chain_order': { + 'TMSS-tactics': tactics + }, + 'name': galaxy_name, + 'description': galaxy_description, + 'namespace': "microsoft", + 'type': galaxy_type, + 'uuid': "d6532b58-99e0-44a9-93c8-affe055e4443", + 'version': 1 + }) + +galaxy.save('tmss') + +try: + cluster = Cluster('tmss') +except (KeyError, FileNotFoundError): + cluster = Cluster({ + 'authors': ["Microsoft"], + 'category': 'tmss', + 'name': galaxy_name, + 'description': galaxy_description, + 'source': galaxy_source, + 'type': galaxy_type, + 'uuid': "aaf033a6-7f1e-45ab-beef-20a52b75b641", + 'version': 0 + }) + # add authors based on the Acknowledgements page authors = ('Evgeny Bogokovsky', 'Ram Pliskin') for author in authors: - json_cluster['authors'].append(author) + cluster.authors.add(author) +for cluster_value in clusters.values(): + cluster.append(cluster_value) -# save the Galaxy and Cluster file -with open(os.path.join('..', 'galaxies', 'tmss.json'), 'w') as f: - json.dump(json_galaxy, f, indent=2, sort_keys=True, ensure_ascii=False) - f.write('\n') # only needed for the beauty and to be compliant with jq_all_the_things +cluster.save('tmss') -with open(os.path.join('..', 'clusters', 'tmss.json'), 'w') as f: - json.dump(json_cluster, f, indent=2, sort_keys=True, ensure_ascii=False) - f.write('\n') # only needed for the beauty and to be compliant with jq_all_the_things - -print("All done, please don't forget to ./jq_all_the_things.sh, commit, and then ./validate_all.sh.") +print("All done, please don't forget to ./jq_all_the_things.sh, commit, and then ./validate_all.sh, and update_README.") diff --git a/tools/gen_ukhsa_culture_collections.py b/tools/gen_ukhsa_culture_collections.py index cfbf2d2..dc05f99 100755 --- a/tools/gen_ukhsa_culture_collections.py +++ b/tools/gen_ukhsa_culture_collections.py @@ -19,10 +19,10 @@ # along with this program. If not, see . -import os import json import requests import uuid +from pymispgalaxies import Cluster, Galaxy ''' From https://www.culturecollections.org.uk/search/?searchScope=Product&pageNumber=1&filter.collectionGroup=0&filter.collection=0&filter.sorting=DateCreated @@ -42,6 +42,7 @@ cell culture characteristics. Passage numbers where given act only as a guide an the passage number stated will be the passage number received by the customer. ''' + def download_items(): data = {'items': [], 'collections': {}, @@ -75,11 +76,13 @@ def save_items(d): json.dump(d, f, indent=2, sort_keys=True) return True + def load_saved_items(): with open('items.json', 'r') as f: d = json.load(f) return d + data = download_items() # save_items(data) # data = load_saved_items() @@ -110,33 +113,27 @@ for item in data['items']: clusters_dict[cluster['value']] = cluster # transform dict to list -clusters = [] +cluster = Cluster('ukhsa-culture-collections', skip_duplicates=True) +cluster.cluster_values = {} for item in clusters_dict.values(): - clusters.append(item) + cluster.append(item, skip_duplicates=True) +cluster.save('ukhsa-culture-collections') +for cluster, duplicate in cluster.duplicates: + print(f"WARNING: Skipped duplicate: {duplicate} in cluster {cluster}") -json_galaxy = { - 'icon': "virus", - 'name': "UKHSA Culture Collections", - 'description': "UK Health Security Agency Culture Collections represent deposits of cultures that consist of expertly preserved, authenticated cell lines and microbial strains of known provenance.", - 'namespace': "gov.uk", - 'type': "ukhsa-culture-collections", - 'uuid': "bbe11c06-1d6a-477e-88f1-cdda2d71de56", - 'version': 1 -} +try: + galaxy = Galaxy('ukhsa-culture-collections') +except KeyError: + galaxy = Galaxy({ + 'icon': "virus", + 'name': "UKHSA Culture Collections", + 'description': "UK Health Security Agency Culture Collections represent deposits of cultures that consist of expertly preserved, authenticated cell lines and microbial strains of known provenance.", + 'namespace': "gov.uk", + 'type': "ukhsa-culture-collections", + 'uuid': "bbe11c06-1d6a-477e-88f1-cdda2d71de56", + 'version': 1 + }) +galaxy.save('ukhsa-culture-collections') -with open(os.path.join('..', 'clusters', 'ukhsa-culture-collections.json'), 'r') as f: - json_cluster = json.load(f) -json_cluster['values'] = clusters -json_cluster['version'] += 1 - -# save the Galaxy and Cluster file -with open(os.path.join('..', 'galaxies', 'ukhsa-culture-collections.json'), 'w') as f: - json.dump(json_galaxy, f, indent=2, sort_keys=True, ensure_ascii=False) - f.write('\n') # only needed for the beauty and to be compliant with jq_all_the_things - -with open(os.path.join('..', 'clusters', 'ukhsa-culture-collections.json'), 'w') as f: - json.dump(json_cluster, f, indent=2, sort_keys=True, ensure_ascii=False) - f.write('\n') # only needed for the beauty and to be compliant with jq_all_the_things - -print("All done, please don't forget to ./jq_all_the_things.sh, commit, and then ./validate_all.sh.") \ No newline at end of file +print("All done, please don't forget to ./jq_all_the_things.sh, commit, and then ./validate_all.sh.") diff --git a/tools/mkdocs/requirements.txt b/tools/mkdocs/requirements.txt index b1473d8..9a84d08 100644 --- a/tools/mkdocs/requirements.txt +++ b/tools/mkdocs/requirements.txt @@ -1,6 +1,6 @@ Babel==2.14.0 bracex==2.4 -certifi==2023.11.17 +certifi==2024.7.4 cffi==1.16.0 charset-normalizer==3.3.2 click==8.1.7 @@ -37,11 +37,11 @@ python-dateutil==2.8.2 PyYAML==6.0.1 pyyaml_env_tag==0.1 regex==2023.12.25 -requests==2.32.0 +requests==2.32.2 six==1.16.0 smmap==5.0.1 typing_extensions==4.9.0 -urllib3==2.1.0 +urllib3==2.2.2 validators==0.22.0 watchdog==3.0.0 wcmatch==8.5 diff --git a/tools/requirements.txt b/tools/requirements.txt new file mode 100644 index 0000000..716098f --- /dev/null +++ b/tools/requirements.txt @@ -0,0 +1,5 @@ + +pdfplumber==0.11.0 +graphviz==0.20.3 +requests==2.32.2 + diff --git a/tools/tidal-api/models/cluster.py b/tools/tidal-api/models/cluster.py index 77f60eb..c96c29e 100644 --- a/tools/tidal-api/models/cluster.py +++ b/tools/tidal-api/models/cluster.py @@ -132,7 +132,8 @@ class Cluster: def save_to_file(self, path): with open(path, "w") as file: - file.write(json.dumps(self.__dict__(), indent=4)) + file.write(json.dumps(self.__dict__(), indent=2)) + file.write('\n') def __str__(self) -> str: return f"Cluster: {self.name} - {self.type} - {self.uuid}" @@ -270,7 +271,7 @@ class GroupCluster(Cluster): # Code Block for handling duplicate from Tidal API data (hopefully only temporary) if value.uuid == "3290dcb9-5781-4b87-8fa0-6ae820e152cd": - value.value = "Volt Typhoon - Tidal" + value.value = "Volt Typhoon - Tidal" self.values.append(value.return_value()) @@ -367,6 +368,7 @@ class SoftwareCluster(Cluster): uuid=associated_software.get("associated_software_id"), value=associated_software.get("name") + " - Associated Software", ) + self.values.append(value.return_value()) related.append( { @@ -384,6 +386,12 @@ class SoftwareCluster(Cluster): uuid=entry.get("id"), value=entry.get("name"), ) + # duplicates, manually handled + if value.uuid == '6af0eac2-c35f-4569-ae09-47f1ca846961': + value.value = f"{value.value} - Duplicate" + if value.uuid == '39d81c48-8f7c-54cb-8fac-485598e31a55': + value.value = f"{value.value} - Duplicate" + self.values.append(value.return_value()) @@ -493,7 +501,7 @@ class TechniqueCluster(Cluster): sub_value.value = "Spearphishing Link - Duplicate" elif sub_value.uuid == "350c12a3-33f6-5942-8892-4d6e70abbfc1": sub_value.value = "Spearphishing Voice - Duplicate" - + self.values.append(sub_value.return_value()) related.append( { @@ -585,6 +593,17 @@ class ReferencesCluster(Cluster): uuid=entry.get("id"), value=entry.get("name"), ) + + # handle duplicates manually + if value.uuid == 'eea178f4-80bd-49d1-84b1-f80671e9a3e4': + value.value = f"{value.value} - Duplicate" + if value.uuid == '9bb5c330-56bd-47e7-8414-729d8e6cb3b3': + value.value = f"{value.value} - Duplicate" + if value.uuid == '8b4bdce9-da19-443f-88d2-11466e126c09': + value.value = f"{value.value} - Duplicate" + if value.uuid == 'b4727044-51bb-43b3-afdb-515bb4bb0f7e': + value.value = f"{value.value} - Duplicate" + self.values.append(value.return_value()) diff --git a/tools/tidal-api/models/galaxy.py b/tools/tidal-api/models/galaxy.py index 075511a..e63b4d7 100644 --- a/tools/tidal-api/models/galaxy.py +++ b/tools/tidal-api/models/galaxy.py @@ -14,4 +14,5 @@ class Galaxy: def save_to_file(self, path: str): with open(path, "w") as file: - file.write(json.dumps(asdict(self), indent=4)) + file.write(json.dumps(asdict(self), indent=2)) + file.write('\n')